SlideShare a Scribd company logo
1 of 29
Ethernet
Submitted by,
Sijil chacko
Ethernet
 Ethernet is a way of connecting computers together in a local area network or
LAN.
 It has been the most widely used method of linking computers together in LANs
since the 1990s.
 The basic idea of its design is that multiple computers have access to it and can
send data at any time.
 describing how networked devices can format data for transmission to other
network devices on the same network segment, and how to put that data out on
the network connection.
 Ethernet is a network protocol that controls how data is transmitted over a LAN.
 Technically it is referred to as the IEEE 802.3 protocol.
Ethernet cabling
 Four types of cabling are commonly used in Ethernet.
 There are different Ethernet standards. Today, Ethernet cables look like thick
telephone cables. They connect to boxes called hubs or switches.
10Base5
 Thick Ethernet.
 Up to 100 stations can be connected to the cable using vampire taps (bus)
 The system is difficult to install and maintain.
 The 10 refers to its transmission speed of 10 Mbit/s. The BASE is short for
baseband signaling as opposed to broadband,
 The 5 stands for the maximum segment length of 500 meters (1,600 ft.).
 It was the first Ethernet specification to use a bus topology with a external
transceiver connected via a tap to a thick coaxial cable.
10Base2
 10BASE2 (also known as cheapernet, thin Ethernet, thinnet, and thinwire) is a
variant of Ethernet that uses thin coaxial cable, terminated with BNC connectors
 10BASE2 coax cables have a maximum length of 185 metres (607 ft).
 The maximum practical number of nodes that can be connected to a 10BASE2
segment is limited to 30 with a minimum distance of 50 cm.
10Base-T
 Cables look like thick phone cables, but with 8 copper wires instead of 2 or 4, and
they go from each computer' to a Hub or a Switch.
 Supported speed is 10 MBit/second.
 It uses star topology and the station are connected via two pairs of twisted
cable(one for sending another for receiving)between the station and the hub.
 The maximum length of the twisted cable here is defined as 100m,to minimize the
effect of attenuation in the twisted cable.
10Base-F
 Same as 10Base-T, but cables transmit light pulses, instead of electrical signals
 Using star topology.
 Expensive due to the cost of the connectors and terminators.
Manchester encoding
 Manchester coding is a very common data coding method, probably
the most common used today.
 With Manchester coding, we can encode both clock and signal into
one, and transmit the signal serially.
 Manchester encoding is also widely used in infrared data
transmissions, like for example the Phillips RC protocol.
 2 approaches
Manchester encoding
Differential Manchester encoding
Manchester encoding
 Here data are represented by logic 1 or 0, but with line transitions.
 A logic LOW (0) is represented by a transition from HIGH to LOW.
 And a logic HIGH (1) is represented by a transition from LOW to HIGH.
 Eg:. The data to encode is the binary number 10010, reading from left to right. The
coding occurs on every falling edge of the clock.
 On the first falling edge of the clock, the coded signal has a LOW to HIGH
transition, because the data is HIGH( ie, 1).
 On the second falling edge of the clock, the code has a HIGH to LOW transition
because the data is LOW (ie,0).
 The same algorithm is applied for the rest of the signal.
Differential Manchester Code
The Differential Manchester Code is a variation of the Manchester code.
The transmission line is kept HIGH when no data is sent (before Start and after End).
 There are 2 encoding methods:
The first is the "Transition on LOW"
the second is the "Transition on HIGH".
 Both methods work exactly the same.
 Eg: A data bit is send during each negative clock transition and the data bit is 0,
then a polarity transition occurs (if was HIGH it goes LOW, and if it was LOW it
goes HIGH), otherwise the line remains unchanged.
 A data bit is send during each negative clock transition. If the data bit is 0, then a
polarity transition occurs (if was HIGH it goes LOW, and if it was LOW it goes HIGH),
otherwise the line remains unchanged.
 the data that is transmitted is the binary '10011101' (starting from left to right).
 Each data bit is transmitted during negative transition of the clock.
 Between each bit transmission, the code line changes polarity. This is done to help the
receiver recreate the clock signal and synchronize with the transmitter.
 here use Transition on LOW”
 This means that when a bit is transmitted, if this bit is ZERO the data line changes
