Protocol Layers (OSI & TCP/IP)

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

1/16

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.

17 Terms

1
New cards

Protocol Stack

A structured set of layers where each performs specific communication functions.

2
New cards

OSI Model

A 7 layer reference model for network communication.

3
New cards

Physical Layer (L1)

Handles the physical connection; defines electrical/mechanical properties of transmission.

4
New cards

Data Link Layer (L2)

Ensures reliable frame delivery over a physical link; manages error detection.

5
New cards

Network Layer (L3)

Handles logical addressing and routing of packets (IP layer).

6
New cards

Transport Layer (L4)

Provides end to end communication (TCP/UDP).

7
New cards

Session Layer (L5)

Manages sessions and dialogs between applications.

8
New cards

Presentation Layer (L6)

Performs data translation, encryption, and compression.

9
New cards

Application Layer (L7)

Provides network services such as HTTP, FTP, and SMTP.

10
New cards

TCP/IP Model

A 4layer model used by the Internet: Link, Internet, Transport, and Application layers.

11
New cards

Encapsulation

Process of wrapping data with protocol headers as it moves down the layers.

12
New cards

Decapsulation

Process of removing headers as data moves up the stack.

13
New cards

Layered Architecture

Each layer provides services to the one above and relies on the one below.

14
New cards

Why Layering?

Simplifies design, maintenance, and updates by separating responsibilities.

15
New cards

Example: Air Travel Analogy

Each step (ticketing, boarding, flying) represents a separate layer providing a service.

16
New cards

Service Models

Define what services each layer offers to the next.

17
New cards

Encapsulation Example

Application → Transport → Network → Link → Physical → Transmission → Reception (reverse on destination).