





















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
Binding Protocol Addresses, Protocol Addresses, Packet Delivery, Address Resolution, Address Resolution Techniques, Address Resolution with Table Lookup, Direct Indexing and many other topics of Computer Network can be find in my documents.
Typology: Slides
1 / 29
This page cannot be seen from the preview
Don't miss anything!






















Review Lecture 26
Subnet and Classless Addressing
Subnet/Address Mask
CIDR Notation
Special IP Addresses
Protocol address are abstractions provided by software.
Physical network hardware does not know how to locate a computer from it protocol address.
The protocol address of the next hop must be translated to an equivalent hardware address before a packet can be sent.
Address Resolution
Mapping between a protocol address and a
hardware address is called Address Resolution.
A host or router uses address resolution
when it needs to send a packet to another computer on the same physical network.
A computer never resolves the address of
a computer that attaches to a remote network. Docsity.com
Address Resolution
A resolves protocol address for B for protocol messages from an application on A sent to an application on B.
A does not resolve a protocol address for F.
Through the internet layer, A delivers to F by routing through R 1 and R 2.
A resolves R 1 hardware address.
Network layer on A passes packet containing destination protocol address F for delivery to R1.
Address resolution algorithms can be
grouped into three basic categories:
Table lookup
Closed-form computation
Message Exchange
Message Exchange
Computers exchange messages
across a network to resolve an
address.
One computer sends a message that
requests an address binding
(translation) and another computer
sends a reply that contains the
requested information.
Resolution requires a data structure
that contains information about address binding.
A separate address binding table is used
for each physical network.
The chief advantage of the table look up
approach is generality, a table can store the address bindings for an arbitrary set of computers. Docsity.com
Two standard implementations to
improve computational efficiency:
Hashing
Direct Indexing
Direct Indexing
Less generally known technique.
Possible only in cases where protocols
addresses are assigned from a
compact range.
When a computer connects to a network
that uses configurable address, the local
network administrator must choose a
hardware address as well as an IP address.
The two values can be chosen to make
address resolution trivial. Docsity.com
Example:- Suppose a configurable network
number: 220.123.5.0 / 24
The IP address of first host = 220.123.5.
Hardware Address = 1
The IP address of second host = 220.123.5.
Hardware Address = 2