MIS 420/520 Networking in a Business Environment Lab 3
LAB ASSIGNMENT 3 (Due November 4, 1997) - Troubleshooting TCP/IP Networks
The following assignment introduces Troubleshooting TCP/IP Networks. You will be expected to administer and use a Windows 95 network to answer some questions using the following TCP/IP networking tools.
Excerpts from Troubleshooting chapter in INSIDE TCP/IP Second Edition New Rider's Publishing, 1995.
"What does it take to be a "Super-Tech" in the TCP/IP networking environment? the answer to this quetion is simple; you must have the following:
- A great deal of common sense
- Asystematic and logical approach to troubleshooting
- A solid knowledge of each protocol in use on your network
Examining the Six-Step Troubleshooting Procedure
- Recognizing symptoms
- Elaborating on symptoms
- Listing probable faults
- Localizing the faulty function
- Localizing and repairing the actual problem
- analyzing the failure
Troubleshooting Tools
- Network Neighborhood
- TCP/IP Utilities - verifies and debugs TCP/IP networking problems (these need to be run from the DOS prompt)
- ping - used to test if another computer is "alive"
ping [ipaddress] [remotename]
- telnet - used to connect to another computer
- ftp - used to connect and transfer files between computers
- tracert - traces the route taken to another computer on the Internet
- netstat - reports current TCP/IP connections and protocol statistics
netstat [-a] [-e] [-n] [-s] [-p protocol] [-r] [interval]
- -a displays all connections and listening ports
- -e displays Ethernet statistics
- -n displays addresses and ports in numerical form
- -r displays routing table data
- -s displays statistics separately for each protocol
- arp - displays the ARP (address resolution protocol) table on the local computer
arp -a [ipaddress]
- winipcfg - displays information about the ip configuration including the NICs physical address
- nbtstat - reports statistics and connections for NetBIOS over TCP/IP
nbtstat [-a remotename][-A ipaddress] [-c] [-n] [-r] [-R] [-s] [-S] [interval]
- -a & -A lists the name table of a remote computer
- -r gives complete name resolution statistics for Windows networking
- -s displays workstation and server stations
Use one of the Windows 95 computers in the computer lab to answer the following questions:
- What is the computer name and workgroup?
- What is the IP address for the computer?
- What is the address of the gateway for the computer?
- What is the address of the computer's domain name server?
- What is the physical address of the computer's NIC?
- What is the IP address of venus.nmhu.edu?
- What is the physical address of venus?
- List all of the active connections for the computer you are currently using?
- List all of the active routes for the computer you are currently using?
- Approximately how long does it take for a signal to reach www.yahoo.com and return?
- List the first and last hops in connecting to nmhu.campus.mci.net?
- what is the physical address of the router at NMHU?
- what is the physical address of the computer cs.nmhu.edu?
- I just received a call that the computers in the library at West Las Vegas High School are not connecting to the Internet? What should I do to determine the problem?
e-mail the answers to the questions before 5 p.m. on Tuesday, 11/4.