Ethernet (802 3)
Ethernet (802 3)
3)
LLC flow control, error control, part of framing. Provides one single data link
control for all IEEE LANs
MAC Defines the specific access method for each type of LAN (Ethernet
CSMA/CD, Token Ring and Token Bus-Token Passing). Provides part of framing
function.
Ethernet Collisions
CSMA/CD
A network station wishing to transmit will first check the cable plant to
ensure that no other station is currently transmitting (CARRIER
SENSE).
The communications medium is one cable, therefore, it does allow
multiple stations access to it with all being able to transmit and receive
on the same cable (MULTIPLE ACCESS).
Error detection is implemented throughout the use of a station
"listening" while it is transmitting its data.
o A jam signal is transmitted to network by the transmitting stations
that
collision. All
Increased traffic
More collisions
Ethernet Addressing
Each station on the network must have a unique physical
address
Provided by a six-byte physical address encoded on the
network interface card (NIC)
Normally written in hexadecimal notation
10Base5 implementation
Known as Thicknet
Thick coaxial cable
Uses bus topology with external transceiver
Max length of each segment 500m
10Base2 implementation
Bridged Ethernet
Increases bandwidth by dividing the network into smaller
networks, allowing concurrent communications
Separates collision domains since traffic is lower with
segmentation
Switched Ethernet
In switched networks, a switch device recognizes the
destination address and routes the frame to the specific port to
which the destination station is connected (enables point-topoint connection; no collisions)
Also helps to improve security
Full-Duplex Ethernet
10Base5 and 10Base2 are half-duplex
Full-duplex increases capacity of each domain
No need for CSMA/CD
Fast Ethernet
Operates at 100 Mbps; faster speeds needed for CAD, image
processing, real-time audio and video
No change in frame format, addressing, or access method
Data rate and collision domain are changed
Physical implementation is star topology
100Base-X (100Base-TX and 100Base-FX)
100Base-T4
100Base-TX
Uses two category 5 UTP cable pairs or two STP cable pairs to
connect stations to a hub (star)
One pair carries frames from station to hub; one pair from hub
to station
Uses 4B/5B and MLT-3 encoding (2 step process)
100Base-FX
Uses two identical optical fibers in star topology
One fiber carries frames from the station to hub; one from hub
to station
Encoding is 4B/5B
Signaling is NRZ-I
100Base-T4
Uses four pairs of category 3 (voice grade) UTP to transmit
100 Mbps
Two pairs are bidirectional; other two are unidirectional
8B/6T (eight binary/six ternary) encoding used to transform
into six bauds of three voltage levels
Gigabit Ethernet
Data rate of 1000 Mbps or 1 Gbps
Usually implemented as full-duplex with no CSMA/CD
1000Base-X uses shortwave optical fiber (1000Base-SX),
long-wave optical fiber (1000Base-LX), or twisted-pair cables
(1000Base-T)
REFERENCES
Data Communications And Networking, 4th Edition , Forouzan
Data And Computer Communications, 5th Edition , William
Stallings
THANK YOU