network layer part 6

31
Network Layer (Part 6) Computer Networks Tutun Juhana Telecommunication Engineering School of Electrical Engineering & Informatics Institut Teknologi Bandung 4

Upload: tutun-juhana

Post on 30-Jan-2015

322 views

Category:

Documents


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Network Layer Part 6

Network Layer (Part 6)

Computer Networks

Tutun JuhanaTelecommunication EngineeringSchool of Electrical Engineering & InformaticsInstitut Teknologi Bandung

4

Page 2: Network Layer Part 6

INTERNET CONTROL MESSAGE PROTOCOL VERSION 4 (ICMPV4)

Page 3: Network Layer Part 6

3

The value of the protocol field in the IP datagram is 1 to indicate that the IP data is an ICMP message

Page 4: Network Layer Part 6

4

Messages

includes the IP header ofthe original datagram + the first 8 bytes of data in that datagram

Page 5: Network Layer Part 6

5

Provides port numbers (UDP and TCP) and sequence number (TCP).

Page 6: Network Layer Part 6

6

ERROR REPORTING MESSAGES

Page 7: Network Layer Part 6

7

Error Reporting Messages

• No ICMP error message will be generated in response to a datagram carrying an ICMP error message.

• No ICMP error message will be generated for a fragmented datagram that is not the first fragment.

• No ICMP error message will be generated for a datagram having a multicast address.

• No ICMP error message will be generated for a datagram having a special address such as 127.0.0.0 or 0.0.0.0

Page 8: Network Layer Part 6

8

Destination Unreachable

Note: For codes, please refer to Forouzan’s

Page 9: Network Layer Part 6

9

Source Quench

Page 10: Network Layer Part 6

10

Time Exceeded

Page 11: Network Layer Part 6

11

Page 12: Network Layer Part 6

12

Parameter ProblemIf a router or the destination host discovers an ambiguous or missing value in any field of the datagram, it discards the datagram and sends a parameter-problem message back to the source

Page 13: Network Layer Part 6

13

Redirection

Page 14: Network Layer Part 6

14

QUERY MESSAGES

Page 15: Network Layer Part 6

15

Query Messages

• ICMP can also diagnose some network problems accomplished through the query messages

Page 16: Network Layer Part 6

16

Echo Request and Reply• The echo-request and echo-reply messages are

designed for diagnostic purposes• Network managers and users utilize this pair of

messages to identify network problems.• The combination of echo-request and echo-reply

messages determines whether two systems (hosts or routers) can communicate with each other.

Page 17: Network Layer Part 6

17

Page 18: Network Layer Part 6

18

Timestamp Request and Reply

• Two machines (hosts or routers) can use the timestamp-request and timestamp-reply messages to: –determine the round-trip time needed for

an IP datagram to travel between them–synchronize the clocks in two machines

Page 19: Network Layer Part 6

19

Page 20: Network Layer Part 6

20

Page 21: Network Layer Part 6

21

Page 22: Network Layer Part 6

22

Page 23: Network Layer Part 6

23

CHECKSUM

Page 24: Network Layer Part 6

24

• In ICMP the checksum is calculated over the entire message (header and data)

Page 25: Network Layer Part 6

25

Page 26: Network Layer Part 6

26

Page 27: Network Layer Part 6

27

DEBUGGING TOOLS

Page 28: Network Layer Part 6

28

Ping• We can use the ping program to find if a host is alive and

responding• The source host sends ICMP echo request messages

(type: 8, code: 0); the destination, if alive, responds with ICMP echo reply messages

• The ping program sets the identifier field in the echo request and reply message and starts the sequence number from 0; this number is incremented by one each time a new message is sent

• Note that ping can calculate the round-trip time. It inserts the sending time in the data section of the message. When the packet arrives it subtracts the arrival time from the departure time to get the round-trip time (RTT).

Page 29: Network Layer Part 6

29

Page 30: Network Layer Part 6

30

Traceroute

• The traceroute program in UNIX or tracert in Windows can be used to trace the route of a packet from the source to the destination

Page 31: Network Layer Part 6

31