Welcome everyone. This is the officially blog about Domains Domain-invest.org.

More

featured
announcement
This is the section to put your contest information.

American Standard Code for Information Interchange


American Standard Code for Information Interchange, ASCII , alternative US-ASCII , is a 7-bit character encoding , and corresponds to the U.S. variant of ISO 646 and serves as a basis for future more bits based encodings for fonts .

The ASCII coding was on 17 June 1963 as a standard ASA X3.4-1963 and 1967 and published recently in 1968 (ANSI X3.4-1968) updated. The encoding defines 128 characters, consisting of 33 non-printable and 95 printable. The latter are, starting with the space :

The printable characters include the Latin alphabet in upper and lower case, the ten Arabic numerals and some punctuation marks and control characters . The character set is similar to that of a keyboard or typewriter for the English language . In computers and other electronic devices, text constitute, he is usually referred ASCII or backwards compatible ( eight thousand eight hundred and fifty-nine ISO , Unicode to store).

The non-printable characters output characters such as newline or tab, log -like character transmission is complete, or confirm and separating characters such as record delimiters.

Encoding

Each character is a bit pattern of 7 bits assigned. Because each bit can assume two values, there are 2 7 = 128 different bit patterns, also known as the integers 0-127 (hex 00-7F) may be interpreted.

In non-English languages ​​used special characters – such as German umlauts – bit code can not be fully represented with the 7, it would require at least 8 bits. The data processing used in Rule 8 bit or a byte as the smallest unit for data storage. The most significant bit in each byte is ASCII using the value 0 is set at.

The letters A, B and C as a seven-bit code
Characters Decimal Hexadecimal Binary
A 65 41 (0) 1000001
B 66 42 (0) 1000010
C 67 43 (0) 1000011

It can also use error correction ( parity ) communication lines or for other control functions to be used to. Today it is almost always extending ASCII to an 8-bit code used to. These extensions are largely with the original ASCII compatible , so all characters defined in the different enhancements of the same bit patterns are encoded in ASCII. The extensions vary depending on hardware and software and are country specific.

History

One form of the character encoding was the Morse code . He was with the advent of telegraphs the telegraph networks and forced out by the Baudot code and code-Murray replaced. From the five-bit code to the Murray-seven-bit ASCII, it was then only a small step – even ASCII was first American telegraph certain models, such as the Teletype ASR33 used for. In the early days of the computer age evolved into the standard ASCII code for characters. As an example, many were terminal ( VT100 ) and printer with ASCII only be controlled.

ASCII was originally the representation of characters of the English language. The first version, still with no lower case and with small deviations from the current ASCII was created in 1963. In 1968, the day before valid ASCII set then. later other languages ​​to represent special characters can order (for example, German umlauts), adopted new codes with eight bits per character as ASCII-compatible basis. However, also offered an eight-bit code in which a byte is a character stood for, too little space to all the signs of human culture are simultaneously written to accommodate. Thus, several different specialized extensions necessary. There are also all for the Far East some ASCII-compatible encoding, either between code tables switch or on more than one byte for non-all ASCII characters need before. None of these eight-bit extensions “is” ASCII, because that means only the single seven-bit code.

For encoding characters in the Latin is almost exclusively mainframe computers incompatible with an ASCII encoding used ( EBCDIC ).

Composition

