OSI Model Flashcards

(29 cards)

1
Q

Layer 1

A

Physical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Layer 2

A

Data Link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Layer 3

A

Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Layer 4

A

Transport

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Layer 5

A

Session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Layer 6

A

Presentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Layer 7

A

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is the OSI Model important?

A

Standardization:
Provides a universal framework for understanding and developing network protocols.
Interoperability:
Ensures that different hardware and software systems can communicate effectively.
Troubleshooting:
Helps network engineers isolate and resolve issues by focusing on specific layers.
Modularity:
Changes in one layer do not affect others, making it easier to update and improve protocols.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Purpose of Physical Layer

A

Physical connection between devices and the transmission of raw binary data (0s and 1s) over a physical medium.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Purpose of Data Link Layer

A

Provides reliable transmission of data across a physical network link by detecting and possibly correcting errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Purpose of Network Layer

A

Handles the routing and forwarding of data between devices across different networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Purpose of Transport Layer

A

Ensures reliable data delivery between devices, including error recovery and flow control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Purpose of Session Layer

A

Manages and controls the establishment, maintenance, and termination of communication sessions between devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Purpose of Presentation Layer

A

Translates and formats data to ensure it can be understood by the application layer and by the receiving device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Purpose of Application Layer

A

Provides network services to end users and interfaces with applications. It’s the layer users interact with directly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the functions of the Physical Layer?

A

Converts digital data into electrical, optical, or radio signals for transmission.
Defines cables, connectors, voltages, frequencies, and data rates.

17
Q

What are the functions of the Data Link Layer?

A

Organizes data into frames for transmission.
Handles MAC (Media Access Control) addresses to identify devices on the same network.
Ensures error-free delivery using checksums and acknowledgments.

18
Q

What are the functions of the Network Layer?

A

Divides data into packets.
Determines the best path for data to reach its destination (routing).
Uses IP addresses for addressing and delivery.

19
Q

What are the functions of the Transport Layer?

A

Divides data into segments for transmission.
Provides error detection and correction.
Ensures complete and ordered delivery of data using retransmissions when necessary.
Protocols:
TCP (Transmission Control Protocol): Reliable, connection-oriented.
UDP (User Datagram Protocol): Unreliable, connectionless, faster.

20
Q

What are the functions of the Session Layer?

A

Synchronizes communication by establishing, maintaining, and ending sessions.
Coordinates dialog control (full-duplex, half-duplex).

21
Q

What are the functions of the Presentation Layer?

A

Handles data encryption, decryption, compression, and conversion.
Ensures compatibility between systems with different data formats.

22
Q

What are the functions of the Application Layer?

A

Handles application-level protocols for specific services.
Facilitates file transfers, email, and web browsing.

23
Q

Examples of the Physical Layer

A

Ethernet cables, fiber optics, Wi-Fi signals.
Hubs, repeaters.

24
Q

Examples of the Data Link Layer

A

Ethernet (IEEE 802.3), Wi-Fi (IEEE 802.11).
Switches, bridges.

25
Examples of the Network Layer
Internet Protocol (IP), IPv4, IPv6. Routers.
26
Examples of the Transport Layer
TCP, UDP. Port numbers (e.g., port 80 for HTTP, port 443 for HTTPS).
27
Examples of the Session Layer
Session management in Remote Procedure Calls (RPC). NetBIOS, SMB.
28
Examples of the Presentation Layer
SSL/TLS encryption. Data formats like JPEG, PNG, MP4, ASCII, EBCDIC.
29
Examples of the Application Layer
HTTP/HTTPS (web browsing), SMTP (email), FTP (file transfer), DNS (domain name resolution).