






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
ICMP Message Transport, ICMP messages, Using ICMP to Test Reachability, Using ICMP to Trace a Route, Last Address printed by Traceroute, Using ICMP for Path MTU Discovery and many other topics of Computer Network can be find in my documents.
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Review Lecture 32
Fragmentation in IPV
Use of Multiple Headers
IPV6 Addressing
ICMP
Best Effort Semantics and Error
Detection
Types of ICMP Messages
ICMP Message Transport
How it Works?
ICMP messages sent in response to
incoming datagrams with problems
ICMP message not sent for ICMP
message
Using ICMP to Test Reachability
An internet host, A, is reachable from
another host, B, if datagrams can be delivered from A to B
Ping program tests reachability - sends
datagram from B to A that A echoes back to B
Uses ICMP echo request and echo reply
messages
Internet layer includes code to reply to
incoming ICMP echo request messages
tracert (Windows version) Sends ICMP echo messages with increasing TTL
Router that decrements TTL to 0 sends ICMP time exceeded message, with router's address as source address First, with TTL 1, gets to first router, which discards and sends time exceeded message Next, with TTL 2, gets through first router to second router Continue until an ICMP echo reply message from destination received
The Last Address printed by Traceroute
There are two possibilities used to detect the destination:
Send an ICMP echo request, destination host will generate an ICMP echo reply
Send a datagram to a non-existent application, destination host will generate an ICMP destination unreachable message
Summary
ICMP Message Transport
Using ICMP to Test Reachability
Using ICMP to Trace a Route
The Address Printed by Trace-route
Using ICMP for Path MTU Discovery