ASCII character chart, hexadecimal numbering
Code … 0 … 1 … 2 … 3 … 4 … 5 … 6 … 7 … 8 … 9 … A … B … C … D … E … F
0 … NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI
1 … DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS U.S.
2 … SP ! # $ % & ( ) * + , - . /
3 … 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
4 … @ A B C D E F G H I J K L M N O
5 … P Q R S T U V W X Y Z [ \ ] ^ _
6 … ` a b c d e f g h i j k l m n o
7 … p q r s t u v w x y z { | } ~ DEL

The first 32 ASCII character codes (from 00 to 1F) are for control character (control character) reserved; see there for the explanation of the abbreviations in the table above. They are characters, no characters represent, but to control such devices are used by (or used) that use the ASCII (such as printers). Control characters are eg the carriage return to newline or Bell (the bell), and their definition is historically justified.

Code 20 (SP) is the space (English space or blank ), in a text as empty words and delimiters used between and on the keyboard using the space bar is created.

The codes 21 to 7E are all printable characters of letters, numbers and punctuation characters (see table) included.

Code 7F (all seven bits set to one) is a special character as a delete character is referred to ( DEL ) . This code was used as a control character used to refer to paper tape or punch cards already punched characters subsequently a setting with all the bits, that is, by Auslochen all seven markers, delete can be – once existing holes can be more eventually not be undone. Areas without holes (ie, code 00) were found mainly at the beginning and end of a perforated strip ( NUL ) .

For this reason, only 126 belonged to the actual ASCII characters, because the bit pattern 0 (0 million) and 127 (1111111) met no character codes. The code 0 was later in the programming language C as the end of the string ‘interpreted, the sign 127 were assigned to different graphic symbols.

Extensions

ASCII does not contain diacritical marks to all the languages ​​on the basis of the Latin alphabet are used in almost. The international standard ISO six hundred forty-six (one thousand nine hundred seventy-two) was the first attempt to address this problem, which led to compatibility problems, however. He’s still a seven-bit code, and because no other codes were available, were used some code in new versions.

For example, the ASCII position 93, the right to square bracket (]) in the German character set variant ISO 646-DE by the big U with umlaut dots (R) and the Danish variant of ISO 646-DK by the large A with ring ( Krouzek ) (a) ‘. When programming staples had to be used in many programming languages ​​the square by the respective national characters are replaced. This reduced the readability of the code and often led to unintended comic results by about the startup of the Apple II “APPLE] [" from "APPLE ÜÄ" mutated.

Several manufacturers developed their own eight-bit code. The code page 437 code has long been called the most widely used, he came to the IBM-PC under English MS-DOS , and is still in the DOS window by English Microsoft Windows used. In the German installations, since MS-DOS 3.3, the Western European code page 850 is the default.

Even in later standards such as ISO 8859 , eight bits used. Here are several variants, such as ISO 8859-1 for the Western European languages. German-language versions of Windows (except DOS window) to use the ISO 8859-1 encoding anabolic Windows 1252 - see, for example, text files created under DOS, the German characters from wrong, therefore, if you look under Windows.

Many older programs that used the eighth bit for their own purposes, could not handle it. They were often adjusted over time the new requirements.

To meet requirements of different languages ​​to be, the Unicode (his character repertoire in identical with ISO 10646 ) developed. It uses up to 32 bits per character, and could be four billion different characters differ is over, but at about one million allowed code points limited. This can all previously used characters are represented by people, unless they were taken to the Unicode Standard in. UTF-8 is an 8-bit encoding of Unicode that is backward compatible with ASCII. A character can be one to four 8-bit words are taking. Seven-bit versions must not be used, but can also use Unicode UTF-7 bit encoding, seven in. UTF-8 evolves (2011) for a uniform standard on most operating systems. The users include Apple's Mac OS X and some Linux distributions UTF-8 and more and more websites are by default UTF-8 in created.

ASCII contains only a few characters that are generally binding, format or structure of text to be used, which went from the commands of the Telegraph shows. In particular these include the newline (line feed), the carriage return (carriage return), the horizontal tab , the feed (form feed), and the vertical tab. In typical ASCII text files can be found next to the printable characters usually only the carriage return or line feed to mark the end of the line, be it in DOS and Windows systems usually both used in succession, with older Apple - and Commodore computers (without Amiga ), only the carriage return and on Unix -like, and Amiga systems, only the line feed. The use of additional characters for text formatting is handled differently. For formatting text are now more markup languages ​​such as HTML used.

Compatible character encodings

Many encodings are designed so that characters in the range 0 ... 127 use the same code as ASCII and the area over 127 more characters to use.

Fixed-length codes (selection)

Here is a fixed number of bytes for one character. In most codes this is one byte per character, per the East Asian fonts in two or more byte characters.

  • ISO 8859 with 15 different character encodings to cover all European languages, Turkish , Arabic , Hebrew , and Thai
  • MacRoman , MacCyrillic and other proprietary fonts for Apple Mac computers from Mac OS X.
  • Windows and DOS code pages , Windows 1252
  • KOI8-R for Russian, KOI8-U for Ukrainian
  • ARMSCII-8 and 8a-ARMSCII for Armenian
  • GEOSTD for Georgian
  • ISCII for all Indian languages
  • TSCII for Tamil

Variable-length codes

In order to be able to encode more characters, the characters are coded 0 ... 127 in a byte, other characters are encoded by multiple bytes with values ​​of over 127th

  • UTF-8 for Unicode
  • Big5 for Traditional Chinese ( Taiwan , overseas Chinese)
  • EUC (Extended UNIX Coding) for several East Asian languages.
  • GB (Guojia Biaozhun) Simplified Chinese ( PRC )

ASCII table

The ASCII table contains all the codes of the ASCII character set, see control characters for the meaning of the abbreviations:

December Hex October ASCII
0 0x00 000 NUL
1 0x01 001 SOH
2 0x02 002 STX
3 0x03 003 ETX
4 0x04 004 EOT
5 0x05 005 ENQ
6 0x06 006 ACK
7 0x07 007 BEL
8 0x08 010 BS
9 0x09 011 TAB
10 0x0A 012 LF
11 0x0B 013 VT
12 0x0C 014 FF
13 0x0D 015 CR
14 0x0E 016 SO
15 0x0F 017 SI
16 0x10 020 DLE
17 0x11 021 DC1
18 0x12 022 DC2
19 0x13 023 DC3
20 0x14 024 DC4
21 0x15 025 NAK
22 0x16 026 SYN
23 0x17 027 ETB
24 0x18 030 CAN
25 0x19 031 EM
26 0x1A 032 SUB
27 0x1B 033 ESC
28 0x1C 034 FS
29 0x1D 035 GS
30 0x1E 036 RS
31 0x1F 037 U.S.
December Hex October ASCII
32 0x20 040 SP
33 0x21 041 !
34 0x22 042 "
35 0x23 043 #
36 0x24 044 $
37 0x25 045 %
38 0x26 046 &
39 0x27 047 '
40 0x28 050 (
41 0x29 051 )
42 0x2A 052 *
43 0x2B 053 +
44 0x2C 054 ,
45 0x2D 055 -
46 0x2E 056 .
47 0x2F 057 /
48 0x30 060 0
49 0x31 061 1
50 0x32 062 2
51 0x33 063 3
52 0x34 064 4
53 0x35 065 5
54 0x36 066 6
55 0x37 067 7
56 0x38 070 8
57 0x39 071 9
58 0x3A 072 :
59 0x3B 073 ;
60 0x3C 074 <
61 0x3D 075 =
62 0x3E 076 >
63 0x3F 077 ?
December Hex October ASCII
64 0x40 100 @
65 0x41 101 A
66 0x42 102 B
67 0x43 103 C
68 0x44 104 D
69 0x45 105 E
70 0x46 106 F
71 0x47 107 G
72 0x48 110 H
73 0x49 111 I
74 0x4A 112 J
75 0x4B 113 K
76 0x4C 114 L
77 0x4D 115 M
78 0x4E 116 N
79 0x4F 117 O
80 0x50 120 P
81 0x51 121 Q
82 0x52 122 R
83 0x53 123 S
84 0x54 124 T
85 0x55 125 U
86 0x56 126 V
87 0x57 127 W
88 0x58 130 X
89 0x59 131 Y
90 0x5A 132 Z
91 0x5B 133 [
92 0x5C 134 \
93 0x5D 135 ]
94 0x5E 136 ^
95 0x5F 137 _
December Hex October ASCII
96 0×60 140 `
97 0×61 141 a
98 0×62 142 b
99 0×63 143 c
100 0×64 144 d
101 0×65 145 e
102 0×66 146 f
103 0×67 147 g
104 0×68 150 h
105 0×69 151 i
106 0x6A 152 j
107 0x6B 153 k
108 0x6C 154 l
109 0x6D 155 m
110 0x6E 156 n
111 0x6F 157 o
112 0×70 160 p
113 0×71 161 q
114 0×72 162 r
115 0×73 163 s
116 0×74 164 t
117 0×75 165 u
118 0×76 166 v
119 0×77 167 w
120 0×78 170 x
121 0×79 171 y
122 0x7A 172 z
123 0x7B 173 {
124 0x7C 174 |
125 0x7D 175 }
126 0x7E 176 ~
127 0x7F 177 DEL
Posted by: admin On May 8th, 2011 Tags: , , , , , , , ,
Filed Under Domain info | Post Your Comments


