Google
 
Site navigation: [ Home | Theory | Java | Moodle courses | Resource wiki | About ]

Networked computer systems

3.4
Networked computer systems

 

 

 

 

 

 

 

 

 

 

 

A LAN (usually):

is owned and operated by a single organisation;
is of limited geographical area;
has a high bandwidth;
has a simple architecture;
uses broadcast techniques;

3.4.2

A server is generally a larger machine in terms of RAM, processing power and disc space. It holds users files and the operating system software.

It may use several discs and a large LAN may have several servers.

 

 

 

 

 

 

 

 

 

 

 

 

 

Cable types are discussed further below .

The bus is the single cable in the middle.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

A WAN (usually):

is implemented using equipment owned by different organisations;
is of large geographic area;
has moderate or low bandwidth;
uses switching techniques;

 

 

On this page: [ basics | hardware | protocols ]

Basics

In this section: [ LAN topologies | hubs and switches | LAN pros & cons | WAN's ]

A network consists of two or more computers that are connected together such that they may exchange data between them.

If the connection is physical , such as a cable , and if the network extends over a small geographical area , such as a single building or site, it is usually referred to as a Local Area Network or LAN . A LAN is often a broadcast network - every station on the network can potentially receive all transmissions.

If the connection is via some sort of communication system , such as the telephone system or via satellite , it is usually known as a Wide Area Network or WAN and usually extends over large distances . A WAN is a circuit-based network - a specific path is established between sender and receiver for all or part of the data being transmitted.

Back to top

LAN Topologies
The significant LAN topologies (shapes) are star and bus (ring topology is not mentioned in the program guide). They may be connected to other networks via gateways and a large network will probably be a hybrid type - ie it will involve both of the standard topologies. A large LAN may thus have subnetworks linked by routers ( bridges ) and gateways . A gateway differs from a bridge in its ability to connect subnetworks using different protocols .

Star
In this configuration the individual computers (or workstations) are connected to the server via a hub (or to the servers via hubs). A hub is a repeater which sends signals to the devices (computers, printers) which are attached.

This configuration is expensive since it uses a lot of cabling ( twisted pair which is more expensive but allows faster transmission than simple coaxial ). It is also vulnerable to a hub failure. However if one cable breaks the other computers still operate.

top of section

Hubs and switches
The hub is often a simple switching device. In the broadcast configuration, the hub sends every signal from the server to every connected workstation . This does not give a great advantage over a bus network (see below). This is known as a shared-medium hub . Only one station can transmit at one time.

However, a switched hub allows a particular data packet to be sent to a single destination. In this system multiple stations can transmit simultaneously , increasing the speed of the LAN.

Printers and print servers (computers or, these days, small control devices) may be connected directly to the hub to handle the print queue (jobs sent by workstations which are waiting to print).

Back to top

Bus
The cheapest form of network which uses a common cable (typically coaxial ) to which all devices are connected. The cable must be properly terminated so that signals are absorbed and don't bounce up and down the bus. 

When pc's communicate on a LAN the signal is sent over the wire ( broadcast ) unless another pc is already transmitting. All connected devices sense the signals but only the intended recipient decodes it. If two devices transmit at the same time a collision occurs and after a random time interval they try again. Bus networks can be rather fragile in that a bad connection as well as an actual break can bring down the entire network .

top of section

Some pros and cons of LAN's

Cons
Pros
Expensive peripherals can be shared. It costs to put in a network, hardware, software and training.

email support in offices.

Information can reach the wrong hands - less security.

Information can be shared easily, eg applications, documents and program libraries.

Traffic density may become high, reducing access to shared resources.

Different types of pc may be connected.

Workers become dependent, then a failure paralyses the entire organisation.

top of section

WAN 's
As discussed above a wide area network, as its name suggests, can be spread over a large geographical area - countrywide or even worldwide. The key distinction from a LAN is the use of a communication system of some kind.

At it's simplest the WAN could use the existing telephone system, in which case some form of modem is required (see below). Othe systems might be satellite -based, use microwave transmitters or even use dedicated links (these might be leased from a telephone company for the exclusive use of one client).

Back to top

Hardware

Definitions (from the IB Computer Science Guide - adapted and re-printed by permission of Pearson Education from Glossary of Computer Science Terms , The British Computer Society , 2002):

Terms Definition
Hub A switch that sends data to the stations to which it is attached (see Star network, above).
Switch Not defined! Since a hub is a switch by definition let's assume it's the same thing, shall we?
Node Any device on a network that can be addressed so that it can be contacted by other computers.
Router A device that identifies the destination of messages and sends them via the appropriate route.

According to William Stallings (see base of page for reference), a router operates on an internet (a set of interconnected networks) and has the capability to decide between different routes by wich data can be sent across the network. Hubs and switches , in contrast, operate only on LAN's.

Cables etc
The medium of transmission may vary between simple cable ( coaxial or twisted pair ), fibre optic cables, radio and microwave links (land-based), satellite links and laser or infra-red links. The table gives some information on different ways of transmitting data around networks of different kinds:

Medium

transfer rate (bandwidth) (Mbit/s)

Relative Cost

Example of Use

Coaxial cable

10

Low

Common in small LAN's and in peer-to-peer/bus networks.

Twisted pair

10 - 100

Medium

Common in LAN's, especially star networks.

Modem (hi-speed)

0.06/0.13 (2.5)

Low

Used in WAN's and by internet users

Fibre-optic

100

High

Used in LAN's, "network backbones" and WAN's

Wireless/infrared

10

Medium

Used for making temporary local connections on a LAN

Satellite

couldn't locate!

Very High

Used for transmission of data between countries

Microwave radio

1.25 - 5

High

Mobile computing

We don't necessarily have the latest data on every device available on the market (you can look in computer journal's or surf the web for this). However, there is already more than you are likely to need for an IB question on the topic. Just remember to make comparisons rather than try to quote absolutes which are misleading:

