Understand Names Resolution

Slides:



Advertisements
Similar presentations
Module 4: Configuring a Client for Name Resolution
Advertisements

Nassau Community College
Web Server Administration
2.1 Installing the DNS Server Role Overview of the Domain Name System Role Overview of the DNS Namespace DNS Improvements for Windows Server 2008 Considerations.
Implementing Domain Name System
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory, Enhanced Chapter 2: Name Resolution and DNS.
Application Layer At long last we can ask the question - how does the user interface with the network?
Lesson 20 – OTHER WINDOWS 2000 SERVER SERVICES. DHCP server DNS RAS and RRAS Internet Information Server Cluster services Windows terminal services OVERVIEW.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Domain Name System: DNS
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
Module 12: Domain Name System (DNS)
DNS Domain Name Service References: Wikipedia 1.
Domain Name Services Oakton Community College CIS 238.
Chabot College ELEC Name Resolution.
1 Chapter Overview Understanding Windows Name Resolution Using WINS.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Host Name Resolution. Overview Name resolution Name resolution Addressing a host Addressing a host Host names Host names Host name resolution Host name.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Chapter Overview Understanding DNS Creating Zones
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Name Resolution Domain Name System.
Chapter 16 – DNS. DNS Domain Name Service This service allows client machines to resolve computer names (domain names) to IP addresses DNS works at the.
Implementing DNS Module D 7: Implementing DNS
DNS and C# SWE 344 Internet Protocols & Client Server Programming.
Domain names and IP addresses Resolver and name server DNS Name hierarchy Domain name system Domain names Top-level domains Hierarchy of name servers.
Computer Networks. IP Addresses Before we communicate with a computer on the network we have to be able to identify it. Every computer on a network must.
25.1 Chapter 25 Domain Name System Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 17 Domain Name System
Chapter 13 Microsoft DNS Server n DNS server: A Microsoft service that resolves computer names to IP addresses, such as resolving the computer name Brown.
Examining TCP/IP.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 6: Name Resolution.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 6: Name Resolution.
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
October 8, 2015 University of Tulsa - Center for Information Security Microsoft Windows 2000 DNS October 8, 2015.
1 Kyung Hee University Chapter 18 Domain Name System.
Configuring Name Resolution and Additional Services Lesson 12.
Domain Name System (DNS). DNS Server Service Overview of Domain Name System What Is a Domain Namespace? Standards for DNS Naming.
1 Domain Name System (DNS). 2 3 How DNS Works Application Transport Internet Network Application Transport Internet Network DNS Resolver Name Server.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 6 Resolving Network Host Names.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
Linux Operations and Administration
Domain Name System (DNS)
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Web Server Administration Chapter 4 Name Resolution.
Internet Naming Service: DNS* Chapter 5. The Name Space The name space is the structure of the DNS database –An inverted tree with the root node at the.
Domain Name System: DNS To identify an entity, TCP/IP protocols use the IP address, which uniquely identifies the Connection of a host to the Internet.
1 Internet Service DNS & BIND OPS335 Seneca College of Applied Technology.
System Administration(SAD622S) Name of Presenter: Shadreck Chitauro Lecturer 18 July 2016 Faculty of Computing and Informatics.
Chapter TCP/IP in the Windows Environment © N. Ganesan, Ph.D., All rights reserved.
Chapter Overview Understanding Windows Name Resolution Using WINS.
LESSON Networking Fundamentals Understand TCP/IP.
CS 372 COMPUTER COMMUNICATION AND NETWORKS
Chapter 25 Domain Name System.
Module 8: Networking Services
Module 5: Resolving Host Names by Using Domain Name System (DNS)
Domain Name System (DNS)
Implementing TCP/IP.
IMPLEMENTING NAME RESOLUTION USING DNS
Configuring and Troubleshooting DNS
Benefits of Using Domain Name System (DNS)
Configuring and Managing the DNS Server Role
Net 323 D: Networks Protocols
Chapter 19 Domain Name System (DNS)
Managing Name Resolution
Domain Name System: DNS
Computer Networks Primary, Secondary and Root Servers
Windows Name Resolution
Presentation transcript:

Understand Names Resolution LESSON 3.4 98-366 Networking Fundamentals Understand Names Resolution

Lesson Overview Domain name resolution In this lesson, you will learn about: Domain name resolution Name resolution process steps DNS WINS

