Sign In to Follow Application
View All Documents & Correspondence

Method For Registering A Domain Name Using A Global Names Zone

Abstract: [0038] A DNS server includes one or more zones that store information, such as IP addresses, associated with domain names. These zones include a global names zone that stores data correlating host names to domain names When a name query is received from a client device, the DNS server checks the global names zone for a record associated with the host name. If there is no record for the host name in the global names zone, then the query is answered using the DNS records found in a local copy of the authoritative zone. If there is a record for the host name in the global names zone, then the query is answered using the DNS records found in the global names zone. The IP address associated with the domain name is determined and returned to the client device.

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
05 August 2008
Publication Number
11/2009
Publication Type
INA
Invention Field
COMPUTER SCIENCE
Status
Email
Parent Application
Patent Number
Legal Status
Grant Date
2017-08-29
Renewal Date

Applicants

MICROSOFT CORPORATION
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399

Inventors

1. MAJUMDAR, MOON
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
2. JANARDHAN, KAMAL
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
3. WESTHEAD, JEFFREY
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399
4. GILROY, JAMES M
ONE MICROSOFT WAY, REDMOND, WASHINGTON 98052-6399

Specification

BACKGROUND
[0001] The Domain Name System (DNS) is a system that stores information
associated with domain names in a distributed database on one or more networics.The stored information includes the Internet Protocol (IP) address associated with a
domain name. The domain name space may be thought of as a tree of domain names.
Each node or leaf in the tree is associated with resource records, which hold
information associated with the domain name. The tree is divided into zones. A zone
is a collection of connected nodes that are authoritatively served by an authoritative
DNS server. A DNS server may host one or more zones. Resolving a domain name
may entail recursing through several DNS servers to find the needed information.
[0002] A domain name usually includes multiple parts separated by dots. For
example, encarta.msn.com has three parts: encarta, msn, and com. The rightmost part is the top-level domain. In the example, the top-level domain is com. Each part to the left of the top-level domain is a sub-domain. In the example, msn is a second-level domain. The left-most part of the domain name is the host name. The host name specifies the name of a specific machine with a specific IP address in a domain. In the example, encarta is the host name.
[0003] In order for a host name to be resolved globally across multiple domain
and zone boundaries, a machine has to register in all the domains, which greatly increases administration complexity. A host name that is needed globally cannot be added or managed easily or efficiently.
SUMMARY
[0004] The following presents a simplified summary of the disclosure in order
to provide a basic understanding to the reader. This summary is not an extensive
overview of the disclosure and it does not identify key/critical elements of the
invention or delineate the scope of the invention. Its sole purpose is to present some
concepts disclosed herein in a simplified form as a prelude to the more detailed
description that is presented later.
[0005] Described herein are various technologies and techniques directed to
methods and systems for a global names zone. In accordance with one

implementation of the described technologies, a DNS server includes one or more lookup zones that store information, such as IP addresses, associated with domain names. These zones include a global names zone that stores data correlating host names to domain names. When the DNS server receives a registration for a domain name, the DNS server checks whether it hosts the authoritative zone for the domain name. If so, then the DNS server checks the global names zone to determine whether there is a record for the host name. If there is no record for the host name in the global names zone, the domain name is registered in the authoritative zone as requested. If there is already a record for the host name in the global names zone, then the registration of the domain name may be rejected.
[0006] When a name query is received from a client device, the DNS server
determines whether it hosts the authoritative zone for the query. If not, then the name query may be forwarded to another DNS server that hosts the authoritative zone for the query. If the DNS does host an authoritative zone for the name query, then the DNS server checks the global names zone for a record associated with the host name. If there is no record for the host name in the global names zone, then the query is answered using the DNS records found in the local copy of the authoritative zone. If there is a record for the host name in the global names zone, then the query is answered using the DNS records found in the global names zone. In this case, any data in the authoritative copy of the zone is ignored.
[0007] Many of the attendant features will be more readily appreciated as the
same becomes better understood by reference to the following detailed description considered in connection with the accompanying drawings.
DESCRIPTION OF THE DRAWINGS
[0008] The present description will be better understood from the following
detailed description read in light of the accompanying drawings, wherein:

