SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Downloaden Sie, um offline zu lesen
Gigabit Ethernet
Manasa.K
CWB0912002, FT-2012
M. Sc. (Engg.) in Electronic System Design
Engineering
Module leader: Narasimha Murthy K.R

M.S.Ramaiah School of Advanced Studies

1
Overview
• Introduction

• Gigabit Ethernet Layers
• Media Access Control (MAC)

• Gigabit Media-Independent Interface (GMII)
• Auto Negotiation and Physical Media
• Advantages
• Disadvantages
• Conclusion
M.S.Ramaiah School of Advanced Studies

2
Introduction
• Ethernet is a physical and data link layer technology for LAN. Higher level
network protocols like IP/TCP use Ethernet as their transmission medium.
• It was developed by Robert Metcalfe in 1980’s.
• The first generation Ethernet supported a maximum data rate of 10 Mbps.
Later, the second generation Fast Ethernet standards increased this
maximum data rate to 100 Mbps.
• Now the latest third generation, Gigabit Ethernet provides a data rate of
1000 Mbps and was developed in June 1998
• It is compatible with the existing Ethernets, as it uses the same CSMA/CD
and MAC protocols.

M.S.Ramaiah School of Advanced Studies

3
Gigabit Ethernet Layers
•Gigabit Ethernet (IEEE802.3z) addresses the two lowest layers of the model:
•Layer 2, the Data-link layer, which describes how data are organized into frames and
sent over the network, and
•Layer 1, the Physical layer, which describes the network medium and
signalling specifications.

M.S.Ramaiah School of Advanced Studies

4
Medium Access Control (MAC)
• The MAC layer of Gigabit Ethernet uses same CSMA/CD protocol as Ethernet.
• Gigabit Ethernet maintains maximum and minimum frame size of Ethernet, as it is
10 times faster than the Fast Ethernet, to maintain the slot size, the cable length should
be reduced to 10meters, which is not useful.
• Instead Gigabit Ethernet uses a bigger slot size of 512bytes.
*To maintain compatibility with Ethernet, the minimum frame size is not
increased instead the carrier event is extended.
*If the frame is shorter than 512 bytes, then it is padded with extension
symbols.
Carrier Extension:

M.S.Ramaiah School of Advanced Studies

5
MAC
• Carrier extension helps in detecting the collision. It appends a set of special
symbols to the end of short MAC frames so that the resulting block is at least
512bytes.
• The extension symbols are removed before the FCS is checked by the receiver. So
the next layer is not even aware of the carrier extension.
Frame bursting:

• If the source host has many small frames to send, it can send them in a burst after
a MAC arbitration.
• Except for the first frame, other frames sent in a burst need not be carrierextended.
• If the first frame is larger than 512 bytes, it need not be carrier-extended.
• The burst can be as long as 8192 bytes.
M.S.Ramaiah School of Advanced Studies

6
Gigabit Media-Independent Interface
• The GMII is the interface between the MAC
layer and the Physical layer. It allows any
physical layer to be used with the MAC layer.
• It is an extension of the MII ( Media
Independent Interface ) used in Fast Ethernet.
It uses the same management interface as MII.
It supports 10, 100 and 1000 Mbps data rates.
• It provides separate 8-bit wide receive and
transmit data paths, so it can support both fullduplex as well as half-duplex operation.
• The GMII provides 2 media status signals : one indicates presence of the carrier, and
the other indicates absence of collision. The Reconciliation Sublayer (RS) maps these
signals to Physical Signalling which is understood by the existing MAC sublayer.
• With the GMII, it is possible to connect various media types such as shielded and
unshielded twisted pair, and single-mode and multi mode optical fibre, while using the
same MAC controller.
M.S.Ramaiah School of Advanced Studies

