SlideShare a Scribd company logo
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.

More Related Content

PPTX
Protocolos y funcionalidades de la capa de aplicacion
PDF
Distributed Operating System_4
PPTX
Key Management and Distribution
PPT
metodos de busqueda en inteligencia artificial
PPTX
Sistemas operativos distribuidos.
PPTX
Key management
PPT
Public key cryptography and RSA
PPTX
Sistemas distribuidos
Protocolos y funcionalidades de la capa de aplicacion
Distributed Operating System_4
Key Management and Distribution
metodos de busqueda en inteligencia artificial
Sistemas operativos distribuidos.
Key management
Public key cryptography and RSA
Sistemas distribuidos

What's hot (20)

PDF
TABLA DE SÍMBOLOS
DOCX
Métodos de Búsquedas en Inteligencia Artificial
PDF
PPTX
Control de Flujo [Telecomunicaciones]
PPTX
Routing Techniques
PPTX
Hash Function
PPTX
Diffie hellman key exchange algorithm
DOC
Seguridad En Sistemas Distribuidos
PDF
CS9222 ADVANCED OPERATING SYSTEMS
PPT
System models in distributed system
ODP
Presentación sobre criptografía
PPTX
Architecture of operating system
PDF
QOS (Quality of Services) - Computer Networks
PPTX
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
DOCX
Hub vs-switch
PPTX
Clusters
PDF
CompactacióN De Memoria Fer
PDF
Tablas decision
PDF
Mac protocols sensor_20071105_slideshare
PPTX
Computer Network - Network Layer
TABLA DE SÍMBOLOS
Métodos de Búsquedas en Inteligencia Artificial
Control de Flujo [Telecomunicaciones]
Routing Techniques
Hash Function
Diffie hellman key exchange algorithm
Seguridad En Sistemas Distribuidos
CS9222 ADVANCED OPERATING SYSTEMS
System models in distributed system
Presentación sobre criptografía
Architecture of operating system
QOS (Quality of Services) - Computer Networks
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
Hub vs-switch
Clusters
CompactacióN De Memoria Fer
Tablas decision
Mac protocols sensor_20071105_slideshare
Computer Network - Network Layer
Ad

Viewers also liked (12)

PPT
WHPL Internet and Searching Basics
PPT
Cct203 lesson 10
PPT
Ethernet
PPT
IDeACOM CEO roundtable presentation 2001
PDF
Computer networking (nnm)
PPTX
Introduction to Computer Networking
PDF
HTTP & HTML & Web
PPT
Local area network
PPT
Web Servers (ppt)
PPT
Computer network ppt
PPTX
Ppt on internet
PPT
The Internet Presentation
WHPL Internet and Searching Basics
Cct203 lesson 10
Ethernet
IDeACOM CEO roundtable presentation 2001
Computer networking (nnm)
Introduction to Computer Networking
HTTP & HTML & Web
Local area network
Web Servers (ppt)
Computer network ppt
Ppt on internet
The Internet Presentation
Ad

Similar to 3c ethernet (20)

PPT
13 Wired Lans_Ethernet
PPT
ch13-ethernet.ppt
PPT
Ethernet Routing and switching chapter 1.ppt
PPTX
M5L3 Ethernet.pptx communication network
PPT
ETHERNET
PPTX
Wired LANS - Ethernet and Computer Local Area Networks
PPT
10 wired lan
PPT
Chapter 13
PPT
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
PPT
IT_210_Week06_Forouzan_Chapter_13.ppt
PDF
Ethernet 19 20
PPT
wired lans
PPTX
CN-Unit_2-DLL-Etherne nnnnnnnnnnnt .pptx
PDF
IEEE standards 802.3.&802.11
PDF
Twisted Pair Ethernet
PPTX
Ethernet 802.3.pptx
13 Wired Lans_Ethernet
ch13-ethernet.ppt
Ethernet Routing and switching chapter 1.ppt
M5L3 Ethernet.pptx communication network
ETHERNET
Wired LANS - Ethernet and Computer Local Area Networks
10 wired lan
Chapter 13
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
IT_210_Week06_Forouzan_Chapter_13.ppt
Ethernet 19 20
wired lans
CN-Unit_2-DLL-Etherne nnnnnnnnnnnt .pptx
IEEE standards 802.3.&802.11
Twisted Pair Ethernet
Ethernet 802.3.pptx

More from kavish dani (14)

PPT
4d routing
PPT
4b internet protocol
PPT
4a logical laddressing
PPT
4c Address Mapping, Error Reporting and Multicasting
PPT
1b network models
PPT
3d connecting networks
PPT
3b multiple access
PPT
3a data link layer continued
PPT
3a data link layer
PPT
2c wired transmission
PPT
2b switching in networks
PPT
2a transmission media
PPTX
1a introduction to network fundamentals
PPT
5 forces model
4d routing
4b internet protocol
4a logical laddressing
4c Address Mapping, Error Reporting and Multicasting
1b network models
3d connecting networks
3b multiple access
3a data link layer continued
3a data link layer
2c wired transmission
2b switching in networks
2a transmission media
1a introduction to network fundamentals
5 forces model

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Empowerment Technology for Senior High School Guide
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Trump Administration's workforce development strategy
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Cell Types and Its function , kingdom of life
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Empowerment Technology for Senior High School Guide
Indian roads congress 037 - 2012 Flexible pavement
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Weekly quiz Compilation Jan -July 25.pdf
Trump Administration's workforce development strategy
Chinmaya Tiranga quiz Grand Finale.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Final Presentation General Medicine 03-08-2024.pptx
A systematic review of self-coping strategies used by university students to ...
UNIT III MENTAL HEALTH NURSING ASSESSMENT
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
RMMM.pdf make it easy to upload and study
Cell Types and Its function , kingdom of life
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Lesson notes of climatology university.

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.