[0009] FIG. 1 is a block diagram illustrating an exemplary system for
implementing a global names zone.
[0010] FIG. 2 is a screenshot illustrating an exemplary user interface for
managing DNS zones.
[0011] FIG. 3 is a screenshot illustrating an exemplary user interface for
displaying DNS zones.
[001 2] FIG. 4 is a screenshot illustrating an exemplary user interface for
displaying resource records.
[0013] FIG. 5 is a flow diagram illustrating an exemplary process for
resolving a name query.
[0014] FIG. 6 is a flow diagram illustrating an exemplary process for
registering a domain name.
[0015] FIG. 7 illustrates an exemplary computing environment in which
certain aspects of the invention may be impjemented.
[0016] Like reference numerals are used to designate like parts in the
accompanying drawings.
DETAILED DESCRIPTION
[0017] The detailed description provided below in connection with the
appended drawings is intended as a description of the present examples and is not
intended to represent the only forms in which the present example may be constructed
or utilized. The description sets forth the functions of the example and the sequence
of steps for constructing and operating the example. However, the same or equivalent
functions and sequences may be accomplished by different examples.
[0018] FIG. 1 is a block diagram illustrating an exemplary system 100 for
implementing a global names zone. The system 100 includes a DNS server 102 and one or more zones, such as 110, 112, or 114. The zones store resource records that include information associated with domain names such as an IP address associated with a domain name. One of the zones in system 100 is a global names zone 110.

The global names zone 110 stores resource records correlating host names to domain names. For each record type, a host name stored in the global names zone 110 is uniquely correlated to one domain name.
10019] When a client device, such as 104, wants to register a domain name,
for example "encarta.msn.com", the DNS server 102 will first check the global names zone 110 to determine whether there is already a record for the host name. In the example, the host name is "encarta". If there is already a record for the host name, then the registration may be rejected. If there is no record for the host name, then the DNS server adds a record correlating the host name to the domain name. In the example, a record would be added that correlates "encarta" to "encarta.msn.com". The authoritative zone for the domain name, such as 112, stores a record associating the domain name to the IP address. In the example, the authoritative zone 112 may store a record associating the domain name "encarta.msn.com" to the IP address "207.142.131.200". After a record has been added for the host name "encarta" to the global names zone, other registrations for the same host name may be rejected. For example, if a client device wants to register a domain name "encarta.xyz.com", the registration may be rejected if an administrator has previously created an "encarta" record in the global names zone.
[0020] When a name query 120 is received at the DNS server 102 from a
client device, such as 104, the DNS server 102 checks to see if it hosts the authoritative zone for the name query 120. If it does not, then the DNS server 102 may forward the name query 120 to another DNS server that hosts the authoritative zone for the name query 120.
[0021] If the DNS server 102 does host the authoritative zone for the name
query 120, then the DNS server 102 will check the global names zone 110 to determine if there is a record for the host name. If so, the global names zone 110 will return the domain name associated with the host name. The DNS server 102 may then lookup a record for the domain name in the authoritative zone, such as 112, to

determine the IP address associated with the domain name. The DNS server 102 may then return the IP address 122 to the client device 104.
[0022] FIGS. 2-4 are screenshots illustrating exemplary user interfaces 200,
300, and 400 for managing DNS zones. FIG. 2 shows an example of a DNS system
including one forward lookup zone 204 named "moondomain.nttest.microsoft.com".
The forward lookup zone 204 stores resource records that include information, such
as IP addresses, associated with domain names. To create a global names zone, an
administrator may add a new zone via a selection 202 on a pull-down menu. The
administrator may choose various options for the new zone, such as whether the zone
is a primary or secondary zone and whether the zone is to be filed-backed or
integrated with a directory system, such as an Active Directory® system. The
administrator may then choose a unique name for the zone, such as "Global Names".
[0023] FIG. 3. shows the added Global Names zone 302. The Global Names
zone stores records that correlate host names to domain names. FIG. 4. shows the
records, 402 and 404, that are stored in the Global Names zone. Each record has a
record type and data. Examples of record types include but are not limited to Start of
Authority (SOA), Name Server (NS), Host (A), Mail Exchanger (MX), and Canonical
Name (CNAME). For each .record type, a host name stored in the global names zone
110 is uniquely correlated to one domain name. When the DNS system includes a
global names zone, the DNS server will check the global names zone first when the
DNS server receives a name query, registration, or update. For a registration or
update, the global names zone is checked to determine whether there is already a
record with the same record type and same host name. If so, then the registration or
update is rejected. For a name query, the global names zone is checked to determine
whether there is a record correlating the host name with a domain name. If so, then
the domain name is returned to the DNS server and used to determine the IP address.
[0024] FIGS. 5-6 are flow diagrams illustrating exemplary processes for
implementing a global names zone. While the description of FIGS. 5-6 may be made with reference to other figures, it should be understood that the exemplary processes

