Networking Routing Protocols and VLANs: Concepts and Configurations

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

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:05 PM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Static Routing

Routes manually entered and maintained by the network administrator.

2
New cards

Dynamic Routing

Automatically updates routing tables to account for lost or changed routes.

3
New cards

router(config-if)#

The prompt indicating you are in the router's interface configuration mode.

4
New cards

Gateway

The networking device that enables data to enter and exit a LAN; the exit point for packets.

5
New cards

MAC Address

The physical address used by switches to forward data and map devices to specific ports.

6
New cards

Switch

A Layer 2 device used to interconnect hosts within a LAN.

7
New cards

network command

Used by dynamic routing protocols to advertise connected networks to other routers.

8
New cards

EIGRP

Enhanced Interior Gateway Routing Protocol; a Cisco-proprietary routing protocol.

9
New cards

Network Segment

Defines the physical link between two internetworking devices, like a router and a switch.

10
New cards

Next Hop Address

The IP address of the next router that a data packet must be sent to reach its destination.

11
New cards

Gateway Address

The IP address of the router interface connected to the local LAN.

12
New cards

? symbol

The Cisco command line interface symbol used to view help commands.

13
New cards

Switch OSI Layer

Operates at Layer 2 (Data Link Layer).

14
New cards

VLAN Security

Logically isolates users and contains broadcasts, providing better network security.

15
New cards

Gi0/0

Interface notation standing for Gigabit interface 0/0.

16
New cards

Static VLAN

A port-based VLAN created by manually assigning specific switch ports to a VLAN.

17
New cards

PoE (Power over Ethernet)

Provides electrical power over network cabling, eliminating the need for separate electrical outlets.

18
New cards

PoE Device Types

Power Sourcing Equipment (PSE) like switches, and Powered Devices (PD) like IP phones.

19
New cards

PoE Discovery

The process used to identify if a connected device requires power before supplying it.

20
New cards

ping

The command used to test network connectivity (e.g., ping 10.10.20.5).

21
New cards

OSPF Advantages

Rapid convergence, minimal bandwidth consumption, and support for VLSM.

22
New cards

VLSM (Variable Length Subnet Masking)

Allows efficient use of IP address space by creating different-sized subnets.

23
New cards

OSPF Areas

Used to partition large networks into smaller ones, minimizing route calculations.

24
New cards

OSPF Area 0

The reserved backbone area; all other OSPF areas must connect directly to it.

25
New cards

OSPF Hello Packets

Small packets used to verify that communication is established and active with neighbor routers.

26
New cards

OSPF Configuration Command

network [IP address] [wildcard mask] area [number] (e.g., network 10.10.0.0 0.0.255.255 area 0).

27
New cards

Hop Count

A metric representing the total number of routers a data packet crosses to reach its destination.

28
New cards

Routing Metric

A numeric ranking used by routers to find the best route; smaller numbers are better.

29
New cards

configure terminal (conf t)

The command used to enter global configuration mode from privileged EXEC mode.

30
New cards

Gateway of Last Resort

A default route (0.0.0.0) for forwarding data packets with unknown destination routes.

31
New cards

RIP (Routing Information Protocol)

Classified as a distance vector routing protocol.

32
New cards

Link-State Protocol Features

Uses Hello packets, establishes adjacencies, and sends updates only when route changes occur.

33
New cards

Link-State Convergence

Very fast because it sends updates only when the topology changes, not at fixed intervals.

34
New cards

OSPF Characteristics

An open standard protocol supported by many vendors, not just Cisco.

35
New cards

Three types of VLANs

Port-based, Tag-based, and Protocol-based.

36
New cards

VLAN Advantage

Allows grouping of computers logically by function rather than physical location.

37
New cards

Distance Vector vs. Link-State

Distance vector periodically sends the entire routing table (slow, high bandwidth). Link-state only sends updates on network changes (fast, low bandwidth).

38
New cards

Dynamic Routing Issues

Distance vector protocols can suffer from routing loops and consume excessive bandwidth.

39
New cards

Route Metrics Examples

Hop count, reliability, bandwidth, delay, cost, load, and ticks.