2: OSI Model Flashcards

(36 cards)

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

What is the primary purpose of the Open Systems Interconnection (OSI) model?

A

The OSI model is a conceptual framework used to describe the process that data takes as it traverses a network, providing a standardized way to discuss network functions.

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

What conceptual framework is used to describe the process that data takes as it traverses a network?

A

The Open Systems Interconnection (OSI) model.

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

What are the seven layers of the OSI model, from Layer 7 down to Layer 1?

A

Layer 7: Application
Layer 6: Presentation
Layer 5: Session
Layer 4: Transport
Layer 3: Network
Layer 2: Data Link
Layer 1: Physical

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

What is a common mnemonic for remembering the OSI layers from top (Layer 7) to bottom (Layer 1)?

A

All People Seem To Need Data Processing.

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

What does the Physical Layer (Layer 1) of the OSI model describe?

A

It describes the physical signals that are sent through the cables, fibers, and wireless transmissions on a network.

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

Which OSI layer describes the physical signals sent through cables, fibers, and wireless transmissions?

A

The Physical Layer (Layer 1).

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

What are common examples of components that operate at Layer 1?

A

Cables (copper), fiber optic connections, and wireless radio signals.

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

If you suspect a bad cable or wireless interference, which OSI layer are you troubleshooting?

A

Layer 1, the Physical Layer.

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

What is the fundamental function of the Data Link Layer (Layer 2)?

A

It is the fundamental layer used for communication between two devices on the same local network.

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

Which OSI layer is used for communication between two devices on the same local network, often called the ‘switching layer’?

A

The Data Link Layer (Layer 2).

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

What specific type of hardware address is used at Layer 2 for communication on a local network?

A

The Media Access Control (MAC) address.

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

What does MAC stand for?

A

Media Access Control.

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

What is the acronym for Media Access Control?

A

MAC.

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

What common network device makes its forwarding decisions based on Layer 2 information?

A

A network switch.

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

What is the primary function of the Network Layer (Layer 3), often referred to as the ‘routing layer’?

A

The Network Layer is responsible for forwarding traffic between different networks.

17
Q

Which OSI layer is responsible for forwarding traffic between different networks using logical addresses?

A

The Network Layer (Layer 3).

18
Q

What logical address does a router use at Layer 3 to determine how to forward traffic?

A

The destination IP address.

19
Q

What is the name for the process of breaking frames into smaller pieces to traverse a network, which occurs at Layer 3?

A

Fragmentation.

20
Q

What is the main responsibility of the Transport Layer (Layer 4)?

A

The Transport Layer provides the mechanisms for transporting data between devices and handles the end-to-end management of the connection.

21
Q

Which OSI layer, known as the ‘post office layer,’ manages the end-to-end transportation of data?

A

The Transport Layer (Layer 4).

22
Q

What are the two primary protocols that operate at the Transport Layer?

A

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

23
Q

What does TCP stand for?

A

Transmission Control Protocol.

24
Q

What is the acronym for Transmission Control Protocol?

25
What does UDP stand for?
User Datagram Protocol.
26
What is the acronym for User Datagram Protocol?
UDP.
27
What is the primary role of the Session Layer (Layer 5)?
The Session Layer is responsible for communication management between devices, including initiating, maintaining, and terminating the session.
28
Which OSI layer is responsible for initiating, maintaining, and terminating communication dialogues?
The Session Layer (Layer 5).
29
What three actions related to a communication dialogue are managed by Layer 5?
The initiation, stopping, and restarting of the session.
30
What is the main function of the Presentation Layer (Layer 6)?
It is responsible for translating data into a format that the Application Layer can understand, such as handling character encoding and encryption.
31
Which OSI layer translates data into a common format, handling tasks like character encoding and application-level encryption?
The Presentation Layer (Layer 6).
32
What common security process, often using SSL or TLS, is associated with Layer 6?
Application-level encryption and decryption.
33
What is the function of the Application Layer (Layer 7) in the OSI model?
It is the top layer that the end-user directly interacts with, providing the interface between applications and the underlying network.
34
Which OSI layer provides the interface that a user sees on their screen?
The Application Layer (Layer 7).
35
Name three common application protocols that operate at Layer 7.
Hypertext Transfer Protocol (HTTP) File Transfer Protocol (FTP) Domain Name System (DNS)
36
Which OSI layer are you interacting with when you view a website in your browser?
The Application Layer (Layer 7).