Icmp

  • Uploaded by: 29oberon
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Icmp as PDF for free.

More details

  • Words: 2,347
  • Pages: 11
Internet Control Message Protocol (ICMP) Path MTU Discovery is a draft standard protocol with a status of elective. It is described in RFC 1191. ICMP Router Discovery is a proposed standard protocol with a status of elective. It is described in RFC 1256. When a router or a destination host must inform the source host about errors in datagram processing, it uses the Internet Control Message Protocol (ICMP). ICMP can be characterized as follows: •



• •

• •





ICMP uses IP as if ICMP were a higher-level protocol (that is, ICMP messages are encapsulated in IP datagrams). However, ICMP is an integral part of IP and must be implemented by every IP module. ICMP is used to report some errors, not to make IP reliable. Datagrams may still be undelivered without any report on their loss. Reliability must be implemented by the higher-level protocols that use IP. ICMP can report errors on any IP datagram with the exception of ICMP messages, to avoid infinite repetitions. For fragmented IP datagrams, ICMP messages are only sent about errors on fragment zero. That is, ICMP messages never refer to an IP datagram with a non-zero fragment offset field. ICMP messages are never sent in response to datagrams with a destination IP address that is a broadcast or a multicast address. ICMP messages are never sent in response to a datagram which does not have a source IP address which represents a unique host. That is, the source address cannot be zero, a loopback address, a broadcast address or a multicast address. ICMP messages are never sent in response to ICMP error messages. They may be sent in response to ICMP query messages (ICMP types 0, 8, 9, 10 and 13 through 18). RFC 792 states that ICMP messages ``may'' be generated to report IP datagram processing errors, not ``must''. In practice, routers will almost always generate ICMP messages for errors, but for destination hosts, the number of ICMP messages generated is implementation dependent.

ICMP Messages ICMP messages are described in RFC 792 and RFC 950, belong to STD 5 and are mandatory.

ICMP messages are sent in IP datagrams. The IP header will always have a Protocol number of 1, indicating ICMP and a type of service of zero (routine). The IP data field will contain the actual ICMP message in the format shown in Figure - ICMP Message Format.

Figure: ICMP Message Format Where: Type Specifies the type of the message: 0 Echo reply 3 Destination unreachable 4 Source quench 5 Redirect 8 Echo 9 Router advertisement 10 Router solicitation 11 Time exceeded 12 Parameter problem 13 Timestamp request 14 Timestamp reply 15 Information request (obsolete) 16 Information reply (obsolete)

17 Address mask request 18 Address mask reply Code Contains the error code for the datagram reported on by this ICMP message. The interpretation is dependent upon the message type. Checksum Contains the 16-bit one's complement of the one's complement sum of the ICMP message starting with the ICMP Type field. For computing this checksum, the checksum field is assumed to be zero. This algorithm is the same as that used by IP for the IP header. Compare this with the algorithm used by UDP and TCP (see User Datagram Protocol (UDP) and Transmission Control Protocol (TCP)) which also include a pseudo-IP header in the checksum. Data Contains information for this ICMP message. Typically it will contain a part of the original IP message for which this ICMP message was generated. The length of the data can be determined from the length of the IP datagram that contains the message less the IP header length. Each of the messages is explained below. Echo Reply (0) See Echo (8) and Echo Reply (0). Destination Unreachable (3)

Figure: ICMP Destination Unreachable If this message is received from an intermediate router, it means that the router regards the destination IP address as unreachable.

If this message is received from the destination host, it means that the protocol specified in the protocol number field of the original datagram is not active, or that protocol is not active on this host or if the specified port is inactive (see User Datagram Protocol (UDP) for an introduction to the port concept). The ICMP header code field will have one of the following values: 0 network unreachable 1 host unreachable 2 protocol unreachable 3 port unreachable 4 fragmentation needed but the Do Not Fragment bit was set 5 source route failed 6 destination network unknown 7 destination host unknown 8 source host isolated (obsolete) 9 destination network administratively prohibited 10 destination host administratively prohibited 11 network unreachable for this type of service 12 host unreachable for this type of service 13 communication administratively prohibited by filtering 14 host precedence violation 15 precedence cutoff in effect If a router implements the Path MTU Discovery protocol, the format of the Destination unreachable message is changed for code 4 to include the

MTU of the link which could not accept the datagram.

Figure: ICMP Fragmentation Required with Link MTU Source Quench (4)

Figure: ICMP Source Quench If this message is received from an intermediate router, it means that the router does not have the buffer space needed to queue the datagrams for output to the next network. If this message is received from the destination host, it means that the incoming datagrams are arriving too quickly to be processed. The ICMP header code field is always zero. Redirect (5)

Figure: ICMP Redirect If this message is received from an intermediate router, it means that the host should send future datagrams for the network to the router whose IP

address is given in the ICMP message. This preferred router will always be on the same subnet as the host which sent the datagram and the router which returned the IP datagram. The router will forward the datagram to its next hop destination. If the router IP address matches the source IP address in the original datagram header it indicates a routing loop. This ICMP will not be sent if the IP datagram contains a source route. The ICMP header code field will have one of the following values: 0 Network redirect 1 Host redirect 2 Network redirect for this type of service 3 Host redirect for this type of service Echo (8) and Echo Reply (0)

Figure: ICMP Echo and Echo Reply Echo is used to detect if another host is active on the network. The sender initializes the identifier and sequence number (which is used if multiple echo requests are sent), adds some data to the data field and sends the ICMP echo to the destination host. The ICMP header code field is zero. The recipient changes the type to Echo Reply and returns the datagram to the sender. This mechanism is used by the Ping command to determine if a destination host is reachable (see Ping). Router Advertisement (9) and Router Solicitation (10) ICMP messages 9 and 10 are optional. They are described in RFC 1256 which is elective.

Figure: ICMP Router Advertisement

Figure: ICMP Router Solicitation number The number of entries in the message. entry length The length of an entry in 32-bit units. This is 2 (32 bits for the IP address and 32 bits for the preference value). TTL The number of seconds that an entry will can be considered valid. router address One of the sender's IP addresses. preference level A signed 32-bit level indicating the preference to be assigned to this address when selecting a default router for a subnet. Each router on a subnet is responsible for advertising its own preference level. Larger values imply higher preference, smaller values imply lower. The default is zero, which is in the middle of the possible range. A value of X'80000000' -2(superscript 31) indicates that the router should never be used as a default router.

The ICMP header code field is zero for both of these messages. These two messages are used if a host or a router supports the Router Discovery Protocol. The use of multicasting is recommended, but broadcasting may be used if multicasting is not supported on an interface. Routers periodically advertise their IP addresses on those subnets where they are configured to do so. Advertisements are made on the all-systems multicast address (224.0.0.1) or the limited broadcast address (255.255.255.255). The default behavior is to send advertisements every 10 minutes with a TTL value of 1800 (30 minutes). Routers also reply to solicitation messages they receive. They may reply directly to the soliciting host, or they may wait a short random interval and reply with a multicast. Hosts may send solicitation messages when they start until they receive a response. Solicitation messages are sent to the all-routers multicast address (224.0.0.2) or the limited broadcast address (255.255.255.255). Typically, three solicitation messages are sent at 3second intervals. Alternatively a host may wait for periodic advertisements. Each time a host receives an advertisement, it updates its default router if the new advertisement has one with a higher preference value and sets the TTL timer for the entry to match the value in the advertisement. When the host receives a new advertisement for its current default router, it resets the TTL value to that in the new advertisement. This also provides a mechanism for routers to declare themselves unavailable: they send an advertisement with a TTL value of zero. Time Exceeded (11)

Figure: ICMP Time Exceeded If this message is received from an intermediate router, it means that the time-to-live field of an IP datagram has expired. If this message is received from the destination host, it means that the IP fragment reassembly time-to-live timer has expired while the host is waiting for a fragment of the datagram. The ICMP header code field may have the one of the following values:

0 transit TTL exceeded 1 reassembly TTL exceeded Parameter Problem (12)

Figure: ICMP Parameter Problem Indicates that a problem was encountered during processing of the IP header parameters. The pointer field points to the byte in the original IP datagram where the problem was encountered. The ICMP header code field may have the one of the following values: 0 unspecified error 1 required option missing Timestamp Request (13) and Timestamp Reply (14)

Figure: ICMP Timestamp Request and Timestamp Reply These two messages are for performance measurements and for debugging. They are not used for clock synchronization: the Network Time Protocol is used for that (see Time and Daytime Protocols).

The sender initializes the identifier and sequence number (which is used if multiple timestamp requests are sent), sets the originate timestamp and sends it to the recipient. The receiving host fills in the receive and transmit timestamps, changes the type to Timestamp reply and returns it to the recipient. The receiver has two timestamps in case there is a perceptible time difference between the receipt and transmit times, but in practice, most implementations will perform the two (receipt and reply) in one operation and will set the two timestamps to the same value. Timestamps are the number of milliseconds elapsed since midnight UT (GMT). Information Request (15) and Information Reply (16)

Figure: ICMP Information Request and Information Reply An Information Request is issued by a host to obtain an IP address for an attached network. The sender fills in the request with the destination IP address in the IP header set to zero (meaning this network) and waits for a reply from a server authorized to assign IP addresses to other hosts. The ICMP header code field is zero. The reply will contain IP network addresses in both the source and destination fields of the IP header. This mechanism is now obsolete. See also Reverse Address Resolution Protocol (RARP). Address Mask Request (17) and Address Mask Reply (18)

Figure: ICMP Address Mask Request and Reply An Address Mask Request is used by a host to determine the subnet mask in use on an attached network. Most hosts will be configured with their subnet mask(s), but some, such as diskless workstations, must obtain this

information from a server. A host uses RARP (see Reverse Address Resolution Protocol (RARP)) to obtain its IP address. To obtain a subnet mask, the host broadcasts an Address Mask Request. Any host on the network which has been configured to send Address Mask Replies will fill in the subnet mask, convert the packet to an Address Mask Reply and return it to the sender. The ICMP header code field is zero. ICMP Applications There are two simple and widely used applications which are based on ICMP: Ping and Traceroute. Ping uses the ICMP Echo and Echo Reply messages to determine whether a host is reachable. Traceroute sends IP datagrams with low TTL values so that they expire en route to a destination. It uses the resulting ICMP Time Exceeded messages to determine where in the internet the datagrams expired and pieces together a view of the route to a host. These applications are explained in Ping and Traceroute. ICMP for IP Version 6 The ICMP implementation above is specific to IP Version 4 (IPv4). IP Version 6 (IPv6, see IP Version 6 (IPv6)) will require a new version of ICMP. The definitions of both new versions of ICMP and IP are not yet complete. Important features already known are: • • • • •





ICMP for IP Version 6 will use a new protocol number to distinguish it from ICMP Version 4. The ICMP header format will remain the same. Field lengths in messages will change to accommodate longer IPv6 messages. The Type and code values will be changed. Certain little used values will be removed. The size of ICMP messages will be increased to exploit the increased size of packets which IPv6 guarantees will be transmitted without fragmentation. The Fragmentation Required variant of the ICMP Destination unreachable message will be replaced by a Packet Too Big ICMP message which will include the outgoing link Maximum Transmission Unit (MTU) where the problem is identified. IGMP (see Internet Group Management Protocol (IGMP)) will be merged with ICMP.

Related Documents

Icmp
May 2020 3
Icmp
November 2019 9
Icmp
May 2020 6
Dos Palmos Icmp
May 2020 1
Icmp Usage In Scanning1
November 2019 18
Icmp And Checksum Calc
November 2019 11

More Documents from ""