SlideShare uma empresa Scribd logo
1 de 48
Networking Fundamentals
WIRED LANs: ETHERNET
13.2
IEEE STANDARDSIEEE STANDARDS
• In 1985In 1985(80)(80), the Computer Society of the IEEE, the Computer Society of the IEEE
started a project, called Project 802, to setstarted a project, called Project 802, to set
standards to enable intercommunication amongstandards to enable intercommunication among
equipment from a variety of manufacturers.equipment from a variety of manufacturers.
• Project 802 is a way of specifying functions of theProject 802 is a way of specifying functions of the
physical layer and the data link layer of major LANphysical layer and the data link layer of major LAN
protocolsprotocols (PANs/MANs also)(PANs/MANs also)..
13.3
IEEE standard for LANs
IEEE 802 Standards
The 802 working groups. The important ones are
marked with *. The ones marked with  are
hibernating. The one marked with † gave up.
13.5
HDLC frame compared with LLC and MAC frames
13.6
STANDARD ETHERNETSTANDARD ETHERNET
• The original Ethernet was created in 1976 atThe original Ethernet was created in 1976 at
Xerox’s Palo Alto Research Center (PARC).Xerox’s Palo Alto Research Center (PARC).
• Since then, it has gone through four generations.Since then, it has gone through four generations.
• We now briefly discuss theWe now briefly discuss the Standard (orStandard (or
traditional) Ethernettraditional) Ethernet..
13.7
Ethernet evolution through four generations
13.8
802.3 MAC frame
PDU
13.9
Minimum and maximum lengths
Reason for Min frame length already see (CSMA/CD). Max for saving on
Memory cost and preventing a station from monopolising the channel.
13.10
Example of an Ethernet address in hexadecimal notation
Ethernet (?) network card showing its MAC address
13.12
Unicast and multicast addresses
The broadcast destination address is a
special case of the multicast address in
which all 48 bits are 1s.
13.13
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 1
13.14
Show how the address 47:20:1B:2E:08:EE is sent out on
line.
Solution
Address in binary is 0100 0111 0010 0000 0001 1011
0010 1110 0000 1000 1110 1110
The address is sent left-to-right, byte by byte; for each
byte, it is sent right-to-left, bit by bit, ie. The bit which
defines uni/multicast arrives first as shown below:
Example 2
Some Information
• Access Method : 1 persistent CSMA/CD
• Slot Time : Equal to round trip time plus time to send
jam sequence, defined in bits. Seen it is equal to 512
bits. For Standard Ethernet it is 51.2 μs.
• Slot Time and Maximum Network Length : Propagation
speed = 2 x 108
m/s
Max length = Propagation speed x Tp (= Slot Time/2)
= 2 x 108
m/s x 51.2 x 10-6
/2 s
= 5120 m
In actuality due to repeater delays and time for jam
sequences the practical max is 2500 m.
13.15
13.16
Physical Layer implementations : Categories of Standard Ethernet
13.17
Encoding in Standard Ethernet – Manchester (self-synchronous)
13.18
10Base5 implementation
Transceiver also responsible for detecting collisions
13.19
10Base2 implementation
Transceiver part of NIC, connected via tees. Much cheaper
13.20
10Base-T implementation
Two pair twisted cable for trans/receive, therefore collisions
in hub. Length defined as 100 m due to attenuation.
13.21
13.22
10Base-F implementation
13.23
Summary of Standard Ethernet implementations
13.24
CHANGES IN THE STANDARDCHANGES IN THE STANDARD
The 10-Mbps Standard Ethernet has gone throughThe 10-Mbps Standard Ethernet has gone through
several changes before moving to the higher dataseveral changes before moving to the higher data
rates. These changes actually opened the road to therates. These changes actually opened the road to the
evolution of the Ethernet to become compatible withevolution of the Ethernet to become compatible with
other high-data-rate LANs. Some of the changes :other high-data-rate LANs. Some of the changes :
• Bridged EthernetBridged Ethernet
• Switched EthernetSwitched Ethernet
• Full Duplex EthernetFull Duplex Ethernet
13.25
Sharing bandwidth – Unbridged Network
13.26
A network with and without a bridge – Gain more BW
13.27
Collision domains in an unbridged network and a bridged network - Reduced
13.28
Switched Ethernet – a n-port bridge, even better!
13.29
Full-duplex switched Ethernet – even even better, no collisions so no CSMA/CD
13.30
FAST ETHERNETFAST ETHERNET
• Fast Ethernet was designed to compete with LANFast Ethernet was designed to compete with LAN
protocols such as FDDI or Fiber Channel.protocols such as FDDI or Fiber Channel.
• IEEE created Fast Ethernet under the nameIEEE created Fast Ethernet under the name
802.3u.802.3u.
• Fast Ethernet is backward-compatible withFast Ethernet is backward-compatible with
Standard Ethernet, but it can transmit data 10Standard Ethernet, but it can transmit data 10
times faster at a rate of 100 Mbps.times faster at a rate of 100 Mbps.
13.31
Fast Ethernet topology
If hub used instead of switch - half duplex approach.
13.32
Fast Ethernet implementations
13.33
Encoding for Fast Ethernet implementation
Manchester baud
rate twice the data
rate, hence use
other line codes.
To reduce cost of new cat 5. Have
100 x 6/8 = 75 Mbaud available,
ie. 25 Mbaud /wire.
0 1 0 0 1 1 1 0
X – for Block Coding.
13.34
Block coding is normally referred to as
mB/nB coding;
it replaces each m-bit group with an
n-bit group. As No. of contiguous 0s or
1s is restricted, aids in synchronization.
Note
13.35
4B/5B mapping
codes
13.36
Multilinetransition: MLT-3 scheme
Waveform periodic with baud rate 1/4th
the data rate.
4.37
In mBnL schemes, a pattern of m data
elements is encoded as a pattern of n
signal elements in which 2m
≤ Ln
.
Note
4.38
Multilevel: 8B6T scheme (28
=256 data : 36
=478 signal)
13.39
Summary of Fast Ethernet implementations
3
2000 m
13.40
GIGABIT ETHERNETGIGABIT ETHERNET
• The need for an even higher data rate resulted in theThe need for an even higher data rate resulted in the
design of the Gigabit Ethernet protocol (1000design of the Gigabit Ethernet protocol (1000
Mbps).Mbps).
• The IEEE committee calls the standard 802.3z.The IEEE committee calls the standard 802.3z.
13.41
In the full-duplex mode of Gigabit
Ethernet, there is no collision;
the maximum length of the cable is
determined by the signal attenuation
in the cable.
Note
13.42
Topologies of Gigabit Ethernet
13.43
Gigabit Ethernet implementations
13.44
Encoding in Gigabit Ethernet implementations
4.45
Multilevel: 4D-PAM5 scheme
4D - 4 wires: Data rate to 1/4; 8 bits, 4 levels: Signal rate 1/2; thus net 1/8
13.46
Summary of Gigabit Ethernet implementations
13.47
13.48
Summary of Ten-Gigabit Ethernet implementations
Physical layer coding has not been specified by the official standards body.

