NETWORKS


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


    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.


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.



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


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

 


Hosted by www.Geocities.ws

1