Network Layer Concepts and Routing Overview

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

1/42

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.

43 Terms

1
New cards

IP Datagram Format

Fields: Version, Header Length, Total Length, TTL, Protocol, Checksum, Source/Destination Address, etc.

2
New cards

Data Plane

Responsible for forwarding data packets.

3
New cards

Control Plane

Determines the path packets take.

4
New cards

Forwarding

One of the two key functions of the network layer.

5
New cards

Routing

One of the two key functions of the network layer.

6
New cards

Router Architecture

Input ports, switching fabric, output ports, and routing processor.

7
New cards

Longest Prefix Matching

Used in routing tables to determine the best match for a destination IP.

8
New cards

Switching Fabrics

Types: Memory, Bus, and Crossbar.

9
New cards

Input/output port queuing

Occurs when packets arrive faster than can be processed.

10
New cards

Scheduling mechanisms

FIFO, priority, round-robin, weighted fair queuing (WFQ).

11
New cards

Subnetting

Divide IP networks into smaller segments.

12
New cards

DHCP

Dynamically assigns IP addresses to devices.

13
New cards

NAT (Network Address Translation)

Allows multiple devices to share one public IP address.

14
New cards

IPv6

New version of IP with a 128-bit address space.

15
New cards

Tunneling

Encapsulating IPv6 packets in IPv4 packets for transport.

16
New cards

SDN (Software-Defined Networking)

SDN separates control and data planes.

17
New cards

OpenFlow

Protocol enables communication between the SDN controller and switches.

18
New cards

Link-State (LS)

Uses global information about the network.

19
New cards

Distance-Vector (DV)

Uses local information from neighbors.

20
New cards

Intra-AS Routing

Routing within an autonomous system (e.g., OSPF).

21
New cards

Inter-AS Routing

Routing between autonomous systems (e.g., BGP).

22
New cards

OSPF (Open Shortest Path First)

A link-state routing protocol used in intra-AS routing.

23
New cards

BGP (Border Gateway Protocol)

Used for inter-AS routing and policy-based routing.

24
New cards

ICMP (Internet Control Message Protocol)

Used for diagnostic purposes (e.g., ping, traceroute).

25
New cards

SNMP (Simple Network Management Protocol)

Protocol for monitoring and managing network devices.

26
New cards

Link Layer Services

Framing, error detection/correction, and medium access control.

27
New cards

Link Layer Implementation

Typically in the network interface card (NIC).

28
New cards

Cyclic Redundancy Check (CRC)

Used to detect errors in data transmission.

29
New cards

Multiple Access Protocols

TDMA/FDMA: Divide access by time or frequency.

30
New cards

ALOHA Protocol

Random access method with high collision probability.

31
New cards

CSMA (Carrier Sense Multiple Access)

Listens before transmitting to avoid collisions.

32
New cards

Cable Access Networks

Use frequency division multiplexing for shared access.

33
New cards

ARP (Address Resolution Protocol)

Maps IP addresses to MAC addresses.

34
New cards

Ethernet

A widely used link-layer technology with broadcast and unicast frames.

35
New cards

Switches

Forward frames based on MAC addresses.

36
New cards

VLANs

Allow logical segmentation of networks.

37
New cards

Data Center Networking

Scalable networking techniques for high-density environments.

38
New cards

What are the two key functions of the network layer?

Forwarding and routing.

39
New cards

How does NAT work?

NAT allows multiple devices to share a single public IP by translating private IPs to a public IP.

40
New cards

What protocol is used for inter-AS routing?

BGP (Border Gateway Protocol).

41
New cards

What is the purpose of VLANs?

VLANs enable logical segmentation of networks, improving security and performance.

42
New cards

What is the maximum address size for IPv6?

128 bits.

43
New cards

What does the Cyclic Redundancy Check (CRC) detect?

Errors in data transmission.