Overview of Routing and Network Protocols

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/85

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

86 Terms

1
New cards

Instance Vector Routing Protocols

A routing family that uses vector-based metrics to pick best paths; examples: RIP, IGRP

2
New cards

Dynamic Routing Protocols

Protocols that automatically learn & update routes as topology changes; e.g., RIP, OSPF, EIGRP

3
New cards

Two Classes (Routing Protocols)

The two broad categories: IGP (Interior Gateway Protocols) and EGP (Exterior Gateway Protocols)

4
New cards

IGP (Interior Gateway Protocol)

Routing protocols used within a single autonomous system

5
New cards

EGP (Exterior Gateway Protocol)

Routing protocols used between autonomous systems

6
New cards

BGP (Border Gateway Protocol)

The de-facto EGP that exchanges reachability info among autonomous systems on the Internet

7
New cards

Routing Table

Router data structure listing destination networks, metrics, and next-hop interfaces

8
New cards

Routing by Rumors

Ad-hoc "gossip" style routing where nodes exchange informal updates without a formal protocol

9
New cards

Directly Connected Network

Network reachable via a router's own interface; no further routing needed

10
New cards

Static Route

Manually configured, unchanging route in the routing table

11
New cards

Dynamic Route

Route learned and updated automatically by a routing protocol

12
New cards

Routing Speed

Time a router takes to process a packet and make a forwarding decision

13
New cards

Routing Responsiveness

How quickly a router updates its table after a topology change

14
New cards

Stability (Network)

The ability of a network to maintain consistent, uninterrupted connectivity

15
New cards

Security (Network)

Measures that protect the network from unauthorized access and attacks

16
New cards

Distance Vector

Algorithm where routers share distance metrics with neighbors; path cost often hop count

17
New cards

Static NAT

One-to-one mapping between a private IP and a public IP

18
New cards

Dynamic NAT

Many-to-many mapping that draws from a pool of public IPs on demand

19
New cards

Port Forwarding

NAT rule that forwards traffic for a public IP:port to a specific internal IP:port

20
New cards

Public IP Address

Globally routable Internet address assigned by ISPs or RIRs

21
New cards

IP Masquerading

NAT technique letting many private hosts share one public IP by rewriting source info

22
New cards

Host Portion (of IP)

Bits of an IP address identifying the specific device within a subnet

23
New cards

Subnet Mask

32-bit mask that separates network bits from host bits in an IP address

24
New cards

Network Classes

Traditional IPv4 groupings: Class A, B, C, D (multicast), E (reserved)

25
New cards

Multiple Access

Capability of multiple nodes to share the same communication medium

26
New cards

Single Shared Broadcast Channel

Common channel where any node's frame is heard by all others

27
New cards

Interference

Signal overlap from simultaneous transmissions that corrupts data

28
New cards

Collision

When two frames transmit at once on a shared medium and interfere

29
New cards

MAC (rate R bps)

Shared medium with capacity R bits per second available to all nodes

30
New cards

FDMA (Frequency Division Multiple Access)

Channel-partitioning MAC that assigns users distinct frequency sub-bands

31
New cards

Random Access Protocol

No centralized control; nodes contend for the medium (e.g., ALOHA, CSMA)

32
New cards

Slotted ALOHA

Random access protocol where transmissions start only at slot boundaries

33
New cards

Frame Size

Total length of a data frame, including headers and trailers

34
New cards

CSMA

Carrier Sense Multiple Access: listen before transmit to reduce collisions

35
New cards

CSMA/CD

Ethernet method that senses and detects collisions, then backs off before retrying

36
New cards

Parity Check

1-bit error-detection scheme that counts ones or zeros in data

37
New cards

Even Parity

Parity bit set so total number of ones is even

38
New cards

Two-Dimensional Parity

Row- and column-based parity that can detect and correct single-bit errors

39
New cards

Internet Checksum

Simple summation method for error detection in IP, TCP, UDP headers

40
New cards

CRC (Cyclic Redundancy Check)

Error-detection technique used to detect changes to raw data

41
New cards

CRC (Cyclic Redundancy Check)

Polynomial-based error detection capable of catching many bit errors

42
New cards

Binary Division

Mathematical operation used to compute CRC remainders

43
New cards

Link Layer

OSI layer handling node-to-node delivery over a single link (framing, MAC, etc.)

44
New cards

Ethernet

Wired LAN tech using CSMA/CD; defines physical and data-link specs

45
New cards

VLAN (Virtual LAN)

Logical segmentation that isolates traffic within the same physical switch

46
New cards

MPLS

Link-layer-like label switching that speeds routing and enables traffic engineering

47
New cards

Wi-Fi Signals

Radio waves that carry IEEE 802.11 wireless LAN traffic

48
New cards

Signal Attenuation

Reduction in signal strength over distance or through obstacles

49
New cards

Multipath Interference

Signal copies arriving via different paths interfere constructively/destructively

50
New cards

SNR (Signal-to-Noise Ratio)

Difference between received signal power and noise floor

51
New cards

BER (Bit Error Rate)

Fraction of received bits that are corrupted; quality metric for a link

52
New cards

SNR-BER Trade-off

Higher SNR generally lowers BER; higher bit rates raise BER unless SNR increases

53
New cards

CDMA

Code Division Multiple Access; devices share band using unique spreading codes

54
New cards

802.11b

2.4 GHz Wi-Fi up to 11 Mb/s

55
New cards

802.11g

2.4 GHz Wi-Fi up to 54 Mb/s with OFDM

56
New cards

802.11n

2.4/5 GHz Wi-Fi with MIMO; up to ~600 Mb/s

57
New cards

802.11ac

5 GHz Wi-Fi with wider channels/MU-MIMO; gigabit-class speeds

58
New cards

802.11af

TV-white-space Wi-Fi ("Super Wi-Fi") for long-range low-frequency use

59
New cards

802.11ah

Sub-GHz IoT-oriented Wi-Fi for long-range, low-power sensors

60
New cards

Eavesdrop

Unauthorized intercept of network traffic

61
New cards

Message Insertion

Attacker injects packets into an existing connection

62
New cards

Impersonation (Spoofing)

Forging a device or user identity on the network

63
New cards

Hijacking

Seizing control of a network session or traffic flow

64
New cards

Denial of Service (DoS)

Attack that makes a service unavailable by flooding or resource exhaustion

65
New cards

Local Network (LAN)

Internal network within a limited geographic area (home, office, campus)

66
New cards

Out-of-Band Management

Separate path used exclusively for remote device administration

67
New cards

Rack Elevation

Vertical placement of equipment in a data-center rack

68
New cards

Rack Switch

In-rack switch distributing network to servers in that rack

69
New cards

Demarcation Point

Boundary where provider responsibility ends and customer's begins

70
New cards

Network Encryptor

Appliance or software that encrypts traffic between endpoints

71
New cards

Rack

Standardized frame for mounting servers, switches, and other IT gear

72
New cards

PDU (Power Distribution Unit)

Device that distributes power to rack-mounted equipment

73
New cards

APC

Brand known for UPS, PDUs, and power-management products

74
New cards

Network Cabling

Physical media (copper, fiber) that carries data signals

75
New cards

KVM Switch

Device enabling one keyboard/video/mouse to control multiple servers

76
New cards

ILO / ILM

Integrated Lights-Out/Management for remote server console & power control

77
New cards

F5 Load Balancer

Appliance that spreads client requests across servers for performance & HA

78
New cards

Fiber Connection

High-speed optical link offering high bandwidth and long reach

79
New cards

Copper Connection

Ethernet cabling using copper conductors (e.g., Cat 5e/6)

80
New cards

Error Detection & Correction

Techniques that find and fix bit errors in transmitted data

81
New cards

Sharing a Broadcast Channel

MAC methods that let multiple nodes use one medium efficiently

82
New cards

Link-Layer Addressing

Use of MAC addresses in frame headers to ID source and destination

83
New cards

Framing & Link Access

Encapsulating datagrams in frames and controlling medium access

84
New cards

Reliable Link Delivery

Ensuring in-order, error-free delivery between directly connected nodes

85
New cards

Half-Duplex

Link mode where a node transmits or receives, but not both at once

86
New cards

Full-Duplex

Link mode allowing simultaneous bidirectional transmission