CH 21
CH 21
CH 21
Network Layer:
Address Mapping,
Error Reporting,
and Multicasting
21.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
21-1 ADDRESS MAPPING
21.2
Figure 21.1 Mapping Logical to Physical Address
ARP (address resolution protocol)
21.3
Note
21.4
Figure 21.2 ARP packet
21.5
Figure 21.3 Encapsulation of ARP packet
21.6
Figure 21.4 Four cases using ARP
21.7
Note
21.8
Example 21.1
Solution
Figure 21.5 shows the ARP request and reply packets.
Note that the ARP data field in this case is 28 bytes, and
that the individual addresses do not fit in the 4-byte
boundary. That is why we do not show the regular 4-byte
boundaries for these addresses.
21.9
Figure 21.5 Example 21.1, an ARP request and reply
21.10
Figure 21.6 Proxy ARP
21.11
Mapping Phy to Logical Address:
RARP, BOOTP, and DHCP
A diskless station just booted.
An organization does not have enough IP
addresses to assign to each station.
21.12
Reverse Address Resolution
Protocol (ARP)
A machine can use the phy address to get the
logical address using RARP.
A RARP messages is created and brodcast on
the local network.
The machine on the local network that knows
the logical address will respond with a RARP
reply.
Broadcasting is done at data link layer.
Broadcast requests does not pass the
boundaries of a network.
21.13
Figure 21.7 BOOTP client and server on the same and different networks
21.14
Note
21.15
DHCP: Dynamic Host Configuration Protocol
Goal: allow host to dynamically obtain its IP address from network
server when it joins network
Can renew its lease on address in use
Allows reuse of addresses (only hold address while connected an “on”
Support for mobile users who want to join network (more shortly)
DHCP overview:
host broadcasts “DHCP discover” msg
DHCP server responds with “DHCP offer” msg
host requests IP address: “DHCP request” msg
DHCP server sends address: “DHCP ack” msg
DHCP client-server scenario
A DHCP 223.1.2.1
223.1.1.1
server
223.1.1.2
223.1.1.4 223.1.2.9
B
223.1.1.3 223.1.3.27
223.1.2.2
E arriving DHCP
client needs
223.1.3.2
223.1.3.1 address in this
network
DHCP client-server scenario
DHCP server: 223.1.2.5 arriving
DHCP discover
client
src : 0.0.0.0, 68
dest.: 255.255.255.255,67
yiaddr: 0.0.0.0
transaction ID: 654
DHCP offer
src: 223.1.2.5, 67
dest: 255.255.255.255, 68
yiaddrr: 223.1.2.4
transaction ID: 654
Lifetime: 3600 secs
DHCP request
src: 0.0.0.0, 68
dest:: 255.255.255.255, 67
yiaddrr: 223.1.2.4
transaction ID: 655
time Lifetime: 3600 secs
DHCP ACK
src: 223.1.2.5, 67
dest: 255.255.255.255, 68
yiaddrr: 223.1.2.4
transaction ID: 655
Lifetime: 3600 secs
21-2 ICMP
21.19
Figure 21.8 General format of ICMP messages
21.20
Note
21.21
Figure 21.9 Error-reporting messages
21.22
Note
21.23
Figure 21.10 Contents of data field for the error messages
21.24
Figure 21.12 Query messages
21.25
Figure 21.13 Encapsulation of ICMP query messages
21.26
Example 21.2
21.27
Figure 21.14 Example of checksum calculation
21.28
Example 21.3
21.29
Example 21.3 (continued)
21.30
21.31
21.32
Figure 21.15 The traceroute program operation
21.33
“Real” Internet delays and routes
3 probes 3 probes
3 probes
Traceroute Commands
21.38