Free Essay

Dns (Domain Name System)

In:

Submitted By sheunalabi
Words 2847
Pages 12
Domain Name System
Proper use reduces intranet administration costs

Architecture
Flexible Scalable Extensible

Service
Standard Robust Efficient

DNS
Affordable Reliable Predictable

The Internet continues expanding. Its progress seems unstoppable; for years now the rate of growth has been increasing. To easily continue using a more widely spread Internet, and to keep a grip on it, DNS is vital. This article explains the benefit of DNS for business networks and the technological and administrative conditions necessary for the optimal deployment of this technology. The method described here is particularly important for organizations with many employees spread over multiple locations.

Domain Name System
Proper use reduces intranet administration costs

N

etwork addresses, such as 192.68.44.134, are difficult for people to remember. The need for associating names with network addresses has been recognized almost from the start of the Internet. Initially, a list of the names and network addresses of all computer systems was maintained in a central file, known as the hosts file. System administrators needed the discipline to regularly pick up the latest version. This method of working was no longer practical once the Internet starting rapidly expanding. System administrators needed to pick up an increasingly large file increasingly often. Also, the whole Internet was dependent on a single central authority who made changes. This authority also had no way of verifying changes.

By about 1983 it was clear that the hosts file had to be replaced by another mechanism. The successor had to offer the same functions, but also be distributed, consistent, reliable, and autonomous. These four characteristics are brought together in DNS. 1. Distributed: the system is hierarchical and allows the delegation of authorities to multiple administrators. 2. Consistent: the same answer is given when the same request is made at different places. 3. Reliable: redundant data can be held at different places; changes propagate automatically. 4. Autonomous: administrators can make changes independently of others.

Advantages for the Intranet
Internet technology is increasingly used on internal company networks, where it is called an intranet. The characteristics of DNS bring a number of advantages for intranets. An intranet often has the same characteristics as the Internet, such as rapid growth and increasing geographical dispersal. This means that there is a greater need for distributed management of names and network addresses. DNS can adapt itself to the growth and dispersal because of its distributed and autonomous characteristics. A reliable translation of names to network addresses is a requirement for the reliability of intranet applications (see figure 1). Because these names are used for applications, the reliability of an application is dependent as much on a reliable translation from name to address as on a reliable network connection (provided by the routers). If the translation from name to network address fails, then the application is, in effect, disconnected from the network. DNS is very suitable for performing the translation because of its reliability and consistency. A well-structured naming scheme makes maintaining an intranet easier. For example, it makes it possible to make

DNS technology is better for larger networks and business critical applications changes to the infrastructure without disrupting the services. So the network address of a web server or mail server can be changed without having to inform the users, because the name will not change. DNS can, therefore, reduce intranet management costs. There are various services which can perform name translation. The most well known, other than DNS, are Network Information name Service (NIS) and Windows Internet Naming Service (WINS). The NIS and WINS services were developed for administrating Local Area Networks (LANs) and are not sufficiently robust for larger networks. It is therefore better to use DNS technology for larger networks and for business critical applications.

SAP

E-mail Names

WWW

Network connections
Figure 1: Applications, names and network connections.

3 of 8

DNS building blocks
What does DNS consist of? DNS is built from three components: servers, resolvers, and the content. Servers and resolvers form the DNS infrastructure. The content consists of what are called domains. • A DNS server is called a name server, and its job is to store names or to get them from other name servers. Responses that the name server gets from other servers are temporarily stored in cache to eliminate unnecessary network traffic. • Resolvers are the DNS clients whose job it is to query the name server (figure 2). A resolver can generally directly query up to three name servers. • The DNS content can fulfil a number of functions. The best known are the translation of names to network addresses and mail routing. DNS can indicate where e-mail must be delivered. Mail routing can be made more robust by including alternative routes in the DNS. Since DNS is distributed, it is also necessary to store where a domain can be found. This is done with the help of DNS meta-information. The content is held in a tree structure (figure 3), in which the highest level in the hierarchy is called the root. This hierarchical tree structure has different functions. Firstly, the name gives a rough indication of the type and location of the organization. Names that end with .nl, for example, are related to the Netherlands. Secondly, it is possible to automatically navigate through the DNS tree; the DNS meta-information is used for this. Thirdly, the structure allows responsibility for a branch to be delegated to multiple parties. Within the branch com, for example, responsibilities can be delegated to ibm and to origin-it. This creates the domains ibm.com and originit.com. The content of each domain must be maintained. That is the responsibility of the hostmaster. There is, therefore, a hostmaster for each of the root, com, and origin-it.com domains. Each hostmaster must manage the names, network addresses, mail routing and DNS meta-information for the domain (figure 3).