illustrated in FIGS. 5-6 are not intended to be limited to being associated with the
systems or other contents of any specific figure or figures. Additionally, it should be
understood that while the exemplary processes of FIGS. 5-6 indicate a particular order
of operation execution, in one or more alternative implementations, the operations
may be ordered differently. Furthermore, some of the steps and data illustrated in the
exemplary processes of FIGS. 5-6 may not be necessary and may be omitted in some
implementations. Finally, while the exemplary processes of FIGS. 5-6 contains
multiple discrete steps, it should be recognized that in some environments some of
these operations may be combined and executed at the same time.
[0025] FIG. 5 is a flow diagram illustrating an exemplary process for
resolving a name query. At 510, a name query is received at a DNS server from a client device. The name query includes a host name. At 520, a determination is made as to whether the DNS server hosts the authoritative zone for the name query. If not, then at 525, the name query may be forwarded to another DNS server that hosts the authoritative zone for the name query.
[0026] If the DNS server does host the authoritative zone for the name query,
then at 530, a determination is made as to whether there is a record for the host name
in the global names zone. If not, then at 535, the query is answered using the DNS
records found in a local copy of the authoritative zone. The IP address associated
with the name is determined, and the IP address is returned to the client device at 560.
[0027] If the global names zone does have a record for the host name, then at
540, the record for the host name in the global names zone is checked to determine the domain name associated with the host name. At 550, the IP address that is associated with the domain name is determined. At 560, the IP address associated with the domain name is returned to the client device.
[0028] FIG. 6 is a flow diagram illustrating an exemplary process for
registering a domain name. At 610, a registration or update for a domain name is received. The registration or update may be received at a DNS server that does not host the authoritative zone for the domain name. In this case, the registration or

update may be forwarded to another DNS server that hosts the authoritative zone for the domain name.
[0029] If the DNS does host an authoritative zone for the name query, then at
620, the DNS server checks the global names zone for a record associated with the
host name. If there is no record for the host name in the global names zone, then at
650, the domain name is registered or updated in the authoritative zone as requested.
[0030] ff the global names zone does already have a record for the host name,
then the record type of the domain name registration or update is determined. At 630, the record type of the domain name registration or update is compared with the record type of the record for the host name stored in the global names zone. If the record types match, then at 640, the registration or update is rejected. If the record types do not match, then at 650, the domain name is registered or updated in the authoritative zone as requested.
[0031] FIG. 7 illustrates an exemplary computing environment in which
certain aspects of the invention may be implemented. It should be understood that
computing environment 700 is only one example of a suitable computing environment
in which the various technologies described herein may be employed and is not
intended to suggest any limitation as to the scope of use or functionality of the
technologies described herein. Neither should the computing environment 700 be
interpreted as necessarily requiring all of the components illustrated therein.
[0032] The technologies described herein may be operational with numerous
other general purpose or special purpose computing environments or configurations. Examples of well known computing environments and/or configurations that may be suitable for use with the technologies described herein include, but are not limited to, personal computers, server computers, hand-held or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.

