Ethernet as it is currently known was invented by [Bob Metcalfe]? and [D. R. Boggs]? while working at Xerox PARC in 1973. |
Ethernet as it is currently known was invented by [Bob Metcalfe]? and [D. R. Boggs]? while working at Xerox PARC in 1973. Ethernet uses a system of globally unque addresses called MAC addresses to ensure that all systems in an Ethernet have distinct addresses. |
See also: *MAC address |
Schemes to perform this function are called Carrier Sense Multiple Access CSMA? with collision detection [[csma\cd]].
In practice, this works something like a dinner party, where all the guests use a common medium to speak with one another (the air) and politely wait for each other to finish speaking before speaking themselves. If two guests start speaking at the same time, each stops speaking and waits for a short, random period of time. The hope is that by each choosing a random period of time, both people will not choose the same time to try and speak again, thus avoiding another collision. Exponential back-off is used when there is more than one failed attempt to transmit.
Since all communications happen on the same wire, any information sent by one computer is received by all, even if that information was intended for just one destination. Most Ethernet-connected computers therefore must continually filter out information that is not intended for them. This "one speaks, all listen" property is a security weakness of Ethernet, since a misbehaving node on an Ethernet network can eavesdrop on all traffic on the wire if it so chooses.
Ethernet as a shared medium works well when the level of traffic is low. Since the chance of collision is proportional to the number of transmitters and the data to be sent, the network gets extremely congested above 50% capacity. To resolve this, [Ethernet switches]? have been developed to maximize available bandwidth.
Originally developed in the 1960's for the Alohanet in Hawaii using radio, the scheme was quickly converted to wire systems, as the electronic control system is relatively simple compared to [token ring]? or master controlled networks.
Ethernet as it is currently known was invented by [Bob Metcalfe]? and [D. R. Boggs]? while working at Xerox PARC in 1973.
Ethernet uses a system of globally unque addresses called MAC addresses to ensure that all systems in an Ethernet have distinct addresses.
Some common varieties of Ethernet:
Mbps = Megabits per second Gbps = Gigabits per second
There is now (2001) work in progress on the standardization of 10-Gigabit Ethernet.
It has been observed that Ethernet traffic has self-similar properties, with important consequences for traffic engineering.
External Links: