Ethernet at Data Link and Physical Link
Ethernet at Data Link and Physical Link
1
TRANSMISSION MODES
3
SIMPLEX MODE
4
SIMPLEX MODE
5
SIMPLEX MODE
6
SIMPLEX MODE
7
SIMPLEX MODE
8
HALF-DUPLEX MODE
9
HALF-DUPLEX MODE
10
HALF-DUPLEX MODE
11
HALF-DUPLEX MODE
12
FULL-DUPLEX MODE
13
FULL-DUPLEX MODE
14
FULL-DUPLEX MODE
15
FULL-DUPLEX MODE
16
DIFFERENCES B/W
SIMPLEX, HALF-DUPLEX
AND FULL-DUPLEX
MODE
Basis for Simplex Half-duplex Full-duplex
comparison mode mode mode
In half-duplex
In simplex mode, In full-duplex
mode, the
Direction of the mode, the
communication
communication communication communication
is bidirectional,
is unidirectional. is bidirectional.
but one at a time.
17
DIFFERENCES B/W
SIMPLEX, HALF-DUPLEX
AND FULL-DUPLEX
MODE
Basis for Simplex Half-duplex Full-duplex
comparison mode mode mode
A device can
only send the
Both the devices Both the devices
data but cannot
can send and can send and
Send/Receive receive it or it
receive the data, receive the data
can only receive
but one at a time. simultaneously.
the data but
cannot send it.
18
DIFFERENCES B/W
SIMPLEX, HALF-DUPLEX
AND FULL-DUPLEX
MODE
Basis for Simplex Half-duplex Full-duplex
comparison mode mode mode
The Full-duplex
mode has better
performance
The performance The performance among simplex
of half-duplex of full-duplex and half-duplex
Performance mode is better mode is better mode as it
than the simplex than the half- doubles the
mode. duplex mode. utilization of the
capacity of the
communication
channel.
19
DIFFERENCES B/W
SIMPLEX, HALF-DUPLEX
AND FULL-DUPLEX
MODE
Basis for Simplex Half-duplex Full-duplex
comparison mode mode mode
Examples of Example of the
Simplex mode Example of half- Full-duplex
Example are radio, duplex is mode is a
keyboard, and Walkie-Talkies. telephone
monitor. network.
20
Datalink Layer
Wired LANs: Ethernet
IEEE STANDARDS
In 1985 ,the Computer Society of the IEEE
started a project, called Project 802, to set
standards to enable intercommunication a
among equipment from a variety of
manufacturers. Project 802 is a way of
specifying functions of the physical layer and
the data link layer of major LAN protocols.
Topics discussed in this section:
Data Link Layer
Physical Layer
10.
IEEE standard for LAN
IEEE divided the Data link layer into two
sublayer:
upper layer : logical link control (LLC); flow
and error control.
Lower sublayer : Multiple access (MAC);
media access control.
Multiple access (MAC) :for resolving access
to the shared media.
If channel is dedicated ( point to point) we do
not need the (MAC); sublayer.
IEEE standard for LAN
LLC (Logical link control)and MAC (Media Access
Control)
In IEEE project 802, flow control , error control, and part of
the framing duties are collected into one sublayer called the
logical link control (LLC )
LLC provides one single data link control for all IEEE LANs.
IEEE project 802 has created a sublayerMAC that defines the
specific access method for each LAN. In contrast to the LLC,
MAC contains a number of distinct modules: each defines the
access method and the framing format specific to the
corresponding LAN protocol
For example:
• CSMA/CDas media access method for EthernetLANs.
• Token passing method for Token Ring and Token Bus LANs
Frame length:
Minimum: 64 bytes (512 bits)
Maximum: 1518 bytes (12,144 bits
10.
ETHERNET frame
10.
Example 1
Define the type of the following destination addresses:
a.4A:30:10:21:10:1A
b.47:20:1B:2E:08:EE
c.FF:FF:FF:FF:FF:FF
Solution
To find the type of the address, we need to look at the
second hexadecimal digit from the left.
If it is even, the address is unicast. If it is odd, the address
is multicast .If all digits are F’s, the address is broadcast.
Therefore, we have the following:
a.This is a unicast address because A in binary is 1010.
b.this is a multicast address because 7 in binary is 0111.
c.This is a broadcast address because all digits are F’s.
Example 2