SlideShare a Scribd company logo
1 of 14
Download to read offline
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

More Related Content

What's hot

Classful and classless addressing
Classful and classless addressingClassful and classless addressing
Classful and classless addressingSourav Jyoti Das
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols BE Smârt
 
10 gigabit ethernet technology
10 gigabit ethernet technology10 gigabit ethernet technology
10 gigabit ethernet technologySajan Sahu
 
Ethernet fast & gigabit
Ethernet fast & gigabitEthernet fast & gigabit
Ethernet fast & gigabitAnuj Gupta
 
User datagram protocol (udp)
User datagram protocol (udp)User datagram protocol (udp)
User datagram protocol (udp)Ramola Dhande
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
 
Computer network switching
Computer network switchingComputer network switching
Computer network switchingShivani Godha
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference ModelMukesh Tekwani
 
10 gigabit ethernet technology
10 gigabit ethernet technology10 gigabit ethernet technology
10 gigabit ethernet technologyLikan Patra
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
Generations of Mobile Communications
Generations of Mobile CommunicationsGenerations of Mobile Communications
Generations of Mobile Communicationssivakumar m
 

What's hot (20)

Classful and classless addressing
Classful and classless addressingClassful and classless addressing
Classful and classless addressing
 
WiMAX
WiMAXWiMAX
WiMAX
 
Ethernet
EthernetEthernet
Ethernet
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
 
Gigabit Ethernet.pptx
Gigabit Ethernet.pptxGigabit Ethernet.pptx
Gigabit Ethernet.pptx
 
Multiplexing : FDM
Multiplexing : FDMMultiplexing : FDM
Multiplexing : FDM
 
10 gigabit ethernet technology
10 gigabit ethernet technology10 gigabit ethernet technology
10 gigabit ethernet technology
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
HIGH SPEED NETWORKS
HIGH SPEED NETWORKSHIGH SPEED NETWORKS
HIGH SPEED NETWORKS
 
Ethernet fast & gigabit
Ethernet fast & gigabitEthernet fast & gigabit
Ethernet fast & gigabit
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 
User datagram protocol (udp)
User datagram protocol (udp)User datagram protocol (udp)
User datagram protocol (udp)
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
Unguided media
Unguided mediaUnguided media
Unguided media
 
Computer network switching
Computer network switchingComputer network switching
Computer network switching
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
10 gigabit ethernet technology
10 gigabit ethernet technology10 gigabit ethernet technology
10 gigabit ethernet technology
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Generations of Mobile Communications
Generations of Mobile CommunicationsGenerations of Mobile Communications
Generations of Mobile Communications
 

Viewers also liked

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
 

Viewers also liked (20)

Fast ethernet
Fast ethernetFast ethernet
Fast ethernet
 
Gigabit Ethernet
Gigabit EthernetGigabit Ethernet
Gigabit 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
 
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)
 

Similar to Gigabit Ethernet

Similar to 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
 

Recently uploaded

MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
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
 
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
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
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
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 

Recently uploaded (20)

MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
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
 
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
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
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
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.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