Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:

Slides:



Advertisements
Similar presentations
Configuring and Troubleshooting Network Connections
Advertisements

Cisco 2 - Routers Perrine. J Page 14/30/2015 Chapter 10 TCP/IP Protocol Suite The function of the TCP/IP protocol stack is to transfer information from.
SYSTEM ADMINISTRATION Chapter 19
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Nassau Community College
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
Instructor & Todd Lammle
Module 4: Configuring Network Connectivity
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Chapter 8 Administering TCP/IP.
Chapter 8: Configuring Network Connectivity. Installing Network Adapters Network adapter cards connect a computer to a network. Installation –Plug and.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
1 Chapter Overview TCP/IP Services TCP/IP Utilities.
IST 228\Ch3\IP Addressing1 TCP/IP and DoD Model (TCP/IP Model)
Network+ Guide to Networks 6 th Edition Chapter 9 In-Depth TCP/IP Networking.
Chapter Overview TCP/IP Overview Configuring TCP/IP Clients
1 Lab 3 Transport Layer T.A. Youngjoo Han. 2 Transport Layer  Providing logical communication b/w application processes running on different hosts 
Chapter Twelve Using TCP/IP on the Network. Objectives Here, we’ll examine how to configure TCP/IP. The concepts of subnetting will be examined in detail.
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
Workshop 1: Introduction to TCP/IP
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 IT Essentials PC Hardware and Software 4.1 Instructional Resource Chapter.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Hands-on Networking Fundamentals
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Guide to MCSE , Second Edition, Enhanced1 Windows XP Network Overview Most versatile Windows operating system Supports local area network (LAN) connections.
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
Module 3: Configuring Basic TCP/IPv4 Settings. Overview of the TCP/IP Protocol Suite Overview of TCP/IP Addressing Name Resolution Dynamic IP Addressing.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
Module 5: Isolating Common Connectivity Issues. Overview Determining the Causes of Connectivity Issues Network Utilities That You Can Use to Isolate Connectivity.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
Semester 2v2 Chapter 9:  TCP/IP.
Examining TCP/IP.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 2: TCP/IP Architecture.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 8: Introduction to Windows Networking.
Connecting to a Network Lesson 5. Objectives Understand the OSI Reference Model and its relationship to Windows 7 networking Install and configure networking.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
1 Week #5 Routing and NAT Network Overview Configuring Routing Configuring Network Address Translation Troubleshooting Routing and Remote Access.
Monitoring Troubleshooting TCP/IP Chapter 3. Objectives for this Chapter Troubleshoot TCP/IP addressing Diagnose and resolve issues related to incorrect.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 4 Learning About Other Devices.
CPMT 1449 Computer Networking Technology – Lesson 3
Click to edit Master subtitle style Chapter 8: IP Subnetting, Troubleshooting and Introduction to NAT Instructor:
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
ITMT Windows 7 Configuration Chapter 5 – Connecting to a Network ITMT 1371 – Windows 7 Configuration 1.
COMP1321 Digital Infrastructure Richard Henson March 2016.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Windows Vista Configuration MCTS : Advanced Networking.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Click to edit Master subtitle style
Troubleshooting ip Chapter 5e.
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Network Tools and Utilities
Linux Networking Tools
Planning and Configuring IPv4
Troubleshooting IP Communications
Troubleshooting Speaker Saengsan Tinarak Channel
Chapter 2: Static Routing
NETWORK TROUBLESHOOTING COMMANDS
Troubleshooting IP Addressing
Chapter 9 Objectives Understand TCP/IP Protocol.
Chapter 2: Static Routing
Windows Server Administration Fundamentals
Troubleshooting ip Chapter 5e.
Module 12 Network Configuration
Presentation transcript:

Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:

Chapter 17 Objectives The Following CompTIA Network+ Exam Objectives Are Covered in This Chapter: 4.3 Given a scenario, use appropriate software tools to troubleshoot connectivity issues. Protocol analyzer Throughput testers Connectivity software Ping Tracert/traceroute Dig Ipconfig/ifconfig Nslookup Arp Nbtstat Netstat Route 2

Protocol Analyzers Used to capture packets in their raw format as they cross the network. 3

Throughput Testers Work much like a protocol analyzer in that they measure the traffic seen on the network and can also classify the types of traffic that are eating up bandwidth 4

Connectivity Software Designed to allow you to make a connection to the machine, see the desktop, and perform any action you could perform if you were sitting in front of it. 5

Command Line Tools 6 Most of us are running Transmission Control Protocol/Internet Protocol (TCP/IP) Version 4 on our networks these days so we absolutely need a way to test IP connectivity. We also need be able to test and verify IPv6 networks. Several utilities to verify TCP/IP function on Windows workstations for both IPv4 and IPv6 The utilities are fairly platform independent and most of them can now use both IPv4 and IPv6.