This.. 

 "Twisted pair is often used in LAN's because of its higher bandwidth than coaxial cable, although twisted pair is more expensive."

..is better than this

 "Twisted pair cable is expensive and fast."

(Compared to what? satellite, tortoise, superman?)

POTS and Modems
The Plain Old Telephone System is often used when connecting WAN's.

A modem ( mo dulator/ dem odulator) converts a computer's digital data (stream of bits) into analogue (continuous wave) data which can then be transmitted over the telephone line.

Speeds are measured in bps ( bits per second ) and the current limit is around 56K . Other forms of connection using the telephone system are ISDN (International Standard Digital Network with transfer rates of up to 128K) and ADSL (Asynchronous Digital Subscriber Line) with incoming rates of about 2.5 Mb and outgoing rates of 512K). None of these rates are achieved in practice. You do not need to know the technical details of these systems for your IB examinations.

Back to top

Protocols

A protocol is a set of rules - an agreed way of communicating data between devices. Some elements of a protocol are:

  • transmission speed
  • structure of data (eg where is the destination address, data part, sequence number)
  • parity type used
  • block character check frequency
  • character code in use
  • send/receive signals

Clearly, if one station sends at twice the speed the other station is expecting, the receiver will miss every other data block.

Specific details of parity checks and checksums are to be found on the next page under integrity.

Back to top

related: [ Common core home | previous: types of processing | next: networks (more) ]

Further reading:
Data & Computer Communications, William Stallings,
Prentice Hall, 2000, ISBN 0-13-186388-2.

 





 
The site is partly financed by advertising revenue, partly by online teaching activities and partly by donations. If you or your organisation feel these resouces have been useful to you, please consider a donation, $9.95 is suggested. Please report any issues with the site, such as broken links, via the feedback page, thanks.

Questions or problems related to this web site should be addressed to Richard Jones who asserts his right to be identified as the author and owner of these materials - unless otherwise indicated. Please feel free to use the material presented here and to create links to it for non-commercial purposes; an acknowledgement of the source is required by the Creative Commons licence. Use of materials from this site is conditional upon your having read the additional terms of use on the about page and the Creative Commons Licence. View privacy policy.

Creative Commons License


This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. © 2001 - 2009 Richard Jones, PO BOX 246, Cambridge, New Zealand;
This page was last modified: May 31, 2009