Anticipatory Set List the host name of 4 of your favorite websites, such as www.microsoft.com. Visit http://www.hcidata.info/host2ip.htm Enter the host names, one at a time, and click on the “Find IP Address” button. Record the IP address for each site. Describe the process of how the computer finds the IP address from a host name. Describe the process of how the computer finds a host name from an IP address. This site could be used as an alternative: http://www.webyield.net/domainquery.html

Name resolution IP address Identifies a computer on a network by a unique address A string of four numbers separated by periods is the form of the address (for example, 192.168.1.42) Domain name Used because people remember words better than numbers (for example, www.microsoft.com) The name has to be assigned to a corresponding IP address to access a domain name. A nameserver is a server that implements a name-service protocol, which maps an identifier to a system-internal, numeric addressing component.

How WINS Works By default, when a system is configured to use WINS for its name resolution, it adheres to h-node for name registration. Checks to see if it is the local machine name Checks its cache of remote names. Any name that is resolved is placed in a cache where it remains for 10 minutes. Tries the WINS Server® Tries broadcasting Checks the LMHOSTS file to determine if the system is configured to use the LMHOSTS file Tries the HOSTS file and then a DNS, if so configured

Domain Name System (DNS) The Internet maintains two principal namespaces, the domain name hierarchy and the Internet protocol (IP) address system. The domain name system maintains the domain namespace and translates between these two namespaces. Internet name servers implement the domain name system. A DNS name server is a server that stores the DNS records, such as address (A) records, name server (NS) records, and mail exchanger (MX) records for a domain name.

Resolvers are programs that run on DNS clients and DNS servers and that create queries to extract information from name servers. Domains define different levels of authority in a hierarchical structure. The top is called the root domain. The DNS namespace on the Internet has the following structure: The root domain uses a null label, which you write as a single period (.) and is assigned by organization type and by country/region. Second-level domain contains the domains and names for organizations and countries/regions. A zone is a contiguous portion of a domain of the DNS namespace whose database records exist and are managed in a particular DNS database file stored on one or multiple DNS servers.

DNS defines two types of name servers: A primary name server gets the data from locally stored and maintained files. To change a zone, such as adding subdomains or resource records, you change the zone file at the primary name server. A secondary name server gets the data across the network from another name server. The process of obtaining this zone information (that is, the database file) across the network is referred to as a zone transfer.

Host Name Resolution Process Resolves a host name to an IP address before the source host sends the initial IP packet The default order for domain name resolution Hosts File—There is a file called HOSTS to convert domain names to IP addresses and entries in the HOSTS file dominate mappings that are resolved via a DNS server. Domain Name System —Used for converting domain names to their corresponding IP addresses. The operating system will connect to the DNS server and return to you the IP address for the domain name you queried it with. Netbios—This only applies to Windows® machines and will only be used to map names to IP addresses if all previous methods failed. Windows tries NetBIOS name resolution first, then host name resolution.

NetBIOS over TCP/IP Name Resolution <Methods> b-node—broadcasts are used for both name registration and name resolution. p-node—uses point-to-point communications with a name server to resolve names. m-node—first uses b-node and then, if necessary, p-node to resolve names. h-node—first uses p-node for name queries and then b-node if the name service is unavailable or if the name is not registered in the database.

Reverse Lookup of the DNS Namespace Within the in-addr.arpa domain, special pointer (PTR) resource records are added to associate the IPv4 addresses to their corresponding host names. To find a host name for the IPv4 address 157.54.200.2, a DNS client sends a DNS query for a PTR record for the name 2.200.54.157.in-addr.arpa. Comes from http://technet.microsoft.com/en-us/library/bb727007.aspx

All the Methods Used by TCP/IP for Windows XP® and Windows Server 2003® for Resolving Host Names Figure 7-1  TCP/IP for Windows XP and Windows Server 2003 methods for resolving host names from http://technet.microsoft.com/en-us/library/bb727005.aspx

DNS name resolution is both iterative and recursive resolution. The user types in a DNS name into a Web browser, which causes a DNS resolution request to be made from her client machine’s resolver to a local DNS name server. That name server agrees to resolve the name recursively on behalf of the resolver, but uses iterative requests to accomplish it. These requests are sent to a DNS root name server, followed in turn by the name servers for “.edu”, “someschool.edu”, and “compsci.someschool.edu”. The IP address is passed to the local name server and back to the user’s resolver and finally, her Web browser software.

Lesson Review Complete Student Activity NetFund_SA_3.4