polarity. Otherwise, if the bit is 1 the data line polarity remains unchanged.
.
 we want to transmit this byte (10011101).
 The first bit is 1 (starting from left), so the code line polarity remains unchanged.
 After half a pulse, the code line polarity changes state and goes LOW.
 After one full pulse, the second bit is about to be transmitted. This bit is the 0, so
the code line changes polarity and goes HIGH.
 The same algorithm is used to transmit all 8 bits of the data. Finally, the code line
is pulled HIGH and the transmission ends.
"Transition on
LOW”
The Ethernet MAC Sublayer Protocol
 In standard Ethernet , the MAC sublayer ,governs the operation of the access method .
 And it also frames data received from the upper layer and passes them to the physical
layer.
 The Ethernet frames contains seven fields : preamble ,SFD ,DA ,SA ,length or type of
protocol data unit(PDU),upper-layer data ,the Checksum .
 Ethernet does not provide any mechanism for acknowledging received frames , making it
what is known as an unreliable medium.
 Acknowledgement must be implemented at the higher layers .
 Checksum: the last field contain error detection information.in
this case we use checksum.
Switched Ethernet
Fast Ethernet
 It was designed to compete with LAN protocols such as FDDI or Fiber channel .
 IEEE created Fast Ethernet under the name 802.3u.
 Fast Ethernet is backward-compatible with standard Ethernet , but it can transmit
data 10 times faster at rate of100Mbps.
 Goals of fast Ethernet:
 Upgrade the data rate to 100Mbps.
 Make it compatible with standard Ethernet.
 Keep the same 48 bit-address.
 Keep the same frame format.
 Keep the same minimum and maximum frame lengt
Gigabit Ethernet
 In computer networking, Gigabit Ethernet (Gb E or 1 GigE) is a term describing
various technologies for transmitting Ethernet frames at a rate of a gigabit per
second (1,000,000,000 bits per second), as defined by the IEEE 802.3-2008
standard.
 Fast Ethernet increased speed from 10 to 100 megabits per second (Mbit/s).
 Gigabit Ethernet was the next iteration, increasing the speed to 1000 Mbit/s. The
initial standard for Gigabit Ethernet was produced by the IEEE in June 1998 as IEEE
802.3z, and required optical fiber.
 Goals of Gigabit Ethernet
 Upgrade the data rate to 1Gbps.
 Make it compatible with standard or fast Ethernet.
 Use the same address ,frame format.
 Keep the same minimum and maximum frame length.
 To support auto negotiation as defined in Fast Ethernet.
Ethernet: A Concise Guide to the Most Widely Used LAN Protocol
Ethernet: A Concise Guide to the Most Widely Used LAN Protocol
Ethernet: A Concise Guide to the Most Widely Used LAN Protocol
Ethernet: A Concise Guide to the Most Widely Used LAN Protocol

More Related Content

What's hot

TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)Kruti Niranjan
 
switching techniques in data communication and networking
switching techniques in data communication and networkingswitching techniques in data communication and networking
switching techniques in data communication and networkingHarshita Yadav
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteAtharaw Deshmukh
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network LayerManoj Kumar
 
Error Detection And Correction
Error Detection And CorrectionError Detection And Correction
Error Detection And CorrectionRenu Kewalramani
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networkspavan kumar Thatikonda
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layerNaiyan Noor
 
Physical layer interface & standards
Physical layer interface & standardsPhysical layer interface & standards
Physical layer interface & standardsSrashti Vyas
 

What's hot (20)

TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
 
Ethernet
EthernetEthernet
Ethernet
 
02 protocol architecture
02 protocol architecture02 protocol architecture
02 protocol architecture
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
Application Layer
Application Layer Application Layer
Application Layer
 
switching techniques in data communication and networking
switching techniques in data communication and networkingswitching techniques in data communication and networking
switching techniques in data communication and networking
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 
Rs 232 interface
Rs 232 interfaceRs 232 interface
Rs 232 interface
 
Transport layer
Transport layer Transport layer
Transport layer
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Multiple access protocol
Multiple access protocolMultiple access protocol
Multiple access protocol
 
WLAN
WLANWLAN
WLAN
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Error Detection And Correction
Error Detection And CorrectionError Detection And Correction
Error Detection And Correction
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networks
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocol
 
Physical layer interface & standards
Physical layer interface & standardsPhysical layer interface & standards
Physical layer interface & standards
 

Similar to Ethernet: A Concise Guide to the Most Widely Used LAN Protocol

Similar to Ethernet: A Concise Guide to the Most Widely Used LAN Protocol (20)

Serial And Parallel Data Transmission By ZAK
Serial And Parallel Data Transmission By ZAKSerial And Parallel Data Transmission By ZAK
Serial And Parallel Data Transmission By ZAK
 
Ethernet
EthernetEthernet
Ethernet
 
LAN TECHNOLOGIES
LAN TECHNOLOGIESLAN TECHNOLOGIES
LAN TECHNOLOGIES
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Mod8
Mod8Mod8
Mod8
 
Ethernet
EthernetEthernet
Ethernet
 
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
 
UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )UART project report by Tarun Khaneja ( 09034406598 )
UART project report by Tarun Khaneja ( 09034406598 )
 
Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routing
 
Ethernet lan
Ethernet lanEthernet lan
Ethernet lan
 
ETHERNET.pptx
ETHERNET.pptxETHERNET.pptx
ETHERNET.pptx
 
Ethernet
EthernetEthernet
Ethernet
 
Ethernet_Networks
Ethernet_NetworksEthernet_Networks
Ethernet_Networks
 
Advance ethernet
Advance ethernetAdvance ethernet
Advance ethernet
 
IEEE standard
IEEE standardIEEE standard
IEEE standard
 
Computer network Report
Computer network ReportComputer network Report
Computer network Report
 
Ethernet and switches
Ethernet and switchesEthernet and switches
Ethernet and switches
 
basic networking
basic networkingbasic networking
basic networking
 
Arvind Singh
Arvind SinghArvind Singh
Arvind Singh
 

Recently uploaded

INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
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
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
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
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
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
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 

Recently uploaded (20)

Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
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
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
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
 
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
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
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
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 

