A lot of processes are required for running a network in addition to the network media through which the connections are made. To ensure that all these processes operate flawlessly in complex networking environments, there are some common standards and technologies that are used for different types of networks.
The Institute of Electrical and Electronic Engineers (IEEE) develops these standards and technologies, which are followed by network engineers throughout the world to design different types of networks. The institute set up a task force known as the 802 committee in 1980 to develop standards for establishing communication between different computers in a network. These standards ensure the flow of data in the data link layer of the OSI model. The most common data link protocols directed by these standards and used in the present day networks are Ethernet (IEEE 802.3), Token Ring (IEEE 802.5), and Wireless LAN (IEEE 802.11b). There is one more popular LAN protocol known as FDDI, which is developed by American National Standards Institute (ANSI).
Ethernet (IEEE 802.3)
Conceived in the 1960s, the Ethernet is the oldest and most popular data link layer protocol (or network technology) used in today's networks. Ethernet networks use a bus or star topology and control the flow of data through the media access control (MAC) method, known as Carrier Sense Multiple Access Collision Detection (CSMA/CD). The use of CSMA/CD ensures that each computer in the network can send its signals over the network. To send signals over the network, a computer waits for the network to be free of any traffic; and if the network is free, it sends its signals, which travel through the network and are received by the destination computer. Sometimes, more than one computer sends its signals over the network, which results in collision. Collisions in these types of networks cannot be avoided, as CSMA/CD can detect them only when they occur. It then sends the data over the network again to compensate the data loss.
Ethernet networks run at the speeds of 10 to 1,000 Mbps, depending on the type of topology and cabling used. Ethernet technology is widely implemented in Star topology using coaxial or fiber optic cables and in bus topology using UTP cable.
Types of Ethernet<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
| Maximum segment length <o:p></o:p> | 500 meters <o:p></o:p> |
| Maximum segments <o:p></o:p> | 5<o:p></o:p> |
| Maximum repeaters <o:p></o:p> | 4<o:p></o:p> |
| Maximum overall length <o:p></o:p> | 2.5 kilometers <o:p></o:p> |
| Maximum AUI cable length <o:p></o:p> | 50 meters <o:p></o:p> |
| Topology <o:p></o:p> | Bus <o:p></o:p> |
| Cable <o:p></o:p> | Coaxial (RG 8)<o:p></o:p> |
<o:p></o:p>
| Maximum segment length <o:p></o:p> | 185 meters <o:p></o:p> |
| Maximum segments <o:p></o:p> | 5<o:p></o:p> |
| Maximum repeaters <o:p></o:p> | 4<o:p></o:p> |
| Maximum overall length <o:p></o:p> | 925 meters <o:p></o:p> |
| Topology <o:p></o:p> | Bus <o:p></o:p> |
| Cable <o:p></o:p> | Coaxial (RG 58)<o:p></o:p> |
Note: 10 Base2 and 10 Base5 have been removed from the new Network+ objectives. <o:p></o:p>
| Maximum segment length <o:p></o:p> | 100 meters <o:p></o:p> |
| Maximum segments <o:p></o:p> | 1024<o:p></o:p> |
| Maximum hubs <o:p></o:p> | 4<o:p></o:p> |
| Topology <o:p></o:p> | Star <o:p></o:p> |
| Cable <o:p></o:p> | UTP (Cat. 3, 4, or 5)<o:p></o:p> |
<o:p></o:p>
| Maximum segment length <o:p></o:p> | 100 meters <o:p></o:p> |
| Speed <o:p></o:p> | 100 Mbps<o:p></o:p> |
| Topology <o:p></o:p> | Star <o:p></o:p> |
| Cable <o:p></o:p> | UTP (Cat. 5)<o:p></o:p> |
<o:p></o:p>
| Maximum segment length <o:p></o:p> | 100 meters <o:p></o:p> |
| Speed <o:p></o:p> | 100 Mbps<o:p></o:p> |
| Topology <o:p></o:p> | Star <o:p></o:p> |
| Cable <o:p></o:p> | UTP (Cat. 3)<o:p></o:p> |
<o:p></o:p>
| Maximum segment length (half duplex)<o:p></o:p> | 412 meters <o:p></o:p> |
| Maximum segment length (full duplex) <o:p></o:p> | 2000 meters<o:p></o:p> |
| Speed <o:p></o:p> | 100 Mbps<o:p></o:p> |
| Topology <o:p></o:p> | Star <o:p></o:p> |
| Cable <o:p></o:p> | Fiber Optic<o:p></o:p> |
| Maximum segment length <o:p></o:p> | 100 meters <o:p></o:p> |
| Speed <o:p></o:p> | 1000 Mbps<o:p></o:p> |
| Topology <o:p></o:p> | Star <o:p></o:p> |
| Cable <o:p></o:p> | UTP(Cat 5e and higher)<o:p></o:p> |
Token Ring (IEEE 802.5)
Originally developed by IBM, the token ring is an intricate but highly dependable networking technology that follows the IEEE 802.5 standard. The type of topology used in this technology is physically a star, but implemented logically as a ring, in which all the computers are attached to a central unit called a multistation access unit (MAU OR MSAU). Token ring networks use token passing to send their signals over the network. Token is a type of data packet, which circulates in the entire network. If the token is free, the computer waiting to send data takes it, attaches the data and the destination address to the token, and sends it. When the token reaches its destination computer, the data is received. Then, the token gets back to the originator. If the originator finds that the message has been received, it removes the message from the token. Now, the token is free and can be used by the other computers in the network to send data.
Token ring networks are more fault-tolerant than the Ethernet, as the MSAU ensures that the failure of a single computer does not bring the entire network down. It is an intelligent device which can identify the failing computer in the network, and then it bypasses it to correct the errors.
The modern day token ring networks use unshielded twisted pair (UTP) cable and run at the speed of 16 Mbps as opposed to the original token ring networks developed by IBM that used shielded twisted pair (STP) cable and ran at 4 or 16 Mbps.
Wireless LAN (IEEE 802.11b)
The IEEE 802.11b standard applies to wireless LAN Networks that use radio waves as the transmission medium. These networks have their separate media access control mechanism known as Carrier Sense Multiple Access with Collision Avoidance (CSMS/CA), that works like the CSMA/CD mechanism used by the Ethernet. The difference is that in this protocol, when a computer sends its signals, the receiving computer performs a cyclical redundancy check and sends an acknowledgement message to the sending computer if no error is detected.
As these networks are wireless, they do not use the traditional topologies used by other networks. There are two types of wireless networks, namely Ad hoc network and Infrastructure network. In an Ad hoc network, a group of computers are connected using the IEE 802.11b data link protocol and communicate as peers. In an Infrastructure network, the computers are connected using wireless access points that are connected to cables.
The wireless LANs run at the transmission speed of 11 Mbps with a fallback to 5.5, 2, and 1 Mbps in the 2.4 GHz bandwidth. The radio transmission medium used by these networks is called Direct Sequence Spread Spectrum (DSSS).
FDDI (Fiber Distributed Data Interface)
Developed by the American National Standards Institute, FDDI is a ring-based network that uses fiber optic cables to provide very fast and reliable communication between the connected computers. It uses token passing to control the network access, but unlike the token ring networks, it does not use a hub; instead, it uses a central device called concentrator to connect the computers in the network. In these networks the computers are connected using physical ring topology.
There are two types of configurations used by FDDI networks, namely class A and class B configurations. In class A, a double ring topology is used in which the computers are connected to two rings. The signals travel in opposite directions on both the rings, and if there is a fault in one ring, the receiving computer can still receive the signal through the other ring. These networks provide a better fault tolerance. Class B networks use a single physical ring and is, therefore, less fault tolerant.
FDDI networks run at the speed of 100 Mbps and, as they use fiber optic cables, they provide connectivity over long distances. These networks have now been replaced by Fast Ethernet networks that provide the same speed and are more fault tolerant.
About the Author:
uCertify was formed in 1996 with an aim to offer high quality educational training software and services in the field of information technology to its customers. uCertify provides exam preparation solutions for the certification exams of Microsoft, CIW, CompTIA, Oracle, Sun and other leading IT vendors. To know more about uCertify, please visit http://www.ucertify.com/
<o:p></o:p>