Lecture 04
Lecture 04
Prepared by ~
Bikramjit Chakrabarty
EEE,L-4,T-2,BUET
Sem-2,Cisco Networking Academy.
1
Contents of today’s Adventure:
Review of Lecture-3
Ethernet
CSMA/CD (Carrier Sense Multiple Access Collision Detection)
Repeater (Layer-1 device )
Hub (Layer-1 device)
Detail Analysis of Encapsulation and decapsulation process at
different layers by different devices. (~optional)
2
Key Terms: (review…)
3
Networking Technology
IEEE 802.3: Carrier Sense Multiple Access/Collision Detect
(CSMA/CD) Access Method.
IEEE 802.3u: Fast Ethernet.
IEEE 802.3z: Gigabit Ethernet.
IEEE 802.5: IBM Token Ring.
FDDI: The ANSI X3T9.5 standards committee produced the
Fiber Distributed Data Interface (FDDI) standard & submitted
FDDI to the International Organization for Standardization
(ISO), who, then created an international version of the FDDI
that is completely compatible with the ANSI standard version.
4
Layers associated with different LAN
protocols
5
Ethernet : it’s Origin..
Baseband architecture.
Bus topology, usually transmits at 10 Mbps.
Relies on CSMA/CD to regulate traffic on the main cable
segment.
This will not fail unless the media is physically cut or
improperly terminated.
7
Ethernet Summary
8
Ethernet Specifications (IEEE
802.3) 10BaseT
9
Comparison of Frame Format:
10
Frame fields
preamble - The alternating pattern of 1's and 0's tells receiving
stations that a frame is Ethernet or IEEE 802.3.
destination and source addresses -The source address is
always a unicast (single-node) address. The destination
address can be unicast, multicast (group), or broadcast (all
nodes).
type (Ethernet) - The type specifies the upper-layer protocol to
receive the data after Ethernet processing is completed.
length (IEEE 802.3) - The length indicates the number of bytes
of data that follows this field.
11
Frame fields….
14
HUB
15
…HUB
16
…HUB
The reasons for using hubs is to create a
central connection point for the wiring media,
and an increase in the reliability of the
network.
The reliability of the network is increased by
allowing any single cable to fail without
disrupting the entire network.
This differs from the bus topology where
having one cable fail will disrupt the entire
network.
17
HUB- Layer 1 Device
18
Classification of Hub
Active or Passive hubs
Most modern hubs are active; they take energy
from a power supply to regenerate network
signals.
Passive hubs do not regenerate bits, so they do
not extend a cables length, they only allow two
or more hosts to connect to the same cable
segment.
19
… Classification of Hub
Intelligent and Dumb hubs
Intelligent hubs have console ports, which means
they can be programmed to manage network traffic.
Dumb hubs simply take an incoming networking
signal and repeat it to every port without the ability to
do any management.
20
Repeater
21
How Repeaters Work
A repeater works at
the physical layer of
the OSI Reference
Model to regenerate
the network's
signals and resend
them out on other
segments.
22
…Repeater
The repeater takes a weak signal from one
segment, regenerates it, and passes it to the
next segment.
To pass data through the repeater from one
segment to the next, the packets and the
Logical Link Control (LLC) protocols must be
identical on each segment.
A repeater will not enable communication, for
example, between an 802.3 LAN (Ethernet)
and an 802.5 LAN (Token Ring).
23
…Repeater
Repeaters do not translate or filter signals.
For a repeater to work, both segments that the repeater
joins must use the same access method. The two most
common access methods are carrier-sense multiple-
access with collision detection (CSMA/CD) and token
passing.
Repeaters can move packets from one kind of physical
media to another, Ethernet packet coming from a thinnet
coaxial-cable segment and pass it on to a fiber-optic
segment.
24
Repeater Considerations
25
Repeater~~ use!! or not use!!
Use repeater Don’t use
– To extend broadcast - There is heavy network
domain. traffic.
– Connect two segments of - Segments are using
similar or dissimilar different access methods.
media.
– Regenerate the signal to - Data filtering is needed.
increase the distance - Collision domain
transmitted. consideration.
– Pass all traffic in both
directions.
– Connect two segments in
the most cost-effective
manner.
26
Packet Flowing:
(To understand this should be reviewed)
27