Ethernet: A Concise Guide to the Most Widely Used LAN Protocol

  • 2. Ethernet  Ethernet is a way of connecting computers together in a local area network or LAN.  It has been the most widely used method of linking computers together in LANs since the 1990s.  The basic idea of its design is that multiple computers have access to it and can send data at any time.  describing how networked devices can format data for transmission to other network devices on the same network segment, and how to put that data out on the network connection.  Ethernet is a network protocol that controls how data is transmitted over a LAN.  Technically it is referred to as the IEEE 802.3 protocol.
  • 3. Ethernet cabling  Four types of cabling are commonly used in Ethernet.  There are different Ethernet standards. Today, Ethernet cables look like thick telephone cables. They connect to boxes called hubs or switches.
  • 4. 10Base5  Thick Ethernet.  Up to 100 stations can be connected to the cable using vampire taps (bus)  The system is difficult to install and maintain.  The 10 refers to its transmission speed of 10 Mbit/s. The BASE is short for baseband signaling as opposed to broadband,  The 5 stands for the maximum segment length of 500 meters (1,600 ft.).  It was the first Ethernet specification to use a bus topology with a external transceiver connected via a tap to a thick coaxial cable.
  • 5. 10Base2  10BASE2 (also known as cheapernet, thin Ethernet, thinnet, and thinwire) is a variant of Ethernet that uses thin coaxial cable, terminated with BNC connectors  10BASE2 coax cables have a maximum length of 185 metres (607 ft).  The maximum practical number of nodes that can be connected to a 10BASE2 segment is limited to 30 with a minimum distance of 50 cm.
  • 6. 10Base-T  Cables look like thick phone cables, but with 8 copper wires instead of 2 or 4, and they go from each computer' to a Hub or a Switch.  Supported speed is 10 MBit/second.  It uses star topology and the station are connected via two pairs of twisted cable(one for sending another for receiving)between the station and the hub.  The maximum length of the twisted cable here is defined as 100m,to minimize the effect of attenuation in the twisted cable.
  • 7. 10Base-F  Same as 10Base-T, but cables transmit light pulses, instead of electrical signals  Using star topology.  Expensive due to the cost of the connectors and terminators.
  • 8. Manchester encoding  Manchester coding is a very common data coding method, probably the most common used today.  With Manchester coding, we can encode both clock and signal into one, and transmit the signal serially.  Manchester encoding is also widely used in infrared data transmissions, like for example the Phillips RC protocol.  2 approaches Manchester encoding Differential Manchester encoding
  • 9. Manchester encoding  Here data are represented by logic 1 or 0, but with line transitions.  A logic LOW (0) is represented by a transition from HIGH to LOW.  And a logic HIGH (1) is represented by a transition from LOW to HIGH.  Eg:. The data to encode is the binary number 10010, reading from left to right. The coding occurs on every falling edge of the clock.  On the first falling edge of the clock, the coded signal has a LOW to HIGH transition, because the data is HIGH( ie, 1).  On the second falling edge of the clock, the code has a HIGH to LOW transition because the data is LOW (ie,0).  The same algorithm is applied for the rest of the signal.
  • 10.
  • 11. Differential Manchester Code The Differential Manchester Code is a variation of the Manchester code. The transmission line is kept HIGH when no data is sent (before Start and after End).  There are 2 encoding methods: The first is the "Transition on LOW" the second is the "Transition on HIGH".  Both methods work exactly the same.  Eg: A data bit is send during each negative clock transition and the data bit is 0, then a polarity transition occurs (if was HIGH it goes LOW, and if it was LOW it goes HIGH), otherwise the line remains unchanged.
  • 12.  A data bit is send during each negative clock transition. If the data bit is 0, then a polarity transition occurs (if was HIGH it goes LOW, and if it was LOW it goes HIGH), otherwise the line remains unchanged.  the data that is transmitted is the binary '10011101' (starting from left to right).  Each data bit is transmitted during negative transition of the clock.  Between each bit transmission, the code line changes polarity. This is done to help the receiver recreate the clock signal and synchronize with the transmitter.  here use Transition on LOW”  This means that when a bit is transmitted, if this bit is ZERO the data line changes polarity. Otherwise, if the bit is 1 the data line polarity remains unchanged. .
  • 13.  we want to transmit this byte (10011101).  The first bit is 1 (starting from left), so the code line polarity remains unchanged.  After half a pulse, the code line polarity changes state and goes LOW.  After one full pulse, the second bit is about to be transmitted. This bit is the 0, so the code line changes polarity and goes HIGH.  The same algorithm is used to transmit all 8 bits of the data. Finally, the code line is pulled HIGH and the transmission ends.
  • 15. The Ethernet MAC Sublayer Protocol  In standard Ethernet , the MAC sublayer ,governs the operation of the access method .  And it also frames data received from the upper layer and passes them to the physical layer.  The Ethernet frames contains seven fields : preamble ,SFD ,DA ,SA ,length or type of protocol data unit(PDU),upper-layer data ,the Checksum .  Ethernet does not provide any mechanism for acknowledging received frames , making it what is known as an unreliable medium.  Acknowledgement must be implemented at the higher layers .
  • 16.
  • 17.  Checksum: the last field contain error detection information.in this case we use checksum.
  • 19.
  • 20.
  • 21.
  • 22. Fast Ethernet  It was designed to compete with LAN protocols such as FDDI or Fiber channel .  IEEE created Fast Ethernet under the name 802.3u.  Fast Ethernet is backward-compatible with standard Ethernet , but it can transmit data 10 times faster at rate of100Mbps.  Goals of fast Ethernet:  Upgrade the data rate to 100Mbps.  Make it compatible with standard Ethernet.  Keep the same 48 bit-address.  Keep the same frame format.  Keep the same minimum and maximum frame lengt
  • 23.
  • 24.
  • 25. Gigabit Ethernet  In computer networking, Gigabit Ethernet (Gb E or 1 GigE) is a term describing various technologies for transmitting Ethernet frames at a rate of a gigabit per second (1,000,000,000 bits per second), as defined by the IEEE 802.3-2008 standard.  Fast Ethernet increased speed from 10 to 100 megabits per second (Mbit/s).  Gigabit Ethernet was the next iteration, increasing the speed to 1000 Mbit/s. The initial standard for Gigabit Ethernet was produced by the IEEE in June 1998 as IEEE 802.3z, and required optical fiber.  Goals of Gigabit Ethernet  Upgrade the data rate to 1Gbps.  Make it compatible with standard or fast Ethernet.  Use the same address ,frame format.  Keep the same minimum and maximum frame length.  To support auto negotiation as defined in Fast Ethernet.