IP Routing Flashcards

1
Q

Address Resolution Protocol (ARP)

A

A procedure for mapping an IP address to a physical MAC address in a local area network (LAN). ARP uses broadcast messages to query unknown addresses, using the information to build the ARP Table.

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

Address Resolution Protocol (ARP) Table

A

A table kept on a router that contains lists of IP-to-MAC address mappings, providing Layer 3 to Layer 2 address resolution.

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

Administrative Distance (AD)

A

A feature that routers use in order to select the best path for traffic when there are two or more routes to the same destination. The router will choose the route with the lowest administrative distance (AD) when multiple paths are possible.

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

(OSPF) Area

A

A grouping of router interfaces participating in OSPF that share a common view of the area, used to map out the topology. This information is stored in each router’s OSPF Link State Database (LSDB)

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

Area Border Router (ABR)

A

A router with at least two interfaces participating in OSPF that connect to different areas.

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

Autonomous System (AS)

A

A network or group of networks that are within a single routing domain.

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

Connected Route

A

A route that is physically connected to an interface on a router. Directly connected routes have an administrative distance (AD) of 0.

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

Default Gateway

A

The router in a local area network (LAN) used to forward all traffic that is not addressed to a node within the local subnet.

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

Dijkstra Algorithm

A

The mathematical algorithm used by OSPF to calculate the shortest path between two networks by considering the cost of each link in the area, along with the topology of the area.

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

Distance-Vector

A

A category of routing protocols in which each router computes the distance between itself and each of its immediate neighbors.

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

Distance-Vector Protocol

A

A routing protocol that utilizes distance to decide the best packet forwarding path. Examples include Routing Information Protocol (RIP) and Enhanced Interior Gateway Routing Protocol (EIGRP).

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

Exterior Gateway Protocol (EGP)

A

A routing protocol used to route between Autonomous Systems (AS), such as Border Gateway Protocol (BGP)

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

Floating Static Route

A

Static routes that have an administrative distance (AD) manually configured greater than the default value of 1, which can be used to provide a backup link for an existing route.

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

Hop Count

A

The number of devices data must travel through between the source and destination.

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

Interior Gateway Protocol (IGP)

A

A routing protocol used to route inside an Autonomous System (AS), such as EIGRP or OSPF.

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

Link State Acknowledgement (LSAck)

A

Used by a router to confirm it received a Link State Update (LSU).

17
Q

Link State Advertisement (LSA)

A

Information a router sends and receives about network reachability, used to construct a router’s Link State Database.

18
Q

Link State Database (LSDB)

A

Used by OSPF to store information about the current network topology, which is build using Link State Advertisements (LSAs).

19
Q

Link State Request (LSR)

A

Used by a router to request specific Link State Advertisement (LSA) information from a neighbor.

20
Q

Link State Update (LSU)

A

A packet that carries Link State Advertisement (LSA) information.

21
Q

Link-State

A

A category of routing protocols in which each router shared knowledge of its neighbors with every other router in the network.

22
Q

Link-State Protocol

A

A routing protocol build around the Dijkstra algorithm, used to determine the shortest packet forwarding path between two points. Open Shortest Path First (OSPF) is the most popular example of this in use today.

23
Q

OSPF Adjacency

A

An OSPF adjacency is formed two neighbor routers exchange Link State Updates (LSUs) and Database Description (DD) packets so that both routers have identical knowledge of the network.

24
Q

OSPF Backbone Area (Area 0)

A

The core of an OSPF network to which all other OSPF areas are connected. All routing between areas is distributed through the backbone area.

25
Q

OSPF Broadcast Network

A

An OSPF network with two or more routers having interfaces in the same subnet, where neighbors are dynamically discovered through multicast Hello messages. This is the default OSPF network type for any Ethernet interface, where DR and BDR are elected.

26
Q

OSPF Dead Interval

A

The interval that OSPF will wait to receive hello packets from a neighbor before declaring the neighbor as being down (dead). By default the OSPF dead interval is 40 seconds, with the rule of thumb being that the dead interval should be four times the hello interval.

27
Q

OSPF Hello

A

A protocol used to discover OSPF neighbors and confirm reachability to those neighbors, and also used in the election of a Designated Router (DR). The default interval between hello messages in OSPF is 10 seconds.

28
Q

OSPF Neighbor

A

An OSPF neighbor is formed when two routers have interfaces that reside on the same subnet. These routers will exchange Hello messages to form a neighborship.

29
Q

OSPF Point-to-Point Network

A

An OSPF network where two devices are connected together with a single link. With point-to-point links, OSPF does not elect a DR or BDR. This is the default OSPF network type on a non-Frame Relay serial interface.

30
Q

Path-Vector

A

A category of routing protocols used for routing between autonomous systems (AS), where routes are measured by the number of AS hops required for data delivery.

31
Q

Path-Vector Protocol

A

A routing protocol with the ability to analyze each hop of the data path, used primarily with routing between Autonomous Systems (AS). Border Gateway Protocol (BGP) is the most well-known example of this in use.

32
Q

Preempt

A

In a first hop redundancy protocol configuration, this option enables the router with the highest priority to immediately become the active router.

33
Q

Round-Robin

A

A method of load-balancing in GLBP that equally distributes traffic among all members of a group.

34
Q

Routing Table

A

A set of rules maintained on a router which are used to determine where data packets will be directed.

35
Q

Static Default Route

A

A manually created route that specifies the router should use the default route if a more specific path to an IP address destination is not available in the IP routing table.

36
Q

Static Route

A

A routing entry that is manually configured in a router, rather than having the route information learned dynamically. This allows routers to learn about a route to a remote network that is not directly connected to one of its interfaces. Static routes have an administrative distance (AD) of 1 by default.

37
Q

Type 1 LSA

A

Also known as a Router LSA, these are generated by each router and contain information about that router’s directly attached networks.

38
Q

Type 2 LSA

A

Also known as a Network LSA, these are generated for each transit network within an area on which a DR is elected.

39
Q

Type 3 LSA

A

Also known as a Summary LSA, these are sent from one area to another, used to advertise a network in the source area.