Rev | Author | # | Line |
---|---|---|---|
1 | PerryLorier | 1 | Like [10BaseT] but 10x faster, giving you 100mbit. |
2 | GerardSharp | 2 | |
3 | DanielLawson | 3 | Like [10BaseT] this uses a star configuration, where each client node (computer) connects to a central hub with one cable, and that cable cannot exceed 100m in length. As such, damage to any one cable only affects that computer - the rest of the LAN is still operational. |
4 | |||
5 | While talking about star topology, its worth noting that both [10BaseT] and [100BaseT] over an unswitched network might present a star topology physically, they are actually a bus topology as far as ethernet is concerned - all traffic is rebroadcast to all other nodes. If they are used in a SwitchedEthernet then they are a star topology. | ||
2 | GerardSharp | 6 | |
7 | 100BaseT can either be run over Category 3 [UTP] cable by using all four pairs, or much more commonly over Category 5 cable, only using two pairs. (The infamous "Cat-5"). | ||
1 | PerryLorier | 8 | |
6 | LindsayDruett | 9 | 100BaseT like 10BaseT will run in Full Duplex (when either found in auto setting or hard set) when connected back-to-back (when using a full MDI to MDI-X cross-over cable) or connected to a switch port. |
10 | |||
11 | 100BaseTX requires a minimum of a Category 5 Cable installed as it uses two pairs, one pair for Transmit, and one pair for receive. 100BaseT4 requires a minimum of Category 3 Cable installed as it use four pairs. two pairs for trasmit, and two pairs for receive. | ||
12 | |||
3 | DanielLawson | 13 | |
1 | PerryLorier | 14 | |
15 | See Also: | ||
16 | * [10BaseT] | ||
17 | * [10Base2] |