Week 8 - Net Flashcards
What does DHCP stand for?
Dynamic host configuration protocol
What does DHCP allow?
automated address assignment
Do clients have public or private addresses?
private, used with NAT
Do clients need DNS entry?
No
Do servers need a DNS entry?
Yes, as clients lookup the server address
What is dynamic configuration?
automatically assigned address “leasing” from a pool of addresses
Does DHCP use LAN or WAN?
LAN broadcast
What is DHCP useful for?
- nomadic devices
- large number of hosts
Process of DHCP?
- client broadcasts message
- both servers broadcast reply
- broadcast confirmation; server B chosen
What is routing? In terms of an IP router?
– the process of discovering paths through the network,
gathering routing information, using a routing protocol
-– A metric value (a “cost”) is assigned to each route
What is forwarding? In terms of an IP router?
– the process of transmitting packets using the discovered
routing information.
What is forwarding? In terms of an IP host?
– discover locally available route(s) for destinations
– make local forwarding decisions.
what is a destination
another network
What is used to choose the route for forwarding?
longest prefix match
How does longest prefix match work?
- apply network mask of routing entry to destination address in packet
- the longest mask that produces a match between the local forwarding entry and destination address is used