Name server
Local tables cache other name servers

query

response

Resolver
Figure 2: Name servers and resolvers

DNS architecture
Without a clear architecture for name servers, resolvers and the content, DNS cannot be effectively deployed. One possible architecture is looked at here. For the name server architecture a distinction is made between the backbone name servers and the LAN servers. A backbone name server has information about the whole intranet. Within the backbone a division is made into master name servers and regional name servers. The master backbone name server passes data on to the regional name servers. The LAN name server only has information about the LAN. LAN name servers ask the regional backbone servers for DNS content that is not known locally. To increase reliability the backbone name servers can be geographically dispersed (figure 4). Resolvers first approach the name server on the LAN. In case of problems they can fallback to the backbone servers. This arrangement minimizes usage of bandwidth on the Wide Area Network (WAN), because the LAN name server holds information in cache. With this set-up the resolver gets a response as quickly as possible. Furthermore, this gives extra robustness in two ways. Translating local names is still possible if the connection to the WAN is down, and translation of all names is still possible if the local name server is down, provided that the resolvers can fallback to using the backbone name servers.

4 of 8

root

nl surfnet origin-it

com ibm

org unesco

WWW=192.68.44.134
Figure 3: Part of the Internet naming hierarchy

Naming convention To make optimal use of DNS a naming convention is vital. A naming convention defines the architecture of the content. It describes the structure and rules for the names that may be used within the company. A practical naming convention ensures that names need to change as little as possible, and that they have a logical structure. At the same time, the naming convention must also have both a technical and a human dimension. The technical dimension gives the relationship between the application and the infrastructure (see figure 1). The human dimension is concerned with ensuring that the end users and administrators can apply the convention in practice.

Bearing in mind that organizations frequently reorganize, it is advisable to include as few organizational indications in the domain as possible. The geographic spread of a business is often the most stable factor. A convention that recommends .. company.com is logical. A machine in Chicago would then have the name webserver.chi.us.company.com. The convention can also make a link to the network infrastructure. A LAN is connected to the domain ..company.com with the associated network addresses. In addition to domains, the naming convention must indicate the names of the applications. DNS offers the possibility to separate, in a logical sense, the services from the infrastructure. The e-mail service in Chicago, for example, is called mail.chi.us.company.com. The mail server could have another name, for example, mailserver .chi.us.company.com. This offers the manager of the e-mail service great flexibility. If the mail server in Chicago must undergo maintenance, then a simple change to the DNS takes care that the e-mail service mail.chi.us.company.com is temporarily moved to, for example, mailserver.was.us.company.com. This change is transparent to end users: e-mail carries on being delivered without delays.

DNS implementation
Assuming that the DNS name server, resolvers and content are to be correctly implemented, then a combination of a centrally administered backbone and LAN name servers gives the most effective solution. The configuration of the resolvers can be distributed per LAN, for corporate level, with the LAN manager remaining responsible for the LAN names and addresses. Therefore, a DNS domain is partly centrally managed, and partly locally managed.

A combination of centrally managed backbone and LAN name servers is the most effective. example, by using Dynamic Host Configuration Protocol (DHCP) servers. For the implementation of the content, a naming convention is needed that states, among other things, which domain names are allowed. The hostmaster must maintain the names, network addresses, mail routing, and DNS meta-information for each domain. LAN managers often have no knowledge of mail routing and DNS meta-information, and therefore cannot adequately fill this role. This means that mail routing and DNS meta-information must be administered at a

Regional Name Servers pull a copy from the Master Name Server

Master Name Server

DNS Backbone

Regional Name Servers

LAN Name Server

