Prelim - Data Com 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/130

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:09 AM on 9/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

131 Terms

1
New cards
2
New cards
3
New cards
4
New cards
5
New cards
6
New cards
7
New cards
8
New cards
Web Management (In-band GUI)
A management access method that provides a graphical user interface using a web browser with HTTPS or HTTP.
9
New cards
hostname
A command used in global configuration mode to name a device and distinguish it from others in the network.
10
New cards
banner motd
A command used in global configuration mode to provide legal notification of unauthorized access.
11
New cards
no shutdown
A command used to activate an interface.
12
New cards
clock rate
A command required on a serial interface with the DCE cable end when configuring in a lab environment.
13
New cards
show running-config interface
A command that displays the specific commands configured on a specified interface.
14
New cards
show interfaces
A verification command that displays detailed interface information and packet flow counts.
15
New cards
show ip interface
A command that displays the IPv4 related information for all interfaces on a router.
16
New cards
show ipv6 interface brief
A command used to verify that IPv6 Layers 1 and 2 are operational by checking for an up/up status.
17
New cards
show ipv6 interface
A command that shows the interface status and all IPv6 addresses belonging to that interface.
18
New cards
Pipe character (|)
A character used to filter the output of show commands.
19
New cards
Command History
A feature that stores previously executed commands, which can be recalled using the Up Arrow key or Ctrl+P.
20
New cards
terminal history size
A user EXEC command used to change the default number of lines stored in the command history buffer.
21
New cards
show history
A privileged EXEC command used to display the contents of the command history buffer.
22
New cards
flash:
The Cisco IOS file system used to store the Cisco IOS software image.
23
New cards
usbflash:
The Cisco IOS file system used for external storage.
24
New cards
Tab key
A CLI shortcut that automatically completes partial commands to increase productivity and reduce typing errors.
25
New cards
Ctrl+A
A keyboard shortcut that moves the cursor to the beginning of the command line.
26
New cards
Ctrl+E
A keyboard shortcut that moves the cursor to the end of the command line.
27
New cards
Ctrl+U
A keyboard shortcut used to clear the command line.
28
New cards
Ctrl+Z
A keyboard shortcut that exits the current configuration mode and returns to Privileged EXEC mode.
29
New cards
show version
A verification command used to display device information and verify the Cisco IOS software image.
30
New cards
show inventory
A verification command used to display hardware information for the device.
31
New cards
Network Documentation
Records of important information about the network infrastructure, including topology, IP addressing, and policies.
32
New cards
Interface Documentation
Records that identify how devices are connected, including interface IDs, VLAN assignments, and operational status.
33
New cards
Configuration Documentation
Records maintained for every configuration change, documenting the date, administrator, and purpose of the change.
34
New cards
Network Inventory
Documentation of all network equipment, recording details such as device model, serial number, and physical location.
35
New cards
Static Routing
Manually entering routes into a router's table rather than relying on dynamic routing protocols to automatically update them.
36
New cards
Dynamic Routing
Automatically adapts to topology changes but requires extra CPU, memory, and link bandwidth resources.
37
New cards
Standard Static Route
Manually configured route to connect to a specific remote network or a stub network.
38
New cards
Default Static Route
Matches all packets that do not have a specific entry in the routing table, creating a Gateway of Last Resort (0.0.0.0/0 or ::/0).
39
New cards
Floating Static Route
A backup path intentionally configured with a higher administrative distance than the primary routing protocol so it remains hidden until the primary route fails.
40
New cards
Host Route
A route to a single specific device, using a 32-bit mask for IPv4 or a 128-bit mask for IPv6.
41
New cards
Next-Hop IP Configuration
Identifies the next router's address but requires a recursive lookup to find the correct exit interface.
42
New cards
Directly Connected Configuration
Specifies only the outgoing interface, directly attaching the route without a recursive lookup.
43
New cards
Fully Specified Configuration
Dictates both the next-hop IP and the exit interface; mandatory when using IPv6 link-local addresses as the next hop.
44
New cards
show ip route / show ipv6 route
Commands used to verify routing tables and specific routing entries.
45
New cards
ping / traceroute
Commands used to test end-to-end connectivity and pinpoint exactly where a network path breaks.
46
New cards
show ip interface brief
Command used to investigate current interface status.
47
New cards
show cdp neighbors
Command used to identify and investigate directly connected devices.
48
New cards
Administrative Distance (AD)
A value representing the trustworthiness of a route source; standard static routes have an AD of 1.
49
New cards
Stub Network
A network accessed by a single route and with only one exit point, making it an ideal use case for static routing.
50
New cards
Gateway of Last Resort
The router to which all unroutable packets are sent, usually established by configuring a default static route.
51
New cards
Recursive Route Lookup
The process where a router must perform multiple routing table lookups to resolve a next-hop IP address to a specific exit interface.
52
New cards
Null0 Interface
A logical interface that acts as a discard point; traffic routed to Null0 is dropped, often used to prevent routing loops.
53
New cards
Summary Static Route
A single static route configured to encompass multiple specific network routes, reducing the overall size of the routing table.
54
New cards
Equal-Cost Load Balancing
The practice of configuring multiple static routes to the same destination with the same metrics to distribute traffic across multiple paths.
55
New cards
ip route
The Cisco IOS command used in global configuration mode to create an IPv4 static route.
56
New cards
ipv6 route
The Cisco IOS command used in global configuration mode to create an IPv6 static route.
57
New cards
Dynamic Routing
Routing that automatically learns and maintains routes to remote networks and adapts to topology changes.
58
New cards
Static Routing
Routing that is manually configured, does not adapt automatically, and is suitable for small or predictable networks.
59
New cards
Data structures
Tables or databases kept in RAM that serve as a main component of dynamic routing protocols.
60
New cards
Routing protocol messages
Messages used to discover neighboring routers, exchange routing information, and maintain accurate network information.
61
New cards
Algorithms
Components used in dynamic routing protocols to facilitate learning routing information and for best path determination.
62
New cards
RIPv2
A classless, distance-vector routing protocol that uses hop count as its metric and includes the subnet mask with network addresses in routing updates.
63
New cards
OSPF
A link-state dynamic routing protocol commonly used in enterprise networks that uses cost as its metric.
64
New cards
EIGRP
An advanced distance-vector routing protocol that uses bandwidth and delay as metrics.
65
New cards
BGP
A path-vector dynamic routing protocol.
66
New cards
Directly Connected Networks
Networks that are automatically added to the routing table when the interface is configured and activated.
67
New cards
Route source
A routing table entry that identifies how the network was learned by the router.
68
New cards
Destination network
A routing table entry that identifies the remote network.
69
New cards
Administrative distance (AD)
A value indicating how trustworthy a route source is; a lower AD is more preferred when a router learns the same destination from different sources.
70
New cards
Metric
A value assigned to reach a remote network that determines which path is preferred within a routing protocol; a lower value is better.
71
New cards
Next-hop
The IPv4 address of the next router that a packet should be forwarded to.
72
New cards
Route timestamp
The time since the route was updated.
73
New cards
Outgoing interface
The exit interface on a router used to forward a packet to its destination.
74
New cards
Longest match
The route in the routing table that has the greatest number of far left matching bits with the destination IPv4 address of the packet; it is always the preferred route.
75
New cards
Hop count
The metric used by the RIPv2 routing protocol, which has a maximum usable distance of 15 hops.
76
New cards
Distance-vector
A classification of dynamic routing protocols, such as RIPv2, that use metrics like hop count to select paths.
77
New cards
Link-state
A classification of dynamic routing protocols, such as OSPF, that use link-state information and cost to calculate routes.
78
New cards
Advanced distance-vector
A classification of dynamic routing protocols, such as EIGRP, that use bandwidth and delay to select paths.
79
New cards
Path-vector
A classification of dynamic routing protocols, such as BGP.
80
New cards
Cost
The metric used by the OSPF routing protocol to select routes.
81
New cards
Bandwidth and delay
The metrics used by the EIGRP routing protocol to select routes.
82
New cards
CIDR (Classless Inter-Domain Routing)
A routing method supported by RIPv2.
83
New cards
VLSM (Variable Length Subnet Mask)
A subnetting feature supported by RIPv2.
84
New cards
224.0.0.9
The multicast IP address used by RIPv2 to send routing updates.
85
New cards
no auto-summary
The command used to disable the automatic summarization of routing updates in RIP.
86
New cards
16 hops
The distance at which a network is considered unreachable in the RIPv2 protocol.
87
New cards
S
The routing table source code that identifies a Static Route.
88
New cards
D
The routing table source code that identifies a route learned via the EIGRP routing protocol.
89
New cards
O
The routing table source code that identifies a route learned via the OSPF routing protocol.
90
New cards
R
The routing table source code that identifies a route learned via the RIP routing protocol.
91
New cards
C
The routing table source code that identifies a directly connected network.
92
New cards
OSPF
A link-state IGP that uses the SPF (Dijkstra) algorithm to calculate shortest paths based on cost, with a default administrative distance of 110.
93
New cards
EIGRP
An advanced distance-vector routing protocol that uses the DUAL algorithm and a composite metric to select efficient, loop-free paths.
94
New cards
Cost
The metric used by the OSPF routing protocol, where a lower total value is preferred.
95
New cards
Composite metric
The primary metric used by EIGRP, determined by bandwidth and delay by default.
96
New cards
Area 0
The backbone area that is central to multi-area OSPF configurations.
97
New cards
LSAs (Link-State Advertisements)
Information packets that describe topology information and are stored in the link-state database in OSPF.
98
New cards
SPF (Shortest Path First)
An algorithm used by OSPF to calculate the shortest-path tree from the router's perspective.
99
New cards
DUAL
The core algorithm used by EIGRP that maintains loop-free, fast convergence.
100
New cards
Router ID
A value that uniquely identifies an OSPF router.