Computer network
Computer network
Network Environment
• Personal computers are powerful tools that can process and manipulate large
amounts of data quickly, but they do not allow users to share the data efficiently.
Before networks , users needed to share information through floppy disk etc. this is
known as stand alone environment.
• However when two computers are linked together using a cable that allows them to
share data , it is known as networked environment. This is called network and the
connected computers sharing resources is called networking.
NOS
• Unlike operating systems , such as DOS that is designed for single user to control one
computer, the network operating system(NOS) is an interconnected system of
computing devices that provide shared and economical access to computer services.
• NOS are broadly divided into two types of Network architecture:
• Client/server network
• Peer to peer network
Centralized No central repository for files Resources and data security are controlled through
server.
Maintenance Low maintenance cost file A large network requires extra staff for efficient
operation.
Installation Can be easily installed Requires experts for proper installation of the
networks.
Security lack of proper security policy is the biggest Provides high level of security
drawback
Dependence All nodes are independent of each other When server goes down it affects functioning of the
entire network.
• One computer is designated as file server , which stores the software that can be shared by
other computer which are work stations.
• For example a company with offices in New Delhi, Chennai and Mumbai may connect the
LAN’s for each of those locations to each other through a WAN .
Advantages of WAN
• It offers flexibility of location.
• Communication between branch offices can be improved using email and file sharing .
• Companies located in a number of small , interrelated offices can store files centrally and
access each others information.
Network topologies
• The term topology means the way a network is laid out , either physically or logically. A
topology can be considered as a network shape.
• Bus
• Ring
• Star
• Tree
• Mesh
Bus Topology
• Bus topology uses a common bus or back bone (a single cable) to connect all devices with
terminators at both ends. The back bone acts as the shared communication medium.
Message transmitted passes back and forth along the cable.
Ring topology
• In ring topology computers are placed on a circle of cable without any terminated ends.
Every node has exactly two neighbors for communication purposes. All message travel in the
same directions. Each node in the ring incorporates a repeater which helps in passing the
message to destined node.
Star Topology
• In star topology devices are not directly linked to each other but they are connected via
centralized network components known as hub. The hub acts as a central controller.
Advantages of star topology
Tree topology
• A tree topology combines characteristics of linear bus and star topologies . It consists of
groups of star configured workstations connected to a bus.
• The majority of nodes connect to a secondary hub that, in turn is connected to the central
hub.
Advantages of tree topology
• If the back bone line breaks , the entire segment goes down.
Mesh topology
• In mesh topology , every node has a dedicated point to point link to every other node.
Message sent on a mesh network can take any of several possible paths from source to
destination.. A fully connected mesh network has n(n-1)/2 physical links to link n devices.
• If one link becomes unusable , it does not disable the entire system.