1.1 Explain concepts related to the Open Systems Interconnection (OSI) reference model.

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

1/6

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.

7 Terms

1
New cards

Layer 1 - Physical

Function: Responsible for transmitting raw bit streams over a physical medium (cables, wireless signals, etc).

Devices: Cables, switches (basic), repeaters, network interface cards (NICs)

Examples: Ethernet cables, fiber optics, wireless signals

2
New cards

Layer 2 - Data Link

Function: Provides error-free transfer of data frames between nodes on the same network. Handles physical addressing (MAC addresses) and error detection.

Devices: Switches, bridges. NICs

Examples: Ethernet frames, MAC addresses, ARP (Address Resolution Protocol).

3
New cards

Layer 3 - Network

Function: Handles routing of data packets between devices on different networks. Defines logical addressing (IP addresses).

Devices: Routers, layer 3 switches

Examples: IP (Internet Protocol), routers, ICMP (Internet Control Messsage Protocol), IP addressing.

4
New cards

Layer 4 - Transport

Functions: Ensures reliable data transfer by providing flow control, error correction, and retransmission of lost data.

Protocols: TCP (transmission control protocol), UDP (user datagram protocol)

Examples: Ports, TCP handshakes, reliability, flow control.

5
New cards

Layer 5 - Session

Function: Manages sessions between applications, ensuring proper communication, synchronization, and dialog control between systems.

Protocols: NetBIOS, RPC (Remote Procedure Call), SMB (Server Message Block).

6
New cards

Layer 6 - Presentation

Function: Translates data between the application and the transport layer, often dealing with encryption, compression, and translation between different formats.

Protocols: SSL/TLS (secure layer/transport layer security), JPEG, GIF

Examples: Encryption (HTTPS), data formatting (JSON, XML), image compression.

7
New cards

Layer 7 - Application

Function: Provides network services directly to the end user and handles high-level protocols for network communication.

Protocols: HTTP, FTP, DNS, SMTP, POP3, IMAP

Examples: Web browsers, email clients, file transfer applications.