Unit II Media Access Control Ethernet: Presentation By: Kaythry P. Assistant Professor, ECE SSN College of Engineering
Unit II Media Access Control Ethernet: Presentation By: Kaythry P. Assistant Professor, ECE SSN College of Engineering
Unit II Media Access Control Ethernet: Presentation By: Kaythry P. Assistant Professor, ECE SSN College of Engineering
Ethernet Hub
Ethernet
Ethernet repeater
Ethernet
• Any signal placed on the Ethernet by a
host is broadcast over the entire network
– Signal is propagated in both directions.
– Repeaters forward the signal on all outgoing
segments.
– Terminators attached to the end of each segment
absorb the signal.
• Ethernet uses Manchester encoding
scheme.
• Collision Domain – dealing with competition
for the link
Ethernet
• New Technologies in Ethernet
– Instead of using coax cable, an Ethernet can
be constructed from a thinner cable known
as 10Base2 (the original was 10Base5)
• 10 means the network operates at 10 Mbps
• Base means the cable is used in a baseband
system
• 2 means that a given segment can be no longer
than 200 m
Ethernet
47:20:1B:2E:08:EE
Ethernet Addresses
• Each frame transmitted on an Ethernet is
received by every adaptor connected to that
Ethernet.
• Each adaptor recognizes those frames addressed
to its address and passes only those frames on to
the host.
• In addition, to unicast address, an Ethernet
address consisting of all 1s is treated as a
broadcast address.
– All adaptors pass frames addressed to the broadcast
address up to the host.
• Similarly, an address that has the first bit set to 1
but is not the broadcast address is called a
Identification of Addressing Modes
• 4A:30:10:21:10:1A
This is a unicast address because A in binary is 1010
• 47:20:1B:2E:08:EE
This is a multicast address because 7 in binary is 0111
• FF:FF:FF:FF:FF:FF
This is a broadcast address because all digits are F’s
Ethernet Transmitter Algorithm
• When the adaptor has a frame to send and the
line is idle, it transmits the frame immediately.
– The upper bound of 1500 bytes in the message
means that the adaptor can occupy the line for a
fixed length of time.
• When the adaptor has a frame to send and the
line is busy, it waits for the line to go idle and
then transmits immediately.
• The Ethernet is said to be 1-persistent protocol
because an adaptor with a frame to send
transmits with probability 1 whenever a busy
line goes idle.
Persistence Methods
• What a station does when channel is idle or busy
35
P Persistent Method
Ethernet Transmitter Algorithm
Worst-case scenario: (a) A sends a frame at time t; (b) A’s frame arrives
at B at time t + d; (c) B begins transmitting at time t + d and collides with A’s frame;
(d) B’s runt (32-bit) frame arrives at A at time t + 2d.
Ethernet Transmitter Algorithm
• Consider that a maximally configured Ethernet is
2500 m long, and there may be up to four
repeaters between any two hosts, the round trip
delay has been determined to be 51.2 s
– Which on 10 Mbps Ethernet corresponds to 512 bits