ROUTING Flashcards

1
Q

Distance vector

A
  • focus on # of hop counts
    sends full copy of routing tables to direct neighbours at regular intervals
  • slow convergence

ex. RIP

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

Link State

A
  • focus on cost and speed
  • faster convergence
  • requires all the Routers to know about the paths that all other routers can reach in the Network

OSPF, IS-IS

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

hybrid

A

mix of DV & LS
focus on bandwidth & delay
EIGRP –> CISCO only

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

Exterior

A

BACKBONE OF THE INTERNET
BGP: slow convergence
path vector that uses the # of autonomous systems hops (vs router hops)

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

PROT | TYPE | INT/EXT | AD

A

direct connected 0
static connection 1

EIGRP HYBRID INT 90
OSPF LS INT 110
RIP DV INT 120

BGP PV EXT

unknown/ unbelievable 255

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

MPLS

A

Multiprotocol Label switching: routes packets through WAN using labels (common WAN technology)

ISP Edge router adds labels packets and the other end ISP edge router removes the labels before passing onto customer edge router

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

Demarcation point (demarcation)

A

point where you connect with the outside word -WAN/ ISP edge router

controlled by smart jack (Network Interface Unit) : build in diagnostics and loopback tests

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

What is considered a classless routing protocol?

A

OSPF is known as a classless protocol. Classless routing protocols are those protocols that include the subnet mask information when the routing tables or updates are exchanged. Other classless routing protocols include EIGRP, RIPv2 (or newer), and IS-IS.

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

An organization has hired you to upgrade its wired computer network. The network currently uses static routing for the internal network, but the organization wants to reconfigure it to use a dynamic routing protocol. The new dynamic routing protocol must support both IPv4 and VLSM. Based on the requirements provided, which of the following routing protocols should you enable and configure?

A

Only OSPF supports IPv4 and VLSM (Variable Length Subnet Mask) from the options provided in this question. Open Shortest Path First (OSPF) is a link-state routing protocol that was developed for IP networks and is based on the Shortest Path First (SPF) algorithm.

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

FHRP

A

First Hop Redundancy Protocols: group of protocols to support high availability and redundancy

  • VRRP (VIRTUAL router redundancy protocol) open standard, based on virtual gateway
  • HSRP (Hot Standby Router protocol) : Cisco-proprietary

Both HSRP and VRRP enable two or more devices to work together in a group, sharing a single IP address, the virtual IP address. The virtual IP address is configured in each end user’s workstation as a default gateway address and is cached in the host’s Address Resolution Protocol (ARP) cache.

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

Your company wants to create highly available datacenters. Which of the following will allow the company to continue maintaining an Internet presence at all sites if the WAN connection at their own site goes down?

A

If a WAN link goes down, BGP will route data through another WAN link if redundant WAN links are available. Border Gateway Protocol (BGP) is a standardized exterior gateway protocol designed to exchange routing and reachability information between autonomous systems (AS) on the Internet. The protocol is often classified as a path vector protocol but is sometimes also classed as a distance-vector routing protocol.

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

Which of the following IP routing protocols is classified as link-state?

A

OSPF (Open Shortest Path First) is a link state routing protocol. RIP is a distance Vector routing protocol. EIGRP is an advanced Distance Vector routing protocol. BGP is considered a path vector routing protocol.

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

What routing protocol bases its metric off of Bandwidth and cumulative Delay?

A

EIGRP is an Advanced Distance Vector routing protocol that uses the metric, Distance, which is based on a calculation of Bandwidth and Delay. RIP (Routing Information Protocol) and RIPv2 use hop count to calculate their metric. OSPF (Open Shortest Path First) uses cost to calculate its metric. Cost is based on the bandwidth of a link.

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

Which table holds temporary IP address to MAC address mapping?

A

The ARP (Address Resolution Protocol) table is used to store temporary MAC address to IP address mappings, which is vital for the IPv4 routing process. ARP is a Data Link protocol used to dynamically map an IP address to a MAC address.

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

What type of static route is used when there isn’t a specific entry in the routing table for the destination network?

A

With a default route, an address of 0.0.0.0 and subnet mask of 0.0.0.0 is used to prevent this from happening.

A floating static route is a static route that is meant as a backup to the main route, with the main difference being the metric of this route is set higher.

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

What loop prevention mechanisms are built into Distance Vector routing protocols to prevent routing loops?

A

Distance Vector (DV) routing protocols choose the best route to a network based on distance. Distance meaning metric, and vector meaning what exit path the protocol will use.

Two loop prevention mechanisms that DV protocols have in common are Split horizon and poison reverse. Due to the nature of DV protocols, split horizon is used to prevent a route learned on one interface to be sent back the same interface again. Poison reverse sets the metric of a route to infinity to inform the other routers a route has gone down.

17
Q

Multicast routing

A

IGMP (iNTERNET group management protocol L2) - clients and servers (ex. streaming)
PIM (protocol independent multicast) L3 routers and routers

18
Q

IGMP version

A

IGMP V1
IGMP V2
IGMP V3 - clients can opt-in and out to the to multicast group

19
Q

PIM

A

Protocol independent multicast: routes multicast traffic between routers

  • forms multicast distribution tree
  • PIM-DM –> not used anymore
  • PIM-SM : overtime determines the shortest tree