S10-Routing Flashcards

1
Q

Router

A

Forwards traffic between subnets, internal & external networks, or between 2 external networks.

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

Do routers separate broadcast domains?

A

True

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

How does a router make routing decisions?

A

Using a Routing table

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

What is a Routing table?

A

Function that helps a router determine which route entry is the best fit for the network.

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

What are the 3 sources of routing information that routers use?

A
  • Directly Connected Route
  • Static Route
  • Dynamic Route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Directly Connected route

A

Routing information is learned by physical connections between routers.

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

How does prefix length correlate with network specificity?

A

The longer the prefix the more specific the network is.

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

Static Route

A

Route that is Manually configured by an admin

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

What is the Default Static route on a router?

A

0.0.0.0/0

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

Dynamic Route

A

Learned by exchanging information between routers

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

What 2 techniques are used to prevent routing loops?

A
  • Split Horizon
  • Poison Reverse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Split Horizon

A

Prevents a route learned on one interface from being advertised back out of that same interface
- does not repeat learned routes

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

Poison Reverse

A

Causes a route received on one interface to be advertised back out of that same interface with a metric considered to be infinite.
- repeats learned routes but with a very high cost

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

what are the 2 types of dynamic routing protocols?

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

What is the difference between IGP & EGP?

A

Interior Gateway Protocols (IGPs) - operate within an autonomous system

Exterior Gateway Protocols (EGPs)
- Operate between autonomous systems

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

Distance Vector

A

a type of routing protocol where routers exchange information about their network paths and distances with their neighbors
- Hop Count
- does not consider speed

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

What is Convergence?

A

Time it takes for routers to update their routing tables in response to a topology change

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

What is a converged network?

A

When all the routers on a network know the same information

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

What is a Hold-Down Timer?

A

Method of speeding up convergence times by preventing updates for a specific period of time causing less changes across the network.

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

T/F More changes across the network speeds up Convergence time

A

False

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

What is Hop-count?

A

Number of routers that are passed through to reach a destination

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

Link State

A

routing parameter that’s concerned with the speed/bandwidth of a given link

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

What are Link-State Routing protocols?

A
  • OSPF
  • IF-IF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which routing protocol has faster convergence times?
Link-State or Distance Vector

A

Link-State

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

What is RIP?

A

“Routing Information Protocol”

IGP Distance Vector Protocol that uses hop count (counts up to 15 hops: 16 is infinite)
- Updates every 30s
- Easy config
- Runs over UDP

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

what is OSPF?

A

“Open Shortest Path First”

IGP Link state protocol that uses cost

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

What is IS-IS?

A

“Intermediate system to Intermediate system?”

IGP Link-state protocol that uses cost and functions like OSPF but not widely adopted.

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

What is EIGRP?

A

“Enhanced Interior Gateway Routing Protocol”

IGP Hybrid protocol (link-state + Distance vector) that uses bandwidth and delay
- Proprietary Cisco Protocol

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

What is BGP?

A

“Border Gateway Protocol”

EGP that uses a path vector that uses the number of autonomous system hops instead of router hops
- more concerned with how many systems that are passed through not individual routers.
- Backbone of the internet
- widespread utilization
- slow convergence

30
Q

What does the Believability of a route refer too?

A

The overall Trustworthiness of a route based on an AD value

31
Q

what is Administrative Distance (AD)?

A

Index of believability contained within a router that judges a path’s trustworthiness

32
Q

T/F Lower AD is considered more trustworthy

33
Q

What are some metrics evaluated in route selection?

A
  • Hop-count
  • Delay
  • Believability
  • Reliability
  • Bandwidth
  • Costs
34
Q

What are the 3 main Network Address Translation types?

A
  • DNAT
  • SNAT
  • PAT
35
Q

What does Network Address Translation (NAT) do ?

A

Translates your private IP into a Public IP that is routable over public networks

36
Q

What is DNAT?

A

“Dynamic NAT”

Automatically assigns an IP address from a pool and gives a 1-to-1 translation

37
Q

What is SNAT?

A

“Static NAT”

Manually assigns an IP address and gives a 1-to-1 translation

38
Q

what is PAT?

A

“Port Address Translation”

Sharing of one Public IP by multiple Private IP addresses which gives many-to-1 translation

39
Q

What is Inside Local?

A

Private IP Address for internal device

40
Q

What is Inside Global?

A