Uniform Resource Identifier


A Uniform Resource Identifier ( URI ) is an identifier and consists of a string identifying an abstract or physical resource is used. URI ‘s are used for identification of resources (such as websites , other files, calling web services , but also, for example, e-mail recipients) in the Internet and there, especially in Web use.

Originally, Tim Berners-Lee the concept in 1994 in RFC 1630 as a Universal Resource Identifier one. Only later appeared then in official W3C documents, the resolution uniform on. For this reason, universal occasionally – even in the scientific literature – the first part of their name called as.

URIs can be used as a string (encoded with a character set ) into digital documents, especially those in HTML format or incorporated by hand on paper to be written. A reference from a Web page to another is called a hyperlink or just link.

An extension of the only printable ASCII -character- URIs are Internationalized Resource Identifiers (IRIs).



Posted by: admin On May 8th, 2011 Tags: ,
Filed Under Domain News | Post Your Comments


Internet Corporation for Assigned Names and Numbers


The Internet Corporation for Assigned Names and Numbers ( ICANN ) is a private non-profit organization of U.S. law, established in California City Marina del Rey .

Task

ICANN decides on the basis of the management of top-level domains , and thus ICANN coordinates the technical aspects of the Internet, but without the right to set binding. ICANN was under 30 September 2009 the Department of Commerce (Department of Commerce) of the United States and thus the U.S. government . Since October 1, 2009 and replaces a joint “declaration of binding agreements” (Affirmation of commitment) the previous agreement (Joint Project Agreement, JPA), which representatives of governments and interested stakeholders should regularly assess whether the ICANN organization to fulfill its responsibilities in accordance with statutory .

ICANN is sometimes used as a sort of world government of the Internet means. The governments of the world are in the Governmental Advisory Committee ( Governmental Advisory Committee , GAC) represented the independent seat at the EU Commission in Brussels has one. As the headquarters of the organization even after 1 2009 in the U.S. remains October, network management organization is subject to the continuing American jurisprudence.

Formation

ICANN was in October 1998 a coalition of various interest groups (business, technology, science and users) founded by. Legally, it is in ICANN is a private foundation based in Marina del Rey, California. The ICANN is responsible for a number of technical requirements, previously of the IANA and various other groups were taken, focusing on.

Objects of the work of ICANN

In order for the Internet, certain names and addresses are globally unique. Therefore, ICANN coordinates:

  • on the Address Supporting Organization and the Country Code Names Supporting Organization (ccNSO), the Internet domain name ( domain name system , especially the DNS root name server )
  • the IP addresses ,
  • in cooperation with the IETF protocol parameters and port addresses of the Internet protocol suite .

Organization

The Board of Directors of ICANN is composed of 21 members from around the world. 15 members have voting rights: to be a night Nominierungskommittee elected, two by the Address Supporting Organization (ASO), two of the country-code Name Supporting Organization (ccNSO) and two of the Generic Name Supporting Organization (GNSO), which coincides CEO . Six non-voting members are nominated by advisory organizations. 2000 members, five representing the user base of a continent selected public, with the expiration of their time member of the 2003 public election, however, abolished.

Chairman of the board is Peter Dengate Thrush. President & CEO of ICANN since 2009 July is Rod Beckstrom, chief operating officer since September 2010 Akram Atallah. Board members were from Germany until 2003 Helmut Schink ( Siemens AG ) and the journalist Andy Mueller-Maguhn (Deputy Chairman of the Chaos Computer Club Berlin e. V.), the representative was elected as European. Another member from Germany until 2006 Hultzsch Hagen (a former board member of the German Telekom AG ). Karl Auerbach , the public representatives of the North American user base 2000 to 2003, sat down for more openness and transparency of ICANN for a. In 2002, he complained before a Superior Court in California successfully for access to the books.

Alternative root server

An alternative to the ICANN root servers to the OpenNIC Project is . To 31 December 2008 formed the Open Root Server Network (Ørsnes), which partially IPv6 was enabled, an alternative to the ICANN root servers

Posted by: admin On May 8th, 2011 Tags: , , ,
Filed Under Info | Post Your Comments


