Download presentation
Presentation is loading. Please wait.
Published byCharlie Twilley Modified over 10 years ago
1
© N. Ganesan, Ph.D., All rights reserved. CHAPTER Host Name Resolution DNS and WINS
2
Chapter Objectives Explain the process of hostname resolution to IP address on the Internet Describe the purpose of the HOSTS, LMHOSTS files Show how the HOSTS and LMHOSTS file could be modified to resolve abbreviated names to IP addresses
3
© N. Ganesan, Ph.D., All rights reserved. Module Host Name Resolution Process
4
Name Resolution Resolve names to IP addresses and vice versa –www.calstatela.edu 130.182.1.60www.calstatela.edu Names –TCP/IP host names –WINS names a.k.a. NetBIOS names
5
Finding an IP Address of a Domain ping www.ganesan.com tracert www.ganesan.com –Shows the number of hops to the destination
6
TCP/IP Host Name Example
7
WINS or NetBIOS Names
8
Current Computer Names Only the TCP/IP host name is currently in widespread use The Windows based name or the NetBIOS name as it is known is not widely used anymore –This may be retained for compatibility with older systems
9
Internet Host Names.com.edu.orgEtc. ganesan.com courses.ganesan.com A unique identifier known as the Fully Qualified Domain Name (FQDN)
10
Internet Host Name Resolution First, a local file known as HOSTS is checked to resolve the name to an IP address If a corresponding entry is not found in the HOST file, the information is transmitted to a DNS server for name resolution A cascade of DNS servers at different locations may get involved in the resolution process
11
End of Module
12
© N. Ganesan, Ph.D., All rights reserved. Module Hosts File
13
Sample HOSTS File
14
Sample Entry in the HOSTS File
15
Host Name Resolution Example
16
HOSTS File HOSTS file location –C:\Windows in Windows 9x –C:\WINNT\system32\drivers\etc in Windows NT –C:\Windows\system32\drivers\etc in Windows XP The file could be searched as well The extension of the file may be.SAM Note: –Store the file as “HOSTS” after modification with Notepad to avoid it being given a Notepad file extension
17
Redirection to DNS If there are no entries in the HOSTS file, the request is redirected to a DNS on the network Multiple DNSs may have to be consulted before the name is mapped to an IP address Domain names must also be registered with InterNIC or a similar organizationInterNIC
18
DNS Perspective of Name Resolution courses.ganesan.com.com root domain points to the DNS server At Pacbell Pacbell DNS server points to the DNS server at Ganesan.com DNS server at ganesan.com locates the host “course”
19
Domain Name Hosting: Another Example courses.ganesan.com InterNIC points to the DNS server at ganesan.com DNS server at ganesan.com locates the host “course”
20
End of Module
21
© N. Ganesan, Ph.D., All rights reserved. Module LMHOST File
22
Windows or NetBIOS Names kumarnanda ganesan Domain
23
Uniform Naming Convention (UNC) Applies to finding a resource on a local network \\windowsname\folder\file An example of windowsname could be a server name \\kumar\sales\annual.doc Note: FQDN applies to the Internet where a website, for example, is located using this name Find the FQDN of your computer, if it is connected to the Internet
24
Windows Name Resolution First a local file known as LMHOSTS is checked to resolve the name to an IP If a corresponding entry is not found in the HOST file, the information is transmitted to a WINS server for name resolution WINS –Windows Internet Name Service
25
Sample Partial LMHOSTS File Inclusion of lmhosts files from other computers.
26
Sample Entry in LM HOSTS File
27
Intranet Example kumarnanda ganesan Domain Internet Web Server
28
NetBIOS Name Resolution with LMHOSTS Entry
29
Access Path with LMHOSTS Entry kumarnanda ganesan Internet Web Server Access Client
30
NetBIOS Name Resolution without LMHOSTS Entry IE5 searches for a web address match and substitutes www.ganesan.com
31
Access Path without LMHOSTS Entry kumarnanda ganesan Internet Web Server Access Client Access is through the Internet.
32
IE5 Search for Web Address Match
33
LMHOSTS File LMHOSTS file location –C:\Windows in Windows 9x –C:\WINNT\system32\drivers\etc –C:\Windows\system32\drivers\etc The extension of the file is.SAM Note: –Store the file as “LMHOSTS” after modification with Notepad to avoid it being given a Notepad file extension
34
Redirection to WINS If there are no entries in the LMHOSTS file, the request is redirected to a WINS server on the network In the last example, there was no WINS server on the LAN –Therefore, IE5 serarched for a web matching web address
35
WINS Perspective of Name Resolution courses.ganesan.com InterNIC points to the DNS server At Pacbell Pacbell DNS server points to the DNS server at Ganesan.com DNS server at ganesan.com locates the host “course”
36
© N. Ganesan, Ph.D., All rights reserved. End of Module End of Chapter
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.