SlideShare a Scribd company logo
EC8551 Communication Networks
ETHERNET(802.3)
INTRODUCTION
• Ethernet is a multiple access network which means a
collection of nodes transmit and receive data frames
through a shared link
• It was first widely used high speed LAN.
• It is like a bus that has multiple stations plugged into it
Reasons for Ethernet Success
• Ethernet is the most successful local area networking
technology.
• It designed to used in Full duplex ,point to point
configuration that means used in switch network.
• Easy to administer and maintain.
Ethernet
• An Ethernet segment is implemented on a coaxial cable of up to 500 m.
– This cable is similar to the type used for cable TV except that it
typically has an impedance of 50 ohms instead of cable TV’s 75
ohms.
• Hosts connect to an Ethernet segment by tapping into it.
• A transceiver (a small device directly attached to the tap) detects when
the line is idle and drives signal when the host is transmitting.
• The transceiver also receives incoming signal.
• The transceiver is connected to an Ethernet adaptor which is plugged
into the host.
• The protocol is implemented on the adaptor.
Ethernet
Ethernet transceiver and adaptor
Ethernet
• Multiple Ethernet segments can be joined together by
repeaters.
• A repeater is a device that forwards digital signals.
• No more than four repeaters may be positioned
between any pair of hosts.
– An Ethernet has a total reach of only 2500 m.
Ethernet
Ethernet repeater
Ethernet BUS Topology
LAN Technologies
Repeater
Ethernet STAR Topology
LAN Technologies
Hub
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.
Encoding in a Standard Ethernet implementation
CSMA/CD
• Carrier sense means all the nodes can
distinguish between an idle and busy link.
• Collision detect means a node can listens
when a frame which is transmitted has
collided with a frame transmitted by
another node.
Receiver Algorithm
• Each frame transmitted on an Ethernet is
received by every adaptor connected to that
Ethernet.
• Ethernet receives broadcast frames, frames
addressed to it and multicast frames if it
belongs to that group. Otherwise frames are
discarded
Transmitter Algorithm
Ethernet follows Carrier Sense Multiple Access
with Collision Detect (CSMA/CD) Ethernet is
said to be a 1-persistent protocol. When the
adaptor has a frame to send:
If line is idle, it transmits the frame
immediately.
If line is busy, it waits for the line to go idle and
then transmits immediately. It is possible for two
(or more) adaptors to begin transmitting at the
same time.
Ethernet evolution through four generations
802.3 MAC frame
Preamble—contains 7 bytes of alternating 0s and 1s that alerts the receiving
system and enables it to synchronize its input timing.
Start frame delimiter—the second field (10101011) signals the beginning of
the frame.
Destination address—the 6 bytes contains the physical address of the
destination station or stations to receive the packet.
Source address—the 6 bytes contains the physical address of the sender of the
packet.
Length/type—it either represents length or type of the upper layer protocol.
Minimum frame length is 64 bytes. This restriction is required for operation of
CSMA/CD.
Data—this field carries data encapsulated from the upper-layer protocols. It is
minimum of 46 and a maximum of 1500 bytes.
CRC—the last field contains error detection information (CRC-32 )
Frame length:
Minimum: 64 bytes (512 bits)
Maximum: 1518 bytes (12,144 bits)
Note
Why the minimum frame length in Ethernet should
be at least 64 bytes?
• Host A begins transmitting a frame at time t, as shown in (a).
• It takes one link latency (say d) for the frame to reach host B. Thus, the
first bit of A’s frame arrives at B at time t + d, as shown in (b).
• Suppose an instant before host A’s frame arrives, B senses it idle line,
host B begins to transmit its own frame.
• B’s frame will immediately collide with A’s frame, and this collision
will be detected by host B (c). Host B will send the 32-bit jamming
sequence.
• Host A will not know that the collision occurred until B’s frame reaches
it, i.e., at time t + 2d, as shown in (d).
• On a maximally configured Ethernet, the round-trip delay is 51.2 µs,
i.e., 512 bits (64 bytes)
•
Addressing
• Each station on an Ethernet network has its own
NIC
• The NIC fits inside the station and provides the
station with a 6 bytes physical address.
• Ethernet address written in Hexadecimal.
with colon between the bytes.
Example of an Ethernet address in hexadecimal notation
Unicast, Multicast and Broadcast
• A source address is always a unicast address
that frame comes from always one station.
• The Destination address can be unicast, multicast
and broadcast.
The least significant bit of the first byte
defines the type of address.
If the bit is 0, the address is unicast;
otherwise, it is multicast.
Note
The broadcast destination address is a
special case of the multicast address in
which all bits are 1s.
Note
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 13.1
Categories of Standard Ethernet
Ethernet Cabling
10 base 5: popularly said thick Ethernet
Advantage: Disadvantage:
Noise Immunity Inflexible
Long Distance possible Fault Intolerant
Conceptually simple

