Photo:1 Photo:2 Photo:3 Photo:4 |
| General design | |
| 2>
Fast Ethernet is an extension of the existing Ethernet standard. It runs on UTP data or optical fiber cable and uses CSMA/CD in a star wired bus topology, similar to 10BASE-T where all cables are attached to a hub. And, it provides compatibility with existing 10BASE-T systems and thus enables plug-and-play upgrades from 10BASE-T. Fast Ethernet is sometimes referred to as 100BASE-X where X is a placeholder for the FX and TX variants.[citation needed]
The 100 in the media type designation refers to the transmission speed of 100 Mbit/s. The "BASE" refers to baseband signalling, which means that only Ethernet signals are carried on the medium. The TX, FX and T4 refer to the physical medium that carries the signal.
A fast Ethernet adapter can be logically divided into a Media Access Controller (MAC) which deals with the higher level issues of medium availability and a Physical Layer Interface (PHY). The MAC may be linked to the PHY by a 4 bit 25 MHz synchronous parallel interface known as a Media Independent Interface (MII) or a 2 bit 50 MHz variant Reduced Media Independent Interface (RMII). Repeaters (hubs) are also allowed and connect to multiple PHYs for their different interfaces.
The MII may (rarely) be an external connection but is usually a connection between ICs in a network adapter or even within a single IC. The specs are written based on the assumption that the interface between MAC and PHY will be a MII but they do not require it.
The MII fixes the theoretical maximum data bit rate for all versions of fast Ethernet to 100 Mbit/s. The data signaling rate actually observed on real networks is less than the theoretical maximum, due to the necessary header and trailer (addressing and error-detection bits) on every frame, the occasional "lost frame" due to noise, and time waiting after each sent frame for other devices on the network to finish transmitting.
[edit] Tags:Ethernet Standard,Utp,Optical Fiber,Csma/cd,Star Wired Bus Topology,10base-t,Media Access Controller,Reduced Media Independent Interface,Data Signaling Rate,Frame,Hub,Ethernet,Physical Layer,Media Independent Interface, | |
| Copper | |
| 2>
3Com 3c905-TX 100BASE-TX PCI network interface card
100BASE-T is any of several Fast Ethernet standards for twisted pair cables, including: 100BASE-TX (100 Mbit/s over two-pair Cat5 or better cable), 100BASE-T4 (100 Mbit/s over four-pair Cat3 or better cable, defunct), 100BASE-T2 (100 Mbit/s over two-pair Cat3 or better cable, also defunct). The segment length for a 100BASE-T cable is limited to 100 metres (328 ft) (as with 10BASE-T and gigabit Ethernet). All are or were standards under IEEE 802.3 (approved 1995). Almost all 100BASE-T installations are 100BASE-TX.
In the early days of Fast Ethernet, much vendor advertising centered on claims by competing standards that "ours will work better with existing cables than theirs." In practice, it was quickly discovered that few existing networks actually met the assumed standards, because 10-megabit Ethernet was very tolerant of minor deviations from specified electrical characteristics and few installers ever bothered to make exact measurements of cable and connection quality; if Ethernet worked over a cable, it was deemed acceptable. Thus most networks had to be rewired for 100-megabit speed whether or not there had supposedly been CAT3 or CAT5 cable runs.[citation needed]
[edit] Tags:Gigabit Ethernet,Pci,Cat5,Ieee 802.3, | |
| 100BASE-TX | |
| 3>
8P8C Wiring (TIA/EIA-568-B T568B)
Pin
Pair
Wire
Color
1
2
+/tip
white/orange
2
2
−/ring
orange
3
3
+/tip
white/green
4
1
−/ring
blue
5
1
+/tip
white/blue
6
3
−/ring
green
7
4
+/tip
white/brown
8
4
−/ring
brown
100BASE-TX is the predominant form of Fast Ethernet, and runs over two wire-pairs inside a category 5 or above cable. Like 10BASE-T the active pairs in a standard connection are terminated on pins 1, 2, 3 and 6. Since a typical category 5 cable contains 4 pairs it can support two 100BASE-TX links with a wiring adaptor. Cabling is conventional wired to TIA/EIA-568-B's termination standards, T568A or T568B.This places the active pairs on the orange and green pairs (canonical second and third pairs).
Each network segment can have a maximum distance of 100 metres (328 ft). In its typical configuration, 100BASE-TX uses one pair of twisted wires in each direction, providing 100 Mbit/s of throughput in each direction (full-duplex). See IEEE 802.3 for more details.
The configuration of 100BASE-TX networks is very similar to 10BASE-T. When used to build a local area network, the devices on the network (computers, printers etc.) are typically connected to a hub or switch, creating a star network. Alternatively it is possible to connect two devices directly using a crossover cable.
With 100BASE-TX hardware, the raw bits (4 bits wide clocked at 25 MHz at the MII) go through 4B5B binary encoding to generate a series of 0 and 1 symbols clocked at 125 MHz symbol rate. The 4B5B encoding provides DC equalization and spectrum shaping (see the standard for details). Just as in the 100BASE-FX case, the bits are then transferred to the physical medium attachment layer using NRZI encoding. However, 100BASE-TX introduces an additional, medium dependent sublayer, which employs MLT-3 as a final encoding of the data stream before transmission, resulting in a maximum "fundamental frequency" of 31.25 MHz. The procedure is borrowed from the ANSI X3.263 FDDI specifications, with minor discrepancies.[3]
[edit] Tags:8p8c,Category 5,Tia/eia-568-b,Canonical,Full-duplex,Local Area Network,Switch,Star Network,Symbol Rate,Nrzi,Fddi, | |
| 100BASE-T4 | |
| 3>
100BASE-T4 was an early implementation of Fast Ethernet. It requires four twisted copper pairs, but those pairs were only required to be category 3 rather than the category 5 required by TX. One pair is reserved for transmit, one for receive, and the remaining two will switch direction as negotiated. A very unusual 8B6T code is used to convert 8 data bits into 6 base-3 digits (the signal shaping is possible as there are three times as many 6-digit base-3 numbers as there are 8-digit base-2 numbers). The two resulting 3-digit base-3 symbols are sent in parallel over 3 pairs using 3-level pulse-amplitude modulation (PAM-3). The fact that 3 pairs are used to transmit in each direction makes 100BASE-T4 inherently half-duplex. This standard can be implemented with CAT 3, 4, 5 UTP cables, or STP if needed against interference. Maximum distance is limited to 100 meters. 100BASE-T4 was not widely adopted but the technology developed for it is used in 1000BASE-T.[4]
[edit] Tags:8b6t,Pulse-amplitude Modulation,Half-duplex, | |
| 100BASE-T2 | |
| 3>
Symbol
Line signal level
000
0
001
+1
010
−1
011
−2
100(ESC)
+2
In 100BASE-T2, the data is transmitted over two copper pairs, 4 bits per symbol. It uses these two pairs for simultaneously transmitting and receiving on both pairs[5] thus allowing full-duplex operation. First, a 4 bit symbol is expanded into two 3-bit symbols through a non-trivial scrambling procedure based on a linear feedback shift register; see the standard for details. This is needed to flatten the bandwidth and emission spectrum of the signal, as well as to match transmission line properties. The mapping of the original bits to the symbol codes is not constant in time and has a fairly large period (appearing as a pseudo-random sequence). The final mapping from symbols to PAM-5 line modulation levels obeys the table on the right. 100BASE-T2 was not widely adopted but the technology developed for it is used in 1000BASE-T.[4]
[edit] Tags:Linear Feedback Shift Register,Pam-5, | |
| 100BASE-FX | |
| 3>
100BASE-FX is a version of Fast Ethernet over optical fiber. It uses a 1300 nm near-infrared (NIR) light wavelength transmitted via two strands of optical fiber, one for receive(RX) and the other for transmit(TX). Maximum length is 400 metres (1,310 ft) for half-duplex connections (to ensure collisions are detected), and 2 kilometres (6,600 ft) for full-duplex over multi-mode optical fiber. 100BASE-FX uses the same 4B5B encoding and NRZI line code that 100BASE-TX does. 100BASE-FX should use SC, ST, LC, MTRJ or MIC connectors with SC being the preferred option.[6]
100BASE-FX is not compatible with 10BASE-FL, the 10 MBit/s version over optical fiber.
[edit] Tags:Nm,Infrared,Multi-mode Optical Fiber,Connectors,10base-fl, | |
| 100BASE-SX | |
| 3>
100BASE-SX is a version of Fast Ethernet over optical fiber. It uses two strands of multi-mode optical fiber 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 550 metres (1,800 ft).
100BASE-SX uses the same wavelength as 10BASE-FL, the 10 Mbit/s version over optical fiber. Unlike 100BASE-FX, this allows 100BASE-SX to be backwards-compatible with 10BASE-FL.
Because of the shorter wavelength used (850 nm) and the shorter distance it can support, 100BASE-SX uses less expensive optical components (LEDs instead of lasers) which makes it an attractive option for those upgrading from 10BASE-FL and those who do not require long distances.
[edit] Tags: | |
| 100BASE-BX | |
| 3>
100BASE-BX is a version of Fast Ethernet over a single strand of optical fiber (unlike 100BASE-FX, which uses a pair of fibers). Single-mode fiber is used, along with a special multiplexer which splits the signal into transmit and receive wavelengths. The two wavelengths used for transmit and receive is 1310/1550 nm. The terminals on each side of the fiber are not equal, as the one transmitting "downstream" (from the center of the network to the outside) uses the 1550 nm wavelength, and the one transmitting "upstream" uses the 1310 nm wavelength. Distances can be 10, 20 or 40 km.
[edit] Tags: | |
| 100BASE-LX10 | |
| 3>
100BASE-LX10 is a version of Fast Ethernet over two single-mode optical fibers. It has a nominal reach of 10 km and a nominal wavelength of 1310 nm. It is described in IEEE 802.3-2005 Section 5 chapter 58.
[edit] Tags: | |
| References | |
| 2>
^ IEEE 802.3u-1995
^ [1] The 802.3z Gigabit Ethernet Standard was published
^ "The 100BASE-TX PMD (and MDI) is specified by incorporating the FDDI TP-PMD standard, ANSI X3.263: 1995 (TP-PMD), by reference, with the modifications noted below." (section 25.2 of IEEE802.3-2002).
^ a b Charles E. Spurgeon (2000). Ethernet: the Definitive Guide. O'Reilly Media. p. 156. ISBN 9781565926608. http://books.google.com/books?id=MRChaUQr0Q0C&pg=PA156.
^ Robert Breyer and Sean Riley (1999). Switched, Fast, and Gigabit Ethernet. Macmillan Technical Publishing. p. 107.
^ 802.3-2008 section 26.4.1
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
[edit] Tags:Free On-line Dictionary Of Computing,Licensed,Gfdl, | |
| External links | |
| 2>
Common 100 Mbit/s Hardware Variations
Origins and History of Ethernet
100BASE-SX Fast Ethernet proposal site
Fast Ethernet Chipsets Comparison
IEEE802.3 standards free download
ProCurve Networking 100BASE-FX Technical Brief
v
d
e
Ethernet family of local area network technologies
Speeds
10 Mbits/s:
10BASE5
10BASE2
10BASE-T
100 Mbits/s
Gigabit/s
10 Gigabits/s
100 Gigabits/s
Terabit/s
General
IEEE 802.3
Physical layer
Autonegotiation
Power over Ethernet
EtherType
Ethernet Alliance
Flow control
Frames
Jumbos
Historic
CSMA/CD
StarLAN
10BROAD36
10BASE-FB
10BASE-FL
100BaseVG
LattisNet
Long Reach
Applications
Industrial
Carrier
Audio
First mile
Data center
Energy Efficiency
Transceivers
MAU
GBIC
SFP
XAUI
XENPAK
XFP
SFP+
CFP
Interfaces
AUI
Medium dependent interface
Media Independent Interface
Gigabit Media Independent Interface
10 Gigabit Media Independent Interface
XAUI
All Ethernet-related articles
Retrieved from "http://en.wikipedia.org/w/index.php?title=Fast_Ethernet&oldid=472862889"
Categories: EthernetHidden categories: All articles with unsourced statementsArticles with unsourced statements from February 2011Articles with unsourced statements from July 2010Wikipedia articles incorporating text from FOLDOC
Personal tools
Log in / create account
Namespaces
Article
Talk
Variants
Views
Read
Edit
View history
Actions
Search
Navigation
Main page
Contents
Featured content
Current events
Random article
Donate to Wikipedia
Interaction
Help
About Wikipedia
Community portal
Recent changes
Contact Wikipedia
Toolbox
What links here
Related changes
Upload file
Special pages
Permanent link
Cite this page
Print/export
Create a bookDownload as PDFPrintable version
Languages
العربية
Català
Česky
Eesti
Español
Français
Bahasa Indonesia
Italiano
Lietuvių
Magyar
Македонски
日本語
Polski
Português
Русский
Српски / Srpski
Українська
This page was last modified on 23 January 2012 at 20:56.
Text is available under the Creative Commons Attribution-ShareAlike License;
additional terms may apply.
See Terms of use for details.
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.Contact us
Privacy policy
About Wikipedia
Disclaimers
Mobile view
if ( window.isMSIE55 ) fixalpha();
if ( window.mediaWiki ) {
mw.loader.load(["mediawiki.user", "mediawiki.util", "mediawiki.page.ready", "mediawiki.legacy.wikibits", "mediawiki.legacy.ajax", "mediawiki.legacy.mwsuggest", "ext.gadget.wmfFR2011Style", "ext.vector.collapsibleNav", "ext.vector.collapsibleTabs", "ext.vector.editWarning", "ext.vector.simpleSearch", "ext.UserBuckets", "ext.articleFeedback.startup", "ext.articleFeedbackv5.startup", "ext.markAsHelpful"]);
}
if ( window.mediaWiki ) {
mw.user.options.set({"ccmeonemails":0,"cols":80,"date":"default","diffonly":0,"disablemail":0,"disablesuggest":0,"editfont":"default","editondblclick":0,"editsection":1,"editsectiononrightclick":0,"enotifminoredits":0,"enotifrevealaddr":0,"enotifusertalkpages":1,"enotifwatchlistpages":0,"extendwatchlist":0,"externaldiff":0,"externaleditor":0,"fancysig":0,"forceeditsummary":0,"gender":"unknown","hideminor":0,"hidepatrolled":0,"highlightbroken":1,"imagesize":2,"justify":0,"math":1,"minordefault":0,"newpageshidepatrolled":0,"nocache":0,"noconvertlink":0,"norollbackdiff":0,"numberheadings":0,"previewonfirst":0,"previewontop":1,"quickbar":5,"rcdays":7,"rclimit":50,"rememberpassword":0,"rows":25,"searchlimit":20,"showhiddencats":false,"showjumplinks":1,"shownumberswatching":1,"showtoc":1,"showtoolbar":1,"skin":"vector","stubthreshold":0,"thumbsize":4,"underline":2,"uselivepreview":0,"usenewrc":0,"watchcreations":1,"watchdefault":0,"watchdeletion":0,"watchlistdays":3,"watchlisthideanons":0,
"watchlisthidebots":0,"watchlisthideliu":0,"watchlisthideminor":0,"watchlisthideown":0,"watchlisthidepatrolled":0,"watchmoves":0,"wllimit":250,"flaggedrevssimpleui":1,"flaggedrevsstable":0,"flaggedrevseditdiffs":true,"flaggedrevsviewdiffs":false,"vector-simplesearch":1,"useeditwarning":1,"vector-collapsiblenav":1,"usebetatoolbar":1,"usebetatoolbar-cgd":1,"wikilove-enabled":1,"variant":"en","language":"en","searchNs0":true,"searchNs1":false,"searchNs2":false,"searchNs3":false,"searchNs4":false,"searchNs5":false,"searchNs6":false,"searchNs7":false,"searchNs8":false,"searchNs9":false,"searchNs10":false,"searchNs11":false,"searchNs12":false,"searchNs13":false,"searchNs14":false,"searchNs15":false,"searchNs100":false,"searchNs101":false,"searchNs108":false,"searchNs109":false,"gadget-wmfFR2011Style":1});;mw.user.tokens.set({"editToken":"+\\","watchToken":false});;mw.loader.state({"user.options":"ready","user.tokens":"ready"});
/* cache key: enwiki:resourceloader:filter:minify-js:4:b41a86ec4e0fe8329bc3ce917e792339 */
}
Tags:10base5,10base2,Gigabit/s,10 Gigabits/s,100 Gigabits/s,Terabit/s,Autonegotiation,Power Over Ethernet,Ethertype,Ethernet Alliance,Flow Control,Frames,Jumbos,Starlan,10broad36, | |
zote monety view link view link view link view link view link |