CIS131 Chapter 04
From Cis131
Summary - How to Build a Local (Network) Roadway
In this chapter we will look at how computers communicate binary using electricity, looking at the popular LAN media cables and connectors. We will also look at the difference between a straight through cable verses a cross over cable, and talk about an Ethernet hub.
Driving Bits Across the Network Roadway
The network is the road that brings people to their destination. As a network person you are responsible for maintaining this roadway.
What's a Local Area Network?
In Chapter 1 we defined a network by listing its characteristics. A LAN is a network where the devices are relatively close together. We looked at a simple network that had two computers, a server, a printer and a hub/switch. This is a pretty simple network, but as a LAN grows it becomes more complex. Each of the the devices is connected to a centralized device. The connection is made with some sort of cable. The cable is the road that the data travels over to get to it's destination. When you go to class your destination is ACC, when you are traveling on the network, your destination would be a server.
Transmitting Bits Across the Local Network Roadway
In Chapter 3 we learned that data is really a bunch of binary digits. If we are moving data from one computer to another that data is really a bunch of bits that needs to be sent over a wire.
Driving Bits Across a Wire
Both sides need to agree which encoding standard will be used for communication. They could decide +-10 volts represents a 1 and +-5 volts represents a 0. They also need to agree on the length of time they will stay at a particular voltage. For example if a computer decide to transmit a particular voltage for .1 seconds it would send 10 bits per second. If the receiving computer thought it was receiving data a 1/20th of a second it would have thought it received 20 bits in a second instead of 10. A common encoding standard prevents problems like this from happening.
The Need for a Two-Lane (Network) Road
If both computers sent data over the same wire their would be problems, so they can use two cables, one to send and one to receive.
The Equivalent of Asphalt: Cables
Below as a table that shows the different types of copper cables that we use and some characteristics of each. In the next section we will get to look at them.
| Type'* | Twists | Frequency | Maximum Distance | Rated Speed |
| Category 1 | N/A | 1 MHz | N/A | 1 Mbps |
| Category 2 | 2 or 3 per foot | 10 MHz | 45 meters | 4 Mbps |
| Category 3 | 3 per foot | 10 MHz | 100 meters | 10 Mbps |
| Category 4 | 5 or 6 per foot | 20 MHz | 101 meters | 16 Mbps |
| Category 5 | 3 or 4 per inch | 100 MHz | 100 meters | 100 Mbps |
| Category 5e | 3 or 4 per inch | 100 MHz | 100m at 1000 Mbps 350m at 100 Mbps | 1,000 Mbps |
| Category 6 | 6 per inch | 250 MHz | 220 meters | 1,000 Mbps |
| Category 7'** | ??? | 600 MHz | 100 meters | 10,000 Mbps |
'* IBM has their own specifications for these cables IBM Type 1 = Cat. 4; IBM Type 3 = CAT. 2
'** Not a standard yet
Let's take a look at some of these and other types of cables.
| | | |
| Phone Cable - This is a flat (non-twisted) four wire cable. | RJ-11 - Used for phone cable RJ = Registered Jack | Category V Cable - Twisted cable with four pair, Unshielded Twisted Pair (UTP). This one is plenum. |
| | | |
| Category V Cable - This one is Shielded Twisted Pair (STP) | Category VI - Twisted cable with four pair, Notice the plastic divider to keep the four pair separate. | Category VI MT Cable - Flat cable with four twisted pair. See another solution for higher speeds. |
Painting the Lines on the Road: Connectors
EIA/TIA 568a and 568b Patterns
Driving in the Right Lane (Pair) on the Road
Cables 1 and 2 send the data and 3 and 6 receive data. If you have a cable that uses the same wiring pattern it is a straight-through cable. This is relying on a switch or a hub to change the pin out. If you are hooking two computers directly together you have to send data that is transmitted on pin 1 to pin 3 and from 2 to 6. This cable would have the 568A on one end and a 568b on the other, this is called a cross-over cable.
Sharing the Local Roadway: Ethernet Hubs
This is not a new concept to us at this point, but if you need to have more then two devices talking to each other you wouldn't hook each device to each other. In this case a hub can be used, a hub will take a signal from one cable and repeat it down all the other cables.
Dirt Roads Versus the DOT
At home we use dirt roads, we hook our computers to the hub directly. Everything works and our cables are tucked away nice and neat so no one trips over them. In the real world we wouldn't do it this way we would have structured wiring that can be performed by an electrician or the wiring person. This cable would be terminated at both ends and contain no electronic components. Then the network guy would install the hubs/switches and configure them. We are now going to look at two networks that have structured wiring. One only has copper, and the other uses fiber.
My House
Below are pictures taken of my home network. This network is a small one and should be easy to understand. We will be following a CAT V cable from a PC to the switch and all the steps in between.
Corporate Network
Below is a group of pictures from a large network that uses fiber. The pictures show two separate ways to convert copper to fiber. Click on the picture to see the full image.
Non Conductive Media (Wireless)
We should also discuss wireless at this point. A wireless network is one that uses radio wave to transmit data. A wireless node can run in one of two modes.
- Ad Hoc Mode - In Ad hoc mode two nodes talk to each other directly. This is a point to point connection.
- Infrastructure Mode - In this mode all nodes talk to each other through a centralized Wireless Access Point (WAP). This is a point to multipoint configuration, the WAP acts like a hub.
The following table outlines the differences between the different wireless standards that are available.
| Standard | Speed'* | Frequency | Range'** |
| 802.11a | 54 Mbps | 5 GHz | 25 - 75 ft |
| 802.11b | 11 Mbps | 2.4 GHz | 100 - 150 ft |
| 802.11g | 54 Mbps | 2.4 GHz | 100 - 150 ft |
| Bluetooth | 721 Kbps | 2.54 GHz | 26.6 ft (10 meters) |
'*Some speeds can go higher with vendor specific features
'**Ranges can be extended with special antennas
The antennas come in two different types as well.
- Omni - Point to multipoint, 360 degree coverage, low distance point to point.
- Yagi - Point to point, directional antenna, less coverage, higher distances.