Domain registration


DNS names are in domains managed. , DNS names on the Internet known to make a condition that is registering the corresponding domain .

In principle, participants are on the internet without a domain name – containing the correct IP address is sufficient in most cases. The numeric IP addresses can be severe but generally remember clearly as a meaningful name. In addition, a domain also other advantages such as accessibility at the same address, even after switching the server, virtual host name and load balancing via DNS . own name server available to do so or is the prerequisite for a successful web presence.

A simple and cheap way is to an existing domain registered in a subdomain. Suppose the fictitious company example GmbH uses the domain of their service provider ISP . Then could the domain name like this: www.example-gmbh.isp.com . Registration is not required here, since in principle (with some exceptions) to register domains that are directly below a top level domain lie.

Registration Organizations

A Network Information Center (or shortly Registry) is an organization, the domains managed. A domain name registrar acts as an interface between the Registry and the Registrant.

As a registrant of the end customer is known, so anyone who actually wants to register a particular domain. For legal or other reasons, this designation may be unusual nationally, in Germany we speak for example of the domain holders

Connectivity

Domain registration alone is not enough domain names to publish on the web. First, each domain on one or more name servers in a zone file to be present. Then in the zone that the parent domain, contains a reference (Delegation) name servers are registered on this.

With domain registration are therefore always in the parent name servers associated entries. The required NS resource records with the Registrar in conjunction with the authoritative registry in the parent server automatically considers normal. When registering, the client must do the – mostly from his own or made ​​available to providers – indicate the name servers that are authoritative, the new domain fold lines. In general, the registrar checks prior to registering this information in order to ensure that the delegation did not show ineffective.

For smaller domains, which are very few resource records included, can in some top-or second-level domains (such as. com) name server may be dispensed to separate. The resource records can be a domain registrar in its own name servers are deposited directly from.

Before a registration need clarification

Select a name

First, the name of the domain and the parent domain (usually a top-level domain such as. com or. en) be established. It should be examined to assess the possible rights of third parties (such as registered trademark). In each name can be letters, numbers or hyphens are included, between upper and lower case is not being made. The detailed rules (eg “name can not begin with a hyphen”) is before the Registrar. Depending on top-level domain registrar and other special characters may be used.

About the Whois service can be determined whether the desired domain name is available at all. Many providers offer this on your website more or less extensive query tools. The country-specific registration organ Istat ions also offer possibilities to check whether a domain has already been awarded. However, each domain there is usually only one’s own included. DENIC published, for example, only information about domains, with. Com ending.

Some top-level domains (TLDs), there are limitations that may prevent registration. must have, for example, in the. com and. fr-TLDs the applicant or his representatives administrative (admin-c) a postal address within the country concerned. A similar situation is also apply for. Eu domain. The nationality of the applicant does not matter.

Selection of a registrar or service provider

There are usually several ways to register its domain:

  • through a direct contract with the operator of a (top level) domain (often expensive, often not easy, sometimes only as a major customer)
  • with a registrar for the desired major domain
  • a registrar with a collaborating service provider
  • through a reseller or distributor who works with a service provider or registrar

For individuals and small businesses most service providers or their resellers are preferred because they are much cheaper and the service provider tedious detail work takes over and provides many essential services plus domain registration from a single source. As a guideline for the cost of registration in the German-speaking popular domains can go out every year by about 0 to 100 € for the registration and 6 to 180 € for the care. This varies with the top-level domains and with the service providers, as well as the volume of services they provide.

Setting up the server name

In addition, clarify who operates the name servers, which are on the future domain is. This could be your own server, or managed by an Internet Service Provider. If only a few DNS names required may be waived in some registries to operate their own name servers. The names are then registered to the name server of the Registry. DENIC allows, for example in such cases, up to five names for each domain.

The Name Server  must normally be available at the time of registration and the new domain already mentioned. Also, the name server itself to be registered. Responsible for the registration of which is the owner of the parent domain. Thus, for example, the registration of the name server ns1.example.com by the holder of the domain example.com will be carried out.

Expiry of a registration

A domain registration is done online via the Web interface, a proprietary application or through traditional forms which, by or by post sent to fax it. Some operations, such as deleting the domain or a trade, but can be performed automatically in many cases, but require a signed form.

When registering the name of the domain holder, and various administrative and technical contact shall be identified, also their mailing addresses. It should be noted that this information according to local data protection provisions of the Whois service can be accessible to everyone.

Simultaneously with the domain registration addresses some DNS name and IP registered. Normally, two or more NS records and any necessary glue records . For individuals or small businesses without their own name servers, some few A – and MXRRs the name server of the registrar to be managed well.

The arrangements are from the registry. DENIC example, calls for at least two name servers must also be in different subnets. Other registries are or were less restrictive.

Many customers register a domain only with the option to park it (not to use) or sell on. There are services that provide for such temporary purposes Name Server.

By registering a domain legal impact associated.

Registration period

Registrations are limited in time principle. A domain can not buy “will”. Common in the first registration period is one year, at the end of which automatically renew. Most domains (not. De and. Eu) have larger intervals up to ten years also. Expire domain – because the payments fail about – it is a 30 days or more continuous blocking state set in (English: redemption grace period ), in which the owner has the opportunity to reactivate them. If reactivation of the will they finally released after about five days.

Subsequent changes

No changes to the registry data is usually carried out online. Through a password-secured Web access, the data can be edited by the holder at any time. Be a difficult operation is the domain transfer , a domain is transferred to another registrar in the. The latter is often referred to as Provider-exchange, since the domain transfer almost always from a service provider to another domain is transferred to the new registrar or at the same time, the new service provider is.

