Вы находитесь на странице: 1из 3

1. What is Ethernet (IEEE 802.

3)
Ethernet (IEEE 802.3) is a physical and data link layer technology for local area networks
(LANs). Ethernet was invented by engineers Robert Metcalfe D.R. Boggs beginning in 1972.
Generally speaking, Ethernet specifications define low-level data transmission protocols and
the technical details manufacturers need to know to build Ethernet products like cards and
cables.

Higher level network protocols like Internet Protocol (IP) use Ethernet as their transmission
medium. Data travels over Ethernet inside protocol units called frames.

A local area network (LAN) supplies networking capability to a group of


computers in close proximity to each other such as in an office building, a school,
or a home. A LAN is useful for sharing resources like files, printers, games or
other applications. A LAN in turn often connects to other LANs, and to the Internet
or other WAN.

Most local area networks are built with relatively inexpensive hardware such as
Ethernet cables, network adapters, and hubs. Wireless LAN and other more
advanced LAN hardware options also exist.

The most common type of local area network is an Ethernet LAN. The smallest
home LAN can have exactly two computers; a large LAN can accommodate many
thousands of computers. Many LANs are divided into logical groups called
subnets. An Internet Protocol (IP) "Class A" LAN can in theory accommodate
more than 16 million devices organized into subnets.

For many years, Ethernet has proven itself as a relatively inexpensive, reasonably fast, and
very popular LAN technology.

Ethernet Topologies and Protocols


Traditional Ethernet employs a bus topology, meaning that all devices or hosts on the
network use the same shared communication line.

Each device possesses an Ethernet address, also known as MAC address. Sending devices use
Ethernet addresses to specify the intended recipient of messages.

Data sent over the Ethernet exists in the forms of frames. An Ethernet frame contains a
header, a data section, and a footer having a combined length of no more than 1518 bytes.
The Ethernet header contains the addresses of both the intended recipient and the sender.

Data sent over the Ethernet is automatically broadcast to all devices on the network. By
comparing their Ethernet address against the address in the frame header, each Ethernet
device tests each frame to determine if it was intended for them and reads or discards the
frame as appropriate. Network adapters incorporate this function into their hardware.
Media Access Control address (MAC address)
It is a unique identifier assigned to network interfaces for communications on the physical
network segment. Logically, MAC addresses are used in the Media Access Control protocol
sub-layer of the OSI reference model. MAC addresses are most often assigned by the
manufacturer of a network interface card (NIC) and are stored in its hardware, the card's read-
only memory, or some other firmware mechanism. A network node may have multiple NICs
and will then have one unique MAC address per NIC.

MAC addresses are formed according to the rules of one of three numbering name spaces
managed by the Institute of Electrical and Electronics Engineers (IEEE): MAC-48, EUI-48,
and EUI-64, where EUI is an abbreviation for Extended Unique Identifier.

The following technologies use the MAC-48 identifier format:

 Ethernet
 802.11 wireless networks
 Bluetooth
 IEEE 802.5 token ring
 most other IEEE 802 networks
 FDDI
 ATM (switched virtual connections only, as part of an NSAP address)
 Fibre Channel and Serial Attached SCSI (as part of a World Wide Name)
 The ITU-T G.hn standard, which provides a way to create a high-speed (up to 1
gigabit/s) local area network using existing home wiring (power lines, phone lines
and coaxial cables). The G.hn Application Protocol Convergence (APC) layer
accepts Ethernet frames that use the MAC-48 format and encapsulates them into
G.hn Medium Access Control Service Data Units (MSDUs).

The distinction between EUI-48 and MAC-48 identifiers is purely nominal: MAC-48 is used
for network hardware; EUI-48 is used to identify other devices and software. (Thus, by
definition, an EUI-48 is not in fact a "MAC address", although it is syntactically
indistinguishable from one and assigned from the same numbering space.)

The IEEE now considers the label MAC-48 to be an obsolete term, previously used to refer to
a specific type of EUI-48 identifier used to address hardware interfaces within existing 802-
based networking applications, and thus not to be used in the future. Instead, the proprietary
term EUI-48 should be used for this purpose.

EUI-64 identifiers are used in:

 FireWire
 IPv6 (Modified EUI-64 as the least-significant 64 bits of a unicast network
address or link-local address when stateless autoconfiguration is used)
 ZigBee / 802.15.4 / 6LoWPAN wireless personal-area networks
The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is
six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission
order (e.g. 01-23-45-67-89-ab or 01:23:45:67:89:ab ). This form is also commonly used for
EUI-64. Another convention used by networking equipment uses three groups of four
hexadecimal digits separated by dots (.) (e.g. 0123.4567.89ab ), again in transmission order.
This 48-bit address space contains potentially 248 or 281,474,976,710,656 possible MAC
addresses. The IEEE expects the MAC-48 space to be exhausted no sooner than the year
2100; EUI-64s are not expected to run out in the foreseeable future.

Ethernet Devices
Ethernet cables are limited in their reach, and these distances (as short as 100 meters) are
insufficient to cover medium-sized and large network installations. A repeater in Ethernet
networking is a device that allows multiple cables to be joined and greater distances to be
spanned. A bridge device can join an Ethernet to another network of a different type, such as
a wireless network.

One popular type of repeater device is an Ethernet hub. Other devices sometimes
confused with hubs are switches and routers.

2. References
1. http://compnetworking.about.com

Вам также может понравиться