32
10Base2 implementation Thin Ethernet
Advantage: Disadvantage :
Relatively Inexpensive suited to small networks
10Base-T implementation
10Base-F implementation
Table Summary of Standard Ethernet implementations
CHANGES IN THE STANDARD
The 10-Mbps Standard Ethernet has gone through
several changes before moving to the higher data rates.
These changes actually opened the road to the evolution
of the Ethernet to become compatible with other high-
data-rate LANs.
Bridged Ethernet
Switched Ethernet
Full-Duplex Ethernet
Topics discussed in this section:
Bridge effect on Ethernet
Raise the bandwidth
• Each network has a capacity of 10 Mbps. The l0-Mbps
capacity in each segment is now shared between 6
stations. In a network with a heavy load, each station
theoretically is offered 10/6 Mbps instead of 10/12 Mbps
Separate collision domains
• Without bridging, 12 stations contend for access
to the medium; with bridging only 3 stations
contend for access to the medium
A network with and without a bridge
Collision domains in an unbridged network and a bridged network
Switched Ethernet
Full-duplex switched Ethernet
TEXT BOOK:
Behrouz A. Forouzan, Data communication and Networking, Fifth Edition, Tata
McGraw – Hill, 2013 (UNIT I –V).
REFERENCES:
James F. Kurose, Keith W. Ross, Computer Networking - A Top-Down Approach
Featuring the Internet, Seventh Edition, Pearson Education, 2016.
Nader. F. Mir, Computer and Communication Networks, Pearson Prentice Hall
Publishers, 2nd Edition, 2014.
Ying-Dar Lin, Ren-Hung Hwang, Fred Baker, Computer Networks: An Open Source
Approach, Mc Graw Hill Publisher, 2011.
Larry L. Peterson, Bruce S. Davie, Computer Networks: A Systems Approach, Fifth
Edition, Morgan Kaufmann Publishers, 2011.

More Related Content

What's hot

Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
Josekutty James
 
Networking and Data Communications
Networking and Data CommunicationsNetworking and Data Communications
Networking and Data Communications
kuramartin
 
Et3003 sem2-1314-3 ethernets
Et3003 sem2-1314-3 ethernetsEt3003 sem2-1314-3 ethernets
Et3003 sem2-1314-3 ethernets
Tutun Juhana
 
5 IEEE standards
5  IEEE standards5  IEEE standards
5 IEEE standards
Rodgers Moonde
 
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Tutun Juhana
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
Jason Hando
 
Ethernet
EthernetEthernet
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
Hareem Naz
 
Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction
東原 李
 
Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture
Raj vardhan
 
Ethernet frame format
Ethernet frame formatEthernet frame format
Ethernet frame format
myrajendra
 
Fast ethernet
Fast ethernetFast ethernet
Fast ethernet
sureshjeva
 
Token ring
Token ringToken ring
Token ring
selvakumar_b1985
 
IEEE standard
IEEE standardIEEE standard
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
Abhijeet Shah
 
