Describe the following:
(i) DNS
(ii) Name Resolution
(iii) Subnet Masking
(iv) Urgent Pointer
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 |
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.
How to get the index of the clicked field in reports in ABAP?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
how to add Servlet-api.jar file into eclipse 3.3.2 ?
Tell me the jobs for the MCA Fresher in delhi, Noida..
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
3.Give the formula for determine the range of the data type?
how do we provide security for web services
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.