Computer Networking: Network Layer Overview

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Practice flashcards for key vocabulary and concepts from the Computer Networking course focusing on the Network Layer.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

network layer

The layer in a computer networking model responsible for transporting data segments from the sending host to the receiving host.

2
New cards

datagram

A basic unit of data transmitted over the network layer, encapsulating transport segments.

3
New cards

forwarding

The process of moving packets from a router's input link to an appropriate output link.

4
New cards

routing

Determining the path that packets take from source to destination across a network.

5
New cards

control plane

The part of a network responsible for making decisions about data routing and network-wide logic.

6
New cards

data plane

The part of a network that forwards data packets based on pre-established rules.

7
New cards

IP fragmentation

The process of breaking down a large IP datagram into smaller pieces to accommodate the maximum transmission unit of the network.

8
New cards

subnet

A portion of a network where devices share a common address prefix that allows direct communication without routing.

9
New cards

NAT (Network Address Translation)

A method used to convert private IP addresses to a public IP address for routing to the internet.

10
New cards

DHCP (Dynamic Host Configuration Protocol)

A network management protocol used to dynamically assign IP addresses and other configuration to devices on a network.

11
New cards

OpenFlow

A protocol that allows a remote controller to interact with the forwarding plane of network devices, centralizing the control of packet forwarding.

12
New cards

longest prefix matching

A method used in routing to find the most specific route for an IP address by matching the longest address prefix.

13
New cards

encapsulation

Wrapping of data with protocol information at each layer of the network model.

14
New cards

forwarding table

A data structure used by routers to determine the output link for incoming packets based on their destination.

15
New cards

QoS (Quality of Service)

A set of technologies to manage network resources to provide better service to selected network traffic.

16
New cards

IPv6

The most recent version of the Internet Protocol designed to replace IPv4, featuring a vastly larger address space.