7
GMII
The GMII is divided into three sub layers : PCS, PMA and PMD.
PCS (Physical Coding Sub layer)
• It provides a uniform interface to the Reconciliation layer for all physical media. Carrier
Sense and Collision Detect indications are generated by this sub layer. It also manages the
auto-negotiation process by which the NIC (Network Interface) communicates with the
network to determine the network speed (10,100 or 1000 Mbps) and mode of operation (halfduplex or full-duplex).
PMA (Physical Medium Attachment)
• This layer serializes code groups for transmission and de-serializes bits received from the
medium into code groups.
PMD (Physical Medium Dependent)
• This sub layer maps the physical medium to the PCS. This layer defines the physical layer
signalling used for various media. The MDI ( Medium Dependent Interface), which is a part
of PMD is the actual physical layer interface. This layer defines the actual physical
attachment, such as connectors, for different media types.

M.S.Ramaiah School of Advanced Studies

8
Auto Negotiation and Physical Media
• Auto Negotiation was defined in Fast Ethernet to automatically select operational
speeds between 10 and 100 Mbps. It was adapted to Gigabit Ethernet primarily to
select between duplex mode and the use of link-level flow control.
• On a 1000Base-X link, the configuration information exchanged through Auto
Negotiation is encoded into a special sequence of 8B/10B codes that transfers 16 bits
of configuration information at a time.
• On a typical 1000Base-X link, the Auto Negotiation exchange will be completed
roughly 40 milliseconds after the cables are plugged in or the equipment is turned on.
Physical Media:
Unshielded Twisted Pair (UTP-5): 4-pairs
Shielded Twisted Pair (STP)
Multimode Fiber: 50 mm and 62.5 mm
Single-Mode Fiber
M.S.Ramaiah School of Advanced Studies

9
Advantages
•

Increased bandwidth for higher performance.

•

Full-duplex capacity, allowing data to be transmitted and received at the
time so that the effective bandwidth is virtually doubled.

•

Provides full compatibility with the large installed base of Ethernets
and Fast Ethernet nodes.

•

Low cost of acquisition and ownership.

•

Transfer large amount of data across the network quickly.

M.S.Ramaiah School of Advanced Studies

10
Disadvantages
• Not originally designed to support real-time voice and video traffic.
works best when working solely with network traffic comprised solely of
data.
•

Cannot prioritize traffic to deliver effective Class of Service (CoS).

•

Gigabit Ethernet is still not in use.

M.S.Ramaiah School of Advanced Studies

11
Summary
• Gigabit Ethernet supports data rate of 1000Mbps.
• CSMA/CD protocol are same as that of Ethernet and Fast Ethernet. It helps in
reducing the collision.
• Carrier extension is extended with special symbols so that the block is 512 bytes.
Frame bursting is used to achieve higher throughput.
• GMII is an interface between MAC and Physical layer, supports half and full
duplex modes of operation and also connects various media.
• Auto negotiation selects the duplex modes, transfers 16 bit of information data at a
time.
• Gigabit Ethernet uses higher bandwidth and provides higher performance.
• It is still not in use. And it only works with network traffics.
M.S.Ramaiah School of Advanced Studies

12
References
• Howard Frazier Gigabit Ethernet: From 100 to1,000 Mb Cisco Systems Inc (25th
May 2013)
• T. C. Tan (August 2000) Gigabit Ethernet and structured cabling Electronics &
Communication Engineering Journal (25th May 2013)
• Vinay Moorthy Gigabit Ethernet Version 2 CSE IIT Kharagpur ( 26th May 2013)
• Gigabit Ethernet available
from<http://www.cisco.com/web/about/ac123/ac147/ac174/ac199/about_cisco_ipj_
archive_article09186a00800c85a6.html >The Internet Protocol Journal - Volume 2,
No. 3 (26th May 2013)
• Ethernet Introduction to Gigabit Ethernet available from
<http://www.cisco.com/en/US/tech/tk389/tk214/tech_brief09186a0080091a8a.html
> ( 26th May 2013)
M.S.Ramaiah School of Advanced Studies

