Understanding the OSI Model Flashcards

1
Q

What does “OSI Model” stand for?

A

Open Systems Interconnection Reference Model

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

Name all the layers of the OSI model.

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

(APSTNDP - All People Seem To Need Data Processing)

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

What is the Physical Layer (1)?

A

The physical components of the network, such as signaling/cabling/connectors.

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

What is the Data Link Layer (2)?

A

The basic network “language”; the foundation of communication at the data link layer.
The data link layer on Ethernet would be the MAC address.

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

What is the Network Layer (3)?

A

The Internet Protocol layer, aka the “routing” layer.
Responsible for fragmenting data so they can traverse different networks.
I.E. IP Address, Router, Packet.

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

What is IP fragmentation? What layer is responsible for this?

A

When data is too large to go to it’s destination, so it is fragmented into smaller pieces so those pieces can be sent through the network. Network Layer (3) is responsible for this.

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

What is the Transport Layer (4)?

A

This is the “post office” layer. When packets of data are transported across the network, this would be the Transport Layer. Uses TCP and UDP.

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

What is the Session Layer (5)?

A

This layer is responsible for communication between devices. Control protocols and tunneling protocols are found here.

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

What is the Presentation Layer (6)?

A

This layer is where character encoding and data encryption occur (SSL/TLS). Often combined with the application layer.

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

What is the Application Layer (7)?

A

This is the layer that we can physically see.

I.E. a browser window, a file being transferred, or downloading some mail.

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