Ethernet and Switches (Computer Network)
Ethernet and Switches (Computer Network)
PITHAWALLA COLLEGE OF
ENGINEERING & TECHNOLOGY
Topic: Ethernet,
NAME
SwitchesENROLL No.
Panseriya Vikalp 14009010702
6
Patel Falgun 14009010703
3
Shah Meet 14009010705
0
Shah Smit 14009010705
2 Ethernet
Both Internet & ATM were designed for wide area networking (WAN),
But in many application, a large number of computers are to be connected to each other
within a small distance.
For that the local area network (LAN) was introduced.
Most Popular LAN is Called Ethernet.
The IEEE 802.3 standard is popularly called as Ethernet.
If two or more machines Transmit simultaneously, then their packets collide.
Then the transmitting computers just wait for arbitrary time and retransmit their signal.
Operational Description
3
Ethernet stations sense the
channel.
Preamble (8 bytes):
The Ethernet frame begins with an 8-byte preamble field. Each of the first 7 bytes of the
preamble has a value of 10101010; the last byte is 10101011.
The first 7 bytes of the preamble serve to wake up the receiving adapters and to
synchronize their clocks to that of the senders clock. Why should the clocks be out of
synchronization?
Adapter A aims to transmit the frame at 10 Mbps, 100 Mbps, or 1 Gbps, depending on the
type of Ethernet LAN. However, because nothing is absolutely perfect, adapter A will not
transmit the frame at exactly the target rate; there will always be some drift from the target
rate, a drift which is not known a priori by the other adapters on the LAN. A receiving adapter
can lock onto adapter As clock simply by locking onto the bits in the first 7 bytes of the
preamble. The last 2 bits of the eighth byte of the preamble (the first two consecutive 1s)
alert adapter B that the important stuff is about to come.
Ethernet Cabling
8
Ethernet Evolution
9
10BASE5 {1983}
10 Mbps
500 meter segment length
Signal-regenerating repeaters
Thick Coax
Advantages: Low attenuation, excellent noise
immunity, superior mechanical strength
Disadvantages: Bulky, difficult to pull, transceiver
boxes too expensive
Wiring represented a significant part of total
installed cost.
10
10 Mbps
185 meter segment length
Signal-regenerating repeaters
Transceiver was integrated onto the adapter
Thin Coax (coax thinner and lighter)
Advantages: Easier to install, reduced hardware cost,
lower installation costs.
Disadvantages: Attenuation not as good, could not
support as many stations due to signal reflection
caused by BNC Tee Connector.
12
Ethernet Evolution
13
10 Mbps
100 meter segment length
Signal-regenerating repeaters
Transceiver integrated onto adapter
Two pairs of UTP
Hub-and-spoke topology {Hub in the closet}
Advantages: could be done without pulling new wires.
Each hub amplifies and restores incoming signal.
14
Traditional Ethernet was created in 1976 and has a data rate of 10 Mbps.
The Fast Ethernet is its next version and has a data rate of 100 Mbps.
The Gigabit Ethernet operates at the data rate of 1 Gbps.
Traditional Ethernet
15
The Traditional Ethernet is the oldest version of Ethernet which is designed to operate at
10 Mbps.
The protection to the network by a technology is through the CSMA/CD.
An Ethernet is extremely easy to administer and maintain.
There are no switches, which can fall, no routing or bath tables that have to be kept up-to-
date.
We can add new host easily to this network second, it is inexpensive, cable is cheap, only
network adapter is little costly.
Fast Ethernet
16
This standard is named as 100BASE-T in IEEE 803.2 using Cat-5 twisted pair cable.
It uses CSMA/CD technique for wired media sharing among Ethernet hosts and CSMA/CA(CA-collision Avoidance) for
wireless Ethernet LAN
Autonegotiation:
This is the new feature of the fast Ethernet. The autonegotiation will make the negotiation on the
mode or data rare of operation between devices possible.
17 Gigabit Ethernet
The gigabit Ethernet protocol has been designed in order to support the data rates upto 1Gbps.
IEEE 802.3ab standardizes Giga-Ethernet over UTP using Cat-5, Cat-5e and Cat-6 cables.
The Gigabit Ethernet is capable of operating in either half duplex or full duplex modes.
If it operate in the half duplex mode, then the access method used is CSMA/CD. But if the full duplex mode is
used then CSMA/CD is not required.
Almost all the implementations in Gigabit Ethernet use the full duplex mode.
Bridged Ethernet
18
Ethernet
Server Switch
Ethernet
Switch
10 Mbps links
24 Switch
A switch has property called Self learning that its table is built
automatically, dynamically, without any intervention from a network
administrator or from a configuration protocol.
In other words, switches are self-learning.
This capability is accomplished as follows:
29 The switch table is initially empty.
For each incoming frame received on an interface, the switch stores in its
table the MAC address in the frames source address field, the interface
from which the frame arrived, and the current time. In this manner the
switch records in its table the LAN segment on which the sender resides. If
every host in the LAN eventually sends a frame, then every host will
eventually get recorded in the table.
The switch deletes an address in the table if no frames are received with that
address as the source address after some period of time (the aging time). In
this manner, if a PC is replaced by another PC (with a different adapter), the
MAC address of the original PC will eventually be purged from the switch
table.
An example of switch table is given below: