ITL Simple Diagnostic Tools

Slides:



Advertisements
Similar presentations
Wireless Networking. Wireless Standards a b g n.
Advertisements

What is an IP Address An IP Address (or Internet Protocol address) is an address used to uniquely identify a device on an IP network. The address is made.
Computer Networks21-1 Chapter 21. Network Layer: Address Mapping, Error Reporting, and Multicasting 21.1 Address Mapping 21.2 ICMP 21.3 IGMP 21.4 ICMPv6.
Internet Control Protocols Savera Tanwir. Internet Control Protocols ICMP ARP RARP DHCP.
CSCI 4550/8556 Computer Networks Comer, Chapter 23: An Error Reporting Mechanism (ICMP)
SYSTEM ADMINISTRATION Chapter 19
CPSC 441 Tutorial - Network Tools 1 Network Tools CPSC 441 – Computer Communications Tutorial.
The Network Layer Chapter 5. The IP Protocol The IPv4 (Internet Protocol) header.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
ICMP: Ping and Trace CCNA 1 version 3.0 Rick Graziani Spring 2005.
CISCO NETWORKING ACADEMY Chabot College ELEC ping & traceroute.
1 ICMP – Using Ping and Trace CCNA Semester
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
1 ICMP : Internet Control Message Protocol Computer Network System Sirak Kaewjamnong.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Defining the IP Packet Delivery Process INTRO v2.0—4-1.
Support Protocols and Technologies. Topics Filling in the gaps we need to make for IP forwarding work in practice – Getting IP addresses (DHCP) – Mapping.
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
1 Figure 3-33: Internet Control Message Protocol (ICMP) ICMP is for Supervisory Messages at the Internet Layer ICMP and IP  An ICMP message is delivered.
TELE202 Lecture 10 Internet Protocols (2) 1 Lecturer Dr Z. Huang Overview ¥Last Lecture »Internet Protocols (1) »Source: chapter 15 ¥This Lecture »Internet.
CS 6401 Internet Protocol Outline Introduction to Internet Protocol Header and address formats ICMP Tools.
Module 4 – Learning about other Devices Testing network connections.
Internet Control Message Protocol ICMP. ICMP has two major purposes: –To report erroneous conditions –To diagnose network problems ICMP has two major.
Petrozavodsk State University, Alex Moschevikin, 2003NET TECHNOLOGIES Internet Control Message Protocol ICMP author -- J. Postel, September The purpose.
Guide to TCP/IP, Third Edition
Network Administration
ICMP (Internet Control Message Protocol) Computer Networks By: Saeedeh Zahmatkesh spring.
Exploring the Packet Delivery Process Chapter
1 Version 3.1 modified by Brierley Module 8 TCP/IP Suite Error and Control Messages.
1 IP: putting it all together Part 2 G53ACC Chris Greenhalgh.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 9 Basic Router Troubleshooting.
Guide to TCP/IP, Second Edition1 Guide To TCP/IP, Second Edition Chapter 4 Internet Control Message Protocol (ICMP)
Error and Control An IP datagram travels from node to node on the way to its destination Each router operates autonomously Failures or problems may occur.
Chapter 23 Internet Control Message Protocol used to report information and errors IP uses ICMP when it sends an error message ICMP uses IP to transport.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
Linux Operations and Administration Chapter Eight Network Communications.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
Module 8 JEOPARDY CCNA2 v3 Module 8 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
Ping and Traceroute by Aleisa A. Drivere Supervisor Graciela Perera.
Lecture#6:Connectivity Verification
Internet Control Message Protocol (ICMP)
Internet Control Message Protocol (ICMP)
Click to edit Master subtitle style
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Traceroute traceroute is a Unix utility designed by Van Jacobson in 1987 The Windows equivalent is called tracert The Linux equivalent is called tracepath.
Connectivity Verification
COMP2322 Lab 5 IP Steven Lee March 22, 2017.
Ping and traceroute.
Network Tools and Utilities
Instructor Materials Chapter 9: Testing and Troubleshooting
Internet Control Message Protocol (ICMP)
21-2 ICMP(Internet control message protocol)
CCNA 2 v3 JEOPARDY Module 8 CCNA2 v3 Module 8 K. Martin.
Module 4 – Learning about other Devices
ICMP ICMP = Internet Control Message Protocol Layer 3
COMPUTER NETWORKS CS610 Lecture-33 Hammad Khalid Khan.
8 Network Layer Part V Computer Networks Tutun Juhana
ICMP – Using Ping and Trace
Part1: Ipconfig ping command Tracert command Getmac command
Troubleshooting IP Communications
Lecture#7:Connectivity Verification
Internet Control Message Protocol (ICMP)
Internet Control Message Protocol (ICMP)
ICMP – Using Ping and Trace
Internet Control Message Protocol (ICMP)
Internet Control Message Protocol (ICMP)
Lecture#6:Connectivity Verification
Internet Control Message Protocol
Presentation transcript:

ITL Simple Diagnostic Tools

Objectives Determine strategies for testing network connectivity Examine available tools and the underlying principles of their operation.

The Problem A network-based application stops working, or After reasonable steps are taken to configure a new workstation correctly, network-based applications do not work.

Strategy One: determine if a cabling problem is the cause Two: determine if a correct network path exists Three: Discover intermediate network gateways (routers) and determine the path of the packet.

Ethernet cabling Since Ethernet requires a “Carrier Sense” function, an Ethernet device can provide simple diagnostics “Link” indicator on hubs/switches and some NICs Workstation diagnostic utilities: IPCONFIG in Windows NT/2000/XP Connection Settings Objects in Win 2000/XP WINIPCFG in Windows 95/98 IFCONFIG in Unix

The IP built-in diagnostic ICMP - Internet Control Message Protocol RFC 792 Looks like a “transport” protocol on top of IP Used by routers and workstations to report errors

Basic Connectivity - PING Program found in Unix and in Windows (command line and third-party GUI versions) Builds and sends a series of ICMP “Echo” messages Receiver of the message is obliged to return an ICMP “Echo Reply” preserving the original request packet content NOTE: Because the packet content is undefined in the standard, ICMP Echo may be a “covert channel” from a security perspective, and sites may block ICMP.

Determining the packet path - TRACEROUTE Used to determine the failure point if PING reports no connectivity Also used to map the packet path for more detailed diagnostics Available in Unix, in the Windows command prompt as TRACERT, and as third-party GUI Selectively triggers ICMP error messages and report these error message returns

TRACEROUTE Sends UDP packets to a (probably unused) port on the target host while incrementing TTL (Time to Live) every three packets ICMP Time Exceeded ICMP Destination Unreachable (Port)