UNIT -03 Transmission Media and Connecting Devices
UNIT -03 Transmission Media and Connecting Devices UNIT -03 Transmission Media and Connecting Devices
UNIT -03 Transmission Media and Connecting Devices
Raj vardhan
 
IEEE STANDARED 802.5 LAN
IEEE STANDARED 802.5 LANIEEE STANDARED 802.5 LAN
IEEE STANDARED 802.5 LAN
lavanya marichamy
 
Et4045-3-attacks-2
Et4045-3-attacks-2Et4045-3-attacks-2
Et4045-3-attacks-2
Tutun Juhana
 
Direct Link Lan
Direct Link LanDirect Link Lan
Direct Link Lan
yanhul
 
Ethernet and Token ring (Computer Networks)
Ethernet and Token ring (Computer Networks)Ethernet and Token ring (Computer Networks)
Ethernet and Token ring (Computer Networks)
Shail Nakum
 

What's hot (20)

Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
 
Networking and Data Communications
Networking and Data CommunicationsNetworking and Data Communications
Networking and Data Communications
 
Et3003 sem2-1314-3 ethernets
Et3003 sem2-1314-3 ethernetsEt3003 sem2-1314-3 ethernets
Et3003 sem2-1314-3 ethernets
 
5 IEEE standards
5  IEEE standards5  IEEE standards
5 IEEE standards
 
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Ethernet
EthernetEthernet
Ethernet
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
 
Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction
 
Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture
 
Ethernet frame format
Ethernet frame formatEthernet frame format
Ethernet frame format
 
Fast ethernet
Fast ethernetFast ethernet
Fast ethernet
 
Token ring
Token ringToken ring
Token ring
 
IEEE standard
IEEE standardIEEE standard
IEEE standard
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
 
UNIT -03 Transmission Media and Connecting Devices
UNIT -03 Transmission Media and Connecting Devices UNIT -03 Transmission Media and Connecting Devices
UNIT -03 Transmission Media and Connecting Devices
 
IEEE STANDARED 802.5 LAN
IEEE STANDARED 802.5 LANIEEE STANDARED 802.5 LAN
IEEE STANDARED 802.5 LAN
 
Et4045-3-attacks-2
Et4045-3-attacks-2Et4045-3-attacks-2
Et4045-3-attacks-2
 
Direct Link Lan
Direct Link LanDirect Link Lan
Direct Link Lan
 
Ethernet and Token ring (Computer Networks)
Ethernet and Token ring (Computer Networks)Ethernet and Token ring (Computer Networks)
Ethernet and Token ring (Computer Networks)
 

Similar to Ethernet 19 20

ETHERNET IEEE802.pptx
ETHERNET IEEE802.pptxETHERNET IEEE802.pptx
ETHERNET IEEE802.pptx
ssuserf49c5a
 
CS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKSCS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKS
Kathirvel Ayyaswamy
 
Mod9
Mod9Mod9
Fast_Ethernet.ppt
Fast_Ethernet.pptFast_Ethernet.ppt
Fast_Ethernet.ppt
HimansuShekharPradha1
 
F06_Lecture7_etherne..
F06_Lecture7_etherne..F06_Lecture7_etherne..
F06_Lecture7_etherne..
webhostingguy
 
Ethernet_Networking2.ppt
Ethernet_Networking2.pptEthernet_Networking2.ppt
Ethernet_Networking2.ppt
KowsalyaJayakumar2
 
Mac
MacMac
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
nareshkingster
 
Lan basic
Lan basicLan basic
Lan basic
Online
 
ethernet.ppt
ethernet.pptethernet.ppt
ethernet.ppt
dineshroy21
 
ethernet.ppt
ethernet.pptethernet.ppt
ethernet.ppt
jordan307266
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
Keshav Maheshwari
 
Ethernet copy
Ethernet   copyEthernet   copy
Ethernet copy
sunil kumar
 
Computer Networks IEEE 802.3 standard-2021.pptx
Computer Networks IEEE 802.3 standard-2021.pptxComputer Networks IEEE 802.3 standard-2021.pptx
Computer Networks IEEE 802.3 standard-2021.pptx
najed76732
 
Chapter-10.pptx
Chapter-10.pptxChapter-10.pptx
Chapter-10.pptx
MuneebZahid10
 
LAN Systems.pptx
LAN Systems.pptxLAN Systems.pptx
LAN Systems.pptx
Roshan86572
 
LAN TECHNOLOGLES
 LAN TECHNOLOGLES LAN TECHNOLOGLES
LAN TECHNOLOGLES
fatma shabaen
 
Msit computer networks 2
Msit computer networks 2Msit computer networks 2
Msit computer networks 2
Sridhar Baithi
 
Basics Of Networking and routing.ppt
Basics Of Networking and routing.pptBasics Of Networking and routing.ppt
Basics Of Networking and routing.ppt
NiharikaDubey17
 
Lan
LanLan

Similar to Ethernet 19 20 (20)

ETHERNET IEEE802.pptx
ETHERNET IEEE802.pptxETHERNET IEEE802.pptx
ETHERNET IEEE802.pptx
 
CS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKSCS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKS
 
Mod9
Mod9Mod9
Mod9
 
Fast_Ethernet.ppt
Fast_Ethernet.pptFast_Ethernet.ppt
Fast_Ethernet.ppt
 
F06_Lecture7_etherne..
F06_Lecture7_etherne..F06_Lecture7_etherne..
F06_Lecture7_etherne..
 
Ethernet_Networking2.ppt
Ethernet_Networking2.pptEthernet_Networking2.ppt
Ethernet_Networking2.ppt
 
Mac
MacMac
Mac
 
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
 
Lan basic
Lan basicLan basic
Lan basic
 
ethernet.ppt
ethernet.pptethernet.ppt
ethernet.ppt
 
ethernet.ppt
ethernet.pptethernet.ppt
ethernet.ppt
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Ethernet copy
Ethernet   copyEthernet   copy
Ethernet copy
 
Computer Networks IEEE 802.3 standard-2021.pptx
Computer Networks IEEE 802.3 standard-2021.pptxComputer Networks IEEE 802.3 standard-2021.pptx
Computer Networks IEEE 802.3 standard-2021.pptx
 
Chapter-10.pptx
Chapter-10.pptxChapter-10.pptx
Chapter-10.pptx
 
LAN Systems.pptx
LAN Systems.pptxLAN Systems.pptx
LAN Systems.pptx
 
LAN TECHNOLOGLES
 LAN TECHNOLOGLES LAN TECHNOLOGLES
LAN TECHNOLOGLES
 
Msit computer networks 2
Msit computer networks 2Msit computer networks 2
Msit computer networks 2
 
Basics Of Networking and routing.ppt
Basics Of Networking and routing.pptBasics Of Networking and routing.ppt
Basics Of Networking and routing.ppt
 
Lan
LanLan
Lan
 

More from rajeshvbe

Pcb shielding 19 20
Pcb shielding 19 20Pcb shielding 19 20
Pcb shielding 19 20
rajeshvbe
 
Umts 18 19
Umts 18 19Umts 18 19
Umts 18 19
rajeshvbe
 
Types of managers, mangerial roles and skills 18 19
Types of managers, mangerial roles and skills 18 19Types of managers, mangerial roles and skills 18 19
Types of managers, mangerial roles and skills 18 19
rajeshvbe
 
Scattering and bending loss 18 19
Scattering and bending loss 18 19Scattering and bending loss 18 19
Scattering and bending loss 18 19
rajeshvbe
 
Engineering as social experimentation 17 18
Engineering as social experimentation 17 18Engineering as social experimentation 17 18
Engineering as social experimentation 17 18
rajeshvbe
 
Emic unit v introduction 18 19
Emic unit v introduction 18 19Emic unit v introduction 18 19
Emic unit v introduction 18 19
rajeshvbe
 
Emi test introduction 2017 18
Emi test introduction 2017 18Emi test introduction 2017 18
Emi test introduction 2017 18
rajeshvbe
 
