OSI Model Basics

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

1/34

flashcard set

Earn XP

Description and Tags

Goes througha. brief of each layer and what happens in each such as what protocols are used and PDU?

Last updated 1:07 AM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

What does the OSI stand for?

Open System Interconnections model

2
New cards

How many layers is the OSI?

7

3
New cards

What are the layers of the OSI?

application, presentation, session, transport, network, data link, and physical

4
New cards

application layer(7)

describes the interface between two applications on separate computers

5
New cards

what protocols does the application layer have

HTTP, SMTP, POP3, IMAP4, FTP, Telnet, and RDP

6
New cards

what two categories do the programs use in layer 7

application and utility programs

7
New cards

what's a payload

data that is passed between applications/utility programs and the OS

8
New cards

what do application programs do

provide services to a user

9
New cards

What do utility programs do?

providing services to the system

10
New cards

presentation layer

responsible for reformatting, compressing, and/or encrypting data in a way that the receiving application can read

11
New cards

session layer

describes how data between applications is synced/recovered if messages don't arrive intact at the receiving application

12
New cards

transport layer

responsible for transporting layer 7 payloads from one application to another

13
New cards

what are the protocols used in the transport layer

TCP and UDP

14
New cards

What does TCP stand for?

transmission control panel

15
New cards

what is TCP

connection-oriented protocol (requires connection between the communicating nodes before it will transmit)

16
New cards

what does udp stand for

user datagram protocol

17
New cards

what is udp

a connectionless protocol that does not guarantee delivery and is used for broadcasting(streaming video/audio)

18
New cards

what is a header

controls information that is added at the beginning of the payload to create a message ready to be transmitted to the network layer

19
New cards

encapsulation

process of adding a header to the data inherited from the layer above

20
New cards

decapsulation

removing a header and trailer from a layer below

21
New cards

segment

unit of data that results from subdividing a larger protocol data unit

22
New cards

datagram

udp equivalent of a segment

23
New cards

network layer

responsible for moving messages from one node to another until they reach the destination

24
New cards

IP

internet protocol

25
New cards

what is an IP address

assigned to each node on a network

26
New cards

fragmentation

when a packet is divided into smaller packets

27
New cards

ARP

Address Resolution Protocol. Maps a logical IP address and matches it with a hardware/MAC address

28
New cards

ICMP

Internet Control Message Protocol. Sends error messages and operational information regarding the IP Packet processing

29
New cards

port number

Identifies specific processes or services (Example: Port 80 = HTTP)

30
New cards

data link layer

responsible for interfacing with the hardware on a local area network. Protocols are programmed into the firmware of the NIC (Network Interface Card)

31
New cards

trailer

controls information that is attached to the end of the packet

32
New cards

frame

layer 2 message

33
New cards

MAC address

Media Access Control: a hardware address assigned to a NIC(Network Interface Card) on every device

34
New cards

NIC

Network Interface Card: a piece of hardware that connect a device to a network that contains a MC address

35
New cards

physical layer

Responsible for sending bits using the wired/wireless transmission (Bit: Layer 1 message)