OSI MODELS Flashcards

(18 cards)

1
Q

What does OSI stand for in networking?

A

OSI stands for Open Systems Interconnection. It is a conceptual model developed by the ISO to standardize the functions of a telecommunication or computing system into seven abstract layers.

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

Why is the OSI model important in networking?

A

The OSI model helps different network devices and software communicate by providing a universal set of standards for networking protocols and interactions across seven layers. It also aids troubleshooting and understanding data flow.

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

List all seven layers of the OSI model from top to bottom.

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

Which layer of the OSI model handles encryption and compression?

A

The Presentation Layer (Layer 6) handles encryption, decryption, data compression, and translation between different data formats.

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

What is the main role of the Application Layer in the OSI model?

A

The Application Layer (Layer 7) provides services directly to user applications such as web browsing, email, and file transfer. It enables user interaction with the network.

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

What does the Session Layer (Layer 5) do?

A

The Session Layer establishes, manages, and terminates sessions between applications. It handles dialog control and synchronization between communicating systems.

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

What are the responsibilities of the Transport Layer (Layer 4)?

A

The Transport Layer provides reliable or unreliable data delivery, error correction, and flow control. It manages segmentation and reassembly of data and uses TCP or UDP protocols.

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

Which layer is responsible for routing data across networks?

A

The Network Layer (Layer 3) is responsible for logical addressing and routing data packets across different networks. It uses IP addresses and protocols like IP and ICMP.

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

What is the role of the Data Link Layer (Layer 2)?

A

The Data Link Layer ensures reliable transmission of data across a physical link. It handles error detection, MAC addressing, and framing. It includes sublayers: MAC and LLC.

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

Which layer of the OSI model transmits raw bits over a physical medium?

A

The Physical Layer (Layer 1) is responsible for the actual transmission of raw bits over a network medium, such as electrical signals over cables or radio waves in wireless networks.

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

What is encapsulation in the context of the OSI model?

A

Encapsulation is the process of adding headers (and sometimes trailers) to data as it moves down through the OSI layers before transmission. Each layer adds relevant control information.

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

What is the difference between TCP and UDP in relation to the OSI model?

A

TCP and UDP are both Transport Layer protocols. TCP provides reliable, connection-oriented communication, while UDP offers fast, connectionless transmission without guaranteed delivery.

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

How do the OSI and TCP/IP models differ?

A

The OSI model has seven layers, while the TCP/IP model has four layers: Application, Transport, Internet, and Network Access. OSI is theoretical; TCP/IP is used in real-world implementations.

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

Which OSI layer is responsible for segmenting large messages?

A

The Transport Layer (Layer 4) segments large messages into smaller units called segments for transmission, and reassembles them at the destination.

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

At which OSI layer do switches operate?

A

Switches operate at the Data Link Layer (Layer 2), where they forward frames based on MAC addresses.

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

At which OSI layer do routers operate?

A

Routers operate at the Network Layer (Layer 3), where they forward packets based on IP addresses.

17
Q

What is a protocol data unit (PDU) and how does it relate to OSI layers?

A

A PDU is the form data takes at each OSI layer. For example, Layer 4 uses segments, Layer 3 uses packets, Layer 2 uses frames, and Layer 1 uses bits.

18
Q

What is flow control and which OSI layer handles it?

A

Flow control is the process of managing the rate of data transmission to prevent overwhelming the receiver. It is handled by the Transport Layer (Layer 4).