![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Ethernet is a standard of network communication using twisted pair cable although coaxial cable was used in older versions of Ethernet. Ethernet was developed in 1973 by Bob Metcalfe at Xerox. It is the most widely used standard in network communication and run at 10 to 1000 megabytes per second (Mbps) with faster versions on the horizon.
The IEEE standard 802.3 is used for Ethernet but it has several different types or versions starting with the original 10base5 version. The 10 stands for 10Mbps and base describes the Baseband communications it uses. The 5 stands for a maximum distance of 500 meters which is how far the signal can travel before having to be repeated or regenerated. This type of Ethernet used coaxial wiring instead of the newer versions that use twisted pair cabling. Other types of Ethernet include 10Base2, 10BaseT and 100BaseT which is the most common type in use today. 10BaseT offers 100 Mbps with a distance of 100 meters and uses twisted pair cabling. ![]() On an Ethernet network when a computer sends out a packet destined for another computer then generally every computer on the network segment will get that packet and the computers that it doesn’t belong to will reject the packet. If you have a large network then this can start to take its toll on your bandwidth if every computer (node) has to receive the packet. If you are using switched Ethernet then the switch picks up every transmission before it reaches another node. The switch then forwards the data over the appropriate segment but the data only reaches the intended recipient. Most networks today use Full Duplex Ethernet which allows the network card to send and receive data at the same time. Older systems utilized Half Duplex which only allowed data to move one direction at a time between devices. CSMA/CD (Carrier Sense Multiple Access with Collision Detection) was implemented to help cut down on collisions of packets caused by 2 or more computers sending data down the wire at the same time. Before a station transmits, it listens to the medium/cable to determine if another station is transmitting. If the medium is quiet, the station recognizes that it is ok to transmit the data. A single Ethernet segment is sometimes called a collision domain because no two stations on the segment can transmit at the same time without causing a collision. Larger Ethernet networks are often broken down into multiple segments or subnets to keep traffic and collisions at a minimum. When a computer sends a packet out to its own subnet then it will stay on that subnet unless it is addressed to a different subnet. Then a router will take that packet and forward it to the appropriate subnet. The way that the network determines what subnet the packet is going to is based on the destination IP address within the packet. The most common Ethernet cabling in use today is Category 5 (or Cat5) UTP (Unshielded Twisted Pair). This cable type utilizes 4 pairs of twisted-pair wires within one cable. The2 pairs are used to send data and 2 pairs are used to receive data. There is also a Shielded Twisted Pair (STP) but it is more expensive and harder to work with because of the shielding. Cat5 cables use an RJ-45 connector on the end which looks like a phone cord connector only larger. Cat5e is a newer type of Cat5 cabling that supports 1GBMbps connections where standard Cat5 only supports 100Mbps. Cat6 is the same as Cat5e except that it is made to a higher standard and increases the bandwidth from 100MHz to 250MHz.
|
|
#2
|
|||
|
|||
|
thank you for sharing this information.
Last edited by mcdoc; 01-22-2010 at 09:01 AM. |
|
#3
|
|||
|
|||
|
Hi Ethernet is a standard communications protocol embedded in software and hardware devices, intended for building a local area network (LAN). Ethernet was designed by Bob Metcalfe in 1973, and through the efforts of Digital, Intel and Xerox (for which Metcalfe worked), "DIX" Ethernet became the standard model for LANs worldwide.
A basic hard-wired LAN consists of the following components: • Two or more computers to be linked together, or networked. • A network interface card (NIC) in each computer. • Ethernet cable to connect to each computer. • A networking switch or networking hub to direct network traffic. • Networking software. NIC is installed in each computer, and is assigned a unique address. An Ethernet cable runs from each NIC to the central switch or hub. The switch or hub will act as a relay (though they have significant differences in how they handle network traffic), receiving and directing packets of data across the LAN. Thus, Ethernet networking creates a communications system that allows the sharing of data and resources, including printers, fax machines and scanners. Ethernet networks can also be wireless. Rather than using Ethernet cable to connect the computers, wireless NICs use radio waves for two-way communication with a wireless switch or hub. In lieu of Ethernet ports, wireless NICs, switches and hubs each feature a small antenna. Wireless networks can be more flexible to use, but also require extra care in configuring security. Alternate technologies to Ethernet include the passé "Token Ring" protocol designed by IBM, and the far newer asynchronous transfer mode (ATM) technology. ATM allows devices to be connected over very wide distances to create WANs (wide area networks) that behave like LANs. However, for an inexpensive network located in a single building, Ethernet is a well-established standard with a solid record, boasting over three decades of providing reliable networking environments. The formal designation for standardization of the Ethernet protocol is sometimes referred to as IEEE 802.3. The IEEE (Institute of Electrical and Electronics Engineers) proposed a working group in February 1980 - accounting for the designation [19]80 2[nd month] - to standardize network protocols. The third subcommittee worked on a flavor essentially identical to Ethernet, though there are insignificant variances. Consequently, generic use of the term "Ethernet" might refer to IEEE 802.3 or DIX Ethernet. I thinks you are understood about this. All the best haybabby Last edited by haybabby; Yesterday at 11:19 AM. Reason: link |
|
#4
|
|||
|
|||
|
thanks for the info
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|