Mais conteúdo relacionado

Mais procurados

35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a
Truong_RFD
 
Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051
moussaCoulibaly22
 
Gepon Presentation
Gepon PresentationGepon Presentation
Gepon Presentation
ScorpAL
 

Mais procurados (19)

Fttx arcitectures
Fttx arcitecturesFttx arcitectures
Fttx arcitectures
 
Ft tx presentation to telkom 25092013
Ft tx presentation to telkom 25092013Ft tx presentation to telkom 25092013
Ft tx presentation to telkom 25092013
 
35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a
 
Gpon
GponGpon
Gpon
 
Gpon Network
Gpon NetworkGpon Network
Gpon Network
 
Gpon xgpon ng pon xgs-pon
Gpon xgpon ng pon xgs-ponGpon xgpon ng pon xgs-pon
Gpon xgpon ng pon xgs-pon
 
Pan and aon
Pan and aonPan and aon
Pan and aon
 
Huawei ftth c b e2 e solution
Huawei ftth c b e2 e solutionHuawei ftth c b e2 e solution
Huawei ftth c b e2 e solution
 
ZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solution
 
Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051
 
Huawei GPON Fundamentals
Huawei GPON FundamentalsHuawei GPON Fundamentals
Huawei GPON Fundamentals
 
Gpon Fundamentals
Gpon FundamentalsGpon Fundamentals
Gpon Fundamentals
 
