SlideShare ist ein Scribd-Unternehmen logo
1 von 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.

Weitere ähnliche Inhalte

Was ist angesagt?

Ft tx presentation to telkom 25092013
Ft tx presentation to telkom 25092013Ft tx presentation to telkom 25092013
Ft tx presentation to telkom 25092013Wahyu Nasution
 
35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-a35992488 gpon-fundamentals-20070606-a
35992488 gpon-fundamentals-20070606-aTruong_RFD
 
Gpon xgpon ng pon xgs-pon
Gpon xgpon ng pon xgs-ponGpon xgpon ng pon xgs-pon
Gpon xgpon ng pon xgs-ponAmbar Erna
 
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 solutionHuanetwork
 
ZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionBhairave Maulekhi
 
Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051Huaweiumtsnodebconfigurationprinciple 161222082051
Huaweiumtsnodebconfigurationprinciple 161222082051moussaCoulibaly22
 
Huawei GPON Fundamentals
Huawei GPON FundamentalsHuawei GPON Fundamentals
Huawei GPON Fundamentalsibrahimnabil17
 
Gpon Fundamentals
Gpon FundamentalsGpon Fundamentals
Gpon Fundamentalsmansoor_gr8
 
Gpon the technology --rev 1
Gpon the technology --rev 1Gpon the technology --rev 1
Gpon the technology --rev 1guerrid
 
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 EPONHuanetwork
 
Gepon Presentation
Gepon PresentationGepon Presentation
Gepon PresentationScorpAL
 
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 & GPONSyed Shujat Ali
 
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 NetworksCedric Lam
 

Was ist angesagt? (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
 

Andere mochten auch

Ethernet
EthernetEthernet
Ethernetfadocs
 
IDeACOM CEO roundtable presentation 2001
IDeACOM CEO roundtable presentation 2001IDeACOM CEO roundtable presentation 2001
IDeACOM CEO roundtable presentation 2001m.schultz
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)nnmaurya
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer NetworkingAmit Saha
 
Local area network
Local area networkLocal area network
Local area networkSEDYK
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation guest9e3d59
 

Andere mochten auch (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
 

Ähnlich wie 3c ethernet (20)

Chapter 13
Chapter 13Chapter 13
Chapter 13
 
Ch13
Ch13Ch13
Ch13
 
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
 

Mehr von kavish dani

4b internet protocol
4b internet protocol4b internet protocol
4b internet protocolkavish dani
 
4a logical laddressing
4a logical laddressing4a logical laddressing
4a logical laddressingkavish dani
 
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 Multicastingkavish dani
 
1b network models
1b network models1b network models
1b network modelskavish dani
 
3d connecting networks
3d connecting networks3d connecting networks
3d connecting networkskavish dani
 
3b multiple access
3b multiple access3b multiple access
3b multiple accesskavish dani
 
3a data link layer continued
3a data link layer continued3a data link layer continued
3a data link layer continuedkavish dani
 
3a data link layer
3a data link layer 3a data link layer
3a data link layer kavish dani
 
2c wired transmission
2c wired transmission2c wired transmission
2c wired transmissionkavish dani
 
2b switching in networks
2b switching in networks2b switching in networks
2b switching in networkskavish dani
 
2a transmission media
2a transmission  media2a transmission  media
2a transmission mediakavish dani
 
1a introduction to network fundamentals
1a introduction to network fundamentals1a introduction to network fundamentals
1a introduction to network fundamentalskavish dani
 

Mehr von 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
 

Kürzlich hochgeladen

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 

Kürzlich hochgeladen (20)

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 

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.