Please Whitelist This Site?

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)

If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.

Thanks for your understanding!

Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide


NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Enjoy The TCP/IP Guide? Get the complete PDF!
The TCP/IP Guide

Custom Search







Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  Name Systems and TCP/IP Name Registration and Name Resolution
           9  Name System Issues, Concepts and Techniques

Previous Topic/Section
Name Spaces and Name Architectures (Flat and Hierarchical)
Previous Page
Pages in Current Topic/Section
1
2
Next Page
Name Resolution Techniques and Functional Elements of A Name Resolution System
Next Topic/Section

Name Registration Methods, Administration and Authorities
(Page 2 of 2)

Name Registration Methods

There are several common methods by which the actual process of registration is carried out. Each of these has its strengths and weaknesses, and again, some are better-suited to flat name spaces and some to hierarchical ones.

Table Name Registration

In this technique, name assignments are maintained in a table by an administrator. When names need to be added, deleted or changed the table is edited.

This technique is usually associated with small, flat name space name systems, and has the same benefits and drawbacks as flat architecture in general: it is simple and easy to implement, but doesn't scale well to larger systems. With a dozen machines, having someone edit name registration tables is practical; with thousands of machines it is not. It is also not conducive to a hierarchical system where there are multiple authorities, because the table needs to be kept in one place.

In larger internetworks, tables may be used as an adjunct to one of the more sophisticated techniques below.

Broadcast Name Registration

This is a “trial and error” technique; a device that wants to use a particular name sends out a message to all other devices on the network asking to see if anyone else is already using it. If so, it chooses a different name. If not, the name is considered registered and can then be used.

This technique is more sophisticated than using tables, but is still limited to use in relatively small systems. It is not practical to attempt to broadcast to thousands of systems, and this method could not be used over the Internet, since there is no way to broadcast to every device on an internetwork.

Database Registration

A database of name assignments is maintained. To register a name, a request must be made to have the name assignment added to the database. If the authority for the name system is entirely centralized, the database will be centralized and maintained by that authority. If authority for parts of the hierarchy is delegated, then a distributed database is used for registration, with each authority maintaining the part of the database describing their section of the hierarchy.

This is the most sophisticated technique, and one normally associated with hierarchical name systems like DNS. It has several benefits, including flexibility, reliability and distribution of maintenance effort; its main drawback is complexity.

Key Concept: Name registration is the process by which names are linked to addresses in a name system. It encompasses activities such as central registry authority designation and delegation, and name space structure management. The most common methods of name registration, in order of both increasing capability and complexity, are manual table maintenance, broadcast registration and database registration.


We have just seen that the choice of name space and architecture immediately has an important impact on how name registration is done. The next topic will show how name resolution is closely related to name registration and architecture as well.


Previous Topic/Section
Name Spaces and Name Architectures (Flat and Hierarchical)
Previous Page
Pages in Current Topic/Section
1
2
Next Page
Name Resolution Techniques and Functional Elements of A Name Resolution System
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.