Describe the following:
(i) DNS
(ii) Name Resolution
(iii) Subnet Masking
(iv) Urgent Pointer



Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Ur..

Answer / sarla

1-The DNS domain namespace, as shown in the following
figure, is based on the concept of a tree of named domains.
Each level of the tree can represent either a branch or a
leaf of the tree. A branch is a level where more than one
name is used to identify a collection of named resources. A
leaf represents a single name used once at that level to
indicate a specific resource.
DNS Domain namespace

The previous figure shows how Microsoft is assigned
authority by the Internet root servers for its own part of
the DNS domain namespace tree on the Internet. DNS clients
and servers use queries as the fundamental method of
resolving names in the tree to specific types of resource
information. This information is provided by DNS servers in
query responses to DNS clients, who then extract the
information and pass it to a requesting program for
resolving the queried name.

In the process of resolving a name, keep in mind that DNS
servers often function as DNS clients, querying other
servers in order to fully resolve a queried name. For more
information, see How DNS query works.
The creation of host tables to map computer names to
addresses greatly improved the usability of the early
Internet and the TCP/IP protocol suite that implemented it.
Unfortunately, while the host table name system worked well
when the internetwork was small, it did not scale
particularly well as the Internet started to grow in size
and complexity. The name system had to stay but the use of
host tables had to be dispensed with in favor of a newer,
more capable system.

Over the period of several years, many engineers worked to
create a system that would meet not just the needs of TCP/IP
internetworks of the time, but also of the future. The new
name system was based on a hierarchical division of the
network into groups and subgroups, with names reflecting
this structure. It was designed to store data in a
distributed fashion to facilitate decentralized control and
efficient operation, and included flexible and extensible
mechanisms for name registration and resolution. This new
name system for TCP/IP was called the Domain Name System (DNS).

In this section I describe the concepts behind TCP's Domain
Name System, as well as its operation. The section is
divided into four subsections. The first provides and
overview of DNS, including a description of its
characteristics and components. The next three subsections
describe how DNS implements each of the three primary name
system functions: the DNS name space and architecture; the
DNS name registration process, including hierarchical
authorities and administration; and the DNS name resolution
process, focusing on how name servers and resolvers work.
Finally, I have a topic that briefly highlights the changes
made to DNS to support the new version 6 of the Internet
Protocol, and its much longer addresses.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

0 Answers   Tesco,


Outline the two important features of a terminating recursion. Any ideas?

0 Answers  


is it acceptable if we declare multiple exceptions in same overridden method.

0 Answers  


what are partial classes. Where is the entry point of partial classes.

1 Answers   Satyam,


which worker is involved in all the phases of SDLC?

0 Answers  






How many types of list exist in the HTML

2 Answers  


what is diff bet ref variable & instance of class

0 Answers  


WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.

0 Answers  


What is the merger sort principle and its time complexity.

0 Answers   Verifone,


hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod

0 Answers  


what is web configuration file

0 Answers   HCL,


How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

1 Answers   R V College of Engineering, University of Jordan,


Categories