Networking Protocols, VLANs, and Routing Concepts for Cisco

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

28 Terms

1
New cards

Topic

Definition/Explanation

2
New cards

Dynamic Routing

Automated routing where routers share information via protocols to update routing tables.

3
New cards

Convergence

The time it takes for all routers in a network to agree on the network topology.

4
New cards

Routing Information Protocol (RIP)

A distance-vector protocol that uses hop count as its metric (max 15 hops).

5
New cards

Enhanced IGRP (EIGRP)

Cisco proprietary advanced distance-vector/hybrid protocol with fast convergence.

6
New cards

Open Shortest Path First (OSPF)

A link-state protocol that uses cost as a metric and divides networks into areas.

7
New cards

Distance Vector vs Link State

Distance vector shares routing tables with neighbors; link state shares topology maps with all routers.

8
New cards

Border Gateway Protocol (BGP)

Path-vector protocol used for routing between autonomous systems (the internet).

9
New cards

Edge Router

A router at the boundary of a network that often performs NAT and firewall functions.

10
New cards

Static NAT

One-to-one mapping of a private IP to a public IP.

11
New cards

Port Address Translation (PAT)/NAT Overload

Many private IPs share one public IP using different port numbers.

12
New cards

Access Control List (ACL)

A set of rules that control traffic flow based on IP addresses, ports, or protocols.

13
New cards

IP Filtering

Blocking or allowing traffic based on source/destination IP addresses.

14
New cards

Port Filtering

Blocking or allowing traffic based on TCP/UDP port numbers.

15
New cards

Stateless vs Stateful Firewall

Stateless checks packets individually; stateful tracks connections and context.

16
New cards

Hybrid Types: Hierarchical Star

Combines star topology with hierarchical layers (core, distribution, access).

17
New cards

Hybrid Types: Star-Mesh

Combines star and mesh topologies for redundancy and scalability.

18
New cards

Hybrid Types: Star of Stars

A larger star topology where each node is itself a star network.

19
New cards

3-Tiered Hierarchy

Core layer (speed), distribution layer (policy), access layer (user connectivity).

20
New cards

Trunking

A link that carries multiple VLAN traffic between switches using tagging.

21
New cards

Tagged vs Untagged Ports

Tagged ports carry VLAN tags (trunk); untagged ports do not (access).

22
New cards

VLAN Communication Layer

VLANs communicate at Layer 2 (Data Link) within the same VLAN.

23
New cards

Default VLAN

VLAN 1; all ports belong here unless reconfigured.

24
New cards

Native VLAN

The VLAN that receives untagged traffic on a trunk port (default VLAN 1).

25
New cards

Management VLAN

A dedicated VLAN for managing network devices (e.g., switches, routers).

26
New cards

Voice VLAN

A VLAN prioritized for VoIP traffic to ensure quality.

27
New cards

IEEE 802.1Q

The standard for VLAN tagging on Ethernet frames.

28
New cards

Router on a Stick

A single router interface with subinterfaces routing between VLANs.