Routing

studied byStudied by 0 people
0.0(0)
get a hint
hint

Router

1 / 62

Tags and Description

CompTIA+ Network Learning

63 Terms

1

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.

New cards
2

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.

New cards
3

Multi-layer switch

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

New cards
4

Default gateway

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

New cards
5

Data frame

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

New cards
6

IP packet

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

New cards
7

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.

New cards
8

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.

New cards
9

CIDR notation

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

New cards
10

Directly connected route

A route learned by a physical connection between two routers.

New cards
11

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.

New cards
12

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.

New cards
13

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.

New cards
14

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.

New cards
15

Dynamic routing protocols

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

New cards
16

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.

New cards
17

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.

New cards
18

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.

New cards
19

Dynamic routing protocols

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

New cards
20

Interior gateway protocols

Routing protocols that operate within a network or autonomous system.

New cards
21

Exterior gateway protocols

Routing protocols that operate between autonomous systems on exterior networks.

New cards
22

Router advertisement method

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

New cards
23

Distance vectors

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

New cards
24

Slow convergence time

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

New cards
25

Converged network

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

New cards
26

Hold-down timer

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

New cards
27

Hop count

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

New cards
28

Link state

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

New cards
29

Link speed

The bandwidth available on a connection.

New cards
30

Router Information Protocol (RIP)

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

New cards
31

Open Shortest Path First (OSPF)

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

New cards
32

Intermediate System to Intermediate System (IS-IS)

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

New cards
33

Enhanced Interior Gateway Routing Protocol (EIGRP)

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

New cards
34

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.

New cards
35

Proprietary Protocol

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

New cards
36

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.

New cards
37

Administrative Distance (AD)

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

New cards
38

Metrics

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

New cards
39

Network Address Translation (NAT)

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

New cards
40

Dynamic NAT (DNAT)

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

New cards
41

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.

New cards
42

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.

New cards
43

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.

New cards
44

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.

New cards
45

Inside local

The private IP address that references an inside device.

New cards
46

Inside global

The public IP address that references an inside device.

New cards
47

Outside local

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

New cards
48

Outside global

The public IP address that is referencing an outside device.

New cards
49

IGMP (Internet Group Management Protocol)

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

New cards
50

IGMPv1

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

New cards
51

IGMPv2

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

New cards
52

IGMPv3

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

New cards
53

PIM (Protocol Independent Multicast)

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

New cards
54

PIM-DM

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

New cards
55

PIM-SM

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

New cards
56

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.

New cards
57

Optimal Path

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

New cards
58

Shared Distribution Tree

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

New cards
59

Rendezvous Point

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

New cards
60

Shortest Path Tree (SPT)

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

New cards
61

Sub-optimal Path

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

New cards
62

Resources

The network capacity and bandwidth used in transmitting multicast messages.

New cards
63

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

New cards

Explore top notes

note Note
studied byStudied by 171 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 2 people
Updated ... ago
4.5 Stars(2)
note Note
studied byStudied by 40 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 105233 people
Updated ... ago
4.9 Stars(667)

Explore top flashcards

flashcards Flashcard77 terms
studied byStudied by 68 people
Updated ... ago
5.0 Stars(3)
flashcards Flashcard35 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard42 terms
studied byStudied by 64 people
Updated ... ago
5.0 Stars(3)
flashcards Flashcard143 terms
studied byStudied by 52 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard124 terms
studied byStudied by 42 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard67 terms
studied byStudied by 32 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard130 terms
studied byStudied by 36 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard49 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(1)