CIS370 |
HOME |
![]() |
click for audio related to this page |
|
Before computers can share resources or perform other communication tasks they must be connected. Most networks use cable to connect one computer to another.
NOTE
Wireless networks connect computers without using cable. This technology is discussed in Chapter 2 in Lesson 3: Wireless Networking.
To work well, a network topology takes planning. For example, a particular topology can determine not only the type of cable used but also how the cabling runs through floors, ceilings, and walls.
Topology can also determine how computers communicate on the network.
Different topologies require different communication methods, and these
methods have a great influence on the network.
These four topologies can be combined in a variety of more complex hybrid
topologies.
Figure 1.15 Bus topology network
Run the c01dem01 video located in the Demos folder on the compact disc accompanying this book to view a demonstration of a bus-topology connection.
Communication on the Bus
Computers on a bus topology network communicate by addressing data to a particular computer and sending out that data on the cable as electronic signals. To understand how computers communicate on a bus, you need to be familiar with three concepts:
Run the c01dem02 video located in the Demos folder on the compact disc accompanying this book to view a demonstration of how data is transferred in a bus topology.
Figure 1.16 Data is sent to all computers, but only the destination computer accepts it
Because only one computer at a time can send data on a bus network, the number of computers attached to the bus will affect network performance. The more computers there are on a bus, the more computers will be waiting to put data on the bus and, consequently, the slower the network will be.
There is no standard way to measure the impact of a given number of computers on the speed of any given network. The effect on performance is not related solely to the number of computers. The following is a list of factors that—in addition to the number of networked computers—will affect the performance of a network:
Run the c01dem03 video located in the Demos folder on the CD accompanying this book to view a demonstration that shows how a failed computer does not affect data transmission in a bus topology.
Signal Bounce Because the data, or electronic signal, is sent to the entire network, it travels from one end of the cable to the other. If the signal is allowed to continue uninterrupted, it will keep bouncing back and forth along the cable and prevent other computers from sending signals. Therefore, the signal must be stopped after it has had a chance to reach the proper destination address.
Run the c01dem04 video located in the Demos folder on the CD accompanying this book to view a demonstration of signal bounce.
Terminator To stop the signal from bouncing, a component called a terminator is placed at each end of the cable to absorb free signals. Absorbing the signal clears the cable so that other computers can send data.
Both ends of each cable segment on the network must be plugged into something. For example, a cable end can be plugged into a computer or a connector to extend the cable length. Any open cable ends not plugged into something must be terminated to prevent signal bounce. Figure 1.17 shows a properly terminated bus topology network.
Figure 1.17 Terminators absorb free signals
Run the c01dem05 and c01dem06 videos located in the Demos folder on the CD accompanying this book to view a terminator component and a demonstration of how a terminator eliminates signal bounce.
Disrupting Network Communication
A break in the cable will occur if the cable is physically separated into two pieces or if at least one end of the cable becomes disconnected. In either case, one or both ends of the cable will not have a terminator, the signal will bounce, and all network activity will stop. This is one of several possible reasons why a network will go "down." Figure 1.18 shows a bus topology with a disconnected cable. This network will not work because it now has unterminated cables.
The computers on the network will still be able to function as stand-alone computers; however, as long as the segment is broken, they will not be able to communicate with each other or otherwise access shared resources. The computers on the down segment will attempt to establish a connection; while they do so, workstation performance will be slower.
Figure 1.18 An unplugged cable is not terminated and will take down the network
Run the c01dem07 and c01dem08 videos located in the Demos folder on the CD accompanying this book to view a demonstration of what happens when there is a break in the cable of a bus-topology network.
Network Expansion
As the physical size of the site grows, the network will need to grow as well. Cable in the bus topology can be extended by one of the two following methods:
Figure 1.19 Barrel connectors can be used to combine cable segments
Figure 1.20 Repeaters connect cables and amplify the signal
Figure 1.21 Simple star network
Run the c01dem09 and c01dem10 videos located in the Demos folder on the CD accompanying this book to view demonstrations of a star topology.
The star network offers the advantage of centralized resources and management. However, because each computer is connected to a central point, this topology requires a great deal of cable in a large network installation. Also, if the central point fails, the entire network goes down.
If one computer—or the cable that connects it to the hub—fails on a star network, only the failed computer will not be able to send or receive network data. The rest of the network continues to function normally.
Run the c01dem11 video located in the Demos folder on
the CD accompanying this book to view a demonstration of what happens when
a computer on a star topology network goes down.
NOTE
A network's physical topology is the wire itself. A network's logical topology is the way it carries signals on the wire.
Figure 1.22 Simple ring network showing logical ring
Run the c01dem12 and c01dem13 videos located in the Demos folder on the CD accompanying this book to view demonstrations of logical and actual flows of data on a ring-topology network.
Token Passing
One method of transmitting data around a ring is called token passing. (A token is a special series of bits that travels around a token-ring network. Each network has only one token.) The token is passed from computer to computer until it gets to a computer that has data to send. Figure 1.23 shows a token ring topology with the token. The sending computer modifies the token, puts an electronic address on the data, and sends it around the ring.
Figure 1.23 A computer grabs the token and passes it around the ring
The data passes by each computer until it finds the one with an address that matches the address on the data.
The receiving computer returns a message to the sending computer indicating that the data has been received. After verification, the sending computer creates a new token and releases it on the network. The token circulates within the ring until a workstation needs it to send data.
Run the c01dem14 and c01dem15 videos located in the Demos folder on the CD accompanying this book to view demonstrations of both the logical and actual flows of token passing on a ring topology network.
It might seem that token passing would take a long time, but the token actually travels at roughly the speed of light. A token can circle a ring 200 meters (656 feet) in diameter about 477,376 times per second.
Run the c01dem16 video located in the Demos folder
on the CD accompanying this book to view a demonstration of what happens
when a computer on a token ring_topology network goes down.
Figure 1.24 In a mesh topology, all computers
are connected to each other by separate cables
Figure 1.25 A hub is the central point in a
star topology
In the standard linear-bus topology, a break in the cable will take the network down. With hubs, however, a break in any of the cables attached to the hub affects only a limited segment of the network. Figure 1.27 shows that a break or disconnected cable affects only one workstation while the rest of the network keeps functioning.
Figure 1.27 A break or unplugged cable takes down only the unplugged computer
Hub-based topologies include the following benefits:
NOTE
Many active hubs have diagnostic capabilities that can indicate whether or not a connection is working.
Run the c01dem017 video located in the Demos folder on
the CD accompanying this book to view a discussion and demonstration of
the role of hubs in network topologies.
If one computer goes down, it will not affect the rest of the network. The other computers can continue to communicate. If a hub goes down, all computers on that hub are unable to communicate. If a hub is linked to other hubs, those connections will be broken as well.
Figure 1.28 Star-bus network
Run the c01dem018, c01dem19, and c01dem20 videos
located in the Demos folder on the CD accompanying this book to
view demonstrations of what happens when computers and hubs in a star-bus
topology go down.
Figure 1.30 Logical peer-to-peer topology
Table 1.2 Topology Advantages and Disadvantages
| Topology | Advantages | Disadvantages |
|---|---|---|
| Bus | Use of cable is economical.
Media is inexpensive and easy to work with. System is simple and reliable. Bus is easy to extend. |
Network can slow down in heavy traffic.
Problems are difficult to isolate.
Cable break can affect many users. |
| Ring | System provides equal access for all computers.
Performance is even despite many users. |
Failure of one computer can impact the rest of the network.
Problems are hard to isolate. Network reconfiguration disrupts operation. |
| Star | Modifying system and adding new computers is easy.
Centralized monitoring and management are possible. Failure of one computer does not affect the rest of the network. |
If the centralized point fails, the network fails. |
| Mesh | System provides increased redundancy and reliability as well as ease of troubleshooting. | System is expensive to install because it uses a lot of cabling. |
Figure 1.31 illustrates the current arrangement.
Figure 1.31 Case study model
Everyone in the company has a computer, but the business manager has the only printer. These computers are not connected by any form of networking. When agents need to print a document, they must first copy the file to a floppy disk, then carry it to the business manager's computer, where they are finally able to print it. Similarly, when staff members want to share data, the only means available is to copy the data on one computer to a floppy disk and insert the disk in another computer.
Recently, problems have arisen. The business manager is spending too much time printing other people's documents; and it is frequently unclear which copy of a given document is the current and authoritative version.
Your task is to design a network for this company.
To clarify the task of choosing a solution, you ask some questions.
Circle the most appropriate answers to the following questions:
A peer-to-peer, or workgroup, network might begin to exhibit problems with changes in the network site. These are more likely to be logistical or operational problems than hardware or software problems. The presence of several indicators is a sign that a peer-to-peer network is inadequate. Possible scenarios include the following:
Bus Topology
A few situations will cause a bus network's termination to fail and thereby take the network down. Possible scenarios include the following:
While problems with hubs are infrequent, they do occur. Possible scenarios include the following:
A ring network is usually very reliable, but problems can occur. Possible scenarios include the following:
A small company with three departments recently began networking and has installed peer-to-peer networks in each department. The peer-to-peer networks are not connected to each other. A user in one department must make a diskette of the information to be loaded on the next network. Four employees in one department are working on a project. Each person has a different set of responsibilities, and each produces documentation for a different part of the project. Employees have each made the hard drive on their own computers available to everyone else on the project.
As the project grows, each user produces more documents, and questions arise about who has which document and which employee last revised a given document. Also, employees outside the department who have an interest in the project are asking to see some of the completed material.
IMPORTANT
This network planning problem assumes there is no network on your site. If your site has an existing network, use these questions as a guide, and apply the information in the text to the network on your site to help familiarize yourself with an actual network environment.
0-10 ____ Peer-to-peer
11 + ____ Server-based
Yes ____ Server-based
No ____ Peer-to-peer
Client computer ____ Server-based
Server ____ Server-based
Both ____ Peer-to-peer
NOTE
If you want your computer to be used as both a client and a server, you might think you need to choose a peer-to-peer environment; however, in many server-based networks today, client computers share in a peer-to-peer fashion. This type of combined network has become the most common kind of network used for new installations, primarily because networking capabilities are now an integral part of most client-computer operating systems.
Yes ____ Peer-to-peer
No ____ Server-based
Yes ____ Peer-to-peer
No ____ Server-based
Yes ____ Server-based
No ____ Peer-to-peer
Yes ____ Server-based
No ____ Peer-to-peer
Yes ____ Peer-to-peer or server-based, depending on other issues
No ____ Server-based
Communication ____
Backup/redundancy ____
Application ____
Database ____
E-mail ____
Fax ____
Print ____
User directories ____
General data storage ____
Yes ____
No ____
0-5 ____
6-10 ____
11-50 ____
51-100 ____
Centrally located ____
Spread out ____
Yes ____
No ____
If not, why not? _______________________________________________
Put a check mark on the line next to the choice that applies to your site. To determine which type of topology would be most appropriate for your site, add up the number of bus selections with check marks next to them, the number of star-bus selections with check marks next to them, and the number of star-ring selections with check marks next to them. The topology with the most check marks should be the option you consider first.
NOTE
Because the ring is more expensive than the bus, a star bus would be more economical than a star ring. In a case where both star bus and star ring would work, star bus would usually be the preferred choice.
0-10 ____ All
11 + ____ Star bus, star ring
Yes ____ Star bus
No ____ All
Yes ____ All
No ____ Star bus, star ring
Yes ____ All
No ____ Star bus, star ring
Yes ____ Star bus, star ring
No ____ All
Yes ____
No ____
Circle one: bus star bus
Yes ____ Star bus, star ring
No ____ All
Yes ____
No ____
Circle one: bus star bus
Type of network:
Type of topology: