Communication Networks/Ethernet

From Wikibooks, open books for an open world
< Communication Networks
Jump to: navigation, search

Contents

[edit] What is Ethernet?

Ethernet was invented in 1973 at Xerox Corporation's Palo Alto Research Center(PARC) by a researcher named Bob Metcalfe. Bob Metcalfe was asked to build a networking system for the computers at PARC. Xerox wanted such a network because they were designing the world's first laser printer and wanted all of the computers there to be able to print using it. There were two challenges he faced, he had to make it fast enough for the laser printer as well as be able to connect hundreds of computers in the same building together.

[edit] Physical Ethernet Connections

[edit] Ethernet Communications

[edit] CSMA/CD

Ethernet uses the carrier sense multiple access with collision detection (CSMA/CD) algorithm for arbitration. CSMA/CD logic helps prevent collisions and also defines how to act when a collision does occur. The CSMA/CD algorithm works like this:

a. A device with a frame to send listens until Ethernet is not busy.

b. When the Ethernet is not busy, the sender begins sending the frame.

c. The sender listens to make sure that no collision occurred.

d. Once the sender hears the collision, they each send a jamming signal, to ensure that all stations recognize the collision.

e. After the jamming is complete, each sender randomizes a timer and waits that long.

f. When each timer expires, the process starts over with Step 1.

So, all devices on the Ethernet need to use CSMA/CD to avoid collisions and to recover when inadvertent collisions occur.

[edit] Additional Specifications

http://inventors.about.com/library/weekly/aa111598.htm

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export