OSI Model – Core Vocabulary

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

1/29

flashcard set

Earn XP

Description and Tags

30 English vocabulary flashcards covering key terms and concepts from the OSI Model lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

OSI Model

A seven-layer conceptual framework created by ISO in 1984 to standardize network communication functions.

2
New cards

International Organization for Standardization (ISO)

The standards body that developed the OSI model.

3
New cards

Application Layer (Layer 7)

Top OSI layer that provides network services directly to end-user applications (e.g., HTTP, FTP, SMTP).

4
New cards

Presentation Layer (Layer 6)

Handles data translation, encryption, and compression so the Application layer can understand incoming data.

5
New cards

Session Layer (Layer 5)

Establishes, manages, and terminates sessions between applications, providing dialogue control and synchronization.

6
New cards

Transport Layer (Layer 4)

Provides reliable or best-effort end-to-end data delivery, segmentation, flow and error control (e.g., TCP, UDP).

7
New cards

Network Layer (Layer 3)

Performs logical addressing and routing of packets across networks (e.g., IP, OSPF, BGP).

8
New cards

Data Link Layer (Layer 2)

Ensures reliable data transfer across a physical link; uses MAC addresses and framing (e.g., Ethernet, Wi-Fi).

9
New cards

Physical Layer (Layer 1)

Defines electrical, mechanical, and signaling specifications for transmitting raw bit streams over the medium.

10
New cards

Encapsulation

Process in which each OSI layer adds its header (and trailer, if applicable) to the data from the layer above.

11
New cards

Decapsulation

Reverse process of stripping headers/trailers as data ascends the OSI layers at the receiving host.

12
New cards

Protocol Data Unit (PDU)

Layer-specific data unit created after encapsulation (e.g., Segment, Packet, Frame).

13
New cards

Segment

Transport-layer PDU generated by TCP after adding its header to data.

14
New cards

Packet

Network-layer PDU formed when the IP header is added to a segment or datagram.

15
New cards

Frame

Data Link-layer PDU consisting of a packet plus link-layer header and trailer.

16
New cards

Bit

Smallest unit of data; the Physical layer transmits raw bits over the medium.

17
New cards

TCP (Transmission Control Protocol)

Connection-oriented, reliable Transport-layer protocol providing sequencing, acknowledgment, and flow control.

18
New cards

UDP (User Datagram Protocol)

Connectionless, best-effort Transport-layer protocol that offers low-latency delivery without reliability guarantees.

19
New cards

IP (Internet Protocol)

Network-layer protocol responsible for logical addressing and packet routing across interconnected networks.

20
New cards

MAC Address

Unique physical address assigned to a network interface card, used at the Data Link layer.

21
New cards

Router

Layer 3 device that forwards packets between networks based on IP addresses.

22
New cards

Switch

Layer 2 device that forwards frames within a local network based on MAC addresses.

23
New cards

Hub

Layer 1 device that broadcasts incoming bits to all connected ports without filtering.

24
New cards

Repeater

Layer 1 device that regenerates and amplifies signals to extend the physical network range.

25
New cards

Flow Control

Technique (e.g., sliding window) used mainly at the Transport layer to manage data transmission rate between hosts.

26
New cards

Congestion Control

Transport-layer mechanisms (e.g., TCP slow start) that reduce network congestion by adjusting send rates.

27
New cards

Logical Addressing

Use of IP addresses at the Network layer to uniquely identify hosts across networks.

28
New cards

Routing

Process of selecting a path for traffic across one or more networks, handled by the Network layer.

29
New cards

TCP/IP Model

Four-layer practical model (Application, Transport, Internet, Network Access) that dominates real-world networking.

30
New cards

Layered Troubleshooting

Diagnostic approach that isolates network problems by testing each OSI layer in sequence.