Anonymous registration

A controversial issue within the current registration practice is to publish personal information about domain owner and its administrative and technical representation in the central database of the relevant top-level domain. Information such as postal address or e-mail address of the Whois service by anyone and therefore potentially available to the abuse, such as professional address collectors suspended. On the other hand, in case of possible violations of the domain owner (such as improper registration of foreign brand names) that are legally available, in particular, have a serviceable address also.

A compromise solution to the anonymous registration. The registrar will use his own data or data from third parties instead of the customer information. Through a special contractual relationship of the anonymous customer is still owned the domain, even if it is not even listed in the Whois database. The Registrar acts as trustee on behalf of customers.

For some TLDs, such as for. Ch (Article 2.5 and 3.2 SWITCH GTC), there is an obligation on the part of the registrant’s right to disclose identity. If not, can the registry delete the domain name.

Historically important domains

The world’s first registered domain was nordu.net , it was the first January 1985 registered.

The company Symbolics registered on 15 March 1985 symbolics.com the first. com domain. In 1985, a total of six. Com domains registered , 1986 54 and 1987 47th

Posted by: admin On May 8th, 2011 Tags: , , , , , , , ,
Filed Under Domain News | Post Your Comments


Whois


Whois ( “who is” ) is a protocol , with that of a distributed database system, information about internet domains and IP addresses and their owners can be queried.

Whois -queries since its inception in particular on the command line performed. As appropriate client software is not available for all major operating systems, was set up early Web-based front end through. Despite subsequent versions corresponding to enjoy Web-Whois provider is still very popular, not least for reasons of relevance to domain lookups.

The term “Whois” is for other, similar queries used, for example, user information in the IRC on.

Protocol

In the by the IANA defined port 43 / TCP protocol is a plain text defined. The sister protocol rwhois extended Whois for redirects and a hierarchical structure, similar to the Domain Name System . Queries are as in HTTP 0.9 from a single line by the client to an open socket is passed. On the first line feed follows the response of the Whois server. Some databases, including allow to specify the encoding or the query type by the custom query prefix, but not normalized parameter. Through its architecture, queries like this example with a Telnet client can be carried out.

History

In the early days of the Internet was the registration and administration of all domains of the ARPANET in the hands of the DARPA . This centralization made ​​it possible to single server information on all assigned IP addresses, domains, and to contact a person. The small number of records also allowed fuzzy search for a name or any content. With increasing in the nets, the addition of new registrars and abuse by spam senders criteria were increasingly restricted. A trend that has continued until today, so today’s Whois query server restrictive quotas define at times and some web Whois service provider by their spelling or ways to protect the bot detection use them.

When the ARPANET in the late 1980s, the Internet opened up, DARPA initially remained as a registrar until the National Science Foundation task was entrusted to commercial third party.

On 1 December 1999, the responsibility of ICANN for the three popular. com,. net and. org domains where a model changed was, that complete records for the respective registrars delegates (“thin”) and traditional clients more restricted just worked. From 1 January 2003 adopted the Public Interest Registry (led by Afilias) operating. org, back in the model of a central data management (“thick”).

Today, with the existence of new generic and sponsored top-level domains and even new country domains is a complex, incomplete plexus, a successful lookup, the domain knowledge of the Whois server requires.

To eliminate existing disadvantages, formed in 2004, an IETF working group to set a new standard with the working title CRISP (Cross Registry Information Service Protocol) to set out. A first result of these efforts is the XML -based IRIS protocol, whose classes RPSL structures recall. Previous attempts to Whois information via LDAP be made ​​available, or the Whois + + were unsuccessful.

Problems

Neither structure and encoding the return still subject to error-handling standards, resulting in machine evaluation difficult cross-domain. Domänenlookups the responsibility of each organization entrusted with the administration or NIC , and are not for every Top Level Domain available. Usually can find detailed information for the domain registration must be specified query. The public provision of telephone numbers in the context of Whois records is subject to constant debate in 2006 by a proposal of the ICANN flared up again. Since an administrative contact for any misuse is also provided , providers are limited, some are already on a list of name servers or information concerning the registrability.

Since there naming conventions for whois servers is no cause common clients such as GNU jwhois correlation with lists that any modification of a configuration updates need to.

List of Whois servers

IP and AS lookups

Databases for IP lookups ( IPv4 and IPv6 ) by the five RIRs ( Regional Internet Registry ) maintained and serviced.

The databases of the Regional Internet Registries are usually available on their websites for download. The information contained in these packets contain information to protect people from abuse no classes.

Details of Autonomous Systems are also provided by the RIRs.

generic Top Level Domains (gTLDs)

The listed servers is whois servers that provide their information on port 43/TCP, but not for the Web front-ends of the respective providers.

Whois server for domain lookups gTLDs
. Aero whois.aero . Asia whois.dotasia.net . Biz whois.neulevel.biz
. Cat whois.cat . Com whois.internic.net . Coop whois.nic.coop
. Edu whois.educause.net . Eu whois.eu . Gov whois.nic.gov
. Info whois.afilias.net Int. whois.iana.org . Jobs jobswhois.verisign-grs.com
. Mil whois.nic.mil . Mobi whois.dotmobiregistry.net . Museum whois.museum
. Name whois.nic.name . Net whois.internic.net . Org whois.pir.org
. Per whois.registrypro.pro . Tel whois.nic.tel . Travel whois.nic.travel

Second Level Domain Whois

Chance-level domains can own Whois server running second. In some countries, the. Co.uk “follow similar pattern,” it takes the appropriate NIC. Some commercial providers such as CentralNic (among other things. de.com) ausregistry (among other things. com.au) or info.at (among other things. info.at) make information available Whois.