[0033] With reference to FIG. 7, computing environment 700 includes a
general purpose computing device 710. Components of computing device 710 may include, but are not limited to, a processing unit 712, a memory 714, a storage device 716, input device(s) 718, output device(s) 720, and communications connection(s) 722.
[0034] Processing unit 712 may include one or more general or special
purpose processors, ASICs, or programmable logic chips. Depending on the configuration and type of computing device, memory 714 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination of the two. Computing device 710 may also include additional storage (removable and/or non-removable) including, but not limited to, magnetic or optical disks or tape. Such additional storage is illustrated in Fig. 7 by storage 716. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Memory 714 and storage 716 are examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computing device 710. Any such computer storage media may be part of computing device 710.
[0035] Computing device 710 may also contain communication connection(s)
722 that allow the computing device 710 to communicate with other devices, such as with other computing devices through network 730. Communications connection(s) 722 is an example of communication media. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term 'modulated data signal'

means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency, infrared, and other wireless media. The term computer readable media as used herein includes storage media.
[0036] Computing device 710 may also have input device(s) 718 such as a
keyboard, a mouse, a pen, a voice input device, a touch input device, and/or any other input device. Output device(s) 720 such as one or more displays, speakers, printers, and/or any other output device may also be included.
[0037] While the invention has been described in terms of several exemplary
implementations, those of ordinary skill in the art will recognize that the invention is not limited to the implementations described but can be practiced with modification and alteration within the spirit and scope of the appended claims. The description is thus to be regarded as illustrative instead of limiting.

CLAIMS
1. A method comprising:
receiving at a domain name system (DNS) server a name query from a client device, the name query including a host name;
checking a global names zone for a record associated with the host name;
determining from the record a domain name associated with the host name
determining an Internet Protocol (IP) address associated with the domain name; and
returning to the client device the IP address associated with the domain name.
2. The method of claim 1, further comprising determining whether the DNS server hosts an authoritative zone for the name query.
3. The method of claim 2, further comprising answering the name query using DNS records found in a local copy of the authoritative zone if the global names zone does not have a record for the host name.
4. The method of claim 1, wherein the global names zone is a forward lookup zone.
5. The method of claim 1, wherein the global names zone is a primary zone.
6. The method of claim I, wherein the global names zone is file-backed.
7. The method of claim I, wherein the global names zone is integrated with a directory system.
8. A system comprising:

a domain name system (DNS) server; and
one or more data stores coupled to the DNS server to store records for domain names, the one or more data stores including a global names zone to store records correlating host names with domain names.
9. The system of claim 8, wherein the one or more data stores include one or more forward lookup zones.
10. The system of claim 8, wherein the one or more data stores include one or more primary zones.
11. The system of claim 8, wherein the global names zone is a primary forward lookup zone.
12. The system of claim 8, wherein the one or more data stores store records that include data correlating domain names with Internet Protocol (IP) addresses.
13. One or more device-readable media with device-executable instructions for performing steps comprising:
receiving a registration for a domain name, the domain name including a host
name;
determining whether a global names zone has a record for the host name; and registering the domain name if the global names zone does not have a record
for the host name.
14. The one or more device-readable media of claim 13, wherein receiving a registration for a domain name comprises receiving a registration for a domain name at a domain name system (DNS) server.
15. The one or more device-readable media of claim 14, wherein the steps further comprise determining whether the DNS server hosts an authoritative zone for the domain name.

16. The one or more device-readable media of claim 15, wherein the steps
further comprise forwarding the registration to another DNS server that hosts the
authoritative zone for the domain name.
17. The one or more device-readable media of claim 15, wherein
registering the domain name comprises registering the domain name in the
authoritative zone.
18. The one or more device-readable media of claim 15, wherein the steps
further comprise:
determining a first record type for the domain name registration,
determining a second record type of the record for the host name stored in the
global names zone, and
determining whether the first record type matches the second record type.
19. The one or more device-readable media of claim 18, wherein the steps
further comprise rejecting the registration if the first record type matches the second
record type.
20. The one or more device-readable media of claim 18, wherein the steps
further comprise registering the domain name in the authoritative zone if the first
record type does not match the second record type.

Documents

Orders

Section Controller Decision Date

Application Documents