LAN Name Server pulls a copy from the Regional Name Servers

Figure 4: Name server architecture

5 of 8

Tool The tool used for managing the content must allow for both central and local LAN management. The right tool lets the LAN manager concentrate on the LAN names and network addresses without worrying about mail routing and meta-information. A good tool will automatically check the syntax and semantics of changes made by the LAN manager. In this way, decentralized administration with central control is possible. This allows a company to implement a solid layer of names which can support business critical applications. There are numerous tools on the market that claim to make DNS administration simpler. Many of these, however,

do make administration more difficult. For example, the LAN manager must still know about DNS internals, such as the definitions for mail routing, to be able to do his job. Some tools put the emphasis more on configuration management than DNS management. Many businesses use the tools without first sorting out the configuration management process. An organization that does so is saddled with another, often incomplete, configuration management database. There is a tendency to neglect building a decent DNS infrastructure of name servers and resolvers.

The connection with the Internet
A company must, of course, also make names known on the Internet, for example, for e-mail and web servers. It is not wise to ‘publish’ the complete intranet contents on the Internet. An intranet’s DNS content can give competitors more information than you might first realize. Based on the number of machines included in the research department in a particular town, for example, it is possible to get an indication of the number of staff working on a particular project. The solution is to set up a shadow DNS structure which only contains that information necessary for communicating with the Internet. This is called a split DNS. Abuse The domain name is a company’s calling card on the world-wide web. Misuse is made of this by people who register minor variations on names, banking on users making typing mistakes. This has the greatest consequences for e-mail. An example is the domain shell.com from Shell Oil Company. It is expected that people will forget the second l and type in shel.com. A web pirate has therefore registered shel.com. An e-mail sent to user@shel.com is then sent to the pirate’s e-mail machine. In this way, even internal e-mail can be sent outside the organization as the result of a typing mistake, if the appropriate measures are not put in place. In addition to variations, the names of products are also popular with pirates. There are a few technical measures that can be taken to limit the damage as far as possible. Administrative measures are the most effective: companies must treat domain names with the same care they apply to trademarks and patents.

DNS management
For DNS to work to its full potential, an organization must fill a number of roles. • The naming authority is a central role which sets up the naming convention, guards it, and continually keeps it up to date. Each time a new service or location is added to the network, additions are made to the naming convention. The naming authority must have a corrective function if the convention is not being adhered to. • A hostmaster is required for each domain, whose role is to assign names to the locally known network addresses. Considering that the network addresses are spread over the entire organization, assigning names to network addresses must also be done in a distributed manner. The role of hostmaster must be filled for each LAN. By using the right tool, the hostmaster need not be concerned with complex issues such as mail routing. • The backbone administrator implements the naming convention determined by the naming authority. Using the right tools allows the administration of mail routing and DNS meta-information. The backbone administrator also manages the backbone and the LAN name servers.

6 of 8

A glimpse into the future
DNS technology is still developing. Within this article we have just scratched the surface. The first example of a new development is that Microsoft is embracing DNS technology in Windows 2000. Windows 2000 uses DNS for finding services on servers. It is also going to use dynamic DNS, which effectively gives the desktop write access to DNS. This brings dangers with it, because an incorrectly configured desktop could, for example, claim the name of a corporate web server or mail server. Therefore, dynamic DNS must be combined with a proper method for authentication and verification. Another new development is secure DNS, which guarantees the authenticity of DNS responses. The name server adds a signature to each response, which the resolver can verify. A prerequisite for secure DNS is a public key infrastructure.

Conclusions
Companies invest a lot of time and money in network connections (routers, bandwidth, etc) and in applications, such as SAP. The poor relation here is often the names in between. The necessary organizational roles are often not filled, and there is lack of a decent infrastructure. This increases the operational costs of the intranet, because, for example, changes can not be implemented without involving end users. A good DNS service brings with it a clear divide between LAN management and WAN management. This simplifies the daily administration, increases service availability, and prepares the intranet for the future. Anton Holleman

