Pages

What is Ethernet


Ethernet is the most widely-installedlocal area network (LAN) technology. Computers, printers and other devices usethe Ethernet protocol to communicate with each other. Originally devices usingEthernet were connected together by coax cable in a serial, daisy-chainfashion. 

At first a data rate of 10Mbit/sec (million bits per second) was carriedbetween PCs connected together by one or two coax cabling systems:

  • 10base2 (thin coax) carried data about 185 meters before a repeater was needed.
  • 10base5 (thick coax) could carry data a maximum of 500 meters without a repeater.

10baseT (twisted pair cable) appeared later and carried data 100 meters withouta repeater. Today it is the most widely deployed cabling system used in LANs.

Data Collisions

Ethernet uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD)to maintain the orderly flow of messages on the network. In CSMA/CD, each PClistens to the line. If the line is quiet any PC can begin transmitting.

Since any PC can transmit when the line is quiet, two will inevitably starttransmitting at or near the same time. The messages collide and the result isthat neither message gets through.

When a collision is detected, all PCs must back off and wait a random amount oftime before transmitting any new messages. If one device keeps transmitting forwhatever reason, the network gets tied up and no one else can use it!

Ethernet Hub

Eventually the hub was developed. It can connect a small number of PCs togetherin a star formation. Think of spokes of a wheel all connected to the hub at thecenter. The hub monitors each PC connected to it and disconnects any PC thatviolates the CSMA/CD rule.

It was a great improvement over the serial, daisy-chain, coax cable system,since it could prevent one over talkative PC from taking down the network.
It also eliminated the problems that often occurred when one PC failedelectronically, or was improperly disconnected from the coax cable.
If one PC failed in a certain way, it could disable the entire network.
If the coax cable at one PC was improperly connected, it split the network intotwo, isolated networks on either side of it. PCs in one network could no longertalk to PCs in the other network

Ethernet Switch

Switches interconnect LANs and transfer messages between them. The developmentof switches allowed the size of networks using Ethernet to become larger.

Without switches the size of an Ethernet system is limited. The reason for thisis that computers at opposite ends of a large network are too far apart tofollow the CSMA/CD protocol required for orderly traffic flow.

Collisions let each transmitting PC know that its message didn't get through.When PCs are too far apart they don't know about collisions that may behappening to their message at the far end of the network due to the very longback and forth time delays. Since they don't know their message collided andfailed, they never retransmit it!

Switches allow a manageable collision domain (area) to be set up for each LAN.When a message crosses from one LAN to another through a switch, it enters anew collision domain and in effect becomes a 'new' message in that domain. Theexplanation of how this works is beyond the scope of this article. With thecollision detection problem solved, very large networks were able to be built.

Ethernet in the Internet

The Internet is made up of millions of PCs and other equipment connectedtogether in thousands of dispersed LANs of varying sizes. The LANs pass data toeach other through banks of switches and routers (very specialized switches)that are operated by communications companies and organizations around theglobe.

If you work in an office, 10baseT Ethernet is probably the way all your localPCs, printers and other equipment is connected together. The 8-pin,telephone-style plug that connects to the Network Interface Card (NIC) in theback of your PC is most likely one end of a 10baseT cable.

The speed of Ethernet keeps getting faster

  • 100baseT or Fast Ethernet (100 million bits per second) is widely deployed in LAN backbones. Backbones are high speed data paths that are fed by many slower speed data streams, like 10baseT.
    It is much like smaller roads feeding a few, slow moving cars onto a major highway (backbone), that carries more cars at higher speed.
  • Eventually as more and more data comes together, 1000baseX or GB Ethernet (1 billion bits per second) is used to carry a tremendous amount of extremely fast moving data. In the traffic analogy, it is like an interstate highway.
    This data keeps getting merged together into higher speed streams, called Optical Carriers, which use fiber optic cable to carry data. OC-192 (10 billion bits per second) is now being deployed. At this point we've left the highway and are using supersonic jets!