Menu bar

Temel donaným bilgileri
© Copyright Brian Brown, 1992-2001. All rights reserved.
menunext


NETWORKS
The objective of this section is to

At the end of this section, you should be able to


Top Network Topology's
A network topology describes the configuration of a network (how the network components are connected together). There are FOUR main topology's.

  1. Star
    The star topology uses a central hub through which all components are connected. In a computer network, the central hub is the host computer, and at the end of each connection is a terminal.

    Star Topology
    Fig 8.1: Star Topology

    A star network uses a significant amount of cable (each terminal is wired back to the central hub, even if two terminals are side by side several hundred meters away from the host). All routing decisions are made by the central hub, and all other workstations can be simple.

    An advantage of the star topology is failure in one of the terminals does not affect any other terminal, how-ever, failure of the central hub affects all terminals.

    This type of topology is frequently used to connect terminals to a large time-sharing host computer.

  2. Ring
    The ring topology connects workstations in a closed loop. Each terminal is connected to TWO other terminals (the next and the previous), with the last terminal being connected to the first. Data is transmitted around the ring in one direction only, each station passing on the data to the next station till it reaches its destination.

    Ring topology
    Fig 8.2: Ring Topology

    Faulty workstations can be isolated from the ring. When the workstation is powered on, it connects itself into the ring. When power is off, it disconnects itself from the ring and allows the information to bypass the workstation.

    Information travels around the ring from one workstation to the next. Each packet of data sent on the ring is prefixed by the address of the station to which it is being sent to. When a packet of data arrives, the workstation checks to see if the packet address is the same as its own. If it is, it grabs the data in the packet. If the packet does not belong to it, it sends the packet to the next workstation in the ring.

    Ring systems use 4 pair cables (separate send/receive). The common implementation of this topology is token ring. A break in the ring causes the entire network to fail. Individual workstations can be isolated from the ring.

  3. Bus
    The bus topology connects workstations using a single cable. Each workstation is connected to the next workstation in a point to point fashion. All workstations connect to the same cable.

    Bus topology
    Fig 8.3: Bus Topology

    If one workstation goes faulty, all workstations are affected. Workstations share the same cable for the sending and receiving of information. The cabling costs of bus systems is the least of all the different topology's. Each end of the cable is terminated using a special terminator.

    The common implementation of this topology is Ethernet. A message transmitted by one workstation is heard by all the other workstations.

  4. Mesh
    The mesh topology connects all computers to each other. The cable requirements are high, but there are redundant paths built in. Any failure of one computer allows all others to continue, as they have alternative paths to other computers.

    Mesh topology
    Fig 8.4: Mesh Topology

    Mesh topology's are used in critical connection of host computers (typically telephone exchanges). Alternate paths allow each computer to balance the load to other computer systems in the network by using more than one of the connection paths available.


Top Network Protocols
This section describes the protocols used in different network topology's. Remember that a protocol defines the rules for sending data from one point to another.


Top Network Facilities
This section describe some common network facilities and connections.


Top LAN Connections
A LAN connects resources together so they can be shared by users. In today's terms, this often means linking PC's together. As discussed earlier, the PC's can be linked together using a bus, ring or star topology.

Each PC is equipped with a network interface card, which fits into an available expansion slot. Appropriate driver software provides an interface between the PC operating system and the network interface card.

Once the network software is loaded, access to provided to other machines on the network. There are THREE main types of network access provided.

The major problems associated with using Networks are


Top Comparison of LAN and MAN Characteristics

Characteristic LAN WAN
geographical size 0-2Km 1-100Km
number of nodes 1-200 1-500
data rate 1-100Mbps 1-100Mbps
error rate <10-9 <10-6
delays 1-100ms 100ms-100s
routing simple sophisticated
linkage bridges/repeaters gateways/routers

Top Relationship between Network Architectures

Network type comparisons
Fig 8.8: Network type comparisons


Top Public Network Services
Outline facilities available through public communications services

	Students shall write a report of some of the following services

	videotext
	INFOS (statistics dept)
	NZBN
	OASIS
	Starnet
	Internet
	Compuserve
	Microsoft Network


Top Summary
Network devices like computers can be connected in one of FOUR topologies. A topology defines how they are connected together. The four types are Ring, Star, Bus and Mesh.

Mesh topologies are used for networks which must be highly redundant and capable of withstanding failure. This is why telephone companies interconnect their telephone exchanges in a mesh type arrangement.

Bus networks use a common cable which is shared by all devices. A protocol called Carrier-Sense-Multiple-Access with Collision Detection is used to transmit data onto the common cable.

In token passing networks, a free or empty token is passed from each device to the next device on the ring. A device wanted to send data waits for the arrival of a free token then fills it with the data it wants to send.

In a polled network, a master device queries each other device in the network at regular intervals to see if that device has any data it wants to send.

A Local Area Network connects a number of computers and devices together in the same office or building. It allows users to share resources like files, data, and printers.


menunext
Home | Other Courses | Notes | Tests | Videos
© Copyright Brian Brown, 1992-2001. All rights reserved.

Hosted by www.Geocities.ws

1