Jan's Illustrated Computer Literacy 101 Logo:Jegsworks Jan's Illustrated Computer Literacy 101

Note: This site will be taken down July 1, 2024.



Home > Jan's CompLit 101 > Computer Basics > Computer to Computer > Network Configurations
Icon: Arrow - Previous pagePrevious    NextIcon: Arrow - Next page

Jan's Computer Basics:

Computer to Computer: Network Configurations

There are a number of ways that computers can be connected together to form networks.

The pattern of connections depends in part on the distances involved since that determines what hardware must be used. It also depends on the degree of stability needed for the network. That is, how important is it that the whole system can't crash at the same time. These choices carry dollar costs, too. Better costs more, sometimes a LOT more.

Each device in the network, whether it's a computer, printer, scanner, or whatever, is called a node.


Star

Star network

The star pattern connects everything to a host computer, a network switch, or a network hub, which handles the network tasks. All communications between computers go through the host/switch/hub. This configuration is good for home networks, often using a wireless hub instead of a host computer. Using a very large host computer, it is good for businesses that have large amounts of rapidly changing data, like banks and airline reservation offices.

Advantages:
  • Gives close control of data.
  • Each PC sees all the data.
  • User sees up-to-date data always.
  • If a computer other than the host fails, no other computer is affected.
  • Printers and scanners can be connected to the network hub instead of a specific computer to be shared by the whole network.
Disadvantages:
  • If host computer or its software goes down, the whole network is down.
    (A backup computer system would be necessary to keep going while repairs are made.)

Bus

The bus pattern connects the computer to the same communications line. Communications goes both directions along the line. All the computers can communicate with each other without having to go through the server.

Bus network

Advantages:
  • Any one computer or device being down does not affect the others.
Disadvantages:
  • Can't connect a large number of computers this way. It's physically difficult to run the one communications line over a whole building, for example.

Ring

The ring pattern connects the computers and other devices one to the other in a circle. There is no central host computer that holds all the data. Communication flows in one direction around the ring. This configuration is good when the processing of data can be done on the local PC.

Network: Ring

Advantages:
  • Requires less cabling and so is less expensive.
Disadvantages:
  • If one node goes down, it takes down the whole network.

In the token ring form of a ring network, a token is constantly passed along the network. A device must wait until the token is at that device. Then it can attach the message it wants to send to the token. When the token reaches the intended recipient device on the network, it will release the message. The token circulates very fast, but this obviously means that most of the time a device will have to do some waiting before it can send out a message.

Connecting Networks

Networks can be connected to each other, too. There are difficulties in doing so, however. A combination of software and hardware must be used to do the job.

 
A gateway connects networks of different kinds, like connecting a network of PCs to a main frame network. This can be complex! Arch as a symbol for a gateway
A bridge connects networks of the same type. This job is simple. Bridge

A router connects several networks. A router is smart enough to pick the right path for communications traffic. If there is a partial failure of the network, a router looks for an alternate route.

Home wireless networks often use a network router along with a modem to allow several computers or devices to connect to the Internet.

Animated guy pointing different directions

Suppose the accounting, advertising, and shipping departments of a company each have networks of PCs. These departments need to communicate with each other, but only sometimes. It would be easier and cheaper to connect them to each other than to put them all on the same larger network. The best arrangement would be for the departmental networks to be of the same kind so that a bridge could be used.