Origin provides a full spectrum of information technology services for global corporations and other complex "extended enterprises". With a staff of over 17,000, Origin conducts operations in 32 countries around the world and is headquartered in Eindhoven, the Netherlands. Origin's customers include over one hundred of the world's Fortune 500 firms. Origin is a member of the Royal Philips Electronics group of companies. Origin Managed Services is responsible for all of Origin’s network services, system management and managed application services, providing a focus on global synergy and efficiency to the best possible benefit of its customers. To achieve this, it uses standardized processes, technology and global management centers in North America, South America, Europe, and Asia Pacific, together with national data centers worldwide, to deliver 7 x 24 hour services.

7 of 8

Anton Holleman works for Origin Managed Services. E-mail: Anton.Holleman@nl.origin-it.com This article first appeared in Dutch in Open Computing 3, April 1999.

Origin BV Origin Managed Services Eindhoven The Netherlands dns-services@origin-it.com

June 1999

Printed in The Netherlands © Origin BV 1999

Document Number: BID-NBS-0344

Similar Documents

Premium Essay

Dns in Small Networks Step-by-Step Guide

...DNS in Small Networks Step-by-Step Guide Microsoft Corporation Published: January 2008 Author: Jim Groves Editor: Jim Becker Abstract This guide helps you implement Domain Name System (DNS) on the Windows Server® 2008 operating system in a small network. Windows Server 2008 uses DNS to translate computer names to network addresses. An Active Directory® domain controller can act as a DNS server that registers the names and addresses of computers in the domain and then provides the network address of a member computer when the domain controller receives a query with the name of the computer. This guide explains how to set up DNS on a simple network that consists of a single domain. Contents Step-by-Step Guide for DNS in Small Networks 5 Planning DNS 6 Understanding the DNS namespace 6 Designing a DNS namespace 8 Creating an Internet DNS domain name 9 Creating internal DNS domain names 9 Creating DNS computer names 9 Installing and Configuring AD DS and DNS 11 Configuring Client Settings 19 Advanced DNS Configuration 27 Adding resource records 28 Automatically removing outdated resource records 29 Troubleshooting DNS 31 Step-by-Step Guide for DNS in Small Networks Domain Name System (DNS) is a system for naming computers and network services that maps those names to network addresses and organizes them into a hierarchy of domains. DNS naming is used on TCP/IP networks, such as the Internet and most corporate networks, to locate computers and services...

Words: 5078 - Pages: 21

Free Essay

It Department

...The part of the system sending the queries is called the resolver and is the client side of the configuration. The name server answers the queries. Read RFCs 1034 and 1035. These contain the bulk of the DNS information and are superseded by RFCs 1535-1537. Naming is in RFC 1591. The main function of DNS is the mapping of IP addresses to human readable names. Three main components of DNS Resolver Name server Database of resource records (RRs) Domain Name System The Domain Name System (DNS) is basically a large database which resides on various computers and it contains the names and IP addresses of various hosts on the internet and various domains. The Domain Name System is used to provide information to the Domain Name Service to use when queries are made. The service is the act of querying the database, and the system is the data structure and data itself. The Domain Name System is similar to a file system in UNIX or DOS starting with a root. Branches attach to the root to create a huge set of paths. Each branch in the DNS is called a label. Each label can be 63 characters long, but most are less. Each text word between the dots can be 63 characters in length, with the total domain name (all the labels) limited to 255 bytes in overall length. The domain name system database is divided into sections called zones. The name servers in their respective zones are responsible for answering queries for their zones. A zone is a subtree of DNS and is administered separately...

Words: 977 - Pages: 4

Premium Essay

Window Server Directory

...to create the new Active Directory forest or domain, and then convert the Windows Server 2003 computer into the first domain controller in the forest. To convert a Windows Server 2003 computer into the first domain controller in the forest, follow these steps: 1. Insert the Windows Server 2003 CD-ROM into your computer's CD-ROM or DVD-ROM drive. 2. Click Start, click Run, and then type dcpromo. 3. Click OK to start the Active Directory Installation Wizard, and then click Next. 4. Click Domain controller for a new domain, and then click Next. 5. Click Domain in a new forest, and then click Next. 6. Specify the full DNS name for the new domain. Note that because this procedure is for a laboratory environment and you are not integrating this environment into your existing DNS infrastructure, you can use something generic, such as mycompany.local, for this setting. Click Next. 7. Accept the default domain NetBIOS name (this is "mycompany" if you used the suggestion in step 6). Click Next. 8. Set the database and log file location to the default setting of the c:\winnt\ntds folder, and then click Next. 9. Set the Sysvol folder location to the default setting of the c:\winnt\sysvol folder, and then click Next. 10. Click Install and configure the DNS server on this computer, and then click Next. 11. Click Permissions compatible only with Windows 2000 or Windows Server 2003 servers or operating systems, and then click Next. 12. Because this is...

