OneStopGate.Com
OnestopGate   OnestopGate
   Saturday, May 4, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Electronics and Telecommunications » Telecommunications and Networks » 100Base-T Ethernet

100Base-T Ethernet

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

100Base-T Ethernet

100Base-T Fast Ethernet / 802.3u

- an overview of the 100Base-T Ethernet standard, IEEE802.3u also known as "Fast Ethernet" used widely for local area network, LAN applications.

100Base-T Ethernet was originally known as "Fast Ethernet" when it was introduced, it was the fastest version of Ethernet that was available offering a speed of 100 Mbps (12.5 MByte/s excluding 4B/5B overhead). Now 100Base-T has been overtaken by other standards such as 1GB and more recently 10 GB Ethernet offering speeds of 10 and 100 times that of the 100Base-T versions. Nevertheless 100Base-T is widely used for most networking applications as it offers a performance that is more than acceptable for many applications. Officially, the 100BASE-T standard is IEEE 802.3u.


100Base-T overview

100BaseT Ethernet, also known as Fast Ethernet is defined under the 802.3 family of standards under 802.3u. Like other flavours of Ethernet, 100Base-T, Fast Ethernet is a shared media LAN. All the nodes within the network share the 100 Mbps bandwidth. Additionally it conforms to the same basic operational techniques as used by other flavours of Ethernet. In particular it uses the CSMA/CD access method, but there are some minor differences in the way the overall system operates.

The designation for 100Base-T is derived from a standard format for Ethernet connections. The first figure is the designation for the speed in Mbps. The base indicates the system operates at baseband and the following letters indicate the cable or transfer medium.

Note on CSMA/CD:

The CSMA/CD protocol used for Ethernet and a variety of other applications falls into three categories. The first is Carrier Sense. Here each station listens on the network for traffic and it can detect when the network is quiet. The second is the Multiple Access aspect where the stations are able to determine for themselves whether they should transmit. The final element is the Collision Detect element. Even though stations may find the network free, it is still possible that two stations will start to transmit at virtually the same time. If this happens then the two sets of data being transmitted will collide. If this occurs then the stations can detect this and they will stop transmitting. They then back off a random amount of time before attempting a retransmission. The random delay is important as it prevents the two stations starting to transmit together a second time.

There are a number of cabling versions available:

  • 100Base-TX uses two pairs of Category 5 UTP *

  • 100Base-T4 uses four pairs of Category 3 (now obsolete) *

  • 100Base-T2 uses two pairs of Category 3 (now obsolete) *

  • 100Base-FX It uses two strands of multi-mode optical fibre for receive and transmit. Maximum length is 400 metres for half-duplex connections (to ensure collisions are detected) or 2 kilometres for full-duplex and is primarily intended for backbone use

  • 100Base-SX It uses two strands of multi-mode optical fibre for receive and transmit. It is a lower cost alternative to using 100Base-FX, because it uses short wavelength optics which are significantly less expensive than the long wavelength optics used in 100Base-FX. 100Base-SX can operate at distances up to 300 metres

  • 100Base-BX is a version of Fast Ethernet over a single strand of optical fibre (unlike 100Base-FX, which uses a pair of fibres). Single-mode fibre is used, along with a special multiplexer which splits the signal into transmit and receive wavelengths.

* The segment length for a 100Base-T cable is limited to 100 metres.

Fast Ethernet data frame format

Although the frame format for sending data over an Ethernet link does not vary considerably, there are some changes that are needed to accommodate the different physical requirements of the various flavours. The format adopted for Fast Ethernet, 802.3u is given below:

PRE SOF DA SA Length / Type Data payload FCS
7 1 6 6 2 46 - 1500 4

Fast Ethernet (802.3u) Data Frame Format

It can be seen from the diagram above that the data can be split into several elements:

PRE This is the Preamble and it is seven bytes long and it consists of a series of alternating ones and zeros. This warns the receivers that a data frame is coming and it allows them to synchronise to it.

SOF This is the Start Of Frame delimiter. This is only one byte long and comprises a pattern of alternating ones and zeros ending with two bits set to logical "one". This indicates that the next bit in the frame will be the destination address.

DA This is the Destination Address and it is six bytes in length. This identifies the receiver that should receive the data. The left-most bit in the left-most byte of the destination address immediately follows the SOF.

SA This is the Source Address and again it is six bytes in length. As the name implies it identifies the source address.

Length / Type This two byte field indicates the payload data length. It may also provide the frame ID if the frame is assembled using an alternative format.

Data This section has a variable length according to the amount of data in the payload. It may be anywhere between 46 and 1500 bytes. If the length of data is below 46 bytes, then dummy data is transmitted to pad it out to reach the minimum length.

FCS This is the Frame Check Sequence which is four bytes long. This contains a 32 bit cyclic redundancy check (CRC) that is used for error checking.

Data transmission speed

Although the theoretical maximum data bit rate of the system is 100 Mbps. The rate at which the payload is transferred on real networks is far less than the theoretical maximum. This is because additional data in the form of the header and trailer (addressing and error-detection bits) on every packet, along with the occasional corrupted packet which needs to be re-sent slows the data transmission. In addition to this time is lost time waiting after each sent packet for other devices on the network to finish transmitting.

Fast Ethernet using Cat 5 cable

Fast Ethernet can be transmitted over a variety of media, but 100Base-t is the most common form and it is carried over Cat 5 cable. These cables have four sets of twisted pair wires of which only two are used for 10Base-T or 100Base-T. For 10Base-T and 100Base-T one pair of wires is used for the transmitted data (TD) and another for the received data (RD) as shown below. The data is carried differentially over the wires and in this way the "+" and "-" wires carry equal and opposite signals. As a result any radiation is cancelled out.

Pin Wire
colour
Function
1 White + Green +TD
2 Green -TD
3 White + Orange +RD
4 Blue Not used
5 White + Blue Not used
6 Orange -RD
7 White + Brown Not used
8 Brown Not used

Wiring for Cat 5 cable used 100 Base-T Ethernet

Fast Ethernet Applications

Fast Ethernet in the form of 100Base-T has become one of the most widely used forms of Ethernet. It became almost universally used for LAN applications in view of the ease of its use and the fact that systems could sense whether 10Base-T or 100Base-T speeds should be used. In this way 100Base-T systems could be incorporated steadily and mixed with existing 10Base-T equipment. The higher specification standard would be used once the two communicating elements were both 100Base-T. In addition to this the fibre based version is also used, but in view of the fact that Cat5 cable is so cheap and easy to use, the wired version is more common. However the fibre version has the advantage of being able to communicate over greater distances.



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari