Presentation is loading. Please wait.

Presentation is loading. Please wait.

Network Layer: Address Mapping, Error Reporting, and Multicasting

Similar presentations


Presentation on theme: "Network Layer: Address Mapping, Error Reporting, and Multicasting"— Presentation transcript:

1 Network Layer: Address Mapping, Error Reporting, and Multicasting

2 ADDRESS MAPPING The delivery of a packet to a host or a router requires two levels of addressing: logical and physical. We need to be able to map a logical address to its corresponding physical address and vice versa. This can be done by using either static or dynamic mapping. Static mapping – A table is stored in each machine on the network that associates a physical address with a logical address Dynamic mapping – each time a machine knows one of the two addresses (logical or physical) it can find the other one using a protocol

3 Figure 1 ARP operation

4 Figure 2 ARP packet Hardware type: 16-bit field defining the type of network on which ARP runs

5 Figure 3 Encapsulation of ARP packet
Type field indicates that the data carried by the frame are an ARP packet

6 Figure 4 Four cases using ARP
Logical address that must be mapped to a physical address is 1) the destination IP address in the datagram header 2)IP address of the router 3)IP address of the next router 4) Destination IP address of the datagram

7 An ARP request is broadcast; an ARP reply is unicast.
Note An ARP request is broadcast; an ARP reply is unicast.

8 Figure 6 Proxy ARP

9 Figure 7 BOOTP client and server on the same and different networks
BOOTP – application layer protocol. Messages are encapsulated in a UDP packet and the UDP packet is encapsulated in an IP packet In the second case the BOOTP request is broadcast because the client does not know the IP address of the server. A broadcast IP datagram cannot pass through any routerOne of the hosts is used as a relay. Relay agent knows the unicast address of a BOOTP server

10 DHCP(Dynamic host configuration protocol) provides static and dynamic address allocation that can be manual or automatic. Static: DCHP acts like BOOTP, backward compatible with BOOTP – a host running the BOOTP client can request a static address from a DCHP Server. DCHP server has a database that statically binds physical addresses to IP addresses Dynamic: DCHP has a second database with a pool of available IP addresses A DCHP client sends a request to a DCHP server Server checks its static database. If an entry with the requested physical address exists in the static database, the permanent IP address of the client is returned If an entry does not exist, the server selects an IP address from the available pool, assigns and adds the entry to the dynamic database DCHP provides temporary IP addresses for a limited time(on lease). The client must either stop using the address when the lease expires or renew the lease

11 Topics discussed in this section:
ICMP The IP protocol has no error-reporting or error-correcting mechanism. The IP protocol also lacks a mechanism for host and management queries. The Internet Control Message Protocol (ICMP) has been designed to compensate for the above two deficiencies. It is a companion to the IP protocol. Topics discussed in this section: Types of Messages Message Format Error Reporting and Query Debugging Tools

12 Figure 8 General format of ICMP messages

13 ICMP always reports error messages to the original source.
Note ICMP always reports error messages to the original source.

14 Figure 9 Error-reporting messages

15 Important points about ICMP error messages:
Note Important points about ICMP error 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 or

16 Figure 10 Contents of data field for the error messages

17 Figure 11 Redirection concept

18 ICMP redirect messages are used by routers to notify the hosts on the data link that a better route is available for a particular destination. For example, the two routers R1 and R2 are connected to the same Ethernet segment as Host H. The default gateway for Host H is configured to use router R1. Host H sends a packet to router R1 to reach the destination on Remote Branch office Host Router R1, after it consults its routing table, finds that the next-hop to reach Host is router R2. Now router R1 must forward the packet out the same Ethernet interface on which it was received. Router R1 forwards the packet to router R2 and also sends an ICMP redirect message to Host H. This informs the host that the best route to reach Host is by way of router R2. Host H then forwards all the subsequent packets destined for Host to router R2.                                                                                                                                                                                                                                                                          

19 Figure 12 Query messages

20 Figure 13 Encapsulation of ICMP query messages

21 Example 2 Figure 14 shows an example of checksum calculation for a simple echo-request message. We randomly chose the identifier to be 1 and the sequence number to be 9. The message is divided into 16-bit (2-byte) words. The words are added and the sum is complemented. Now the sender can put this value in the checksum field.

22 Figure 14 Example of checksum calculation

23 Debugging tools Two tools that use ICMP for debugging: ping and traceroute Ping program is used to find if a host is alive and responding Ping can calculate the roundtriptime Traceroute program- Can be used to trace the route of a packet from the source to the destination

24 Figure 15 The traceroute program operation

25 Example 21.4 We use the traceroute program to find the route from the computer voyager.deanza.edu to the server fhda.edu. The following shows the result: The unnumbered line after the command shows that the destination is The packet contains 38 bytes: 20 bytes of IP header, 8 bytes of UDP header, and 10 bytes of application data. The application data are used by traceroute to keep track of the packets.