Words: 7296 - Pages: 30

Free Essay

Domain Naming System

...Domain Name System By: Teresa M. Wade In today’s society, technology has made life very convenient. One of those conveniences is the World Wide Web (WWW) commonly known as the Internet. From the touch of a button or a click of a mouse a user can gain access to a plethora of information. There are many different protocols and services that are interconnected to provide this ability. One such service is called Domain Naming System (DNS). DNS is an Internet service that translates domain names into IP addresses. This may not seem like a big deal to most but many would beg to differ if they had known that without DNS they would have to remember billions of numbers. Everything in a network has an IP address. DNS helps us designate what those devices are. There are 3 basic components of DNS which are zones (or namespace), name servers and resolvers. In the following reading you will learn what DNS is as well as the working components that make it as reliable as it is today. DNS was invented in 1983 shortly after Transmission Control Protocol/Internet Protocol (TCP/IP) was deployed. DNS operates on port 53 and utilizes User Datagram Protocol (UDP). The only time that the Transmission Control Protocol is used is when the response size exceeds 512 bytes. The only time that UDP can be used to transport more than 512 bytes is if EDNS is used. EDNS is basically an extension of DNS. Before the use of DNS, every computer on the network would retrieve a file called HOST.txt from...

Words: 3486 - Pages: 14

Free Essay

It-530-Unit-1

...Assignment 1: IPv4, IPv6, and DNS Bryce Beasley December 19, 2014 IT530-01 Computer Networks Professor: Dr. Thomas Watts, PhD, CISSP Kaplan University Abstract DNS (Domain Name System) is crucial to the activity on the Internet. DNS provides components to resolve a hostname to an IP (Internet protocol) address. The resolution of a hostname occurs over a hierarchy of domain servers. These domain servers consist of name server knowledge for their explicit domain level. A section of the web address will include the domain level. DNS utilizes IP versions 4 (IPv4) and 6 (IPv6) to help resolve hostnames, and also establishes a connection between each host. The connection between the hosts will allow bits to transmit back and forth. These concepts go into more depth in this research paper. The keywords are: IPv4, IPv6, DNS, DNS hierarchy   Introduction The Internet is used daily by millions people browsing the Web. Anyone who wants to look at a specific website will type an address in the browser, and a web page will display the appropriate page in the browser. This process is not possible without the utilization of DNS. DNS has a role similar to what a translation service would achieve. What specifically does DNS translate? It translates a name such as www.yahoo.com into an IP address such as 206.190.36.45. This simple function is attained because of three primary characteristics of DNS. First, the mapping of IP addresses are joined to and then referenced against a database;...

Words: 1468 - Pages: 6

Premium Essay

Is Chapter 4 Practical

...utilities/commands that cannot be practised on university computers. 1. (Review Question 1) What is risk management? Why is identification of risks, by listing assets and their vulnerabilities, so important to the risk management process? 2. (Review Question 3) Who is responsible for risk management in an organization? Which community of interest usually takes the lead in information security risk management? 3. (Review Question 4) In risk management strategies, why must periodic review be a part of the process? 4. (Review Question 5) Why do networking components need more examination from an information security perspective than from a systems development perspective? 5. (Review Question 6) What value does an automated asset inventory system have for the risk identification process? 6. (Review Question 8) Which is more important to the systems components classification scheme, that the list be comprehensive or mutually...

Words: 1581 - Pages: 7

Premium Essay

Dns Role Server