Query Whois databases

To Whois information is also using Web browsers to make available, there are various Whois proxy services. In many cases, it is of domain registrars operated dealers and services that only a few domains and IP or AS often only cover information. Search for more relevant recommends the use of a client in the command line

Posted by: admin On May 8th, 2011 Tags: , , , , , , ,
Filed Under Domain News | Post Your Comments


Zone (DNS)


In the Domain Name System of the Internet called zone the part of the domain tree for which a name server (also referred to NS) is responsible and therefore knows the official data. A zone is managed by a Primary Name Server. To increase the availability of server failures, it is common to a zone or more secondary name servers to reflect on.

A zone consists of resource records , in a zone file is stored. The original file is located on the primary name server (also called “master”). From there, it is changes by zone transfer the secondary nameservers (also called “slave” is named) transfer. The terms zone and zone file are almost interchangeable in all situations.

A zone, an entire domain include. Normally they are separate sub-domains are represented by zones. With pointers – the NS Resource Records (RR-NS) – becomes sub-zones has pointed to name servers are on the other hand can. This process is called delegation: A zone delegates the responsibility for a subdomain, and only knows the person or persons responsible name server. Subdomain requests to be forwarded to the responsible name server. The transition between two zones is called Cut this area, as a zone of a domain “cut” by a delegation.

The top level domain de contains, for example, including all subdomains millions of DNS records. It is impossible to keep this single zone file in a. The domain of de associated zone file therefore contains mostly references to the direct sub-domains. Pro authoritative name server for a subdomain, while there is a NS record.

Difference between domain and zone

A domain includes the whole child DNS namespace. The term domain is also used if you look at the content (which includes a domain name?) or the title (who is a domain registered?) refers.

A domain can be divided into several zones in by placing the responsibility for sub-domains delegated. Of a zone is referred to even if you think the physical realization – ie which server and zone file in which the DNS records are.

By the juxtaposition of domain names (labels) defined on the domain tree and the NS RRs constructed tree zone are almost identical. In rare cases, a single zone file also contain multiple domains. The area tree is therefore slightly smaller than the domain tree.

Posted by: admin On May 7th, 2011 Tags: , , , , , , ,
Filed Under Domain News | Post Your Comments


Internationalizing Domain Names in Applications


IDNA (Internationalizing Domain Names in Applications) is an Internet standard , with domains, the non- ASCII characters, as valid ASCII strings in the domain name system to map. Such a domain name called IDN (Internationalized Domain Name),

Technology

Unicode -domains are the procedures Nameprep and Punycode ASCII strings converted to that as ACE -Strings ( A SCII C ompatible E are called) ncoding. The conversion is done at the client (such as the browser or mail program) so that the server infrastructure need not be changed. Instead of Unicode strings client, the user can directly enter the ACE string. Thus, even without IDN clients Ability to work with international domains, provided the user knows the ACE string. Since this is cumbersome, however, it is recommended only if the software is not IDN-proof reliability.

Basically, all Unicode characters allowed in IDNs. The “beta” was the same as “ss” and declared as the normalization of s converted to, so for example, “splices” was identical with “Pleisse. From 16 November 2010 (after purchasing a domain with ss before) but it is for the modified version of IDNA -up possible to register domains with separate beta, and the mapping to ss is repealed.

Any award for domains separately regulates what characters it for granted by their ( sub -) allowed domains. Since 1 March 2004, in addition to the 37 common characters (26 letters of the Latin alphabet , 10 numerals and the hyphen) for German ( . de ) Second-level domains 92 and for Switzerland (. ch) and of Liechtenstein (. li) domains 31 other characters be used. Since 31 March 2004 for Austrian domains (. at) other characters are allowed 34th Afilias, in charge of. Info domains will allow only the characters, ö and ü to ä.

Processing of Unicode strings

First domain is a Unicode Nameprep normalized by, ie capital letters to lowercase letters and characters are defined as equivalent to the normal form (ASCII) into. In the old version of IDNA was ß to ss equivalent, so we were in street road .

Following the normalization letters are Punycode non-ASCII name removed from the end of the name and any derivative ASCII string added to one, in which the position and nature of the Unicode character is encoded. An IDN-ASCII domain names to distinguish them from one, begins with the prefix string Punycode xn - . The unusual string xn - has been chosen because they real words or proper names not present in practically and conflicts with ASCII domains, therefore, extremely unlikely.

Fonts

Below is listed for some top-level domains, which non-ASCII characters are allowed in the respective IDN domains:

. De domains

A A A A A A A æ å ä ć ç ď đ ĉ ċ č é è ĕ ê ë ì ë E E G G G G H H I I I I I I I I I J K L L L L N N N n N o o o o o o o o o ĸ œ R R R S S S S ss ť ţ ŧ ú ù u u u u u u u u w ý ŷ ÿ ź ż ž ð þ

. Eu domains