26 Example 4 (continued) The first line shows the first router visited. The router is named Dcore.fhda.edu with IP address The first round-trip time was ms, the second was ms, and the third was ms. The second line shows the second router visited. The router is named Dbackup.fhda.edu with IP address The three round-trip times are also shown. The third line shows the destination host. We know that this is the destination host because there are no more lines. The destination host is the server fhda.edu, but it is named tiptoe.fhda.edu with the IP address The three round-trip times are also shown.

27 Example 5 In this example, we trace a longer route, the route to xerox.com (see next slide). Here there are 17 hops between source and destination. Note that some round-trip times look unusual. It could be that a router was too busy to process the packet immediately.

28 Example 5 (continued)

29 IGMP The IP protocol can be involved in two types of communication: unicasting and multicasting. The Internet Group Management Protocol (IGMP) is one of the necessary, but not sufficient, protocols that is involved in multicasting. IGMP is a companion to the IP protocol. IGMP helps a multicast router create and update a list of loyal members related to each router interface

30 Figure 16 IGMP message types

31 Figure 17 IGMP message format
Defines the amount of time in which a query must be answered

32 Table 1 IGMP type field

33 Figure 18 IGMP operation

34 IGMP messages IGMP operates locally. A multicast router connected to a network has a list of multicast addresses of the group with at least one loyal member in that network For each group there is one router that has the duty of distributing the multicast packets destined for that group. If there are three multicast routers connected to a network, their lists of group id’s are mutually exclusive A host or multicast router can have membership in a group A host or router can join a group. A host maintains a list of processes that have membership in a group. When a process wants to join a group, it sends a request to the host. The host adds the name of the process and the name of the requested group to its list. If this is the first entry for this group, host sends a membership report message Leaving a group: When a host sees that no process is interested in a specific group it sends a leave report

35 In IGMP, a membership report is sent twice, one after the other.
Note In IGMP, a membership report is sent twice, one after the other.

36 The general query message does not define a particular group.
Note The general query message does not define a particular group.

37 To prevent unnecessary traffic, IGMP uses a delayed response strategy.
When a host or router receives a query message it does not respond immediately. It delays the response by using a random number to create a timer

38 Example 6 Imagine there are three hosts in a network, as shown in Figure 19. A query message was received at time 0; the random delay time (in tenths of seconds) for each group is shown next to the group address. Show the sequence of report messages. Solution The events occur in this sequence: a. Time 12: The timer for in host A expires, and a membership report is sent, which is received by the router and every host including host B which cancels its timer for

39 Example 6(continued) b. Time 30: The timer for in host A expires, and a membership report is sent which is received by the router and every host including host C which cancels its timer for c. Time 50: The timer for in host B expires, and a membership report is sent, which is received by the router and every host. d. Time 70: The timer for in host C expires, and a membership report is sent, which is received by the router and every host including host A which cancels its timer for

40 Figure 19 Example 6

41 Figure 20 Encapsulation of IGMP packet

42 Note The IP packet that carries an IGMP packet has a value of 1 in its TTL field.

43 Table 2 Destination IP addresses

44 Figure 21 Mapping class D to Ethernet physical address

45 An Ethernet multicast physical address is in the range
Note An Ethernet multicast physical address is in the range 01:00:5E:00:00:00 to 01:00:5E:7F:FF:FF.

46 Example 7 Change the multicast IP address to an Ethernet multicast physical address. Solution We can do this in two steps: a. We write the rightmost 23 bits of the IP address in hexadecimal. This can be done by changing the rightmost 3 bytes to hexadecimal and then subtracting from the leftmost digit if it is greater than or equal to In our example, the result is 2B:0E:07.

47 Example 7 (continued) b. We add the result of part a to the starting Ethernet multicast address, which is 01:00:5E:00:00:00. The result is

48 Example 8 Change the multicast IP address to an Ethernet multicast address. Solution a. The rightmost 3 bytes in hexadecimal is D4:18:09. We need to subtract 8 from the leftmost digit, resulting in :18:09. b. We add the result of part a to the Ethernet multicast starting address. The result is

49 Figure 22 Tunneling Most WANs do not support physical multicast addressing. To send a multicast packet thro these networks, tunnelling is used. In tunnelling the multicast packet is encapsulated in a unicast packet and sent through the network where it emerges from the other side as a multicast packet

50 Topics discussed in this section:
ICMPv6 We discussed IPv6 in Chapter 20. Another protocol that has been modified in version 6 of the TCP/IP protocol suite is ICMP (ICMPv6). This new version follows the same strategy and purposes of version 4. Topics discussed in this section: Error Reporting Query

51 Figure 23 Comparison of network layers in version 4 and version 6

52 Table 3 Comparison of error-reporting messages in ICMPv4 and ICMPv6

53 Table 4 Comparison of query messages in ICMPv4 and ICMPv6


Download ppt "Network Layer: Address Mapping, Error Reporting, and Multicasting"

Similar presentations


Ads by Google