Lesson 1A Flashcards

1
Q

What is the Physical Layer responsible for in the OSI model?

A

The Physical Layer (Layer 1) is responsible for transmitting raw bits (0s and 1s) over a physical medium such as cables or wireless signals. It deals with the physical connection between devices, including cable types, connectors, and signal transmission.

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

What is the unit of data used in the Physical Layer?

A

The unit of data used in the Physical Layer is called Bits. These are the raw electrical or optical signals that represent data being transmitted over the network.

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

What does the Data Link Layer (Layer 2) do with data?

A

The Data Link Layer (Layer 2) takes bits from the Physical Layer and groups them into Frames. Frames add header and trailer information, including MAC addresses, to ensure data is delivered correctly within the same network segment.

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

What is the unit of data used in the Data Link Layer?

A

The unit of data used in the Data Link Layer is called a Frame. Frames include headers with source and destination MAC addresses and are used to transfer data between devices on the same local network.

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

What role does the Network Layer (Layer 3) play in data transmission?

A

The Network Layer (Layer 3) takes frames from the Data Link Layer and encapsulates them into Packets. It adds logical addressing (IP addresses) to the packets and handles routing them through different networks.

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

What is the unit of data used in the Network Layer?

A

The unit of data used in the Network Layer is called a Packet. Packets include IP addresses and are used to route data between different networks.

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

How does the Transport Layer (Layer 4) manage data?

A

The Transport Layer (Layer 4) takes packets from the Network Layer and breaks them into Segments. Each segment contains a header with port numbers to ensure data is delivered to the correct application and manages end-to-end communication.

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

What is the unit of data used in the Transport Layer?

A

The unit of data used in the Transport Layer is called a Segment. Segments include application layer data, port numbers, and sequence numbers to manage data flow and ensure reliable delivery.

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

How are data units encapsulated as they move down the OSI model?

A

As data moves down the OSI model:

Application data is divided into Segments (Layer 4).
Segments are encapsulated into Packets (Layer 3).
Packets are framed into Frames (Layer 2).
Frames are converted into Bits (Layer 1) for transmission.

Bacon Frying Produces Salivation

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

What is the function of a Transceiver in the Physical Layer?

A

A Transceiver is a device that converts data from one form to another. It sends and receives signals over the network medium, such as cables or wireless channels, handling the physical layer’s responsibilities.

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

What is the purpose of a Hub in the Physical Layer?

A

A Hub is a multiport repeater that connects multiple devices in a network, allowing them to communicate by retransmitting signals to all connected devices.(Legacy)

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

What does a Repeater do in the Physical Layer?

A

A Repeater amplifies the electrical signal to extend the maximum allowable distance for a media type. It helps in maintaining signal strength over longer distances.

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

What is a Media Converter in the Physical Layer?

A

A Media Converter is a device that changes one type of media signaling to another. For example, it might convert electrical signals from copper cables to optical signals for fiber optics.

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

What does the Data Link Layer (Layer 2) use to ensure data is delivered correctly?

A

The Data Link Layer (Layer 2) uses Frames with MAC addresses and error-checking mechanisms to ensure data is delivered accurately within a local network segment.

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

What is a Modem used for in the Physical Layer?

A

A Modem modulates and demodulates signals, enabling digital data to be transmitted over analog lines, such as telephone lines. It converts digital data into analog signals and vice versa.

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

How does the Network Layer (Layer 3) ensure data reaches the correct network?

A

The Network Layer (Layer 3) uses Packets with IP addresses to route data across different networks, ensuring it reaches the correct destination network.

16
Q

What does the Session Layer (Layer 5) manage?

A

The Session Layer (Layer 5) manages sessions or dialogs between applications. It establishes, maintains, and terminates communication sessions between applications.

16
Q

How does the Transport Layer (Layer 4) ensure data is delivered to the correct application?

A

The Transport Layer (Layer 4) uses Segments with port numbers to direct data to the correct application on the receiving host and manages end-to-end communication.

17
Q

What is the role of the Presentation Layer (Layer 6)?

A

The Presentation Layer (Layer 6) transforms data into a format suitable for the application layer. It handles data encryption, compression, and format translation (e.g., ASCII to Unicode).

18
Q

How does Alice send an email to Bob using the OSI model?

A
  1. Application Layer (Layer 7): Alice composes the email.
  2. Presentation Layer (Layer 6): The email is formatted.
  3. Session Layer (Layer 5): A session is created with Bob’s email server.
  4. Transport Layer (Layer 4): The email is divided into segments with port numbers.
  5. Network Layer (Layer 3): The data is packed into packets with Bob’s IP address.
  6. Data Link Layer (Layer 2): Packets are framed with MAC addresses.
  7. Physical Layer (Layer 1): The data is transmitted as signals over the network.
  8. Bob’s Side: The email is received and processed through the same layers.