![]() |
by
Matthew Martin
There are a number of ways
of organising networks, here a few of the most prominent schemes are looked
at in brief.
The topology of a network
refers to the physical layout of the network.
Consisting of a central computer, usually acting as some form of server, and a number of smaller computers, forming a start-like pattern. A star network is useful where some form of centralised processing is performed by the central computer. If the central computer fails the whole network ceases to work.
In a bus network a main communication cable (or bus) is used that allows two-way communication. All computers and other network devices (such as printers) are independently connected to the bus, so if one device fails it in no way affects the use of the network by other devices. On a bus, data can travel in both directions, but this requires the use of protocols to cope with the collision of messages travelling along the bus.
In a ring network all computers and other network devices (such as printers) are linked by a ring of cable. It is very similar to the bus network but the communication only travels in one direction around the ring. As all the devices are connected to the cable independently, if one fails it does not affect the ability of the other devices to use the network.
In this section networks
of different sizes (areas) are considered.
LANs cover small areas, typically a single office, school or building. The reach of the network is normally on the scale of tens of metres. Typical topologies for LANs are bus and ring.
WANs are used to connect two or more LANs. A WAN can connect offices in different cities, cover a business park or a university campus.
A VPN is used, typically by a company, in order to connect remote sites together where the cost of laying cable is prohibitive. Encryption systems ensure the privacy of communication over fast Internet connections. Essentially this is a virtual WAN.
The network of networks. There is only one of these.
A PBX is a specialised computer used to handle telephone calls. This is today’s equivalent of the company switchboard. PBX systems can typically handle both voice and data. They provide services such as allowing multiple phones to connected into and out of the building via a limited number of lines supplied by the phone company and voice mail. PBX systems typically have a reach over a single office building, but it is possible to connect them to computer networks in order to extend their range.
A networking protocol is a scheme that agrees the manner in which data is packaged, sent and accounted for across a network. Vendors (companies) and industry committees develop the agreements and individual companies write software that conforms to the standards agreed. Usually they do not get it right first time, and there follows several rounds of re-development before a satisfactory implementation of the protocol is achieved.
by
Matthew Martin