OSI Model Flashcards

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

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What does OSI stand for?

Open Systems Interconnection — a conceptual model that standardizes communication functions into 7 layers.

2
New cards

How many layers are in the OSI model? and what’s the top-to-bottom order?

7 layers: Application, Presentation, Session, Transport, Network, Data Link, Physical.

3
New cards

What is a common mnemonic to remember OSI layers (top → bottom)?

All People Seem To Need Data Processing.

4
New cards

What is the name and role of OSI Layer 7?

Application Layer – Closest to the end-user, provides network services like email, file transfer, web browsing.

5
New cards

What are examples of Layer 7 protocols?

HTTP/HTTPS, FTP, SMTP, DNS, POP3, IMAP, SNMP.

6
New cards

What is the name and role of OSI Layer 6?

Presentation Layer – Translates, encrypts, and compresses data for the Application Layer.

7
New cards

What are examples of Layer 6 functions?

Data formatting, character encoding (ASCII, EBCDIC), encryption (TLS/SSL), compression (JPEG, MP3, GIF).

8
New cards

What is the name and role of OSI Layer 5?

Session Layer – Establishes, manages, and terminates communication sessions between applications.

9
New cards

What are examples of Layer 5 functions/protocols?

NetBIOS, RPC, SQL session management, establishing check points in data transfer.

10
New cards

What is the name and role of OSI Layer 4?

Transport Layer – Ensures complete data transfer with error-checking and flow control.

11
New cards

What are examples of Layer 4 protocols?

TCP (reliable, connection-oriented), UDP (faster, connectionless).

12
New cards

What is Layer 4 addressing & data unit?

Uses port numbers (e.g., TCP 80 = HTTP). Data unit is called a Segment.

13
New cards

What is the name and role of OSI Layer 3?

Network Layer – Determines the best physical path for data; handles logical addressing and routing.

14
New cards

What are examples of Layer 3 protocols?

IP (IPv4, IPv6), ICMP, IPsec, OSPF, RIP, BGP.

15
New cards

What are Layer 3 devices & data unit?

Devices = Routers, Layer 3 switches. Data unit = Packet.

16
New cards

What is the name and role of OSI Layer 2?

Data Link Layer – Provides error detection, MAC addressing, and controls how data is placed on the medium.

17
New cards

What are the two sublayers of Layer 2?

LLC (Logical Link Control) and MAC (Media Access Control).

18
New cards

What are examples of Layer 2 protocols?

Ethernet (IEEE 802.3), PPP, Frame Relay, ARP.

19
New cards

What are Layer 2 devices & data unit?

Devices = Switches, Bridges. Data unit = Frame.

20
New cards

What is the name and role of OSI Layer 1?

Physical Layer – Defines the physical transmission of raw bits over a medium (cables, voltage, radio frequencies).

21
New cards

What are examples of Layer 1 technologies?

Ethernet cables, fiber optics, Wi-Fi radio waves, hubs, repeaters.

22
New cards

What is the Layer 1 data unit?

Bits (0s and 1s).

23
New cards

Which OSI layers are combined in the TCP/IP model’s Application layer?

Application (7), Presentation (6), and Session (5).

24
New cards

Which OSI layers map to the TCP/IP Network layer?

OSI’s Network layer (3).

25
New cards

Which OSI layers map to the TCP/IP Network Access (Link) layer?

Data Link (2) and Physical (1).