Command Line Tools 7 traceroute / tracert –Traceroute (trace for short) displays the path a packet takes to get to a remote device by using Time-To-Live (TTL) Time-outs Internet Control Message Protocol (ICMP) error messages

Command Line Tools 8 ipconfig and ifconfig –The utilities known as ipconfig (in Windows), and ifconfig (in Unix/Linux/Mac) will display the current configuration of TCP/IP on a given workstation Current IP address DNS configuration Windows Internet Naming Service (WINS) configuration Default gateway

Command Line Tools 9 IPConfig Options –Ipconfig /all –Ipconfig /release –Ipconfig /renew To release your current DHCP TCP/IP information in Vista, you must elevate your command prompt

Command Line Tools 10 The ping Utility –Ping is the most basic TCP/IP utility, and it’s included with most TCP/IP stacks for most platforms. –In most cases, ping is a command-line utility, although there are many GUI implementations available. –You use the ping utility for two primary purposes: To find out if a host is responding To find out if you can reach a host

Command Line Tools 11 Address Resolution Protocol (ARP) –The Address Resolution Protocol (ARP) is part of the TCP/IP protocol stack. –Uses broadcasts to translate TCP/IP addresses to MAC addresses. The ARP table in Windows includes a list of TCP/IP addresses and their associated physical (MAC) addresses. The ARP table contains two kinds of entries: –Dynamic –Static The arp Utility (using “arp –a”)

Command Line Tools 12 The nslookup Utility –A command-line utility that allows you to perform a single DNS lookup for a specific entity. –The nslookup utility comes with Windows NT and later, as well as most versions of Unix and Linux, but not with Windows 95/98. –It is run from a Windows command prompt. –At the command prompt, you can start the nslookup utility by typing nslookup and pressing.

Command Line Tools 13 The Mtr Command –Mtr or My traceroute is a computer program that combines the functions of the traceroute and ping utilities in a single network diagnostic tool. –Mtr is great if you have Linux or Unix, but by default, it’s not installed on Windows devices. –Third-party applications of Mtr are available to install on Windows –Microsoft includes its own version of Mtr called pathping

Command Line Tools 14 The Route Command –The route command is used to employ both static and default routing on Windows Vista and Server 2008

Command Line Tools 15 The nbtstat Utility –Microsoft Windows uses an interface called Network Basic Input/Output System (NetBIOS) relating names with workstations –It is an upper-layer interface that requires a transport protocol—usually, TCP/IP, but IPv6 can be used as well. –Deploying the nbtstat utility will achieve these three important things: Track NetBIOS over TCP/IP statistics Show the details of incoming and outgoing NetBIOS over TCP/IP connections Resolve NetBIOS names

NBTStat 16 The nbtstat –a command:

NBTStat 17 The nbtstat –c command:

NBTStat 18 The nbtstat –n command:

NBTStat 19 The nbtstat –r command:

NBTStat 20 The nbtstat –S command: The nbtstat –s command: The nbtstat –s command produces the same output as nbtstat –S except it will also attempt to resolve remote-host IP addresses into host names.

Command Line Tools 21 The netstat Utility –netstat is a great way to check out the inbound and outbound TCP/IP connections on your machine. –Packet statistics like how many packets have been sent and received, the number of errors, etc. can be viewed.

NetStat 22 The netstat –a command:

Command Line Tools 23 File Transfer Protocol (FTP) –FTP has become a cross-platform protocol for transferring files. –Windows TCP/IP stack includes a command-line ftp utility. –To start the ftp utility, enter ftp at a command prompt. –The result is an ftp command prompt: To display a list of all the commands you can use at the ftp command prompt, type help or ? and press

Command Line Tools 24 The Telnet Utility –Part of the TCP/IP protocol suite, –Telnet is a Terminal Emulation program designed to be used over the network –telnet allows you to make connections to remote devices, gather information, and run programs. –Telnet was originally developed to open terminal sessions from Unix workstations to Unix servers.

Command Line Tools 25 Don’t Use Telnet, Use Secure Shell (SSH) –Telnet is totally unsecure –Telnet sends all data in clear text including your name and password. –It has to be really bad thing these days; consider Microsoft doesn’t even enable it on their latest Oss (you know it really must be unsecure) SSH is the tool to use. SSH provides the same options as Telnet, plus a lot more –It doesn’t send any data in clear text Your servers, routers, and other devices need to be enabled with SSH. SSH is not configured by default on most devices.

Summary 26 Summary Exam Essentials Section Written Labs Review Questions