13
Thank You

M.S.Ramaiah School of Advanced Studies

14

Weitere ähnliche Inhalte

Was ist angesagt?

wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11Shreejan Acharya
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11Keshav Maheshwari
 
Wireless LAN technologies
Wireless LAN technologiesWireless LAN technologies
Wireless LAN technologiesbalasubramani p
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission MediaSyed Ahmed Zaki
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)Pritom Chaki
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet ProtocolsMohamed Daif
 
Computer network switching
Computer network switchingComputer network switching
Computer network switchingShivani Godha
 
Asynchronous transfer mode
Asynchronous transfer modeAsynchronous transfer mode
Asynchronous transfer modeaniston0108
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layerNaiyan Noor
 
Network cable
Network cableNetwork cable
Network cableOnline
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks Jubayer Alam Shoikat
 
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...Pallepati Vasavi
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference ModelMukesh Tekwani
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesSayed Chhattan Shah
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocolTom Chou
 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)Ismail Mukiibi
 

Was ist angesagt? (20)

WLAN
WLANWLAN
WLAN
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Wireless LAN technologies
Wireless LAN technologiesWireless LAN technologies
Wireless LAN technologies
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
 
Ad hoc networks
Ad hoc networksAd hoc networks
Ad hoc networks
 
Transmission media (data communication)
Transmission media (data communication)Transmission media (data communication)
Transmission media (data communication)
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Computer network switching
Computer network switchingComputer network switching
Computer network switching
 
Asynchronous transfer mode
Asynchronous transfer modeAsynchronous transfer mode
Asynchronous transfer mode
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Network cable
Network cableNetwork cable
Network cable
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks
 
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocol
 
Mac addresses(media access control)
Mac addresses(media access control)Mac addresses(media access control)
Mac addresses(media access control)
 
FDDI
FDDIFDDI
FDDI
 

Andere mochten auch

Fddi & Gigabit Ethernet
Fddi & Gigabit EthernetFddi & Gigabit Ethernet
Fddi & Gigabit EthernetUtkarsh Verma
 
Why 10 Gigabit Ethernet Draft v2
Why 10 Gigabit Ethernet Draft v2Why 10 Gigabit Ethernet Draft v2
Why 10 Gigabit Ethernet Draft v2Vijay Tolani
 
Ethernet
EthernetEthernet
Ethernetsosle
 
Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)Sajan Sahu
 
historia de Ethernet
historia de Ethernethistoria de Ethernet
historia de EthernetIsabel Yepes
 
2010 deep research report on china solar power system
2010 deep research report on china solar power system2010 deep research report on china solar power system
2010 deep research report on china solar power system168report
 
Optical Communication on PCB
Optical Communication on PCBOptical Communication on PCB
Optical Communication on PCBManasa K
 
Challenges in Integrated Electronic System Designs
Challenges in Integrated Electronic System DesignsChallenges in Integrated Electronic System Designs
Challenges in Integrated Electronic System DesignsManasa K
 
Systems Engineering Process Applied for Developing Handheld Projector
Systems Engineering Process Applied for Developing Handheld ProjectorSystems Engineering Process Applied for Developing Handheld Projector
Systems Engineering Process Applied for Developing Handheld ProjectorManasa K
 

Andere mochten auch (20)

Fast ethernet
Fast ethernetFast ethernet
Fast ethernet
 
Red ethernet
Red ethernetRed ethernet
Red ethernet
 
The 10 Gigabit Ethernet
The 10 Gigabit EthernetThe 10 Gigabit Ethernet
The 10 Gigabit Ethernet
 
Historia Ethernet
Historia EthernetHistoria Ethernet
Historia Ethernet
 
Ethernet
EthernetEthernet
Ethernet
 
Introducción a WDM y OTN
Introducción a WDM y OTNIntroducción a WDM y OTN
Introducción a WDM y OTN
 
Hippi
HippiHippi
Hippi
 
Fddi & Gigabit Ethernet
Fddi & Gigabit EthernetFddi & Gigabit Ethernet
Fddi & Gigabit Ethernet
 
Why 10 Gigabit Ethernet Draft v2
Why 10 Gigabit Ethernet Draft v2Why 10 Gigabit Ethernet Draft v2
Why 10 Gigabit Ethernet Draft v2
 
Ethernet
EthernetEthernet
Ethernet
 
Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)
 
historia de Ethernet
historia de Ethernethistoria de Ethernet
historia de Ethernet
 
Dqdb
DqdbDqdb
Dqdb
 
2010 deep research report on china solar power system
2010 deep research report on china solar power system2010 deep research report on china solar power system
2010 deep research report on china solar power system
 
Optical Communication on PCB
Optical Communication on PCBOptical Communication on PCB
Optical Communication on PCB
 
Challenges in Integrated Electronic System Designs
Challenges in Integrated Electronic System DesignsChallenges in Integrated Electronic System Designs
Challenges in Integrated Electronic System Designs
 
Systems Engineering Process Applied for Developing Handheld Projector
Systems Engineering Process Applied for Developing Handheld ProjectorSystems Engineering Process Applied for Developing Handheld Projector
Systems Engineering Process Applied for Developing Handheld Projector
 
Ethernet
EthernetEthernet
Ethernet
 
Norma ieee 802.3
Norma ieee 802.3Norma ieee 802.3
Norma ieee 802.3
 
Red Ethernet (AlejandroArenas - UCSG)
Red Ethernet (AlejandroArenas - UCSG)Red Ethernet (AlejandroArenas - UCSG)
Red Ethernet (AlejandroArenas - UCSG)
 

Ähnlich wie Gigabit Ethernet

Ähnlich wie Gigabit Ethernet (20)

Gigabit ethernet by jitendra kumar
Gigabit ethernet by jitendra kumarGigabit ethernet by jitendra kumar
Gigabit ethernet by jitendra kumar
 
Advance ethernet
Advance ethernetAdvance ethernet
Advance ethernet
 
network
networknetwork
network
 
Chapter 10 network for PG PAWSN
Chapter 10 network for PG PAWSNChapter 10 network for PG PAWSN
Chapter 10 network for PG PAWSN
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
04 - Networking Technologies.ppt
04 - Networking Technologies.ppt04 - Networking Technologies.ppt
04 - Networking Technologies.ppt
 
Fast_Ethernet.ppt
Fast_Ethernet.pptFast_Ethernet.ppt
Fast_Ethernet.ppt
 
LAN TECHNOLOGLES
 LAN TECHNOLOGLES LAN TECHNOLOGLES
LAN TECHNOLOGLES
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts review
 
networking1.ppt
networking1.pptnetworking1.ppt
networking1.ppt
 
6 Ethernet
6 Ethernet6 Ethernet
6 Ethernet
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
QSpiders - Dod Model
QSpiders - Dod ModelQSpiders - Dod Model
QSpiders - Dod Model
 
NET1.PPT
NET1.PPTNET1.PPT
NET1.PPT
 
4G technology
4G technology4G technology
4G technology
 
4G Mobile Communications
4G Mobile Communications4G Mobile Communications
4G Mobile Communications
 
40G 100G gigabit ethernet technology overview
40G 100G gigabit ethernet technology overview40G 100G gigabit ethernet technology overview
40G 100G gigabit ethernet technology overview
 
Capitulo 9 Exploration Network
Capitulo 9 Exploration NetworkCapitulo 9 Exploration Network
Capitulo 9 Exploration Network
 
CN-Module-I (1).pptx
CN-Module-I (1).pptxCN-Module-I (1).pptx
CN-Module-I (1).pptx
 

Kürzlich hochgeladen

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
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using 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
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
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
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
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
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
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
 

