OSI Reference Model Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on the OSI Reference Model lecture notes, covering all seven layers, the DoD model, and data encapsulation processes.

Last updated 11:13 PM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Network Reference Model

A blueprint detailing how communication between network devices should occur, preventing proprietary lock-in to a single vendor's equipment.

2
New cards

Protocols

Rules that govern end-to-end communication between devices on a network.

3
New cards

TCP/IP suite

The most prevalent protocol suite and the foundation of the Internet.

4
New cards

OSI Reference Model

Developed by the International Organization for Standardization (ISOISO) and formalized in 19841984, it consists of 77 layers governing network information transfer.

5
New cards

Layer-7 - Application layer

The top-most layer that provides the interface between the user application and the network, identifies communication partners, and determines resource availability.

6
New cards

Layer-6 - Presentation layer

Controls the formatting and syntax of user data (such as GIFGIF, JPGJPG, or MP3MP3) and can perform encryption and compression.

7
New cards

Layer-5 - Session layer

Responsible for establishing, maintaining, and terminating sessions between devices, managing communication types like Full-Duplex or Half-Duplex.

8
New cards

Full-Duplex

A category of session communication that allows for simultaneous two-way communication.

9
New cards

Half-Duplex

A category of session communication that allows for two-way communication, but not simultaneously.

10
New cards

Simplex

A category of session communication consisting of one-way communication only.

11
New cards

Layer-4 - Transport layer

Ensures the reliable transfer of data so it arrives error-free and in order, utilizing either connection-oriented or connectionless communication.

12
New cards

Segmentation and sequencing

A Transport layer service where data is broken into smaller pieces and assigned a sequence number for reassembly at the receiving device.

13
New cards

Flow control (or windowing)

The negotiation of the data transfer rate to prevent network congestion.

14
New cards

Transmission Control Protocol (TCP)

A connection-oriented protocol in the TCP/IPTCP/IP suite that ensures reliable delivery of data.

15
New cards

User Datagram Protocol (UDP)

A connectionless protocol in the TCP/IPTCP/IP suite.

16
New cards

Layer-3 - Network layer

Controls internetwork communication with two key responsibilities: logical addressing and routing.

17
New cards

Logical addressing

The provision of a unique address identifying both the host and the network the host exists on.

18
New cards

Routing

The process of determining the best path to a particular destination network.

19
New cards

Layer-2 - Data-Link layer

Responsible for transporting data within a network and packaging higher-layer data into frames.

20
New cards

Logical Link Control (LLC) sublayer

An intermediary between the physical link and higher layer protocols that ensures protocols like IPIP function regardless of the physical technology used.

21
New cards

Media Access Control (MAC) sublayer

Controls access to the physical medium, using methods like CSMA/CDCSMA/CD for Ethernet.

22
New cards

Encapsulation (Framing)

The process of packaging higher-layer data into frames so it can be put onto the physical wire.

23
New cards

Layer-1 - Physical layer

Controls the signaling and transferring of raw bits onto the physical medium, including cabling, connectors, and hubs.

24
New cards

Protocol Data Units (PDUs)

Headers (and sometimes trailers) added by each layer containing protocol information specific to that layer.

25
New cards

Segments

The name of the PDUPDU at the Transport layer.

26
New cards

Packets

The name of the PDUPDU at the Network layer.

27
New cards

Frames

The name of the PDUPDU at the Data-Link layer.

28
New cards

Decapsulation

The process on a receiving device where a PDUPDU header is processed and stripped away before being sent to the next upper layer.

29
New cards

DoD Model

A four-layer networking model consisting of the Application, Host-to-Host, Internet, and Network Access layers.