OSI Model Flashcards

1
Q

Layer 1

A

Physical.

Protocol Data Unit (PDU) = Bit.

Transmission and reception of raw bit streams over a physical medium.

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

Layer 2

A

Data Link.

Protocol Data Unit (PDU) = Frame.

Reliable transmission of date frames between two nodes connected by the physical layer. Two sub-layers MAC and Logical Link Layer.

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

Layer 3

A

Network.

Protocol Data Unit (PDU) = Packet.

Addressing (host), routing, and traffic control.

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

Layer 4

A

Transport.

Protocol Data Unit (PDU) = Segment (TCP) and Datagram (UDP).

Reliable transmission of data segments between points on a network including segmentation, acknowledgement and multiplexing. Uses ports for addressing.

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

Layer 5

A

Session.

PDU = Data.

Managing communication sessions - continuous exchange of information between two nodes.

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

Layer 6

A

Presentation.

PDU = Data.

Translation of data between a networking service and an application; character encoding, data compression and encryption / decryption.

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

Layer 7

A

Application.

PDU = Data.

High level API, including resource sharing remote file access.

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

Bit

A

Smallest unit in computer networking.

0 or 1

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

Byte

A

Composed of 8 bits.

Letter, number, or other ASCII character.

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

Frames (L2) and Packets (L3)

A

Frames and Packets are formatted units of data that are transmitted in a packet-switched network. The way they are transmitted depends on the protocols and transmission methods used.

Both are used interchangeably but frames are L2 and packets L3.

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

Datagrams

A

Are very similar to frames and packets but usually describe those of an “unreliable” protocol, such as UDP.

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

Binary

A

Base 2 numbering system.

1 and 0s.

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

Decimal

A

Base 10 numbering system.

0-9.

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

Hexadecimal

A

Base 16 numbering system.

0-9 and A-F.

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