Pages

Thursday, July 26, 2007

Ethernet Fundamentals - Part 1

Ethernet is by far the most popular and widely used LAN protocol today. It was invented by Robert Metcalfe during the 70's and was developed hand in hand by DIX (DEC, Intel, Xerox). Robert Metcalfe would later on found 3Com Corporation, one of Cisco's competitors in the world of networking. Coincidentally, 3Com pertains to "Computers, Communication and Comapatibility" just a slight trivia there. This is so because Mr. Metcalfe is an advocate for compatibility of products around the industry.

The very first ethernet design as presented by Mr. Metcalfe.

What makes Ethernet a very successfull protocol is its simplicity and robustness in adapting to LAN evolution specially in terms of speed. Todays LANs are now able to transmit up to 10 Gbps. The following shows a table of IEEE 802.3 technologies.

Ethernet essentially is a broadcast protocol. Every host in the network has the ability to transmit anytime it wants. It's called Non-deterministic or others call it as opportunistic LAN. It's a first come first serve basis type of communication unlike in Token Ring networks or FDDI (Fiber Distributed Data Interface) wherein a token is needed by hosts in order to transmit one at a time. In Token Rings or FDDI, the hosts cannot transmit without the token. Transmission is in order, that is, hosts transmit taking each others turn. This is called deterministic LAN.

We can probably say that the Ethernet network is chaotic in nature. CSMA/CD takes the role of policing the Ethernet in order for the different nodes to transmit properly. However, the chaotic nature of Ethernet is only true to half-duplex transmission. The following illustrates the three methods of transmission.


Half-duplex Ethernet nowadays is a gonner. It's almost extinct because of the advent of better, cheaper and more intelligent switches. Plus, it is also driven by bandwidth-hungry applications all over the workplace increasing the demands on faster and more efficient transmissions.

Half-duplex transmission practically generates collisions on LAN. Susceptible to this are hosts that are connected in bus topologies or star topologies using hubs or muli-port repeaters. And when there are collisions, CSMA/CD goes to work. Collisions are detected on the LAN by voltage spikes. Full-duplex transmission essentially frees the LAN of collisions and hence no place for CSMA/CD to work on. The hosts on these LANs are connected on switches.

0 comments: