Відмінності між версіями «UA (en)»

Матеріал з DRS wiki
Перейти до: навігація, пошук
м (Checking the Domain)
м
Рядок 7: Рядок 7:
 
! style="background:#AFD6FF;" | Описание
 
! style="background:#AFD6FF;" | Описание
 
|-
 
|-
|'''Домен содержит'''  
+
|'''Domain name may contain'''  
| буквы латинского алфавита (a-z), numbers (0-9), hyphens («-»)
+
| latin letters (a-z), numbers (0-9), hyphens («-»)
 
|-
 
|-
|'''Длина домена'''
+
|'''Domain name length'''
|от 1 до 63 символов
+
|from 1 to 63 symbols
 
|-
 
|-
 
|'''«-»'''  
 
|'''«-»'''  
|не может начинаться или заканчиваться дефисом или содержать 2 дефиса (в третьей и четвертой позициях)
+
|a domain name can not begin or end with a hyphen or contain two hyphens (on the third and fourth positions)
 
|-
 
|-
 
|'''IDN'''  
 
|'''IDN'''  
| нет
+
| no
 
|-
 
|-
|'''Срок регистрации'''  
+
|'''The term of registration'''  
| 1-2 года
+
| 1-2 years
 
|-
 
|-
 
|'''Auth-code'''  
 
|'''Auth-code'''  
| может быть (необязательно)
+
| may be (not obligatory)
 
|-
 
|-
|'''Контакты'''  
+
|'''Contacts'''  
 
| admin-c, tech-c
 
| admin-c, tech-c
 
|-
 
|-
Рядок 31: Рядок 31:
 
| [[CUNIC]], UANIC
 
| [[CUNIC]], UANIC
 
|-
 
|-
|'''Поддерживается интерфейсом'''  
+
|'''Supported interfaces'''  
| EPP, SMTP, Light EPP клиент
+
| EPP, SMTP, Light EPP client
 
|-
 
|-
 
|'''Policy'''  
 
|'''Policy'''  
Рядок 40: Рядок 40:
 
| Hostmaster Ltd. https://hostmaster.ua/
 
| Hostmaster Ltd. https://hostmaster.ua/
 
|-
 
|-
|'''WHOIS-сервер'''  
+
|'''WHOIS server'''  
 
| whois.ua
 
| whois.ua
 
|-
 
|-
|'''Регламент WHOIS'''  
+
|'''WHOIS regulations'''  
 
| https://hostmaster.ua/services/?WHOIS
 
| https://hostmaster.ua/services/?WHOIS
 
|-
 
|-
 
|'''DNSSEC'''  
 
|'''DNSSEC'''  
| нет
+
| no
 
|}
 
|}
  
'''.UA''' is the official country code Top-Level-Domain of Ukraine.
+
'''.UA''' is the official country code Top Level Domain of Ukraine.
  
 
=== Peculiarities ===
 
=== Peculiarities ===
Рядок 164: Рядок 164:
  
 
=== Status Values ===
 
=== Status Values ===
<code>OK-UNTIL</code> - the domain name has been delegated, term of delegation - till the specified date.
+
<code>OK-UNTIL</code> the domain name has been delegated, term of delegation - till the specified date.
  
<code>HOLD-SINCE</code> - the domain name delegation have been held up from the specified date. The domain needs to be renewed.
+
<code>HOLD-SINCE</code> the domain name delegation have been held up from the specified date. The domain needs to be renewed.
  
<code>BLOCKED</code> - the domain name delegation have been held up because of violation of correspodning public domain. Making any changes to the record has been frozen till the administrator's decision.
+
<code>BLOCKED</code> the domain name delegation have been held up because of violation of corresponding public domain. Making any changes to the record has been frozen till the administrator's decision.
  
<code>FROZEN-OK-UNTIL</code> - the domain name has been delegated, but making any changes to the record about this domain name has been frozen till the administrator's decision or till the administrator receives a corresponding court decision with regard to this domain name.
+
<code>FROZEN-OK-UNTIL</code> the domain name has been delegated, but making any changes to the record about this domain name has been frozen till the administrator's decision or till the administrator receives a corresponding court decision with regard to this domain name.

Версія за 18:11, 5 вересня 2013

Cctld-UA-lifecycle.jpeg


Характеристики Описание
Domain name may contain latin letters (a-z), numbers (0-9), hyphens («-»)
Domain name length from 1 to 63 symbols
«-» a domain name can not begin or end with a hyphen or contain two hyphens (on the third and fourth positions)
IDN no
The term of registration 1-2 years
Auth-code may be (not obligatory)
Contacts admin-c, tech-c
Nic-handle CUNIC, UANIC
Supported interfaces EPP, SMTP, Light EPP client
Policy https://hostmaster.ua/policy/?ua
Registry Hostmaster Ltd. https://hostmaster.ua/
WHOIS server whois.ua
WHOIS regulations https://hostmaster.ua/services/?WHOIS
DNSSEC no

.UA is the official country code Top Level Domain of Ukraine.

Peculiarities

A .UA domain name may be registered only on the basis of certificate of trademark registration registered in the territory of Ukraine, or if the trademark was registered in another state with territorial expansion to Ukraine under the Madrid Agreement.