Bluetooth 17 18
Bluetooth 17 18Bluetooth 17 18
Bluetooth 17 18
rajeshvbe
 

More from rajeshvbe (8)

Pcb shielding 19 20
Pcb shielding 19 20Pcb shielding 19 20
Pcb shielding 19 20
 
Umts 18 19
Umts 18 19Umts 18 19
Umts 18 19
 
Types of managers, mangerial roles and skills 18 19
Types of managers, mangerial roles and skills 18 19Types of managers, mangerial roles and skills 18 19
Types of managers, mangerial roles and skills 18 19
 
Scattering and bending loss 18 19
Scattering and bending loss 18 19Scattering and bending loss 18 19
Scattering and bending loss 18 19
 
Engineering as social experimentation 17 18
Engineering as social experimentation 17 18Engineering as social experimentation 17 18
Engineering as social experimentation 17 18
 
Emic unit v introduction 18 19
Emic unit v introduction 18 19Emic unit v introduction 18 19
Emic unit v introduction 18 19
 
Emi test introduction 2017 18
Emi test introduction 2017 18Emi test introduction 2017 18
Emi test introduction 2017 18
 
Bluetooth 17 18
Bluetooth 17 18Bluetooth 17 18
Bluetooth 17 18
 

Recently uploaded

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 

Recently uploaded (20)

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 

