Routing

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/62

flashcard set

Earn XP

Description and Tags

CompTIA+ Network Learning

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

63 Terms

1
New cards

Router

A networking device that is used to route traffic between different subnets or between an internal and external network. Routers separate broadcast domains and provide additional efficiency and security to networks.

2
New cards

Layer three device

A device, such as a router, that operates at the network layer of the OSI model and is used to separate and break apart broadcast domains into smaller portions.

3
New cards

Multi-layer switch

A layer three switch that can perform both layer two forwarding and layer three routing functions.

4
New cards

Default gateway

The router that is used as a default destination for network traffic when the destination MAC address is not known.

5
New cards

Data frame

A layer two piece of information that is used to transmit data between devices within a local area network.

6
New cards

IP packet

A layer three packet that contains data and is used to transmit data between devices across different networks.

7
New cards

Routing table

A table kept by a router that contains information about different routes, including the destination network, the router to be used, the port to be used, and the cost of the route.

8
New cards

Prefix

The part of an IP address that specifies the network portion of the address. The longer the prefix, the more specific the network is.

9
New cards

CIDR notation

A method of representing IP addresses and their associated routing prefixes. The longer the CIDR notation, the more specific the network is.

10
New cards

Directly connected route

A route learned by a physical connection between two routers.

11
New cards

Directly connected routes

Routes that are established when routers are directly connected to each other or to other devices. They are automatically learned and allow routers to know how to reach networks that are directly connected to them.

12
New cards

Static routes

Routes that are manually configured by an administrator. They allow routers to know how to reach networks that are not directly connected to them by specifying the next hop router.

13
New cards

Default static route

A special static route that is configured as 0.0.0.0/0. It acts as a default gateway for the router, instructing it to send any traffic for which it doesn't have a specific route to the next hop specified in the default route.

14
New cards

Dynamic routing

A method of automatically learning and exchanging routing information between routers using dynamic routing protocols. It allows routers to dynamically update their routing tables based on network changes.

15
New cards

Dynamic routing protocols

Protocols used by routers to exchange routing information and dynamically update their routing tables. These protocols include OSPF, RIP, and EIGRP.

16
New cards

Split horizon

A technique used to prevent routing loops by preventing a route learned on one interface from being advertised back out that same interface.

17
New cards

Poison reverse

A technique used to prevent routing loops by causing a route received on one interface to be advertised back out that same interface with a high cost, making it undesirable to use.

18
New cards

Routing loops

A situation where routers continuously forward packets in a circular manner, causing them to be stuck in the network and leading to network congestion and inefficiency.

19
New cards

Dynamic routing protocols

Protocols that allow routers to exchange information about routes they know.

20
New cards

Interior gateway protocols

Routing protocols that operate within a network or autonomous system.

21
New cards

Exterior gateway protocols

Routing protocols that operate between autonomous systems on exterior networks.

22
New cards

Router advertisement method

A characteristic of every routing protocol that determines how routes are received, advertised, and provided to other routers.

23
New cards

Distance vectors

A routing method that considers the number of routers a route passes through.

24
New cards

Slow convergence time

The time it takes for all routers to update their routing tables in response to a topology change.

25
New cards

Converged network

A network where all routers have the same information in their routing tables.

26
New cards

Hold-down timer

A timer that reduces the frequency of routing table updates to speed up convergence time.

27
New cards

Hop count

The number of routers a packet must pass through to reach its destination.

28
New cards

Link state

A routing method that considers the cost and speed of connections to determine the best route.

29
New cards

Link speed

The bandwidth available on a connection.

30
New cards

Router Information Protocol (RIP)

An interior gateway protocol that uses distance vector routing and hop count to determine routes.

31
New cards

Open Shortest Path First (OSPF)

An interior gateway protocol that uses link state routing and cost to determine routes.

32
New cards

Intermediate System to Intermediate System (IS-IS)

An interior gateway protocol that functions similarly to OSPF but has less widespread adoption.

33
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP)

A routing protocol that combines distance vector and link state routing methods.

34
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP)

An advanced distance vector protocol that uses both bandwidth and delay to make it a hybrid of the distance and link state protocols.

35
New cards

Proprietary Protocol

A protocol that can only be used with specific products, in this case, EIGRP can only be used with Cisco products.

36
New cards

Border Gateway Protocol (BGP)

An external gateway protocol used as the backbone of the internet, which uses a path vector to determine the number of autonomous system hops.

37
New cards

Administrative Distance (AD)

A value used by routers to determine the believability of a route, with lower values being more believable.

38
New cards

Metrics

Factors used by routing protocols to determine the best route, including hop count, bandwidth, delay, cost, and reliability.

39
New cards

Network Address Translation (NAT)

A method used to translate private IP addresses into public IP addresses for routing over the internet.

40
New cards

Dynamic NAT (DNAT)

A type of NAT that dynamically assigns public IP addresses from a pool of addresses for one-to-one translation.

41
New cards

Port Address Translation (PAT)

A variation of NAT that translates multiple private IP addresses to a single public IP address by using different port numbers.

42
New cards

Dynamic NAT (DNAT)

A method of NAT where the router dynamically assigns a public IP address to a private IP address when it is needed for internet access.

43
New cards

Static NAT (SNAT)

A method of NAT where a private IP address is manually assigned to a public IP address on a one-to-one basis.

44
New cards

PAT (Port Address Translation)

A method of NAT that allows multiple private IP addresses to share a single public IP address by using different port numbers to keep track of the connections.

45
New cards

Inside local

The private IP address that references an inside device.

46
New cards

Inside global

The public IP address that references an inside device.

47
New cards

Outside local

The private IP address that is being referenced from the outside.

48
New cards

Outside global

The public IP address that is referencing an outside device.

49
New cards

IGMP (Internet Group Management Protocol)

A protocol used by clients and routers to manage multicast group membership.

50
New cards

IGMPv1

The first version of IGMP where clients have to periodically confirm their membership in a multicast group.

51
New cards

IGMPv2

An improved version of IGMP where clients can send leave messages to exit a multicast group.

52
New cards

IGMPv3

The latest version of IGMP that allows clients to request multicast from specific servers and supports source-specific multicast.

53
New cards

PIM (Protocol Independent Multicast)

A protocol that allows multicast traffic to be routed between multicast-enabled routers.

54
New cards

PIM-DM

Dense Mode in PIM which uses periodic flood and prune behavior to form an optimal distribution tree across routers.

55
New cards

PIM-SM

Sparse Mode in PIM which initially uses a shared distribution tree and then finds the best tree over time.

56
New cards

Flood and Prune

A process in PIM-DM where all routers in the network receive all multicast information and then non-optimal routes are pruned off.

57
New cards

Optimal Path

The quickest and easiest path between the source router and the last hop router in PIM-DM.

58
New cards

Shared Distribution Tree

The initial tree used in PIM-SM to send multicast messages from the first router to the last hop router.

59
New cards

Rendezvous Point

A point in PIM-SM where multicast messages are sent before reaching the last hop router.

60
New cards

Shortest Path Tree (SPT)

The optimal tree in PIM-SM after switching from the shared distribution tree.

61
New cards

Sub-optimal Path

A path in PIM-SM that is not the most optimal but still functional.

62
New cards

Resources

The network capacity and bandwidth used in transmitting multicast messages.

63
New cards

Trade-off

The decision between starting with an optimal path but flooding the network (PIM-DM) or waiting for optimal and using fewer resources (PIM-SM).