Download presentation
Presentation is loading. Please wait.
Published byBlaze Henry Modified over 9 years ago
1
Name ResolutionPresentedBy Tom Battaglia Thomas Text
2
4 Section presentation Section 1 - Resolution Methods Defined Section 1 - Resolution Methods Defined Section 2 - Microsoft Name Resolution Section 2 - Microsoft Name Resolution Section 3 - The OSI Model Section 3 - The OSI Model Section 4 - Troubleshooting Section 4 - Troubleshooting Thomas Text
3
Section 1 of 4 Resolution Methods Defined Thomas Text
4
Resolution Methods What is Name resolution What is Name resolution Computers communicate using IP’s People communicate using computer names Name resolution is a result of a client query to get an IP address for a computer name “Name Server” - The server that can hand out an IP after a query for one is made NOTE: If a client uses an IP to communicate the Name Server is not necessary Thomas Text
5
Resolution Methods Types of Resolution Methods Types of Resolution Methods Broadcast for NetBIOS Name WINS - Windows Internet Name Server DNS - Domain Name Server DDNS - Dynamic Domain Name Server Node Type Resolution of Microsoft clients Node Type Resolution of Microsoft clients B-node / P-node / M-node / H-node LMHOST / HOST Thomas Text
6
Broadcast for NetBIOS "Short" Name Thomas Text
7
Resolution Methods Defined Broadcast - Characteristics Broadcast - Characteristics Routers do not forward Broadcast requests off of the subnet Only NetBIOS "Short"names can be resolved on the local subnet Every Client on the subnet processes Broadcast packets Thomas Text
8
Windows Internet Name Service (WINS) Note: Microsoft Windows Clients Only Thomas Text
9
Resolution Methods Defined WINS WINS - Characteristics WINS - Server Characteristics Resolves NetBIOS "Short" Names only i.e. Batman01i.e. Batman01 Client updates dynamic database on WINS server during startup or Nbtstat -RR Admin can add static entries to WINS ONLY Services are registered in WINS WINS Servers exchange entries by being "Push/Pull" partners Thomas Text
10
Resolution Methods Defined WINS WINS - Characteristics WINS - Client Characteristics * Client DOES NOT use secondary unless primary WINS server is down To resolve a name to an IP the client must be using a WINS server that the destination server registered with OR The clients WINS server is a "Push/Pull" partner of the destinations WINS server * NT4 Only. W2K will use Secondary after a delay. Thomas Text
11
Resolution Methods Defined WINS WINS – Server Locations WINS – Server Locations Thomas Text
12
Resolution Methods Defined WINS WINS – MMC Example WINS – MMC Example Thomas Text
13
Resolution Methods Defined WINS WINS Entry TypeService Registered WINS Entry TypeService Registered [00h] Computer NameWorkstation Service [00h] Computer NameWorkstation Service [03h] Computer NameMessenger Service for Computer [03h] Computer NameMessenger Service for Computer [20h] Computer NameFile Server Service [20h] Computer NameFile Server Service [BEh] Computer NameNetwork Monitoring Agent Service [BEh] Computer NameNetwork Monitoring Agent Service [03h] User NameMessenger Service for the logged on user [03h] User NameMessenger Service for the logged on user [1Bh] Domain NameDomain Master Browser Service – PDC [1Bh] Domain NameDomain Master Browser Service – PDC [1Dh] Domain NameSubnet Master Browser Service [1Dh] Domain NameSubnet Master Browser Service WINS – Type Examples WINS – Unique Type Examples Thomas Text
14
Resolution Methods Defined WINS WINS Entry TypeService Registered WINS Entry TypeService Registered [00h] Domain NameWorkstation Service Receives Browser Broadcasts [00h] Domain NameWorkstation Service Receives Browser Broadcasts [1Ch] Domain NameDomain Controllers1 PDC [1Ch] Domain NameDomain Controllers1 PDC 24 BDCs [1Eh] Domain NameUsed by Browsers for Elections [1Eh] Domain NameUsed by Browsers for Elections [01h] --_MSBROWSE_Registered by Subnet Master Browser [01h] --_MSBROWSE_Registered by Subnet Master Browser Returned to clients after Query WINS – Type Examples WINS – Group Type Examples Thomas Text
15
Domain Name Service (DNS) Thomas Text
16
Resolution Methods Defined DNS DNS - Characteristics DNS - Server Characteristics Resolves Fully Qualified Domain Names "FQDN" i.e. Batman01.us.dell.com.i.e. Batman01.us.dell.com. Integrated Microsoft and UNIX Servers All Registrations are Statically Entered Provides Forward Lookup - Name to IP Provides Reverse Lookup - IP to Name Thomas Text
17
Resolution Methods Defined DNS DNS - Characteristics DNS - Client Characteristics The Client uses Domain Suffixes to Lookup Names i.e. "us.dell.com"i.e. "us.dell.com" i.e. "dell.com"i.e. "dell.com" Client WILL use Secondary if Name can not be Found on Primary DNS Server Thomas Text
18
Resolution Methods Defined DNS DNS – Domain Suffixes DNS – Domain Suffixes NT4 Client / Server Setup Thomas Text
19
Resolution Methods Defined DNS DNS – MMC Example DNS – Forward Lookup MMC Example Host Names IP Address IP Alias Thomas Text
20
Resolution Methods Defined DNS DNS – Unix Example DNS – Forward Lookup Unix Example Host Names IP Address IP Alias Thomas Text
21
Resolution Methods Defined DNS DNS – MMC Example DNS – Reverse lookup MMC Example IP - First Octet Host Names Thomas Text
22
Resolution Methods Defined DNS DNS – Unix Example DNS – Reverse lookup Unix Example Filename IP - First Octet Host Names Thomas Text
23
Dynamic Domain Name Service (DDNS) Thomas Text
24
Resolution Methods Defined DDNS DDNS - Characteristics DDNS - Server Characteristics Resolves Fully Qualified Domain Names "FQDN" i.e. Batman01.aus.amer.dell.com.i.e. Batman01.aus.amer.dell.com. ONLY Microsoft W2K servers Some Registrations are Statically Entered Provides Forward Lookup - Name to IP Provides Reverse Lookup - IP to Name Proxy Lookup to the WINS Server Thomas Text
25
Resolution Methods Defined DDNS DDNS - Characteristics DDNS - Client Characteristics The Client uses Domain Suffixes to Lookup Names i.e. "aus.amer.dell.com"i.e. "aus.amer.dell.com" i.e. "amer.dell.com"i.e. "amer.dell.com" Client WILL use Secondary if Name can not be Found on Primary DNS Server Registrations are Dynamically Entered when the W2K client uses a DDNS server Thomas Text
26
Resolution Methods Defined DDNS DDNS – Domain Suffixes DDNS – Domain Suffixes W2K Client / Server Setup Thomas Text
27
Resolution Methods Defined DDNS DDNS – MMC Example DDNS – Forward Lookup MMC Example IP Address Host Names Thomas Text
28
Resolution Methods Defined DDNS DDNS – MMC Example DDNS – Reverse lookup MMC Example Not currently implemented at Dell on the W2K DDNS platform Thomas Text
29
Section 2 of 4 Microsoft Name Resolution Thomas Text
30
Microsoft Name Resolution Part 1 - Resolution Methods Part 1 - Resolution Methods B-node / P-node / M-node / H-node LMHOST File HOST File Part 2 - Combined Resolution Methods Part 2 - Combined Resolution Methods NetBIOS DNS Thomas Text
31
Part 1 Resolution Methods Thomas Text
32
Microsoft Name Resolution B-Node - Characteristics B-Node - Characteristics Uses Broadcast NetBIOS Name Queries for Name Registration and Resolution B-Node Limitations: (1) Broadcasts Disturb every node on the Network (2) Routers Typically do not Forward Broadcasts, so only NetBIOS Names on the Local Network can be Resolved Thomas Text
33
Microsoft Name Resolution P-Node - Characteristics P-Node - Characteristics Uses NetBIOS Name Server (NBNS) - Typically a WINS Server P-Node Limitations: (1) If the Server is not Registered with WINS the Client can not Resolve it (2) If the NBNS is "Down" the Client May not Resolve or will use the Secondary with Degraded Results Thomas Text
34
Microsoft Name Resolution M-Node - Characteristics M-Node - Characteristics Uses B-Node First Uses P-Node if B-Node does not Resolve M-Node Limitations: (1) Broadcasts Disturb Every Node on the Network (2) If the NBNS is "Down" the Client May not Resolve or will use the Secondary with Degraded Results Thomas Text
35
Microsoft Name Resolution H-Node - Characteristics H-Node - Characteristics Uses P-Node First Uses B-Node if B-Node does not Resolve H-Node Advantages: (1) It Does Not Use Broadcasts First (2) It Will Resolve Faster Using WINS and cut down on Network Traffic NOTE: This is the method Microsoft uses for all their Windows platforms Thomas Text
36
Microsoft Name Resolution LMHOST File - Characteristics LMHOST File - Characteristics Used to resolve NetBIOS "Short" Names Can have Entries Cached from file Located in [%systemroot%\system32\drivers\etc] LMHOST File Limitations: (1) Can hold only 128 entries (2) If a Name Changes all LMHOST Files Need to be Updated Thomas Text
37
Example LMHOST File Example LMHOST File - No Extension LMHOST Sample File Examples Microsoft Name Resolution Thomas Text
38
Microsoft Name Resolution HOST File - Characteristics HOST File - Characteristics Used to resolve FQDN Names Can have Entries Cached from file Located in [%systemroot%\system32\drivers\etc] HOST File Limitations: (1) If a Name Changes all HOST Files Need to be Updated Thomas Text
39
Example HOST File Example HOST File - No Extension Examples Microsoft Name Resolution Thomas Text
40
Part 2 Combined Resolution Methods Thomas Text
41
Microsoft Name Resolution All Microsoft Platforms - NetBIOS All Microsoft Platforms - NetBIOS Uses B-Node if no WINS Server Specified Uses H-Node Resolution if a WINS Server is Specified If System Fails to Register with WINS it will Result in B-Node until it can Contact the WINS Server Some Commands - Net View and Nbtstat Thomas Text
42
NetBIOS Resolution H-Node LMHOST Cache WINS Broadcast LMHOST File If Configured for "DNS for WINS Resolution (NT4)" HOST File DNS ServerM-Node LMHOST Cache Broadcast WINS LMHOST File If Configured for "DNS for WINS Resolution (NT4)" HOST File DNS Server P-Node LMHOST Cache WINS LMHOST FileM-Node LMHOST Cache Broadcast LMHOST File Microsoft Name Resolution Thomas Text
43
An example of name resolution would be like calling information to get the # - (IP Address) An example of name resolution would be like calling information to get the # - (IP Address) Try to remember the # Call information to get a # for a name The operator can put your call through If the # is unlisted you might need to go in your front yard and call their name Check the Counter for Pieces of Paper You might check your personal phone list Look it up in the phone book (FQDN) Give up and go shopping Microsoft Name ResolutionH-Node Cache WINS Broadcast LMHOST File HOST File DNS Server Time Out Thomas Text
44
Microsoft Name Resolution All Microsoft Platforms - DNS / DDNS All Microsoft Platforms - DNS / DDNS Client will look on Server and Query Using the Domain Suffixes Some Commands - Ping, Ftp, and Telnet DNS Server Suffix Search Order Thomas Text
45
Microsoft Name Resolution Microsoft Reference Articles Microsoft Reference Articles Q105997 - Differences Between the HOSTS and LMHOSTS Files in Windows NT Q119493 - NetBIOS over TCP-IP Name Resolution and WINS Q120642 - TCP-IP & NBT Configuration Parameters for Windows NT and Windows 2000 Q142042 - Description of TCP-IP Node-Type Settings in Windows 95-98 Q142309 - NetBIOS Name Resolution Using DNS and the HOSTS File Q158474 - Windows TCP-IP Registry Entries Q160177 - Default Node Type for Microsoft Clients Q167640 - Automatically Changing the Node Type of a Windows NT Workstation Thomas Text
46
Section 3 of 4 The OSI Model Thomas Text
47
Open Systems Interconnection (OSI) Model OSI Characteristics OSI Characteristics Describes how information from a software application in one computer moves through a network medium to a software application in another computer Developed by the International Organization for Standardization (ISO) in 1984 Each layer being implemented independently enables the solutions offered by one layer to be updated without adversely affecting the other layers Thomas Text
48
Open Systems Interconnection (OSI) Model OSI Characteristics OSI Characteristics Data Encapsulation and Decapsulation occurs as each layer passes data up and down the stack Layered approach for ease of Learning, Modular Engineering, Interoperability and Eases Standards Development Ethernet = Frames TCP/IP = Packets Thomas Text
49
Open Systems Interconnection (OSI) Model Layer 7 — Application layer Layer 7 — Application layer Layer 6 — Presentation layer Layer 6 — Presentation layer Layer 5 — Session layer Layer 5 — Session layer Layer 4 — Transport layer Layer 4 — Transport layer Layer 3 — Network layer Layer 3 — Network layer Layer 2 — Data Link layer Layer 2 — Data Link layer Layer 1 — Physical layer Layer 1 — Physical layer Implemented with software Implemented with Software & Hardware Thomas Text
50
Open Systems Interconnection (OSI) Model Application Application Presentation Presentation Session Session Transport Transport Network Network Data Link Data Link Physical Physical Application Application Transport Transport Internet Internet Interface Interface "FYI" OSI Compared to TCP/IP Stack "FYI" OSI Compared to TCP/IP Stack OSI 7 Layers TCP/IP 4 Layers Thomas Text
51
Open Systems Interconnection (OSI) Model Application Application Presentation Presentation Session Session Transport Transport Network Network Data Link Data Link Physical Physical Application Application Presentation Presentation Session Session Transport Transport Network Network Data Link Data Link Physical Physical Each layer communicates with three other OSI layers: 1.The layer directly above it, 2.The layer directly below it 3.Its peer layer in other networked device Peer-to-Peer Communication Protocol Data Units (PDU) Lower Layer "Service Provider" Upper Layer "Service User" Thomas Text
52
Open Systems Interconnection (OSI) Model Application Application Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Interface to Application Interface to User UDP Application examples DHCP BOOTP TFTP TCP Application examples HTTP FTP TELNET Thomas Text
53
Open Systems Interconnection (OSI) Model "Translator" Encryption Decryption Compression Decompression Architecture Independent data transfer format. i.e. MPEG Gif Jpeg Layer 7 Presentation Presentation Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Thomas Text
54
Open Systems Interconnection (OSI) Model "Coordinator" Manage User Sessions Establish Connection Manage Connection Terminate Connection Report upper layer errors Protocols AppleTalk Session Control Protocol DECnet Phase 5 Layer 7 Layer 6 Session Session Layer 4 Layer 3 Layer 2 Layer 1 Thomas Text
55
Open Systems Interconnection (OSI) Model "Segmenter" Reliable Packet Delivery Flow Control Multiplexing Error Checking Protocols Used TCP UDP SPX NetBEUI Layer 7 Layer 6 Layer 5 Transport Transport Layer 3 Layer 2 Layer 1 Thomas Text
56
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Network Network Layer 2 Layer 1 "Packet" (Data gram) Logical Addressing Path Determination (Routing) Connectionless Best-Effort-Delivery Address Res. Protocol -ARP IP to MAC Routed Protocols IP / IPX / ICMP Routing Protocols OSPF / RIP / BGP Thomas Text
57
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Data Link Data Link Layer 1 "Frame" Switches Operate Here All devices talk MAC Header Contains MAC Address Error Notification Network Topology Defined Flow Control Thomas Text
58
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Data Link Data Link Layer 1 Data Link Layer Sub layers Logical Link Control - LLC 802.2 Connectionless & Connection Oriented Media Access Control - MAC Manage protocol access to the physical layer Thomas Text
59
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Data Link Data Link Layer 1 Thomas Text
60
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Physical Physical "Link" Changes data to electrical impulses Transmits "Bits" onto the Wire Removes "Bits" off the Wire Physical error checking Does not add or take away from the Frame Concerned with Physical protocol and not Data Protocol Thomas Text
61
Open Systems Interconnection (OSI) Model Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Physical Physical Maintains the Physical Link Defines the physical medium Voltage levels & timings Data Rates Transmission Distance Connectors Cables Thomas Text
62
Section 4 of 4 Troubleshooting Thomas Text
63
Troubleshooting Part 1 - Basic Network Troubleshooting Part 1 - Basic Network Troubleshooting Part 2 - NetBIOS Troubleshooting Part 2 - NetBIOS Troubleshooting Broadcast / WINS / LMHOST File Part 3 - FQDN Troubleshooting Part 3 - FQDN Troubleshooting DNS / DDNS / Host File Thomas Text
64
Part 1 Basic Network Troubleshooting Thomas Text
65
Considerations Client Considerations ONLY GATHER FACTS……….. Don't trust the end user to evaluate.Don't trust the end user to evaluate. Is it "Slow" or "Not Working"? They Say "It's Dead" ……… It's Really been "Slow" Once TodayThey Say "It's Dead" ……… It's Really been "Slow" Once Today Can Other Clients get to the Server? They Say "No One" ………It's Really "Everyone Can"They Say "No One" ………It's Really "Everyone Can" When Did it Work Last? They Say "Last Week" …… It's Really "Never"They Say "Last Week" …… It's Really "Never" What Changed? They Say "Nothing" ……… It's Really their Kids Game They InstalledThey Say "Nothing" ……… It's Really their Kids Game They Installed Is the Client Properly Configured? They Say "Yes" ……….. They Don't know what a Computer isThey Say "Yes" ……….. They Don't know what a Computer is Thomas Text Troubleshooting Basics
66
Considerations Server Considerations ONLY GATHER FACTS……….. Is it Static or DHCP? Can the Server Resolve Names? When Did it Work Last? What Changed? Is the Server Properly Configured? Thomas Text Troubleshooting Basics
67
Parts to Troubleshoot Separate the network from the Servers Cables, Switches and Routers are the Net Computers are the Clients and Servers If the Network has a Problem Usually Several People are Affected Check the Physical Layer Is it the Correct Cable Is there a Link Light Does another Computer work in the port Thomas Text Troubleshooting Basics
68
Thomas Text Troubleshooting Basics Parts to Troubleshoot Check the Computer Configuration http://inside.us.dell.com/it/is/network/http://inside.us.dell.com/it/is/network/ Configuration Docs
69
Thomas Text Troubleshooting Basics Parts to Troubleshoot Check the Computer Configuration Set CLASSID for W2K DHCP Clients Capital W2K
70
Thomas Text Troubleshooting Basics Parts to Troubleshoot Check the Computer Configuration Class ID WINS & DNS Servers Domain Suffixes Subnet Mask
71
Remove Name Resolution From The Test Remove Name Resolution From The Test PING Remote by IP Ping Gateway by IP Ping Loopback (127.0.0.1) Map Drive by IP i.e. net use * \\10.180.12.26\c$ Tracert to IP i.e. tracert 10.180.12.26 "Net View" to IP i.e. net view \\10.180.12.26 Thomas Text Troubleshooting Basics NOTE: Resolve ALL IP Issues Prior to Troubleshooting Name Resolution Issues
72
Thomas Text Troubleshooting Basics PING IP Example PING IP Example Try to Resolve Name Name Resolved
73
Thomas Text Troubleshooting Basics Tracert Example Tracert Example Not Found Found
74
Thomas Text Troubleshooting Basics Netstat Syntax Netstat Syntax Switches "/?" Display Help
75
Thomas Text Troubleshooting Basics Netstat -a Example Netstat -a Example Protocol Port State
76
Thomas Text Troubleshooting Basics Netstat -n Example Netstat -n Example Protocol Port State
77
Thomas Text Troubleshooting Basics Netstat -r Example Netstat -r Example Remote Default Gateway
78
Thomas Text Troubleshooting Basics Netstat -s Example Netstat -s Example Is Data Moving ?
79
Part 2 NetBIOS Troubleshooting Thomas Text
80
Considerations Client Considerations Can Not Login to the Domain "No Domain Controller Found""No Domain Controller Found" Can Not Map a Drive by Name "Host Name Not Found""Host Name Not Found" Can Not "Net View" a computer "Host Name Not Found""Host Name Not Found" What WINS Server are they using Can Other Computers Map Drives by Name Does Not Need to Register with WINS to Resolve Thomas Text Troubleshooting NBNS (WINS)
81
Considerations Server Considerations Are all the Services Registered in WINS? The Name Resolution is up to the Client if all the Server Services are Registered in WINSThe Name Resolution is up to the Client if all the Server Services are Registered in WINS If the Server is down several people are having the SAME problem(s) Thomas Text Troubleshooting NBNS (WINS)
82
Add Name Resolution To The Test Add Name Resolution To The Test "Nbtstat" to "Short Name" i.e. nbtstat -a \\ausgnsnpt01i.e. nbtstat -a \\ausgnsnpt01 "Net View" to "Short Name" i.e. net view \\ausgnsnpt01i.e. net view \\ausgnsnpt01 Map Drive by "Short Name" i.e. net use * \\ausgnsnpt01\c$i.e. net use * \\ausgnsnpt01\c$ PING Remote by "Short Name" i.e. Ping ausgnsnpt01i.e. Ping ausgnsnpt01 Thomas Text Troubleshooting NBNS (WINS)
83
Thomas Text Switches Troubleshooting NBNS (WINS) Nbtstat Syntax Nbtstat Syntax "/?" Display Help
84
Thomas Text "-a" Remote Services & MAC Troubleshooting NBNS (WINS) Nbtstat -a Example Nbtstat -a Example "-n" Local Services NO MAC
85
Thomas Text Troubleshooting NBNS (WINS) Nbtstat -c Example Nbtstat -c Example "-c" Cache "-r" Resolved
86
Thomas Text Troubleshooting NBNS (WINS) Nbtstat -s and -RR Example Nbtstat -s and -RR Example "-s or -S" Sessions "-RR" ReRegister with WINS
87
Thomas Text Troubleshooting NBNS (WINS) Net View Syntax and Example Net View Syntax and Example Show Browse List "Short Name"
88
Thomas Text Troubleshooting NBNS (WINS) Net Use Syntax and Example Net Use Syntax and Example Map next Drive Letter Ask for Password Delete Map
89
Thomas Text "Short Name" Resolved by Broadcast or WINS Troubleshooting NBNS (WINS) PING Example PING Example Note: PING is a DNS Command for FQDN but can be used to troubleshoot Net BIOS FQDN Name Resolved by DNS
90
Thomas Text Clear the LMHOST file if not needed or you are troubleshooting Troubleshooting NBNS (WINS) LMHOST File LMHOST File
91
Part 3 FQDN Troubleshooting Thomas Text
92
Considerations Client Considerations Does the App use FQDNs? Is the Domain Suffix Correct? Check for the correct Name Server Is the IP Address in DNS or DDNS us.dell.com - Legacyus.dell.com - Legacy aus.amer.dell.com - W2Kaus.amer.dell.com - W2K Can Not Map a Drive by FQDN Thomas Text Troubleshooting DNS/DDNS (FQDN)
93
Considerations Server Considerations Is the Name in DNS or DDNS? The Name Resolution is up to the Client if the server is in DNS or DDNS it has met the minimum requirementsThe Name Resolution is up to the Client if the server is in DNS or DDNS it has met the minimum requirements If the Server is down several people are having the SAME problem(s) Thomas Text Troubleshooting DNS/DDNS (FQDN)
94
Thomas Text Troubleshooting DNS/DDNS (FQDN) NSLookup Syntax NSLookup Syntax Show Commands Commands
95
Thomas Text Troubleshooting DNS/DDNS (FQDN) NSLookup Example NSLookup Example Query Returned Authoritative amer.dell.com DDNS Server Query Returned Non-Authoritative amer.dell.com DDNS Server
96
Thomas Text Troubleshooting DNS/DDNS (FQDN) NSLookup Example NSLookup Example Query Returned Non-Authoritative us.dell.com DDNS Server Query Returned No DNS Entry
97
Thomas Text Troubleshooting DNS/DDNS (FQDN) PING Syntax PING Syntax Show Syntax Switches
98
Thomas Text Troubleshooting DNS/DDNS (FQDN) PING Example PING Example PING Loop Back Address TCP/IP is Installed ProperlyTCP/IP is Installed Properly Loop Back Address
99
Thomas Text Troubleshooting DNS/DDNS (FQDN) PING Example PING Example Domain Suffix Search Order
100
Thomas Text Ping Short Name Troubleshooting DNS/DDNS (FQDN) PING Example PING Example Domain Suffix Search Order WINS Responded with "Short Name"
101
Thomas Text Troubleshooting DNS/DDNS (FQDN) PING Example PING Example Ping Short Name Domain Suffix Search Order DDNS Responded with FQDN
102
Thomas Text Troubleshooting DNS/DDNS (FQDN) PING Example PING Example PING Loop Back Name in Host File TCP/IP is Installed ProperlyTCP/IP is Installed Properly Host File is WorkingHost File is Working Loop Back Name "Localhost"
103
Name ResolutionPresentedBy Tom Battaglia Thomas Text
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.