Gpon the technology --rev 1
Gpon the technology --rev 1Gpon the technology --rev 1
Gpon the technology --rev 1
 
What’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPONWhat’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPON
 
Pon design ne
Pon design nePon design ne
Pon design ne
 
Gepon Presentation
Gepon PresentationGepon Presentation
Gepon Presentation
 
Basics of Optical Network Architecture, PON & GPON
Basics of Optical Network Architecture, PON & GPONBasics of Optical Network Architecture, PON & GPON
Basics of Optical Network Architecture, PON & GPON
 
GPON-FTTx Training
GPON-FTTx TrainingGPON-FTTx Training
GPON-FTTx Training
 
The Outlook of Broad Band Optical Access Networks
The Outlook of Broad Band Optical Access NetworksThe Outlook of Broad Band Optical Access Networks
The Outlook of Broad Band Optical Access Networks
 

Destaque

Ethernet
EthernetEthernet
Ethernet
fadocs
 
HTTP & HTML & Web
HTTP & HTML & WebHTTP & HTML & Web
HTTP & HTML & Web
Peter R. Egli
 
Local area network
Local area networkLocal area network
Local area network
SEDYK
 

Destaque (12)

WHPL Internet and Searching Basics
WHPL Internet and Searching BasicsWHPL Internet and Searching Basics
WHPL Internet and Searching Basics
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 
Ethernet
EthernetEthernet
Ethernet
 
IDeACOM CEO roundtable presentation 2001
IDeACOM CEO roundtable presentation 2001IDeACOM CEO roundtable presentation 2001
IDeACOM CEO roundtable presentation 2001
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer Networking
 
HTTP & HTML & Web
HTTP & HTML & WebHTTP & HTML & Web
HTTP & HTML & Web
 
Local area network
Local area networkLocal area network
Local area network
 
Web Servers (ppt)
Web Servers (ppt)Web Servers (ppt)
Web Servers (ppt)
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation
 

Semelhante a 3c ethernet

wired lans
wired lanswired lans
wired lans
hoadqbk
 
10 wired lan
10 wired lan10 wired lan
10 wired lan
ampas03
 

Semelhante a 3c ethernet (20)

Ch13
Ch13Ch13
Ch13
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Ethernet
EthernetEthernet
Ethernet
 
13 Wired Lans_Ethernet
13 Wired Lans_Ethernet13 Wired Lans_Ethernet
13 Wired Lans_Ethernet
 
ch13-ethernet.ppt
ch13-ethernet.pptch13-ethernet.ppt
ch13-ethernet.ppt
 
2
22
2
 
2
22
2
 
wired lans
wired lanswired lans
wired lans
 
10 wired lan
10 wired lan10 wired lan
10 wired lan
 
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: EthernetSYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
 
IT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.pptIT_210_Week06_Forouzan_Chapter_13.ppt
IT_210_Week06_Forouzan_Chapter_13.ppt
 
Lans ethernet
Lans ethernetLans ethernet
Lans ethernet
 
Ethernet
EthernetEthernet
Ethernet
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical Layermodel
 
Ethernet 19 20
Ethernet 19 20Ethernet 19 20
Ethernet 19 20
 
ETHERNET
ETHERNETETHERNET
ETHERNET
 
Ethernet_Networks
Ethernet_NetworksEthernet_Networks
Ethernet_Networks
 
Sem 1 Ch 7
Sem 1 Ch 7Sem 1 Ch 7
Sem 1 Ch 7
 
Ethernet 802.3.pptx
Ethernet 802.3.pptxEthernet 802.3.pptx
Ethernet 802.3.pptx
 
Wired LANs
Wired LANsWired LANs
Wired LANs
 

Mais de kavish dani (14)

4d routing
4d routing4d routing
4d routing
 
4b internet protocol
4b internet protocol4b internet protocol
4b internet protocol
 
