OSI Model Textbook

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/33

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.

34 Terms

1
New cards

OSI Model

Open Systems Interconnection (OSI) Reference Model developed by ISO.

2
New cards

Purpose of OSI Model

Standardize how network devices communicate and allow interoperability between different vendors.

3
New cards

Advantage of OSI Model

Isolate problems by testing layer by layer instead of the entire system at once.

4
New cards

Layer 1 - Physical

Transmits raw binary data (0s and 1s) over physical media.

5
New cards

Key Functions of Layer 1

Defines voltage, light, or radio wave patterns; controls cable types, signal strength, and data rates.

6
New cards

Devices/Tech in Layer 1

Ethernet cables (copper/fiber), hubs, repeaters, network interface cards (NICs).

7
New cards

Data Unit (PDU) of Layer 1

Bits.

8
New cards

Example of Layer 1

Sending electrical pulses down a copper wire to represent 1s and 0s.

9
New cards

Layer 2 - Data Link

Provides reliable node-to-node delivery within the same local area network (LAN).

10
New cards

Key Functions of Layer 2

Uses MAC addresses for communication; frames data for transmission; error detection with CRC.

11
New cards

Devices in Layer 2

Switches, bridges.

12
New cards

Data Unit of Layer 2

Frames.

13
New cards

Example of Layer 2

A switch sending a frame only to the intended device instead of broadcasting everywhere.

14
New cards

Layer 3 - Network

Handles logical addressing and routing.

15
New cards

Key Functions of Layer 3

Assigns IP addresses; determines the best path (routing); manages fragmentation and reassembly of packets.

16
New cards

Devices in Layer 3

Routers, Layer 3 switches.

17
New cards

Data Unit of Layer 3

Packets.

18
New cards

Example of Layer 3

A router forwarding a packet across multiple networks using IP addresses.

19
New cards

Layer 4 - Transport

Ensures end-to-end delivery of data.

20
New cards

Key Functions of Layer 4

Splits large data into segments; uses ports to direct data to correct applications.

21
New cards

Protocols in Layer 4

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).

22
New cards

Data Unit of Layer 4

Segments (TCP) / Datagrams (UDP).

23
New cards

Example of Layer 4

TCP ensuring that a web page loads completely and in the right order.

24
New cards

Layer 5 - Session

Establishes, maintains, and terminates sessions between devices.

25
New cards

Key Functions of Layer 5

Coordinates communication between applications; manages dialog.

26
New cards

Example of Layer 5

Keeping a user logged into a website while browsing multiple pages.

27
New cards

Layer 6 - Presentation

Translates data into a usable form for the application.

28
New cards

Key Functions of Layer 6

Data translation, compression, encryption/decryption.

29
New cards

Example of Layer 6

Converting an image file into a displayable format on a browser.

30
New cards

Layer 7 - Application

Closest to the end user — provides network services directly.

31
New cards

Common Protocols in Layer 7

HTTP/HTTPS, FTP, SMTP/POP3/IMAP, DNS, DHCP, SSH/Telnet.

32
New cards

Example of Layer 7

A user typing a web address in Chrome (HTTP request).

33
New cards

Encapsulation

Wrapping data with headers as it moves down the OSI layers.

34
New cards

Decapsulation

Reverse process at the receiving end — stripping headers at each layer until raw data is delivered to the application.