A A A A ä å æ ç è é ê ë ì í î ï ð ñ ò ö ø ù ó ô õ ú û ü ý þ ÿ ā ă ą ć ĉ ċ č ď đ ē ĕ ė ę ě ĝ ğ ġ ģ ĥ H I I I I I J K L L L L L N N N N o o o ʼn œ R R R S S S T T U u u u u w y z ž ż ş ţ ΐ ά έ ή ί ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς σ τ υ φ χ ψ ω ϊ ϋ ό ύ ώ а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ἀ ἁ ἂ ἃ ἄ ἅ ἆ ἇ ἐ ἑ ἒ ἓ ἔ ἕ ἠ ἡ ἢ ἣ ἤ ἥ ἦ ἧ ἰ ἱ ἲ ἳ ἴ ἵ ἶ ἷ ὀ ὁ ὂ ὃ ὄ ὅ ὐ ὑ ὒ ὓ ὔ ὕ ὖ ὗ ὠ ὡ ὢ ὣ ὤ ὥ ὦ ὧ ὰ ά ὲ έ ὴ ή ὶ ί ὸ ό ὺ ύ ὼ ώ ᾀ ᾁ ᾂ ᾃ ᾄ ᾅ ᾆ ᾇ ᾐ ᾑ ᾒ ᾓ ᾔ ᾕ ᾖ ᾗ ᾠ ᾡ ᾢ ᾣ ᾤ ᾥ ᾦ ᾧ ᾰ ᾱ ᾲ ᾳ ᾴ ᾶ ᾷ ῂ ῃ ῄ ῆ ῇ ῐ ῑ ῒ ΐ ῖ ῗ ῠ ῡ ῢ ΰ ῤ ῥ ῦ ῧ ῲ ῳ ῴ ῶ ῷ

. Com and. Net domains

à á â ã ä å æ ç A A A C C C C D đ è é ê ë ē ĕ ė ę E N D G G G G H H I I I I I I I I I J ķ ĸ l l l l n n n n o o o o o o o o o o r R R S S S S T T T þ ù ú û ü ũ ū ŭ ů ű ų w ý ÿ ŷ Ÿ ž ż

. Info domains

ä æ å á é í ñ ð ó ö ø ú ü ý þ â ± ć č ę ė ē ģ ī į ķ ļ ł ń ņ ő ō R S š u u u ź ż ž

. At domains

A A A A ä å æ ç è é ê ë ñ ð ì í î ï ò ö ø ó ô õ œ š þ ù ú û ü ý ÿ ž

. Ch and. Li domains

A A A A ä å æ ç è é ê ë ñ ð ì í î ï ò ö ø ó ô õ œ þ ù ú û ü ý ÿ

. Org domains

ä ö ü

Since May 2010, there is also IDN top-level domains , and thus complete domains from non-Latin letters. There are, for example, the top-level domain مصر for. that the Arabic word Egypt ( Misr is) the home page the Egyptian Ministry of Communications and Information Technology is the exclusive domain of Arab-character http:// موقع -. وزارة الاتصالات. مصر reach. The domain name is the Arabic from right to left to read accordingly

A WhoIs query of the form whois.denic.de whois-h --C ISO-8859-1 example.com or whois-h whois.denic.de - C-UTF-8 example.com to Unicode-based systems provides for registered domains including the spelling in Punycode.

Support through web browser

IDNs To use, make sure your client, such as a browser be able to in the URL line entered the international domain name (for example, umlauts) in an ACE string to convert.

Some of IDN-enabled browsers:

  • Firefox Version 0.8
  • Konqueror from KDE 3.2 with GNU IDN Library
  • Windows Internet Explorer , version 7.0 (*)
  • Mozilla version 1.4
  • Netscape Navigator Version 7.1
  • Opera from version 7.11
  • Safari version 1.2 (v125)
  • SeaMonkey 1.0 and