Public IP address for internal device

41
Q

What is Outside Local?

A

Private IP address for an Outside device

42
Q

What is Outside Global?

A

Public IP address for an outside device

43
Q

What does a Routing Redundancy Protocol do?

A

Network Protocol that prevents disruptions in communication by automatically rerouting data traffic in case of a path or device failure.

44
Q

What is FHRP?

A

“First Hop Redundancy Protocol”

Set of protocols designed to ensure network reliability by providing automatic failover to a backup router to maintain uninterrupted network service.

45
Q

Reliability

A

Ensures that communications remain up and running even if a single router configuration fails

46
Q

Load Balancing

A

Distributes traffic across multiple routers to prevent any single device from being overwhelmed

47
Q

Seamless Transitions

A

Sends data from a failed router to redirect to a standby router

48
Q

What 2 key components make the FHRP work?

A
  • Virtual IP
  • Sub Interface
49
Q

What is Virtual IP?

A

IP address that serves as a representative for one or more devices

50
Q

What is a Sub interface?

A

Allows a single physical interface on a router or a switch to be subdivided into multiple logical interfaces.

51
Q

Why are Sub interfaces useful?

A

Cost-efficient and allows us to segment and manage networks without the need for additional physical hardware.

52
Q

what are the 3 FHRP protocols?

A
  • Hot Standby Router Protocol
  • Virtual Router Redundancy Protocol
  • Gateway Load Balancing Protocol
53
Q

what is HSRP?

A

“Hot Standby Router Protocol”

Developed by Cisco and can establish a fault-tolerant default gateway for devices on a local network segment

54
Q

How does HSRP work?

A

Allows 2 routers to function together as a single virtual router. sharing a single IP and Mac Address

One router is elected as the Active router which handles all routing duties.

Another router is designed as the standby router, which kicks in whenever the active router fails.

55
Q

What is Preempting?

A

Feature in HSRP where a higher priority router takes over as the active router if it comes online after the initial election

56
Q

What is VRRP?

A

“Virtual Router Redundancy Protocol”

Standard Protocol that functions similarly to the HSRP with some differences
- Open Standard
- Multiple Routers Config
- Simple, automatic election scheme

57
Q

What is GLBP?

A

“Gateway Load Balancing Protocol”

Cisco Redundancy protocol that adds load balancing functionalities
- Multiple router config
- Configured routers can forward packets simultaneously

58
Q

What is Multicast Routing?

A

Multi Cast sender sends traffic to a Class D IP address known as a multicast group.

59
Q

What is IGMP?

A

“internet Group Management Protocol”

helps routers determine which hosts on a network are interested in receiving multicast traffic, optimizing bandwidth usage and preventing unnecessary network flooding

60
Q

What are the 2 main multicast routing protocols?

A
  • Internet Group Management Protocol (IGMP)
  • Protocol Independent Multicast (PIM)
61
Q

How many Versions of IGMP are there?

62
Q

IGMPv1

A

Client that join the group are asked if it wants to remain in it every 60 seconds

63
Q

IGMPv2

A

Clients can send a leave message to exit Multicast group

64
Q

IGMPv3

A

Client can request multicast from a specific server and allows source-specific Multicast (SSM) & multiple video streams to a single multicast stream

65
Q

What is PIM?

A

“Protocol Independent Multicast”

Routes Multicast traffic between routers and forms a multicast distribution tree

66
Q

What are the 2 modes in PIM?

A
  • Dense Mode (PIM-DM)
  • Sparse Mode (PIM-SM)
67
Q

PIM Dense Mode (PIM-DM)

A

a multicast routing protocol that operates under a “flood-and-prune” principle

68
Q

How does PIM-DM work?

A

Flooding:
PIM-DM initially floods multicast traffic to all network segments, meaning it sends the data to every interface.

Pruning:
Routers along the path determine if a specific segment needs the multicast data. If not, they send a “prune” message to stop receiving the traffic, preventing unnecessary network congestion.

69
Q

PIM Sparse Mode (PIM-SM)

A

Uses a shared distribution tree and creates an optimal distribution tree through shortest path tree (SPT) switchover

70
Q

what is GRE?

A

“Generic Routing Encapsulation”

L3 Tunneling Protocol used to encapsulate a wide variety of network layer protocols inside virtual point-to-point links over an internet protocol network

Acts as a universal translator that allows different protocols to communicate and traverse over a network.