...DNS Server Role Updated: January 21, 2008 Domain Name System (DNS) is a system for naming computers and network services that is organized into a hierarchy of domains. TCP/IP networks, such as the Internet, use DNS to locate computers and services through user-friendly names. To make using network resources easier, name systems such as DNS provide a way to map the user-friendly name for a computer or service to other information that is associated with that name, such as an IP address. A user-friendly name is easier to learn and remember than the numeric addresses that computers use to communicate over a network. Most people prefer to use a user-friendly name—for example, sales.fabrikam.com—to locate an e-mail server or Web server on a network rather than an IP address, such as 157.60.0.1. When a user enters a user-friendly DNS name in an application, DNS services resolve the name to its numeric address. What does a DNS server do? A DNS server provides name resolution for TCP/IP-based networks. That is, it makes it possible for users of client computers to use names rather than numeric IP addresses to identify remote hosts. A client computer sends the name of a remote host to a DNS server, which responds with the corresponding IP address. The client computer can then send messages directly to the remote host's IP address. If the DNS server does not have an entry in its database for the remote host, it can respond to the client with the address of a DNS server that...

Words: 3463 - Pages: 14

Premium Essay

Dns Terminology

...INTERNET PERFORMANCE. DELIVERED. EBOOK The Master List Of DNS Terminology published: 01/14/15 DNS: What It Is & Why It’s Important The Domain Name System or DNS is a distributed Internet database that maps human-readable names to IP addresses, allowing people to reach the correct website when entering a URL. For example, the domain name dyn.com translates to the IP address of 216.146.45.245. DNS speed and reliability are central to the performance and availability of your website and the success of your online business. Every visitor’s first interaction with your website begins with a series of DNS queries. Poor DNS performance can lead to subpar customer experiences and lost business. Some companies rely on free or low-cost DNS services provided by ISPs, hosting providers, or domain name registrars. However, many organizations turn to a company like Dyn for Managed DNS for several reasons, including: V Expertise & Support V Global Reach V Continuous Availability V High Scalability V Security V Resiliency Who We Are Dyn is a cloud-based Internet Performance company. Dyn helps companies monitor, control, and optimize online infrastructure for an exceptional end-user experience. Through a world-class network and unrivaled, objective intelligence into Internet conditions, Dyn ensures traffic gets delivered faster, safer, and more reliably than ever. Dyn is the leading Internet Performance provider to the most visited web properties...

Words: 2131 - Pages: 9

Free Essay

Creating a Domain Model

...Creating a Domain Model Option 1 POS/421 – Windows Server Networking University of Phoenix Robert Singer The hierarchical naming system for computers, known as the Domain Name System (DNS), in any source linked to the Internet or private network. This system connects diverse information with domain names assigned to each of the participants. More importantly, it communicates the domain names that humans understand into numerical (binary) identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.  An analogy used often to explain the Domain Name System is that it is like a phone book for the Internet. It translates language a human can understand to computer hostnames into IP addresses. For instance, www.example.com changes to 192.0.32.10. DNS known also as a distributed database that offers mapping between IP addresses and Host names.           Using the Domain Name System it is likely to assign domain names to sets of Internet users in an important way, free of each user's actual physical location. Since this is possible, World Wide Web (WWW) hyperlinks and Internet contact information will stay dependable and unbroken even if the existing Internet routing arrangements become altered or change, or the participant uses a mobile device. Internet domain names are easier to remember than IP addresses such as 209.75.188.166 (IPv4) or 2001:db8::1f70:6e8 (IPv6). Individuals take use this advantage when they talk about...

Words: 502 - Pages: 3

Free Essay

It 1430 Linux Networking Week 3

...Networking Week 3 1 DNS: is a standard technology for managing the names of Web sites and other Internet domains. 2 Domain: a domain is a sub network made up of a group of clients and servers under the control of one central security database. Within a domain, users authenticate once to a centralized server known as a domain controller, rather than repeatedly authenticating to individual servers and services. Individual servers and services accept the user based on the approval of the domain controller. 3 FQDN: is a domain name that specifies its exact location in the tree hierarchy of the Domain Name System (DNS). It specifies all domain levels, including the top-level domain and the root zone. 4 DNS Resolver: The client-side of the DNS is called a DNS resolver. It is responsible for initiating and sequencing the queries that ultimately lead to a full resolution (translation) of the resource sought, e.g., translation of a domain name into an IP address. 5 Host Name: is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail or Usenet. Hostnames may be simple names consisting of a single word or phrase, or they may be structured. 6 DNS Zone: is a portion of a domain name space using the Domain Name System (DNS) for which administrative responsibility has been delegated. 7 Zone File: zone file is a text file that describes a DNS zone. The zone file...

