Address Assignment Flashcards
Are routable network layer(IP) addresses unique network wide?
Yes
are link-layer addresses unique link wide?
Yes
What is the Dynamic Host Configuration Protocol(DCHP)?
DHCP works at the application layer to dynamically assign IP address to the client through a 4 step process: Discovery(client broadcasts message to discover DHCP server), Offer(DHCP server does DAD then offers IP address), Request(client requests offered IP adress), and Acknowledgement(server acknowledges request and assigns IP address to client)
When can DHCP be used?
as long as each host can be reached from a DHCP server, otw it will not get an IP address
How do you avoid misrouting due to duplicate addressing in ad-hoc networks?
Using weak DAD(duplicate address detection), packets from a given host to a given address should be routed to the same destination, despite the duplication, expected low overhead.
weak DAD with DSR
Each host has a very likely unique key that may include MAC address, serial number, put in all routing related packets with the IP address as a pair. When a host becomes aware of two pairs with matching IP but not keys, detects address duplication.
what are the issues with weak DAD?
duplicate MAC addresses(within two hops), network layers performing unicasts using flooding, limited time address leases(DHCP)