Implementing IPv4 Flashcards

1
Q

What are the differences between Routing Protocol and Routed Protocol?

A

Routing Protocol is the protocol for the purpose of learning routes. Routed protocol refer to packet structure and logical addressing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the main functions of Routing Protocol?

A
  1. Learn routing information about IP subnets from other neighboring routers.
  2. Advertise routing information about IP subnets to other neighboring routers
  3. If more than one possible route exists to reach one subnet, pick the best route based on a metric
  4. Advertising that some routes have failed and pick a new currently best rout if network topology changes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

______ is a network under the administrative control of a single organization.

A

Autonomous System(AS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between IGP and EGP?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is LSA and where does it reside?

A

Link-state Advertisement, it resides in LSDB (Link-state Database) which is collection of LSA known to a router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the three IGP are out there?

A

RIP-2, OSPF(Open Shortest Path First), and EIGRP(Enhanced Internal Gateway Routing Protocol).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In what circumstances will a router re-flood its LSA?

A

when information change: link goes up or down. Also flood when LSA’s separate aging timer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does an OSPF neighboring relationship developed?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the CLI to show OSPF relationship?

A

“show ip ospf neighbors”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does OSPF solve the long processing time and memory use in a large area with hundreds of routers?

A

OSPF creates smaller LSDB per area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the advantage of using DHCP?

A

Using Dynamic Host Configuration Protocol enables mobility because mobile devices can move in and out by leasing IP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does a DHCP client uses DORA to lease an IP address from a DHCP server?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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?

A
  1. 0.0.0 reserved for use as a source IPv4 address for hosts that do not yet have an IP address
  2. 255.255.255 reserved as a local subnet broadcast address(discover).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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 _________.

A

DHCP Relay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In DHCP Relay, the local router with the client is refer to as a ______.

A

relay agent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When a relay agent sends a discover message, it will use its own address. When it received the offer from a server reside in another subnet it then _______ to its own subnet including the DHCP client.

A

Broadcast to 255.255.255.255

17
Q

How does routers use Time To Live (TTL) to avoid looping?

A

Routers use TTL to set a time value and every a router sends the packet that is looping, it reduce the value by one. When the value reaches 0 then they know the packet is just looping around. They will send a message to the sender TTL Exceed.

18
Q

How does Traceroute command uses TTL?

A

The command sets TTL to 1 so when it reaches a router, it will show the TTL Exceed mesasge. TTL is set to 2, 3, or 4 and so on to identify multiple hops.

19
Q

What are the advantages of using SSH or Telnet than ping and traceroute?

A

Engineers can use their own pc to connect to multiple devices using suspend feature to make concurrent connections.

20
Q

When transferring packet, only routers and hosts will have ________________ so they can route the packet, switches and hubs do not have to have those.

A

destination/source MAC addresses

21
Q

How can we place a valid route into the routing table of a Cisco IOS router?

A
  1. Use OSPF with more than one router
  2. Configure Static routes
  3. Add an IP address to an up/up interface
22
Q

What is the metric of OSPF measures?

A

The sum of all bandwidth of interfaces in the path toward the destination network.

23
Q

When PC1 pings PC3 with a router and switch in between them, PC1 sends an ICMP Echo Request with destination MAC address of ______, then it will send the packet with its own MAC address as source MAC address.

A

R1