You are on page 1of 4

OSI Reference Model

1. Physical Layer
Transmit raw bits over a communication channel.
Make sure
when one side sends 1 bit, the other side should also
receive 1 bit. But not 0
Questions here are:
1. How many volts should be used to represent 1 and
How many volts should be used to represent 0.
2. How many nanoseconds a bit lasts.
3. Weather transmission proceeds in both directions.
4. How the initial connection is established and
How it is torn down when both sides are finished.
5. How many pins the network connector has and
2. Data link layer
The Data-Link layer is the protocol layer in a program that
handles the moving of data in and out across a physical link
in a network.
The Data-Link layer contains two sublayers that are
described in the IEEE-802 LAN standards:
1. Media Access Control (MAC)
2. Logical Link Control (LLC)
The Data-Link layer ensures that
1. an initial connection has been set up,
2. divides output data into data frames and
3. If the data frame is received the receiver will send
back the acknowledgement frame.

3. Network Layer
The Data-Link layer is the protocol layer in a program that
handles the moving of data in and out across a physical link
in a network.
The Data-Link layer contains two sublayers that are
described in the IEEE-802 LAN standards:
1. Media Access Control (MAC)
2. Logical Link Control (LLC)
The Data-Link layer ensures that
1. an initial connection has been set up,
2. divides output data into data frames and
3. If the data frame is received the receiver will send
back the acknowledgement frame.

You might also like