Network Models & OSI Reference Model

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

1/27

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms and functions of the OSI reference model, its layers, design principles, and example application protocols.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

OSI Reference Model

A seven-layer framework created by ISO for standardizing network communication between open systems.

2
New cards

ISO (International Standards Organization)

The body that proposed and maintains the OSI model to promote international protocol standards.

3
New cards

Layer Abstraction Principle

Guideline stating that a new OSI layer should be created whenever a different level of abstraction is required.

4
New cards

Physical Layer

The OSI layer that transmits raw bits over the physical medium, dealing with signals, timing, and connectors.

5
New cards

Signal Representation

The choice of electrical signals used for ‘1’ and ‘0’ bits at the physical layer to ensure correct reception.

6
New cards

Bit Duration

The time (in nanoseconds) each bit occupies on the medium, a key physical-layer timing parameter.

7
New cards

Transmission Direction

Physical-layer decision on whether data can flow simultaneously both ways (full-duplex) or not.

8
New cards

Connection Management (Physical Layer)

Procedures for establishing and tearing down the physical connection between devices.

9
New cards

Connector Configuration

Specification of the number of pins and their functions in a network connector at the physical layer.

10
New cards

Data Link Layer

The OSI layer that provides error-free transmission between adjacent nodes through framing, acknowledgements, and flow control.

11
New cards

Data Frame

A block of data (hundreds/thousands of bytes) created by the data link layer for sequential transmission.

12
New cards

Acknowledgement Frame

Control frame sent by the receiver to confirm correct receipt of a data frame.

13
New cards

Traffic Regulation (Flow Control)

Mechanism in the data link layer that prevents a fast sender from overwhelming a slow receiver.

14
New cards

Medium Access Control (MAC) Sublayer

Part of the data link layer that controls access to a shared broadcast channel.

15
New cards

Network Layer

The OSI layer responsible for routing packets, handling congestion, QoS, and interconnecting heterogeneous networks.

16
New cards

Routing

Process of selecting a path for packets through a subnet, using static tables or dynamic updates.

17
New cards

Congestion Control

Network-layer technique for managing excess packets that cause bottlenecks.

18
New cards

Quality of Service (QoS)

Network-layer metrics such as delay, transit time, and jitter provided to upper layers.

19
New cards

Transport Layer

End-to-end OSI layer that segments data, ensures reliable delivery, and offers various service types to the session layer.

20
New cards

Error-Free Point-to-Point Channel

Common transport service delivering data in order with a practically negligible error rate.

21
New cards

Session Layer

Layer enabling sessions between machines, offering dialog control, token management, and synchronization.

22
New cards

Dialog Control

Session-layer service that tracks which party’s turn it is to transmit data.

23
New cards

Token Management

Session-layer method preventing simultaneous execution of critical operations by multiple parties.

24
New cards

Synchronization (Checkpointing)

Session-layer feature that inserts recovery points into long transmissions to resume after crashes.

25
New cards

Presentation Layer

OSI layer handling the syntax and semantics of data, providing abstract data structures and standard encoding.

26
New cards

Abstract Data Structure

Presentation-layer definition of data formats independent of machine representation for interoperability.

27
New cards

Application Layer

Top OSI layer containing user-oriented protocols such as HTTP, FTP, email, and network news.

28
New cards

HTTP (HyperText Transfer Protocol)

Application-layer protocol enabling web browsers to request and receive pages from servers.