OSI Model Flashcards

1
Q

Which of the following reside at the physical layer of the OSI model? (Select 3 answers)

A

Hub
Networking Cable
Repeater

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

Physical layer of the OSI model is also known as

A

Layer 1

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

What are the characteristic components of the OSI data link layer?

A

MAC address
Network switch
Ethernet frame

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

Layer 2 of the OSI model is also referred to as:

A

Data link layer

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

refers to a data link layer device designed to forward frames between network segments?

A

Switch

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

refer to the OSI network layer components?

A

Router
IP address
Packet

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

What is the name of a network layer protocol that specifies the format of packets and addressing scheme in network communications

A

IP

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

refers to the OSI network layer?

A

Layer 3

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

Which of the protocols listed below reside at the OSI transport layer?

A

UDP
TCP

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

Layer 4 of the OSI model is also known as

A

Transport layer

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

Which OSI layer assumes the responsibility for opening, closing, and maintaining connections between applications?

A

Session layer

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

Authentication and authorization take place at the:

A

Session layer

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

Data format translation, data compression, and data encryption/decryption take place at the:

A

Presentation layer of the OSI model

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

The term “Presentation layer” refers to:

A

Layer 6

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

The application layer of the OSI model is also known as:

A

Layer 7

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

Which of the following protocols reside(s) at the application layer of the OSI model?

A

HTTP
FTP
SMTP

16
Q

In the context of the OSI model, the term “Data encapsulation” is used to describe a process where each layer of the OSI model adds its own control information to the original data that is being passed across the layers from the physical layer up to the application layer.

A

False

17
Q

In the OSI model, the physical layer PDU is known as:

A

Bit

17
Q

refers to the OSI layer 2 header data? (Select 2 answers)

A

Source MAC address
Destination MAC address

18
Q

In the OSI model, the layer 2 PDU is called:

A

Frame

19
Q

In the OSI model, the layer 3 PDU is known as

A

Packet

20
Q

refers to examples of network layer header data? (Select 2 answers)

A

Source IP address
Destination IP address

21
Q

User Datagram Protocol (UDP) is a connection-oriented protocol using a three-way handshake which is a set of initial steps required for establishing network connection. UDP supports retransmission of lost packets, flow control (managing the amount of data that is being sent), and sequencing (rearranging packets that arrived out of order). Example applications of UDP include transmission of text and image data.

A

False

22
Q
A
23
Q

Transmission Control Protocol (TCP) is an example of a connectionless protocol. Because TCP does not support three-way handshake while establishing a network connection, it is referred to as unreliable or best-effort protocol. Example applications of TCP include transmission of video and audio streaming data.

A

False