Chapter Three
Chapter Three
Importance of Networking
Computer networks allow the user to access remote programs and remote databases either of the same
organization or from other enterprises or public sources. Computer networks provide communication
possibilities faster than other facilities. Because of these optimal information and communication
possibilities, computer networks may increase the organizational learning rate there are other reasons
why any organization should have a computer network
• cost reduction by sharing • high reliability by having multiple • cost reduction by downsizing to • greater flexibility because of
hardware and software resources sources of supply microcomputer-based networks possibility to connect devices from
instead of using various vendors
mainframes
Common Types of Networks
Local Area Wide Area Campus Area Metropolitan Area Home Area
Networks (LANs) Networks (WANs) Networks (CANs) Networks (MANs) Networks (HANs)
Local Area Networks (LANs)
A local area network is a data communication system consisting of several devices such as
computers and printers. This type of network contains computers that are relatively near each
other and are physically connected using cables, infrared links, or wireless media. A LAN can
consist of just two or three PCs connected together to share resources, or it can include
hundreds of computers of different kinds.
Major Characteristics of LAN are as follows:
1 Every computer has the potential to communicate with any other computers of the network
2 High degree of interconnection between computers
3 Easy physical connection of computers in a network
4 Inexpensive medium of data transmission
5 High data transmission rate
Local Area Networks (LANs)
Advantages of LAN are as follows:
• The reliability of network is high because the failure of one computer in the network
does affect the functioning for other computers.
• Addition of new computer to network is easy.
• High rate of data transmission is possible.
• Peripheral devices like magnetic disk and printer can be shared by other computers.
Disadvantages of LAN is
• If the communication line fails, the entire network system breaks down.
Wide Area Networks (WANs)
Typically, a wide area network (WAN) is two or more LANs connected together,
generally, across a wide geographical area. For example, a company may have its
corporate headquarters and manufacturing plant in one city and its marketing office
in another. Each site needs resources, data, and programs locally, but it also needs to
share data with the other sites. To accomplish this feat of data communication, the
company can attach devices that connect over public utilities to create a WAN.
Bus networks (not to be confused with the system bus of a computer) use a common
backbone to connect all devices. A single cable, the backbone functions as a shared
communication medium that devices attach or tap into with an interface connector. A
device wanting to communicate with another device on the network sends a broadcast
message onto the wire that all other devices see, but only the intended recipient actually
accepts and processes the message. bus networks work best with a limited number of
Networking made it easy 2 Compiled by devices. If more than a few dozen computers are
added to a network bus, performance problems will likely result. In addition, if the
backbone cable fails, the entire network effectively becomes unusable
2)Ring Topology
In a ring network, every device has exactly two neighbors for communication purposes. All
messages travel through a ring in the same direction (either "clockwise" or
"counterclockwise").
These frames are shared by all connected devices on the network as follows:
• a frame (packet) arrives at the next device in the ring sequence that device checks
whether the frame contains a message addressed to it. If so, the device removes the
message from the frame. If not, the frame is empty (called a token frame).
• the device holding the frame decides whether to send a message. If so, it inserts
message data into the token frame and issues it back onto the LAN. If not, the device
releases the token frame for the next device in sequence to pick up
• the above steps are repeated continuously for all devices in the token ring
3)Star Topology
Many home networks use the star topology. A star
network features a central connection point called a
"hub" that may be a hub, switch or router. Devices
typically connect to the hub with Unshielded Twisted
Pair (UTP) Ethernet. Compared to the bus topology, a
star network generally requires more cable, but a failure
in any star network cable will only take down one
computer's network access and not the entire LAN. (If
the hub fails, however, the entire network also fails.)
4)Tree Topology
Tree topologies integrate multiple star topologies
together onto a bus. In its simplest form, only hub
devices connect directly to the tree bus, and each
hub functions as the "root" of a tree of devices. This
bus/star hybrid approach supports future
expandability of the network much better than a
bus (limited in the number of devices due to the
broadcast traffic it generates) or a star (limited by
the number of hub connection points) alone.
5)Mesh Topology
Mesh topologies involve the concept of routes. Unlike
each of the previous topologies, messages sent on a
mesh network can take any of several possible paths
from source to destination. (Recall that even in a ring,
although two cable paths exist, messages can only
travel in one direction.) Some WANs, most notably the
Internet, employ mesh routing. A mesh network in
which every device connects to every other is called a
full mesh. As shown in the illustration below, partial
mesh networks also exist in which some devices
connect only indirectly to others.