# Name Date
1 4100-chenp-2008 form-18-22-07-2009.pdf 2009-07-22
1 4100-CHENP-2008-RELEVANT DOCUMENTS [23-09-2021(online)].pdf 2021-09-23
2 4100-CHENP-2008-RELEVANT DOCUMENTS [27-03-2020(online)].pdf 2020-03-27
2 4100-chenp-2008 correspondence others-22-07-2009.pdf 2009-07-22
3 4100-CHENP-2008-RELEVANT DOCUMENTS [28-05-2019(online)].pdf 2019-05-28
3 4100-CHENP-2008 FORM-18 18-01-2010.pdf 2010-01-18
4 4100-CHENP-2008-RELEVANT DOCUMENTS [28-03-2019(online)].pdf 2019-03-28
4 4100-chenp-2008 pct.pdf 2011-09-04
5 4100-CHENP-2008-RELEVANT DOCUMENTS [14-03-2019(online)].pdf 2019-03-14
5 4100-chenp-2008 form-5.pdf 2011-09-04
6 4100-CHENP-2008-RELEVANT DOCUMENTS [28-03-2018(online)].pdf 2018-03-28
6 4100-chenp-2008 form-3.pdf 2011-09-04
7 4100-CHENP-2008-RELEVANT DOCUMENTS [17-03-2018(online)].pdf 2018-03-17
7 4100-chenp-2008 form-26.pdf 2011-09-04
8 4100-CHENP-2008-IntimationOfGrant29-08-2017.pdf 2017-08-29
8 4100-chenp-2008 form-1.pdf 2011-09-04
9 4100-CHENP-2008-PatentCertificate29-08-2017.pdf 2017-08-29
9 4100-chenp-2008 drawings.pdf 2011-09-04
10 4100-chenp-2008 description(complete).pdf 2011-09-04
10 Abstract_Granted 286790_29-08-2017.pdf 2017-08-29
11 4100-chenp-2008 correspondence-others.pdf 2011-09-04
11 Claims_Granted 286790_29-08-2017.pdf 2017-08-29
12 4100-chenp-2008 claims.pdf 2011-09-04
12 Description_Granted 286790_29-08-2017.pdf 2017-08-29
13 4100-chenp-2008 abstract.pdf 2011-09-04
13 Drawings_Granted 286790_29-08-2017.pdf 2017-08-29
14 Marked Up Claims_Granted 286790_29-08-2017.pdf 2017-08-29
14 MTL-GPOA - JAYA.pdf ONLINE 2015-03-09
15 4100-CHENP-2008-Written submissions and relevant documents (MANDATORY) [21-07-2017(online)].pdf 2017-07-21
15 MS to MTL Assignment.pdf ONLINE 2015-03-09
16 Correspondence to notify the Controller [13-06-2017(online)].pdf 2017-06-13
16 FORM-6-1101-1200(JAYA).20.pdf ONLINE 2015-03-09
17 4100-CHENP-2008-HearingNoticeLetter.pdf 2017-06-08
17 MTL-GPOA - JAYA.pdf 2015-03-13
18 4100-CHENP-2008_EXAMREPORT.pdf 2016-07-02
18 MS to MTL Assignment.pdf 2015-03-13
19 FORM-6-1101-1200(JAYA).20.pdf 2015-03-13
19 Claims [10-09-2015(online)].pdf 2015-09-10
20 Correspondence [10-09-2015(online)].pdf 2015-09-10
20 Examination Report Reply Recieved [20-08-2015(online)].pdf 2015-08-20
21 Description(Complete) [10-09-2015(online)].pdf 2015-09-10
21 Description(Complete) [20-08-2015(online)].pdf 2015-08-20
22 Correspondence [20-08-2015(online)].pdf 2015-08-20
22 Examination Report Reply Recieved [10-09-2015(online)].pdf 2015-09-10
23 OTHERS [10-09-2015(online)].pdf 2015-09-10
24 Correspondence [20-08-2015(online)].pdf 2015-08-20
24 Examination Report Reply Recieved [10-09-2015(online)].pdf 2015-09-10
25 Description(Complete) [20-08-2015(online)].pdf 2015-08-20
25 Description(Complete) [10-09-2015(online)].pdf 2015-09-10
26 Examination Report Reply Recieved [20-08-2015(online)].pdf 2015-08-20
26 Correspondence [10-09-2015(online)].pdf 2015-09-10
27 Claims [10-09-2015(online)].pdf 2015-09-10
27 FORM-6-1101-1200(JAYA).20.pdf 2015-03-13
28 4100-CHENP-2008_EXAMREPORT.pdf 2016-07-02
28 MS to MTL Assignment.pdf 2015-03-13
29 4100-CHENP-2008-HearingNoticeLetter.pdf 2017-06-08
29 MTL-GPOA - JAYA.pdf 2015-03-13
30 Correspondence to notify the Controller [13-06-2017(online)].pdf 2017-06-13
30 FORM-6-1101-1200(JAYA).20.pdf ONLINE 2015-03-09
31 4100-CHENP-2008-Written submissions and relevant documents (MANDATORY) [21-07-2017(online)].pdf 2017-07-21
31 MS to MTL Assignment.pdf ONLINE 2015-03-09
32 Marked Up Claims_Granted 286790_29-08-2017.pdf 2017-08-29
32 MTL-GPOA - JAYA.pdf ONLINE 2015-03-09
33 4100-chenp-2008 abstract.pdf 2011-09-04
33 Drawings_Granted 286790_29-08-2017.pdf 2017-08-29
34 4100-chenp-2008 claims.pdf 2011-09-04
34 Description_Granted 286790_29-08-2017.pdf 2017-08-29
35 4100-chenp-2008 correspondence-others.pdf 2011-09-04
35 Claims_Granted 286790_29-08-2017.pdf 2017-08-29
36 4100-chenp-2008 description(complete).pdf 2011-09-04
36 Abstract_Granted 286790_29-08-2017.pdf 2017-08-29
37 4100-CHENP-2008-PatentCertificate29-08-2017.pdf 2017-08-29
37 4100-chenp-2008 drawings.pdf 2011-09-04
38 4100-CHENP-2008-IntimationOfGrant29-08-2017.pdf 2017-08-29
38 4100-chenp-2008 form-1.pdf 2011-09-04
39 4100-CHENP-2008-RELEVANT DOCUMENTS [17-03-2018(online)].pdf 2018-03-17
39 4100-chenp-2008 form-26.pdf 2011-09-04
40 4100-CHENP-2008-RELEVANT DOCUMENTS [28-03-2018(online)].pdf 2018-03-28
40 4100-chenp-2008 form-3.pdf 2011-09-04
41 4100-CHENP-2008-RELEVANT DOCUMENTS [14-03-2019(online)].pdf 2019-03-14
41 4100-chenp-2008 form-5.pdf 2011-09-04
42 4100-CHENP-2008-RELEVANT DOCUMENTS [28-03-2019(online)].pdf 2019-03-28
42 4100-chenp-2008 pct.pdf 2011-09-04
43 4100-CHENP-2008 FORM-18 18-01-2010.pdf 2010-01-18
43 4100-CHENP-2008-RELEVANT DOCUMENTS [28-05-2019(online)].pdf 2019-05-28
44 4100-chenp-2008 correspondence others-22-07-2009.pdf 2009-07-22
44 4100-CHENP-2008-RELEVANT DOCUMENTS [27-03-2020(online)].pdf 2020-03-27
45 4100-chenp-2008 form-18-22-07-2009.pdf 2009-07-22
45 4100-CHENP-2008-RELEVANT DOCUMENTS [23-09-2021(online)].pdf 2021-09-23

ERegister / Renewals

3rd: 01 Nov 2017

From 25/01/2009 - To 25/01/2010

4th: 01 Nov 2017

From 25/01/2010 - To 25/01/2011

5th: 01 Nov 2017

From 25/01/2011 - To 25/01/2012

6th: 01 Nov 2017

From 25/01/2012 - To 25/01/2013

7th: 01 Nov 2017

From 25/01/2013 - To 25/01/2014

8th: 01 Nov 2017

From 25/01/2014 - To 25/01/2015

9th: 01 Nov 2017

From 25/01/2015 - To 25/01/2016

10th: 01 Nov 2017

From 25/01/2016 - To 25/01/2017

11th: 01 Nov 2017

From 25/01/2017 - To 25/01/2018

12th: 01 Nov 2017

From 25/01/2018 - To 25/01/2019

13th: 11 Dec 2018

From 25/01/2019 - To 25/01/2020

14th: 10 Dec 2019

From 25/01/2020 - To 25/01/2021