(*) Internet Explorer (IE) may, from version 5.0, by installing the plug-ins i-nav VeriSign Pictures) due to be made ​​capable IDN see (. Connect with IE 6 but despite this plug-in occasionally faulty processes on. An alternative to i-nav offers the RFC-compliant plug-in Quero Toolbar (see References), the IDN phishing protection mechanisms is equipped with it.

Review

Critics say the introduction of IDNs is a historic mistake in the development of the Internet was. IDNs are a result of country-specific keyboard designs for large parts of the network population is not achievable in practice, thus deepening the rifts between the language areas and counter-checked the Internet ultimately the underlying concept of the “global village”. This will be the application behind the IDN introduction idea, especially the language areas with non-Latin characters (for example Arabia, East Asia) to integrate more into the grid, led ad absurdum.

The proportion of IDNs to all registered domains under . com is about three and a half percent.

Posted by: admin On May 7th, 2011 Tags: , , , , ,
Filed Under Domain News | Post Your Comments


Internet Assigned Numbers Authority


The Internet Assigned Numbers Authority ( IANA ) is an organization that the allocation of IP addresses , top-level domains and IP protocol numbers and the allocation of port controls. The forerunner of the IANA originally consisted of only one employee, Jon Postel .

IANA delegates the local registration of IP addresses to Regional Internet Registries (RIRs). Each RIR is a specific part of the world for, specifically:

  • ARIN for North America
  • RIPE for Europe
  • APNIC for Asia and the Pacific region
  • LACNIC for Latin America and the Caribbean
  • AfriNIC for Africa

The IANA distributed IPv4 addresses in large blocks (typically / 8 in CIDR notation) to the RIRs , which will then by their own rules for the allocation of addresses to end customers (in this sense, providers or organizations, their IP addresses themselves manage distributed), in which case most / 19er-or / 20 blocks are allocated.

The IANA is also responsible for delegation and allocation of IPv6 addresses in charge, it has been easy here, but insofar as they contain large blocks to the RIRs and distributed very near future so that other delegations have made ​​unnecessary time on easy. The stock of delegated IPv6 addresses currently exceeds by several times the demand, since IPv6 slowly into production is the first place.

The IANA is organizationally a division of ICANN and is thus at least indirectly under the influence of the U.S. Department of Commerce .

The relationship between ICANN, the ccTLDs and RIRs can be seen as, at best, highly political, “described to be”, and since ICANN again tried again, the IANA to the registries to exert influence over, there were now several proposals to complete by ICANN to decouple IANA whether with or without the cooperation of the U.S. government.

Posted by: admin On May 7th, 2011 Tags: , , ,
Filed Under Info | Post Your Comments


Host Name


The host name (including site name ) is the unique name of a computer in a network . It is predominantly the electronic data exchange (eg e-mail , Usenet , FTP ) is used to communication partners in a human-readable and noticeable specify the format. The reaction of the host name to a machine-readable address is on the web today, mainly via the Domain Name System (DNS) , historically the file / etc / hosts . In local networks, the reaction is carried out by some DNA , some still with NIS and other proprietary protocols. What names are technically allowed, governs in the case in the protocol used for name resolution – on the Internet so the Domain Name System .

Hostname as the name of a physical system

The host name of a physical system ( computers , host ) is the name under which the system itself knows and with which the system reports. Visible host name can be that when a computer system sends an email such as sender of status messages or bounce messages or if a user on a server logs. The host name can be UNIX-like systems with the command hostname and set to be read.

For computers that are directly on the Internet are available, is usually a Fully Qualified Domain Name (FQDN) hostname is used as, For computers, the only one LAN are reachable, is part of the domain part is omitted and only the local part is used (in this case mail ), as the domain of clear distinction in this case is not necessary to is.

The local part of the hostname of physical systems is often based on characters from literature and film (especially SciFi Comics), mythical beings or gods, or selected and depends on the intended use of the computer (eg, ns, mail, ftp, serv1, serv2, SERV3 etc.).

Hostname as the name of a network node

In the Domain Name System are AAAA Resource Records and A resource records entered, the name an IP address assigned. This name may or may not be the hostname, the host with that IP address out of. This may be possible that a host is reachable under different names.

Example:

On a host running a Web server serves multiple customers of the. The site is one of about beispiel1.de, that of the other accessible via beispiel2.de. Both names are from the same IP address in the Domain Name System database.

The full name of a network node is usually composed of a part that describes a service (such as www, mail, ftp, etc.) and a domain part. This practice, however, evolved over time, and makes sense only in case if these services are different from hosts provided. for the Domain Name System is no difference between domains and subdomains Since there is, can A resource records directly to the domain of entry.

Guidelines

Host Names are as all domain names from several “labels” which are separated by one point to each other. Each label must be 1-63 characters long, up to the domain name must include a total of 255 characters.

Unlike domain names, only hostnames in the ASCII characters AZ (upper and lower case does not matter), 0-9 and the hyphen - exist. The individual labels may not start or stop a hyphen. Other than the special characters dash (and the point between the labels) are not permitted, although they are still used occasionally. Underscores are often on Windows systems used, although according to RFC 952 are not allowed. Some systems, such as DomainKeys and the SRV resource record , use the underscore deliberately to ensure that their particular domains with host names not be mistaken. Because some systems check the validity of hostnames only problem is the use of invalid characters like the underscore out to various systems in the world are connected with the.

The host name de.wikipedia.org therefore consists of the DNS label de , wikipedia and org . Labels such as 2600 and 3Com may be used in hostnames, -hi, and hi * * are not valid, however.

History

  • 20. September 1971
RFC 226 – Standardization of host mnemonics
6 characters to describe a host name, in the example are all uppercase letters and numbers used

 

  • 22. September 1971
RFC 229 – Standard host names
8 characters for the description of a host name, in the example are all uppercase letters, numbers and hyphens used

 

  • 5. October 1971
RFC 237 – NIC view of standard host names
At least 8 characters with regard to the use of up to 12 characters in the NIC

 

  • 17. November 1971
RFC 280 – A Draft of Host Names
A first-draft list of hosts with hostname in the network
Be used up to 11 characters

 

  • 21. December 1971
RFC 289 – What we hope is an official list of host names
The first official survey of hosts with hostname in the network
Be used up to 11 characters

 

  • 12. December 1973
RFC 597 – Host status
An overview of hosts with hostname in the network
Be used up to 12 characters

 

  • 10. January 1974
RFC 608 – Host names on-line
48 characters to describe a host name, consisting of capital letters, numbers and the hyphen

 

  • 1. March 1982
RFC 810 – DoD Internet host table specification
24 characters to describe a host name, consisting of capital letters, numbers, the dash and a point

 

  • October 1985
RFC 952 – DoD Internet host table specification
The point may only be used to separate each domain name

 

  • October 1989
RFC 1123 – Requirements for Internet Hosts – Application and Support
Software for resolving host names must support up to 63 characters and should support up to 255 characters
Posted by: admin On May 5th, 2011 Tags: , , , , ,
Filed Under Info | Post Your Comments


Fully Qualified Host Name


A Fully-Qualified Host Name (short FQHN,) is a host name , either as a fully qualified name of a domain ( Fully Qualified Domain Name , FQDN is shown) or a numeric IP address of a computer. [1 ] The FQHN denotes a particular computer unique.

Is there such as a company with the domain “example.com” a subnet “administrative” and is in this one computer with the host name wks1 “then a FQHN the FQDN of this host” wks1.administration.example.com. . Another FQHN is the IP address of the computer, for example, ” 192.0.2.123 “.

The term FQHN is including in the two RFCs 1153 ( Digest Message Format 1990) and 2109 ( HTTP State Management Mechanism 1997) used. RFC 2109 has now been through the RFC 2965 ( HTTP State Management Mechanism 2000) replaced by, in the longer term appears not.

Posted by: admin On May 5th, 2011 Tags: , ,
Filed Under Info | Post Your Comments


 

 

 

Domne.de domne
Gebude.degebude
guenstiges.netguenstiges
alimenteunterhalt
dateidateien
casinolucky games