Networks course plan

Types Of Network

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.

Contents

  1. Area Networks
  2. PBX
  3. Protocols

top of page

Network Topologies

The topology of a network refers to the physical layout of the network.

The Star 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.

The Bus Network

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.

The Ring Network

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.

top of page

Area Networks

In this section networks of different sizes (areas) are considered.

Local Area Networks (LAN)

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.

Wide Area Networks (WAN)

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.

Virtual Private Network (VPN)

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 Internet

The network of networks. There is only one of these.

top of page

Private Branch Exchange (PBX)

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.

top of page

Protocols

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

top of page