Implementing IPv4 Flashcards
What are the differences between Routing Protocol and Routed Protocol?
Routing Protocol is the protocol for the purpose of learning routes. Routed protocol refer to packet structure and logical addressing.
What is the main functions of Routing Protocol?
- Learn routing information about IP subnets from other neighboring routers.
- Advertise routing information about IP subnets to other neighboring routers
- If more than one possible route exists to reach one subnet, pick the best route based on a metric
- Advertising that some routes have failed and pick a new currently best rout if network topology changes.
______ is a network under the administrative control of a single organization.
Autonomous System(AS)
What is the difference between IGP and EGP?
Interior gateway protocol was designed for the use inside a single AS. The exterior gateway protocol was designed and intended for use between different AS.
What is LSA and where does it reside?
Link-state Advertisement, it resides in LSDB (Link-state Database) which is collection of LSA known to a router.
What are the three IGP are out there?
RIP-2, OSPF(Open Shortest Path First), and EIGRP(Enhanced Internal Gateway Routing Protocol).
In what circumstances will a router re-flood its LSA?
when information change: link goes up or down. Also flood when LSA’s separate aging timer.
How does an OSPF neighboring relationship developed?
The neighboring relationship develops when two routers are connected within a same VLAN or connected with a serial link. They each sends OSPF Hello messages to introduce themselves to the neighbor. Two must have compatible OSPF parameters.
What is the CLI to show OSPF relationship?
“show ip ospf neighbors”
How does OSPF solve the long processing time and memory use in a large area with hundreds of routers?
OSPF creates smaller LSDB per area.
What is the advantage of using DHCP?
Using Dynamic Host Configuration Protocol enables mobility because mobile devices can move in and out by leasing IP.
How does a DHCP client uses DORA to lease an IP address from a DHCP server?
Discover: DHCP client send and find a willing DHCP server. 0.0.0.0 to 255.255.255.255
Offer: DHCP server send to offer to lease IP address to client.
Request: Client ask server to lease the IPv4 listed in the Offer message. Host IP to 255.255.255.255
Acknowledgement: server assign that address and list the mask, default router, and DNS server IP address.
In order to lease an IPv4 address from the DHCP server, the client has to send message to the local subnet without an assigned IP address?. What are the two IP address does the subnet use for this initial communication?
- 0.0.0 reserved for use as a source IPv4 address for hosts that do not yet have an IP address
- 255.255.255 reserved as a local subnet broadcast address(discover).
When DHCP client sits in a different subnet than the DHCP server it uses “IP helper-address server_ip” CLI on its interface to transmit the broadcast through its local router. This process is called the _________.
DHCP Relay
In DHCP Relay, the local router with the client is refer to as a ______.
relay agent