Kürzlich hochgeladen (20)

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 ...
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using 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
 
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
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
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
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
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
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
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
 
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
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 

Gigabit Ethernet

  • 1. Gigabit Ethernet Manasa.K CWB0912002, FT-2012 M. Sc. (Engg.) in Electronic System Design Engineering Module leader: Narasimha Murthy K.R M.S.Ramaiah School of Advanced Studies 1
  • 2. Overview • Introduction • Gigabit Ethernet Layers • Media Access Control (MAC) • Gigabit Media-Independent Interface (GMII) • Auto Negotiation and Physical Media • Advantages • Disadvantages • Conclusion M.S.Ramaiah School of Advanced Studies 2
  • 3. Introduction • Ethernet is a physical and data link layer technology for LAN. Higher level network protocols like IP/TCP use Ethernet as their transmission medium. • It was developed by Robert Metcalfe in 1980’s. • The first generation Ethernet supported a maximum data rate of 10 Mbps. Later, the second generation Fast Ethernet standards increased this maximum data rate to 100 Mbps. • Now the latest third generation, Gigabit Ethernet provides a data rate of 1000 Mbps and was developed in June 1998 • It is compatible with the existing Ethernets, as it uses the same CSMA/CD and MAC protocols. M.S.Ramaiah School of Advanced Studies 3
  • 4. Gigabit Ethernet Layers •Gigabit Ethernet (IEEE802.3z) addresses the two lowest layers of the model: •Layer 2, the Data-link layer, which describes how data are organized into frames and sent over the network, and •Layer 1, the Physical layer, which describes the network medium and signalling specifications. M.S.Ramaiah School of Advanced Studies 4
  • 5. Medium Access Control (MAC) • The MAC layer of Gigabit Ethernet uses same CSMA/CD protocol as Ethernet. • Gigabit Ethernet maintains maximum and minimum frame size of Ethernet, as it is 10 times faster than the Fast Ethernet, to maintain the slot size, the cable length should be reduced to 10meters, which is not useful. • Instead Gigabit Ethernet uses a bigger slot size of 512bytes. *To maintain compatibility with Ethernet, the minimum frame size is not increased instead the carrier event is extended. *If the frame is shorter than 512 bytes, then it is padded with extension symbols. Carrier Extension: M.S.Ramaiah School of Advanced Studies 5
  • 6. MAC • Carrier extension helps in detecting the collision. It appends a set of special symbols to the end of short MAC frames so that the resulting block is at least 512bytes. • The extension symbols are removed before the FCS is checked by the receiver. So the next layer is not even aware of the carrier extension. Frame bursting: • If the source host has many small frames to send, it can send them in a burst after a MAC arbitration. • Except for the first frame, other frames sent in a burst need not be carrierextended. • If the first frame is larger than 512 bytes, it need not be carrier-extended. • The burst can be as long as 8192 bytes. M.S.Ramaiah School of Advanced Studies 6
  • 7. Gigabit Media-Independent Interface • The GMII is the interface between the MAC layer and the Physical layer. It allows any physical layer to be used with the MAC layer. • It is an extension of the MII ( Media Independent Interface ) used in Fast Ethernet. It uses the same management interface as MII. It supports 10, 100 and 1000 Mbps data rates. • It provides separate 8-bit wide receive and transmit data paths, so it can support both fullduplex as well as half-duplex operation. • The GMII provides 2 media status signals : one indicates presence of the carrier, and the other indicates absence of collision. The Reconciliation Sublayer (RS) maps these signals to Physical Signalling which is understood by the existing MAC sublayer. • With the GMII, it is possible to connect various media types such as shielded and unshielded twisted pair, and single-mode and multi mode optical fibre, while using the same MAC controller. M.S.Ramaiah School of Advanced Studies 7
  • 8. GMII The GMII is divided into three sub layers : PCS, PMA and PMD. PCS (Physical Coding Sub layer) • It provides a uniform interface to the Reconciliation layer for all physical media. Carrier Sense and Collision Detect indications are generated by this sub layer. It also manages the auto-negotiation process by which the NIC (Network Interface) communicates with the network to determine the network speed (10,100 or 1000 Mbps) and mode of operation (halfduplex or full-duplex). PMA (Physical Medium Attachment) • This layer serializes code groups for transmission and de-serializes bits received from the medium into code groups. PMD (Physical Medium Dependent) • This sub layer maps the physical medium to the PCS. This layer defines the physical layer signalling used for various media. The MDI ( Medium Dependent Interface), which is a part of PMD is the actual physical layer interface. This layer defines the actual physical attachment, such as connectors, for different media types. M.S.Ramaiah School of Advanced Studies 8
  • 9. Auto Negotiation and Physical Media • Auto Negotiation was defined in Fast Ethernet to automatically select operational speeds between 10 and 100 Mbps. It was adapted to Gigabit Ethernet primarily to select between duplex mode and the use of link-level flow control. • On a 1000Base-X link, the configuration information exchanged through Auto Negotiation is encoded into a special sequence of 8B/10B codes that transfers 16 bits of configuration information at a time. • On a typical 1000Base-X link, the Auto Negotiation exchange will be completed roughly 40 milliseconds after the cables are plugged in or the equipment is turned on. Physical Media: Unshielded Twisted Pair (UTP-5): 4-pairs Shielded Twisted Pair (STP) Multimode Fiber: 50 mm and 62.5 mm Single-Mode Fiber M.S.Ramaiah School of Advanced Studies 9
  • 10. Advantages • Increased bandwidth for higher performance. • Full-duplex capacity, allowing data to be transmitted and received at the time so that the effective bandwidth is virtually doubled. • Provides full compatibility with the large installed base of Ethernets and Fast Ethernet nodes. • Low cost of acquisition and ownership. • Transfer large amount of data across the network quickly. M.S.Ramaiah School of Advanced Studies 10
  • 11. Disadvantages • Not originally designed to support real-time voice and video traffic. works best when working solely with network traffic comprised solely of data. • Cannot prioritize traffic to deliver effective Class of Service (CoS). • Gigabit Ethernet is still not in use. M.S.Ramaiah School of Advanced Studies 11
  • 12. Summary • Gigabit Ethernet supports data rate of 1000Mbps. • CSMA/CD protocol are same as that of Ethernet and Fast Ethernet. It helps in reducing the collision. • Carrier extension is extended with special symbols so that the block is 512 bytes. Frame bursting is used to achieve higher throughput. • GMII is an interface between MAC and Physical layer, supports half and full duplex modes of operation and also connects various media. • Auto negotiation selects the duplex modes, transfers 16 bit of information data at a time. • Gigabit Ethernet uses higher bandwidth and provides higher performance. • It is still not in use. And it only works with network traffics. M.S.Ramaiah School of Advanced Studies 12
  • 13. References • Howard Frazier Gigabit Ethernet: From 100 to1,000 Mb Cisco Systems Inc (25th May 2013) • T. C. Tan (August 2000) Gigabit Ethernet and structured cabling Electronics & Communication Engineering Journal (25th May 2013) • Vinay Moorthy Gigabit Ethernet Version 2 CSE IIT Kharagpur ( 26th May 2013) • Gigabit Ethernet available from<http://www.cisco.com/web/about/ac123/ac147/ac174/ac199/about_cisco_ipj_ archive_article09186a00800c85a6.html >The Internet Protocol Journal - Volume 2, No. 3 (26th May 2013) • Ethernet Introduction to Gigabit Ethernet available from <http://www.cisco.com/en/US/tech/tk389/tk214/tech_brief09186a0080091a8a.html > ( 26th May 2013) M.S.Ramaiah School of Advanced Studies 13
  • 14. Thank You M.S.Ramaiah School of Advanced Studies 14