OSI Model Flashcards

1
Q

What is the goal of the OSI model?

A

It’s goal is the interoperability of diverse communications systems with standard protocols.

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

What is OSI?

A

The Open Systems Interconnection Model defines a networking framework that illustrates how information moves from an application program running on one networked computer to an application program running on another networked computer.

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

How many layers are in the OSI Model?

A

There are 7 layers in the OSI Model.

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

What is layer 1 of the OSI Model?

A

Layer 1 is the PHYSICAL layer. The PDU is BITS.
This layer conveys the bit stream - electrical impulse, light or radio signal — through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are protocols with physical layer components.

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

What is layer 2 of the OSI Model?

A

Layer 2 is the DATA LINK layer. The PDU is FRAME.
At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.

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

What is layer 3 of the OSI Model?

A

Layer 3 is the NETWORK layer. The PDU is PACKET.
This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing.

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

What is layer 4 of the OSI Model?

A

Layer 4 is the TRANSPORT layer.
The PDU is segment.
This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer.

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

What is layer 5 of the OSI Model?

A

Layer 5 is the SESSION layer. The PDU is DATA.
This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.

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

What is layer 6 of the OSI Model?

A

Layer 6 is the PRESENTATION layer. The PDU is DATA.
This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer.

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

What is layer 7 of the OSI Model?

A

Layer 7 is the APPLICATION layer. The PDU is DATA.
This layer supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, e-mail, and other network software services. Telnet and FTP are applications that exist entirely in the application level. Tiered application architectures are part of this layer.

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

What are the 7 layers of the OSI Model?

A
1 - Physical
2 - Data Link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does PDU stand for?

A

Protocol Data Unit

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