OSI Model Flashcards

Learn the OSI model.

1
Q

What does OSI stand for in OSI Model?

A

Open Systems Interconnection.

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

What does the OSI provide?

A

A standard for different computer systems to be able to communicate with each other.

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

What are the seven layers of the OSI?

A
  1. Application Layer.
  2. Presentation Layer.
  3. Session Layer.
  4. Transport Layer.
  5. Network Layer.
  6. Datalink Layer.
  7. Physical Layer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the application layer (7) of OSI?

A

Human computer interaction layer, where applications can access network services.

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

What does the presentation layer (6) of OSI do?

A

Ensures that data is in a usable format and is where data encryption occurs.

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

What does the session layer (5) of OSI do?

A

Maintains connections and is responsible for controlling ports and sessions.

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

What does the transport layer (4) of OSI do?

A

Transmits data using transmission protocols including TCP and UDP.

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

What does the network layer (3) of OSI do?

A

Decides which physical path the data will take.

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

What doe the datalink layer (2) of OSI do?

A

Defines the format of data on the network.

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

What does the physical layer (1) of OSI do?

A

Transmits raw bit stream over the physical medium.

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

How is the OSI model useful?

A

Troubleshooting network problems.

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

What is the only layer that directly interacts with data form users in the OSI?

A

Application layer.

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

What is the application layer responsible for in the OSI?

A

Protocols and data manipulation that the application software relies on to present meaningful data to the user.

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

What are examples of application layer protocols?

A

HTTP, SMTP

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

What is the presentation layer responsible for in the OSI?

A

Translation, encryption, and compression of data.

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

What is the session layer responsible for in the OSI?

A

Opening and closing communication between two devices.

17
Q

How can the session layer help with synchronization of data transfer between devices?

A

Using checkpoints so in case of disconnect or crash, transfer can resume at checkpoint.

18
Q

What is the transport layer responsible for in the OSI?

A

End-to-end communication between two devices as well as flow control and error control.

19
Q

What does the transport layer do to the data before moving it from the session layer to the network layer?

A

Breaks it up into chunks called sessions.

20
Q

What is the transport layer on the receiving device responsible for?

A

Reassembling the segments into data the session layer can consume.

21
Q

What does flow control determine in the transport layer?

A

Optimal speed of transmission to ensure that a sender with a fast connection doesn’t overwhelm a receiver with a slow connection.

22
Q

What does error control do in the transport layer?

A

Ensures that the data received is complete, and requests a retransmission if it isn’t.

23
Q

What is the network layer responsible for in the OSI?

A

Facilitating data transfer between two different networks. Finding the best physical path for the data to reach its destination (routing).

24
Q

When is the networking layer unnecessary?

A

When the two communicating devices are on the same network.

25
Q

What does the network layer do on the senders device/

A

Breaks up segments from the transport layer into packets.

26
Q

What does the network layer do on the receivers device?

A

Reassembles packets.

27
Q

What is the datalink layer responsible for in the OSI?

A

Facilitating data transfer between two devices on the SAME network. Also, responsible for flow control and error control in intra-network communication.

28
Q

What does the datalink layer do with packets from the network layer?

A

Brakes them into smaller pieces called frames.

29
Q

What is the physical layer responsible for in OSI?

A

Converting data into bit streams (0s and 1s).

30
Q

What is the physical equipment involved in the physical layer?

A

Switches and cables.

31
Q

In the physical layer, what must both devices agree upon so that the 1s can be distinguished from the 0s on both devices?

A

The signal convention.