OSI Model

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

1/37

flashcard set

Earn XP

Description and Tags

A collection of vocabulary flashcards covering network protocols, the seven layers of the OSI model, port numbers, and the encapsulation process based on the CompTIA Network+ N10-009 course notes.

Last updated 1:47 PM on 8/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Protocol

A set of rules for formatting and processing data that enables computers to communicate regardless of software and hardware differences.

2
New cards

Open System Interconnection (OSI) Model

A model made up of seven layers used to organize and describe network functions to achieve interoperability of diverse vendor devices.

3
New cards

Layer 7 - Application

The entry door to network services that interfaces user applications, network management services, and remote access.

4
New cards

Simple Mail Transfer Protocol (SMTP)

An Application Layer protocol used for email transmission, associated with port 2525.

5
New cards

Simple Network Management Protocol (SNMP)

An Application Layer protocol used for network management, associated with port 161161.

6
New cards

Hypertext Transfer Protocol (HTTP)

An Application Layer protocol used for the World Wide Web, associated with port 8080.

7
New cards

File Transfer Protocol (FTP)

An Application Layer protocol used for file transfers, associated with port 2121.

8
New cards

Telnet

An Application Layer protocol used for remote access, associated with port 2323.

9
New cards

Trivial File Transfer Protocol (TFTP)

An Application Layer protocol used for simple file transfers, associated with port 6969.

10
New cards

Post Office Protocol version 3 (POP3)

An Application Layer protocol used for receiving email, associated with port 110110.

11
New cards

Internet Message Access Protocol (IMAP)

An Application Layer protocol used for accessing email on a server, associated with port 143143.

12
New cards

Layer 6 - Presentation

The layer concerned with data representation, conversion, character code translation, compression, and encryption/decryption.

13
New cards

ASCII

American Standard Code For Information Interchange; a character encoding standard at the Presentation Layer.

14
New cards

JPEG

Joint Photographic Experts Group; a standard for photographic data representation at the Presentation Layer.

15
New cards

Layer 5 - Session

The layer that provides logical persistent connections between peer hosts and manages the creation, monitoring, and tearing down of sessions.

16
New cards

Network File System (NFS)

A Session Layer protocol that allows a user on a client computer to access files over a network.

17
New cards

Structured Query Language (SQL)

A Session Layer language used for managing data held in a relational database management system.

18
New cards

Layer 4 - Transport

The layer responsible for end-to-end communication, reliability, and transport between peer hosts using TCP or UDP.

19
New cards

Transmission Control Protocol (TCP)

A full-duplex, connection-oriented and reliable protocol at the Transport Layer.

20
New cards

User Datagram Protocol (UDP)

A simplex, connectionless, 'best effort' protocol at the Transport Layer.

21
New cards

Well-Known Ports

The range of ports spanning from 00 to 10231023.

22
New cards

Registered Ports

The range of ports spanning from 10241024 to 4915149151.

23
New cards

Dynamic or Private Ports

The range of ports spanning from 4915249152 to 6553565535.

24
New cards

Layer 3 - Network

The layer responsible for path determination and logical addressing, primarily using the Internet Protocol (IP).

25
New cards

Internet Control Message Protocol (ICMP)

A Network Layer protocol used by network devices to send error messages and operational information.

26
New cards

Internet Group Management Protocol (IGMP)

A Network Layer protocol used by hosts and adjacent routers on IPv4 networks to establish multicast group memberships.

27
New cards

Layer 2 - Data Link

The layer that transmits frames, detects errors, and uses MAC/Hardware addresses to communicate within the same network.

28
New cards

Media Access Control (MAC) layer

A sublayer of the Data Link Layer that manages protocol access to the physical network medium and handles physical addressing.

29
New cards

Logical Link Control (LLC) layer

The upper sublayer of the Data Link Layer that provides flow control and error control.

30
New cards

Address Resolution Protocol (ARP)

A Data Link Layer protocol used to resolve IP addresses into MAC addresses.

31
New cards

Reverse Address Resolution Protocol (RARP)

A Data Link Layer protocol used to resolve MAC addresses into IP addresses.

32
New cards

Layer 1 - Physical

The layer responsible for converting bits into electrical, light, or radio signals and handling physical topologies and media.

33
New cards

Encapsulation

The process of wrapping data in specific protocols as it moves down the OSI model (Data -> Segment -> Packet -> Frame -> Bits).

34
New cards

De-encapsulation

The process of unwrapping data protocol headers as it moves up the OSI model from bits to the application layer.

35
New cards

Segment / Datagram

The Protocol Data Unit (PDU) at the Transport Layer (Layer 4).

36
New cards

Packet

The Protocol Data Unit (PDU) at the Network Layer (Layer 3).

37
New cards

Frame

The Protocol Data Unit (PDU) at the Data Link Layer (Layer 2).

38
New cards

Bits

The Protocol Data Unit (PDU) at the Physical Layer (Layer 1).