Advantages of the Linear Topology

1. Short cable length and simple wiring layout. Because there is a single common data path connecting all nodes, the linear topology allows a very short cable length to be used. This decreases the installation cost, and also leads to a simple, easy to maintain wiring layout.
2.  Resilient Architecture. The LINEAR architecture has an inherent simplicity that makes it very reliable from a hardware point of view. There is a single cable through which all the data propogates and to which all nodes are connected.
3. Easy to extend. Additional nodes can be connected to an existing bus network at any point along its length. More extensive additions can be achieved by adding extra segments connected by a type of signal amplifier known as repeater.
Disadvantages of the Linear Topology
1. Fault diagnosis is difficult. Although simplicity of the bus topology means that there is very little to go wrong, fault detection is not a simple matter. Control of the network is not centralized in any particular node. This means that detection of a fault may have to be performed from many points in the network.
2.  Fault isolation is difficult. In the star topology, a defective node can easily be isolated from the network by removing its connection at the center. If a node is faulty on the bus, it must be rectified at the point where the node is connected to the network.
3.  Repeater configuration. When BUS type network has its backbone extended using repeaters1, reconfiguration may be necessary.
4.  Nodes must be intelligent. Each node on the network is directly connected to the central bus. This means that some way of deciding who can use the network at any given time must be performed in each node.

Difference between a LAN and a WAN

ip-san-white-paper-6

The next task is to distinguish between LANs and WANs. LANs are different in the following important respects.
>• The distance between the nodes is limited. There is an upper limit of approx. 10 km, and a lower limit of 1 m.
>* While WAN usually operate at speeds of less than 1 mbps (one mega bits per second), LANs normally operate at between 1 and 10 mbps. Using optical fiber technology, it is possible to achieve speeds of the order of hundreds of mbps.
>¦ Because of the short distances involved, the error rates in LANs are much lower than in WANs. LANs error rate is 1000 times lower than in WANs so are normal.
>¦ The distance limitations involved in LANs normally mean that the entire network is under the ownership and control of a single organization. This is in sharp contrast to WANs, where the network is normally operated by the countries post and telecommunications authorities rather than by its users.
It can be seen from the above, the LANs, differ from other types of network in that the area they cover is limited. This means they can operate at high speeds and with very low error rates

Advantages of the Star Topology

star

1. Ease of service. The star topology has a number of concentration points (where connections are joined). These provide easy access for service or reconfiguration of the network.
2. One device per connection. Connection points in any network are inherently prone to failure. In the star topology, failure of a single connection typically involves disconnecting one node from an otherwise fully functional network.
3. Centralized control/problem diagnosis. The fact that the central node is connected directly to every other node in the network means that faults are easily detected and isolated. It is a simple matter to disconnect failing nodes from the system.
4. Simple access protocols. Any given connection in a star network involves only the central node. In this situation, contention for who has control of the medium for the transmission purposes is easily solved. Thus in a star network, access protocols are very simple.
Disadvantages of the Star Topology
1. Long cable length. Because each node is directly connected to the center, the star topology necessitates a large quantity of cable. Whilst the cost of cable is often small, congestion in cable ducts and maintenance and installation problems can increase cost considerably.
2. Difficult to expand. The addition of a new node to a star network involves a connection all the way to the central node.
3. Central node dependency. If the central node in a star network fails, the entire network is rendered inoperable. This introduces heavy reliability and redundancy constraints on this node.
The star topology has found extensive application in areas where intelligence in the network is concentrated at the central node.

Data Transmission Techniques

fram1

There are many ways of transmitting digital information through a medium. Making the choice between one technique and another is normally a question of comparison between performance, in terms of the speed and accuracy of transmission and cost.
There are two major obstacles to successful transmission : attenuation and noise. Noise can rise from a variety of sources in the environment and serves to distort the signal.
Attenuation is a measure of how much the strength of the signal is reduced in passing through the medium. It is proportional to the distance travelled.
For a particular medium, there will be a range of frequencies that can be transmitted through it.
In determining how much information can be sent through the cable, the most important aspect’ ; to consider is the width of this frequency range. This is known as the bandwidth of the medium.
Here there is a choice of baseband that carries a digital signal, or broadband that carries a radio frequency (RF) signal on the cable.
In baseband modulation, interfaces are relatively inexpensive as they require no special devices for generating the digital. Only one channel is available over the cable for communications and hence the signal can be transmitted at a single frequency at a time.

Network Switching Techniques

Different types of switching techniques are employed to provide communication between two computers. These are : circuit switching, message switching and packet switching.
Circuit Switching
In this technique, first the complete physical connection between two computers is established and then data are transmitted from the source computer to the destination computer. That is, when a computer places a telephone call, the switching equipment within the telephone system seeks out a physical copper path all the way from sender telephone to the receiver’s telephone. The important property of this switching technique is to setup an end-to-end path (connection) between computer before any data can be sent.
Message Switching
In this technique, the source computer sends data or the message to the switching office first, which stores the data in its buffer. It then looks for a free link to another switching office and then sends the data to this office. This process is continued until the data are delivered to the destination computers. Owing to its working principle, it is also known as store and forward. That is, store first (in switching office), forward later, one jump at a time.
Packet Switching
With message switching, there is no limit on block size, in contrast, packet switching places a tight upper limit on block size. A fixed size of packet which can be transmitted across the network is specified. Another point of its difference from message switching is that data packets are stored on the disk in message switching whereas in packet switching, all the packets of fixed size are stored in main memory. This improves the performance as the access time (time taken to access a data packet) is reduced, thus, the throughput (measure of performance) of the network is improved.