Ethernet 19 20

  • 3. INTRODUCTION • Ethernet is a multiple access network which means a collection of nodes transmit and receive data frames through a shared link • It was first widely used high speed LAN. • It is like a bus that has multiple stations plugged into it
  • 4. Reasons for Ethernet Success • Ethernet is the most successful local area networking technology. • It designed to used in Full duplex ,point to point configuration that means used in switch network. • Easy to administer and maintain.
  • 5.
  • 6. Ethernet • An Ethernet segment is implemented on a coaxial cable of up to 500 m. – This cable is similar to the type used for cable TV except that it typically has an impedance of 50 ohms instead of cable TV’s 75 ohms. • Hosts connect to an Ethernet segment by tapping into it. • A transceiver (a small device directly attached to the tap) detects when the line is idle and drives signal when the host is transmitting. • The transceiver also receives incoming signal. • The transceiver is connected to an Ethernet adaptor which is plugged into the host. • The protocol is implemented on the adaptor.
  • 8. Ethernet • Multiple Ethernet segments can be joined together by repeaters. • A repeater is a device that forwards digital signals. • No more than four repeaters may be positioned between any pair of hosts. – An Ethernet has a total reach of only 2500 m.
  • 10. Ethernet BUS Topology LAN Technologies Repeater
  • 11. Ethernet STAR Topology LAN Technologies Hub
  • 12. 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.
  • 13.
  • 14.
  • 15. Encoding in a Standard Ethernet implementation
  • 16. CSMA/CD • Carrier sense means all the nodes can distinguish between an idle and busy link. • Collision detect means a node can listens when a frame which is transmitted has collided with a frame transmitted by another node.
  • 17. Receiver Algorithm • Each frame transmitted on an Ethernet is received by every adaptor connected to that Ethernet. • Ethernet receives broadcast frames, frames addressed to it and multicast frames if it belongs to that group. Otherwise frames are discarded
  • 18. Transmitter Algorithm Ethernet follows Carrier Sense Multiple Access with Collision Detect (CSMA/CD) Ethernet is said to be a 1-persistent protocol. When the adaptor has a frame to send: If line is idle, it transmits the frame immediately. If line is busy, it waits for the line to go idle and then transmits immediately. It is possible for two (or more) adaptors to begin transmitting at the same time.
  • 19. Ethernet evolution through four generations
  • 21. Preamble—contains 7 bytes of alternating 0s and 1s that alerts the receiving system and enables it to synchronize its input timing. Start frame delimiter—the second field (10101011) signals the beginning of the frame. Destination address—the 6 bytes contains the physical address of the destination station or stations to receive the packet. Source address—the 6 bytes contains the physical address of the sender of the packet. Length/type—it either represents length or type of the upper layer protocol. Minimum frame length is 64 bytes. This restriction is required for operation of CSMA/CD. Data—this field carries data encapsulated from the upper-layer protocols. It is minimum of 46 and a maximum of 1500 bytes. CRC—the last field contains error detection information (CRC-32 )
  • 22. Frame length: Minimum: 64 bytes (512 bits) Maximum: 1518 bytes (12,144 bits) Note
  • 23. Why the minimum frame length in Ethernet should be at least 64 bytes?
  • 24. • Host A begins transmitting a frame at time t, as shown in (a). • It takes one link latency (say d) for the frame to reach host B. Thus, the first bit of A’s frame arrives at B at time t + d, as shown in (b). • Suppose an instant before host A’s frame arrives, B senses it idle line, host B begins to transmit its own frame. • B’s frame will immediately collide with A’s frame, and this collision will be detected by host B (c). Host B will send the 32-bit jamming sequence. • Host A will not know that the collision occurred until B’s frame reaches it, i.e., at time t + 2d, as shown in (d). • On a maximally configured Ethernet, the round-trip delay is 51.2 µs, i.e., 512 bits (64 bytes) •
  • 25. Addressing • Each station on an Ethernet network has its own NIC • The NIC fits inside the station and provides the station with a 6 bytes physical address. • Ethernet address written in Hexadecimal. with colon between the bytes.
  • 26. Example of an Ethernet address in hexadecimal notation
  • 27. Unicast, Multicast and Broadcast • A source address is always a unicast address that frame comes from always one station. • The Destination address can be unicast, multicast and broadcast.
  • 28. The least significant bit of the first byte defines the type of address. If the bit is 0, the address is unicast; otherwise, it is multicast. Note
  • 29. The broadcast destination address is a special case of the multicast address in which all bits are 1s. Note
  • 30. 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 13.1
  • 32. Ethernet Cabling 10 base 5: popularly said thick Ethernet Advantage: Disadvantage: Noise Immunity Inflexible Long Distance possible Fault Intolerant Conceptually simple  32
  • 33. 10Base2 implementation Thin Ethernet Advantage: Disadvantage : Relatively Inexpensive suited to small networks
  • 36. Table Summary of Standard Ethernet implementations
  • 37. CHANGES IN THE STANDARD The 10-Mbps Standard Ethernet has gone through several changes before moving to the higher data rates. These changes actually opened the road to the evolution of the Ethernet to become compatible with other high- data-rate LANs. Bridged Ethernet Switched Ethernet Full-Duplex Ethernet Topics discussed in this section:
  • 38. Bridge effect on Ethernet Raise the bandwidth • Each network has a capacity of 10 Mbps. The l0-Mbps capacity in each segment is now shared between 6 stations. In a network with a heavy load, each station theoretically is offered 10/6 Mbps instead of 10/12 Mbps Separate collision domains • Without bridging, 12 stations contend for access to the medium; with bridging only 3 stations contend for access to the medium
  • 39. A network with and without a bridge
  • 40. Collision domains in an unbridged network and a bridged network
  • 43. TEXT BOOK: Behrouz A. Forouzan, Data communication and Networking, Fifth Edition, Tata McGraw – Hill, 2013 (UNIT I –V). REFERENCES: James F. Kurose, Keith W. Ross, Computer Networking - A Top-Down Approach Featuring the Internet, Seventh Edition, Pearson Education, 2016. Nader. F. Mir, Computer and Communication Networks, Pearson Prentice Hall Publishers, 2nd Edition, 2014. Ying-Dar Lin, Ren-Hung Hwang, Fred Baker, Computer Networks: An Open Source Approach, Mc Graw Hill Publisher, 2011. Larry L. Peterson, Bruce S. Davie, Computer Networks: A Systems Approach, Fifth Edition, Morgan Kaufmann Publishers, 2011.