19: IP and Routing Tables

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

1/22

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.

23 Terms

1
New cards

IPv4 Version Field

A field in the IP header that indicates the version of the IP protocol being used, in this case, version 4.

2
New cards

IHL (Internet Header Length)

A field that specifies the length of the IP header in 32-bit words.

3
New cards

DSCP (Differentiated Services Code Point)

A field used for Quality of Service (QoS) to prioritize different types of network traffic.

4
New cards

TTL (Time to Live)

A mechanism that limits a packet's lifetime to prevent infinite loops; each router decrements this value.

5
New cards

Fragmentation

The process of breaking IP packets into smaller pieces to fit within the Maximum Transmission Unit (MTU) of a link.

6
New cards

Identification Field

A unique value used to identify all fragments of a single original IP packet so they can be reassembled.

7
New cards

Fragmentation Offset

Indicates the exact position of a specific fragment relative to the start of the original data payload.

8
New cards

"Don’t Fragment" (DF) Flag

A bit in the Flags field; if set to 1, the packet cannot be fragmented even if it exceeds the MTU.

9
New cards

Path MTU Discovery

A technique using ICMP messages to find the largest MTU supported across a destination path without fragmentation.

10
New cards

Routing Table

A database stored in a router or network host that lists the paths to particular network destinations.

11
New cards

Hierarchical Addressing

An addressing scheme where multiple devices share a common network prefix to minimize routing table entries.

12
New cards

Default Route

A catch-all routing entry used when no specific match for a destination address is found in the routing table.

13
New cards

Source Independence

A property of routing tables where the next hop is determined solely by the destination address, regardless of the source.

14
New cards

Static Routing

Manual entry of routes into a routing table by an administrator; it is inflexible to network changes.

15
New cards

Dynamic Routing

A method where routers use protocols to communicate and automatically update tables based on current network topology.

16
New cards

Dijkstra’s Algorithm

A graph-based algorithm used to find the shortest path between a source node and all other nodes in a network.

17
New cards

Benefits of Static Routing

Minimal CPU and bandwidth usage, increased security, and precision in path selection for small networks.

18
New cards

Limitations of Static Routing

Difficult to scale and requires manual configuration updates for every change in network topology.

19
New cards

Benefits of Dynamic Routing

High scalability and the ability to automatically recover and reroute traffic during network link failures.

20
New cards

Limitations of Dynamic Routing

Consumes more router resources (CPU, memory, and bandwidth) and is more complex to troubleshoot.

21
New cards

Benefits of Hierarchical Addressing

Supports route summarization, which reduces the number of entries in routing tables and improves processing speed.

22
New cards

Limitations of IPv4

Face severe exhaustion of the 32-bit address space and lacks mandatory, built-in security features like encryption.

23
New cards

Disadvantages of Fragmentation

Increases destination host CPU usage for reassembly and introduces latency or packet loss if fragments are dropped.