Words: 862 - Pages: 4

Free Essay

Nt1230

...Stephanie McFadden NT1230 Unit 8 Assignment 1 The Just Legal Company in Figmont, Nebraska has acquired a new internet address - www.justafigmont.com. They want to set up a DNS server. What would a basic DNS file look like? Describe the file. The DNS or (Domain Name System) names the number mappings on your computer. For example www.justfigmont.com could be the number 160.92.3.6. This is achieved through the DNS. The DNS is a hierarchy. There are a small number of root domain name servers that are responsible for tracking the top level domains and who are under them. The root domain servers between them know about all the people who have name servers that are authoritative for domains under the root. A basic DNS file may look like this: C:\>nslookup Default Server: vnsc-bak.sys.gtei.net Address: 4.2.2.2 > set type=mx > bellcs.com Server: vnsc-bak.sys.gtei.net Address: 4.2.2.2 Non-authoritative answer: bellcs.com MX preference = 0, mail exchanger = bellcs.com bellcs.com nameserver = ns2.server766.net bellcs.com nameserver = ns.server766.net bellcs.com internet address = 66.78.26.7 "Setting up a Basic DNS Server for a Domain." Setting up a Basic DNS Server for a Domain. N.p., n.d. Web. 07 Aug. 2015. "Learn Exchange Server 2000: Setting Up DNS for Internet Access." RSS. N.p., n.d. Web. 07 Aug. 2015. Unit 8 Assignment 2 What benefits do you see in moving an organization to an Active Directory environment? Four Benefits of Moving...

Words: 689 - Pages: 3

Premium Essay

Network Infrastructure

...Table of Contents INTRODUCTION 2 DESIGNING AND IMPLEMENTING AN AUTOMATIC IP-ADDRESSING MECHANISM 3 AUTOMATIC IP-ADDRESSING SCHEME FOR THE UWS NETWORK 3 INSTALLING AND AUTHORIZING A DHCP SERVER 4 CREATING AND CONFIGURATION OF DHCP SCOPES 8 CREATING AND TESTING DHCP CLIENT RESERVATIONS 10 IMPLEMENTING DHCP RELAY AGENTS 12 DOMAIN NAMING STRATEGY 16 DOMAIN NAME SERVICE INSTALLATION 17 DOMAIN NAME SERVICE LOOK UP ZONES 18 ZONE AUTHORITY DELEGATION 23 DNS DYNAMIC UPDATES 25 DNS RESOURCE RECORDS 25 NETBIOS NAME RESOLUTION 27 INSTALLATION OF WINS 27 STATIC WINS RECORD 28 CONFIGURING REPLICATION PARTNERS 30 ALTERNATIVE IP ADDRESSING STRATEGY 31 ALTERNATE NAME RESOLUTION TECHNIQUES 32 NETWORK PLAN FOR THE UWS GLASGOW SITE 32 NETWORK PLAN FOR THE UWS CLYDE SITE 33 NETWORK PLAN FOR THE UWS HEAD OFFICE SITE 33 OVERVIEW OF THE UWS NETWORK INFRASTRUCTURE AS A WHOLE 34 TROUBLESHOOTING STRATEGY FOR UWS NETWORK 34 BACK UP AND FAULT TOLERANCE STRATEGY FOR NETWORK SERVICES 38 NETWORK HEALTH MONITORING AND ANALYSES 38 CONNECTIVITY SOLUTIONS FOR MULTI-VENDOR -ENVIRONMENT 40 REMOTE CONNECTIVITY TO UWS NETWORK USING VPN 41 CONFIGURING INBOUND VPN CONNECTION 41 CONFIGURING REMOTE ACCESS POLICIES 45 CONFIGURING OUTBOUND VPN CONNECTION 48 NETWORK COUNTERACTIVE APPROACHES WITH REGARDS TO SECURITY THREATS 50 IMPLEMENTATION OF CERTIFICATE SERVICES 51 IPSEC IMPLEMENTATION 56 References 62 INTRODUCTION This is a case study about a company...