4a logical laddressing
4a logical laddressing4a logical laddressing
4a logical laddressing
 
4c Address Mapping, Error Reporting and Multicasting
4c Address Mapping, Error Reporting and Multicasting4c Address Mapping, Error Reporting and Multicasting
4c Address Mapping, Error Reporting and Multicasting
 
1b network models
1b network models1b network models
1b network models
 
3d connecting networks
3d connecting networks3d connecting networks
3d connecting networks
 
3b multiple access
3b multiple access3b multiple access
3b multiple access
 
3a data link layer continued
3a data link layer continued3a data link layer continued
3a data link layer continued
 
3a data link layer
3a data link layer 3a data link layer
3a data link layer
 
2c wired transmission
2c wired transmission2c wired transmission
2c wired transmission
 
2b switching in networks
2b switching in networks2b switching in networks
2b switching in networks
 
2a transmission media
2a transmission  media2a transmission  media
2a transmission media
 
1a introduction to network fundamentals
1a introduction to network fundamentals1a introduction to network fundamentals
1a introduction to network fundamentals
 
5 forces model
5 forces model5 forces model
5 forces model
 

Último

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

3c ethernet

  • 2. 13.2 IEEE STANDARDSIEEE STANDARDS • In 1985In 1985(80)(80), the Computer Society of the IEEE, the Computer Society of the IEEE started a project, called Project 802, to setstarted a project, called Project 802, to set standards to enable intercommunication amongstandards to enable intercommunication among equipment from a variety of manufacturers.equipment from a variety of manufacturers. • Project 802 is a way of specifying functions of theProject 802 is a way of specifying functions of the physical layer and the data link layer of major LANphysical layer and the data link layer of major LAN protocolsprotocols (PANs/MANs also)(PANs/MANs also)..
  • 4. IEEE 802 Standards The 802 working groups. The important ones are marked with *. The ones marked with  are hibernating. The one marked with † gave up.
  • 5. 13.5 HDLC frame compared with LLC and MAC frames
  • 6. 13.6 STANDARD ETHERNETSTANDARD ETHERNET • The original Ethernet was created in 1976 atThe original Ethernet was created in 1976 at Xerox’s Palo Alto Research Center (PARC).Xerox’s Palo Alto Research Center (PARC). • Since then, it has gone through four generations.Since then, it has gone through four generations. • We now briefly discuss theWe now briefly discuss the Standard (orStandard (or traditional) Ethernettraditional) Ethernet..
  • 9. 13.9 Minimum and maximum lengths Reason for Min frame length already see (CSMA/CD). Max for saving on Memory cost and preventing a station from monopolising the channel.
  • 10. 13.10 Example of an Ethernet address in hexadecimal notation
  • 11. Ethernet (?) network card showing its MAC address
  • 12. 13.12 Unicast and multicast addresses The broadcast destination address is a special case of the multicast address in which all 48 bits are 1s.
  • 13. 13.13 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 1
  • 14. 13.14 Show how the address 47:20:1B:2E:08:EE is sent out on line. Solution Address in binary is 0100 0111 0010 0000 0001 1011 0010 1110 0000 1000 1110 1110 The address is sent left-to-right, byte by byte; for each byte, it is sent right-to-left, bit by bit, ie. The bit which defines uni/multicast arrives first as shown below: Example 2
  • 15. Some Information • Access Method : 1 persistent CSMA/CD • Slot Time : Equal to round trip time plus time to send jam sequence, defined in bits. Seen it is equal to 512 bits. For Standard Ethernet it is 51.2 μs. • Slot Time and Maximum Network Length : Propagation speed = 2 x 108 m/s Max length = Propagation speed x Tp (= Slot Time/2) = 2 x 108 m/s x 51.2 x 10-6 /2 s = 5120 m In actuality due to repeater delays and time for jam sequences the practical max is 2500 m. 13.15
  • 16. 13.16 Physical Layer implementations : Categories of Standard Ethernet
  • 17. 13.17 Encoding in Standard Ethernet – Manchester (self-synchronous)
  • 18. 13.18 10Base5 implementation Transceiver also responsible for detecting collisions
  • 19. 13.19 10Base2 implementation Transceiver part of NIC, connected via tees. Much cheaper
  • 20. 13.20 10Base-T implementation Two pair twisted cable for trans/receive, therefore collisions in hub. Length defined as 100 m due to attenuation.
  • 21. 13.21
  • 23. 13.23 Summary of Standard Ethernet implementations
  • 24. 13.24 CHANGES IN THE STANDARDCHANGES IN THE STANDARD The 10-Mbps Standard Ethernet has gone throughThe 10-Mbps Standard Ethernet has gone through several changes before moving to the higher dataseveral changes before moving to the higher data rates. These changes actually opened the road to therates. These changes actually opened the road to the evolution of the Ethernet to become compatible withevolution of the Ethernet to become compatible with other high-data-rate LANs. Some of the changes :other high-data-rate LANs. Some of the changes : • Bridged EthernetBridged Ethernet • Switched EthernetSwitched Ethernet • Full Duplex EthernetFull Duplex Ethernet
  • 25. 13.25 Sharing bandwidth – Unbridged Network
  • 26. 13.26 A network with and without a bridge – Gain more BW
  • 27. 13.27 Collision domains in an unbridged network and a bridged network - Reduced
  • 28. 13.28 Switched Ethernet – a n-port bridge, even better!
  • 29. 13.29 Full-duplex switched Ethernet – even even better, no collisions so no CSMA/CD
  • 30. 13.30 FAST ETHERNETFAST ETHERNET • Fast Ethernet was designed to compete with LANFast Ethernet was designed to compete with LAN protocols such as FDDI or Fiber Channel.protocols such as FDDI or Fiber Channel. • IEEE created Fast Ethernet under the nameIEEE created Fast Ethernet under the name 802.3u.802.3u. • Fast Ethernet is backward-compatible withFast Ethernet is backward-compatible with Standard Ethernet, but it can transmit data 10Standard Ethernet, but it can transmit data 10 times faster at a rate of 100 Mbps.times faster at a rate of 100 Mbps.
  • 31. 13.31 Fast Ethernet topology If hub used instead of switch - half duplex approach.
  • 33. 13.33 Encoding for Fast Ethernet implementation Manchester baud rate twice the data rate, hence use other line codes. To reduce cost of new cat 5. Have 100 x 6/8 = 75 Mbaud available, ie. 25 Mbaud /wire. 0 1 0 0 1 1 1 0 X – for Block Coding.
  • 34. 13.34 Block coding is normally referred to as mB/nB coding; it replaces each m-bit group with an n-bit group. As No. of contiguous 0s or 1s is restricted, aids in synchronization. Note
  • 36. 13.36 Multilinetransition: MLT-3 scheme Waveform periodic with baud rate 1/4th the data rate.
  • 37. 4.37 In mBnL schemes, a pattern of m data elements is encoded as a pattern of n signal elements in which 2m ≤ Ln . Note
  • 38. 4.38 Multilevel: 8B6T scheme (28 =256 data : 36 =478 signal)
  • 39. 13.39 Summary of Fast Ethernet implementations 3 2000 m
  • 40. 13.40 GIGABIT ETHERNETGIGABIT ETHERNET • The need for an even higher data rate resulted in theThe need for an even higher data rate resulted in the design of the Gigabit Ethernet protocol (1000design of the Gigabit Ethernet protocol (1000 Mbps).Mbps). • The IEEE committee calls the standard 802.3z.The IEEE committee calls the standard 802.3z.
  • 41. 13.41 In the full-duplex mode of Gigabit Ethernet, there is no collision; the maximum length of the cable is determined by the signal attenuation in the cable. Note
  • 44. 13.44 Encoding in Gigabit Ethernet implementations
  • 45. 4.45 Multilevel: 4D-PAM5 scheme 4D - 4 wires: Data rate to 1/4; 8 bits, 4 levels: Signal rate 1/2; thus net 1/8
  • 46. 13.46 Summary of Gigabit Ethernet implementations
  • 47. 13.47
  • 48. 13.48 Summary of Ten-Gigabit Ethernet implementations Physical layer coding has not been specified by the official standards body.