According to the rules of the .UA domain zone, domain name must fully reproduce the verbal designation of a trademark.

Who can become a registrant

Information in the administrative contact of the domain name must fully duplicate information about the trademark owner or the owner of the license agreement for the relevant trademark.

To perform operations with the .UA domain, the DRS uses CUNIC and UANIC contacts.

Checking of a domain name

To check, whether the selected .UA domain is free, perform the EPP <domain:check> command.

Moreover, any Internet user can check whether the .UA domain name that interests him is taken, using the whois-server registry, the registry’s official website or http://dig.ua.

Registering of a domain name

A .UA domain name can be registered in one of the following ways:

1. Via EPP-interface by typing <domain:create>.

Example <create> command for the second level domain in the zone .UA:

<command>
    <create>
        <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
            <domain:name>example.ua</domain:name>
            <domain:period unit="y">1</domain:period>
            <domain:ns>
                <domain:hostAttr>
                    <domain:hostName>ns1.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns2.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns3.example.net</domain:hostName>
                </domain:hostAttr>
            </domain:ns>
            <domain:contact type="admin">example1-cunic</domain:contact>
            <domain:contact type="tech">example2-cunic</domain:contact>
            <domain:authInfo>
                <domain:pw>2fooBAR</domain:pw>
            </domain:authInfo>
        </domain:create>
    </create>
    <extension>
        <drs:create xmlns:drs="http://drs.ua/epp/drs-1.0" xsi:schemaLocation="http://drs.ua/epp/drs-1.0 drs-1.0.xsd">
            <drs:domain>
                <drs:license>1234567</drs:license>
                <drs:description>Registrar client</drs:description>
            </drs:domain>
        </drs:create>
    </extension>
</command>

2. Making an ADD application via SMTP.

The application must include 2 contacts: Administrative and Technical. Also in the application should be the trademark certificate number in the license field.

Domain names, unavailable for registration

The www domain name in a public domain which shall be reserved for the administrator of this public domain; it has to be pointed to the website where the policy of this public domain and the list of registrars registering domain names in this domain are published.

Renewing of a domain name

One can renew a .UA domain name no earlier than one year before its expiration. The renewal can be performed in one of three ways:

  1. Via the EPP-interface by typing <domain:renew>.
  2. Making a RENEW application via SMTP.
  3. Via the Light EPP client software by using renew:domain.

Renewing of a .UA domain name can be performed only if:

  • the request for the renewal in made by the registrar, which serves the domain name;
  • the period of the domain validity does not exceed maximum;
  • the domain does not have status that prohibits a renewal, such as BLOCKED or FROZEN.

Updating a domain name

  • Changing of the administrative contact in .UA domain names is performed only when there is a complete set of documents, which satisfy established procedures and have been prepared and sent to Service Online LLC.
  • Changing the certificate number in the license field may be performed only upon presentation of additional documents. The details can be specified in the DRS support service: support@drs.ua.
  • Without additional documents the following attributes of a domain can be changed: tech-c, nameserver and description.

Apply for a change in .UA domain names with one of these methods:

  1. Via the EPP-interface by typing <domain:update> this method also allows you to change the status of the domain).
  2. Making an UPDATE application via SMTP.

Changing the domain data is available if the domain does not have status, which prohibits changes, such as HOLD, BLOCKED or FROZEN.

Transfering of a domain name

A DRS registrar can initiate a transfer of domain name from another registrar by one of the following ways:

  1. Via EPP interface by typing <transfer> request .
  2. Making a TRANSFER application via SMTP.
  3. Via the Light EPP client software by using request function of transfer:domain operation.

Transfer is free of charge. After the transfer the expiration date of the domain name remains the same.

The registrant (admin-c of the domain name) must notify his current registrar if he wants to move to another registrar. The registrant should ensure that his domain is not locked for transfer. When using the authorization code, the registrant should get the code from his current registrar. Information that the domain name is blocked for transfer is available only to the registrar who operates the domain name and is not displayed publicly.

The one should wait up to 168 hours for the answer from the current registrar to the request.

  • If the registrar has approved the transfer of the domain name, then the application is satisfied, and the domain name is transferred to a new registrar.
  • If the registrar responds negatively, the application is rejected and the domain stays at the old registrar.
  • If the current registrar does not give an answer for five working days, the domain name is automatically transferred to a new registrar.

Blocking of a domain name transfer

To prevent receiving applications for changing of a registrar and to prevent their random verification, a domain name lock can be used (by setting the appropriate status).

The locked status means that all applications for changing if the registrar for this domain name will be rejected.

The absence of lock means that the applications for changing of the registrar will be received and processed.

Status Values

OK-UNTIL — the domain name has been delegated, term of delegation - till the specified date.

HOLD-SINCE — the domain name delegation have been held up from the specified date. The domain needs to be renewed.

BLOCKED — the domain name delegation have been held up because of violation of corresponding public domain. Making any changes to the record has been frozen till the administrator's decision.

FROZEN-OK-UNTIL — the domain name has been delegated, but making any changes to the record about this domain name has been frozen till the administrator's decision or till the administrator receives a corresponding court decision with regard to this domain name.