ITC Networking Lecture
ITC Networking Lecture
A network is consist of group of computer systems, servers, networking devices are linked
together over a shared communication path that works for the purpose of sharing resources ,
including a printer or a file server. The connections is established by using either cable media
or wireless media.
Network Devices
Network devices or nodes are computing devices that need to be linked in the network. Some
network devices include:
Computers, mobiles, and other consumer devices: These are end devices that users
directly and frequently access. For example, an email originates from the mailing
application on a laptop or mobile phone.
Servers: These are application or storage servers where the main computation and
data storage occur. All requests for specific tasks or data come to the servers.
Routers: Routing is the process of selecting the network path through which the data
packets traverse. Routers are devices that forward these packets between networks to
ultimately reach the destination. They add efficiency to large networks.
Switches: Repeaters are to networks what transformers are to electricity grids—they
are electronic devices that receive network signals and clean or strengthen them. Hubs
are repeaters with multiple ports in them. They pass on the data to whichever ports are
available. Bridges are smarter hubs that only pass the data to the destination port. A
switch is a multi-port bridge. Multiple data cables can be plugged into switches to
enable communication with multiple network devices.
Transmission media
PAN is the most basic type of computer network. This network is restrained to a single
person, that is, communication between the computer devices is cantered only to an
individual’s work space. PAN offers a network range of 10 meters from a person to the
device providing communication.
Examples of PAN are USB, computer, phone, tablet, printer, PDA, etc.
In this network one can become a server serving all the remaining computers called clients.
Software can be stored on the server and it can be used by the remaining clients.
Without internet access, it is possible to connect all the workstations in a building with each
other locally. It is easy to share common resources like printers with LAN.
Metropolitan Area Network (MAN)
It is basically a bigger version of LAN. It is designed to extend over the entire city. MANs
extend beyond 100 KM. MANs are usually owned by large organizations to interconnect its
various branches across a city. MAN comprises combination of different hardware and
transmission media. It can be single network such as a cable TV network, or it is a means of
connecting a number of LANs into a larger network so that resources can be shared LAN to
LAN as well as device to device.
Wide Area Network (WAN):
The Wide Area Network (WAN) is designed to connect devices over large distances like
states or between countries. The connection is wireless in most cases and uses radio towers
for communication.
The WAN network can be made up of multiple LAN and MAN networks
The speed of the WAN data transfer is lower than in comparison to LAN and MAN
networks due to the large distance covered.
The WAN network uses a satellite medium to transmit data between multiple
locations and network towers.
Network Topology
Network Topology describes the way in which the computers or nodes are connected with
each other in a computer network. It is the arrangement of various elements (link, nodes,
etc.), including the device location and code installation of a computer network. In other
words, we can say that it is the physical layout of nodes, workstations, and cables in the
network.
BUS Topology
Bus topology is a network type in which every computer and network device is connected to
a single cable. All devices are connected to a common backbone. Maximum nodes that can
be attached are 30.
Features of Bus Topology
1. It transmits data only in one direction.
2. Every device is connected to a single cable.
STAR Topology
In this type of topology all the computers are connected to a single hub/switch through a
cable. This hub is the central node and all others nodes are connected to the central node.
1. In this type, every node has its own dedicated connection to the hub.
2. The hub acts as a repeater for data flow.
A token moves around the network, and it is passed from computer to computer until
it reaches the destination.
The sender modifies the token by putting the address along with the data.
The data is passed from one device to another device until the destination address
matches. Once the token received by the destination device, then it sends the
acknowledgment to the sender.
In a ring topology, a token is used as a carrier.
Mesh topology