Words: 5792 - Pages: 24

Premium Essay

Lunux vs Dns

...directories It is based on a previous deployed technology Available on nearly on all Operating Systems Simple to use and simple to manage Disadvantages of using LDAP [3] The disadvantages of LDAP are as follows: There is a limited number of directories that can be created At the end it becomes a heavy weight protocol because of the information stored will start to build up. Clients side information starts to become more complicated How can it be improved? Having a User Interface can sometimes make things easier but not in the case of the LDAP configuration. When I used the User Interface I was so confused I didn't get a thing on it. A good User Interface is suppose to guide through the complicated stuff Find out more from UK Essays here: http://www.ukessays.com/essays/computer-science/domain-name-service-and-linux-service-computer-science-essay.php#ixzz3UI2qAIsA The role of the Domain Name System (DNS) is a standard technology for managing the names of Web sites and other Internet domains. DNS technology allows you to type names into your Web browser and your computer to automatically find that address on the Internet. A key element of the DNS is a worldwide collection of DNS server. The structure of the DNS is a hierarchical namespace allowing the uniqueness of a name to be guaranteed in a tree structure, like UNIX file systems. A system...

Words: 261 - Pages: 2

Premium Essay

Unit 2 Dhcp and Dns

...ITT-TECH Institute Hanover, MD Configuring and Maintaining the DHCP and DNS Server Roles Unit 2 Jovanny Avelino Client-Server II NT1330 Professor Arthur VIII Due: 3/21/2016 DHCP: DHCP is a standard protocol that make TCP/IP network configuration much easier for the administrator by dynamically assigning IP addressing and providing additional configuration information to DHCP clients automatically. DHCP configuration information can centrally manage all information can stored in one single location. Because DHCP is dynamically host configuration can eliminate the prose of manually configured all client IP address. Other benefit of DHCP is the opportunity of set up the subnet mask, default gateway and the DNS IP address. And give the flexibility of change IP address when is need it. The DHCP server have different ways to communicate with the client: * DHCPDISCOVER: is when the client send a broadcast to find a DHCP server. * DHCPOFFER: soon and he server find the client than the server respond, and send a offer. * DHCPREQUEST: is when the client respond to the offered from the DHCP server. * DHCPDECLIEN: mean that the client declined the DHCP server offered. * DHCPACK: is the way the DHCP server confirm the IP address and configuration parameters. * DHCPRELEASE: is the way the client cancel the IP address lease. * DHCPINFORM: is a message send by the client asking for additional configuration parameters, also use for detect unauthorized...

Words: 650 - Pages: 3

Premium Essay

Anthony

...kind of DNS record is likely to be returned when a Web browser tries to resolve the domain part of a URI? 1. What kind of server responds to recursive queries? How does this server work? An A (address) record points to a domain. 3. What are MX resource records for? 4. How would you find the IP address of example.com from the command line? $ hostname example.com or $ dig example.com 6. How would you instruct a DNS server to respond only to queries from the 137.44.* IP range? 5. How would you instruct a Linux system to use the local network’s DNS cache, located at 192.168.1.254, or the ISP’s DNS cache, located at 1.2.3.4, if the LAN nameserver is unavailable? Add the following line to the Options clause in /etc/bind/named.conf: allow-query { 137.44.0.0/24 }; 8. How would you set up a private domain name hierarchy that does not include any of the official InterNIC-assigned domain names? 7. How might a resolver attempt to find the IP address of in? Set up a DNS cache that defines the zone . (period) clause explicitly, rather than relying on the hint file. 9. Which part of DNS is most vulnerable to an attack from a malicious user and why? 1 2 10. It is often irritating to have to wait for DNS records to update around the world when you change DNS entries. You could prevent this delay by setting the TTL to a small number. Why is setting the TTL to a small number a bad idea? Setting the TTL to a small number prevents DNS caches from holding DNS entries...

Words: 334 - Pages: 2