5 Computer Notes For Student
5 Computer Notes For Student
Networks are classified based on size, capabilities and geographical distance. There are so many types of
networks which provides different services. The various types of networks are:
LAN
MAN
WAN
PAN
SAN
EPN
VPN
W LAN etc
Advantages:
It is a cheap & easy to setup
It is easy to trouble shoot.
It is easy to maintain.
It is highly reliable and secure.
Disadvantages
It covers limited geographical area.
As the traffic increases on a network the performance degrades.
1
A WAN can be a public systems such as Public Switch Telephone Network(PSTN) where
various services are provided by public telephone authorities or private system like VPN(Virtual
Private Network).
Its range beyond 100 kms.
Data transmission rate is from 64Kbps to 150 Mbps.
Here routers are used to transfer data quickly and securely.
It uses high speed communication links such as satellite communication, telephone lines and
microwave links.
The most popular example of WAN is internet.
Advantages
It allows computer to communicate over a large distance.
Shares softwares and resources with connecting various workstations
Shares information and data over large area.
Message can be sent very quickly to any one on the network.
Disadvantages
It is expensive.
It is too complex to implement
It is difficult to troubleshoot
Security is reliability is very low
Advantages:
It provides a good back bone for a largr network and provides greater access to WANs.
MAN can be suitable for Large Organizations as compared to a LAN i.e. if a company has its
branches in the same city.
It is more efficient and speed of handling and transferring the data than LAN.
It enables the people to connect many fast LANS together.
Disadvantages:
It is costly because more cables required for a MAN connection from one place to another.
2
It is difficult to make the system secure from hackers.
As compared to LAN , it is quite slow.
PAN(Personal Area Network)
It is a computer network organized around an individual person.
It can be constructed by using wired(Cables) or wireless.
Wired technology uses USB and fire
Wireless technology uses Bluetooth or Infrared connections.
It covers upto 10 meters area.
It is typically involved in data transmission amongst devices such as computers,
telephones, tablets and personal digital assistants(PDA).
Advantages:
WPAN devices are easily portable.
It needs less technical skills to operate.
Disadvantages:
Devices with inbuilt WPANs are more expensive
It has limited range.
Date transfer rate is very low
A Campus Area Network (CAN) is a computer network that links the buildings and consists of two or
more local area networks (LANs) within the limited geographical area. It can be the college campus,
enterprise campus, office buildings, military base, industrial complex. CAN is one of the type of MAN
(Metropolitan Area Network) on the area smaller than MAN.
A SAN moves storage resources off the common user network and reorganizes them into an independent,
high-performance network. This enables each server to access shared storage as if it were a drive directly
attached to the server. When a host wants to access a storage device on the SAN, it sends out a block-
based access request for the storage device.
A storage area network is typically assembled using three principle components: cabling, host bus
adapters (HBAs), and switches attached to storage arrays and servers. Each switch and storage system on
the SAN must be interconnected, and the physical interconnections must support bandwidth levels that
can adequately handle peak data activities. IT administrators manage storage area networks centrally.
3
EPN(Enterprise Private Network)
An enterprise private network is a computer network that helps enterprise companies with a number of
disparate offices connect those offices to each in a secure way over a network. An enterprise private
network is mainly set up to share computer resources.
A virtual private network (VPN) extends a private network across a public network, and enables users to
send and receive data across shared or public networks as if their computing devices were directly
connected to the private network. Applications running across the VPN may therefore benefit from the
functionality, security, and management of the private network.
While a WLAN may look different than a traditional LAN, it functions the same way. New devices are
typically added and configured. They can communicate with other devices on the network the same way
they would on a wired network.
As wireless devices have grown in popularity, so have WLANs. In fact, most routers sold are now
wireless routers. A wireless router serves as a base station, providing wireless connections to any Wi-Fi-
enabled devices within range of the router's wireless signal. This includes laptops, tablets, smartphones,
and other wireless devices, such as smart appliances and smart home controllers. Wireless routers often
connect to a cable modem or other Internet-connected device to provide Internet access to connected
devices.
4
Difference between Internet, Intranet and Extranet
5
Tree Topology
Advantage
Disadvantage:
Mesh Topology
Advantage:
6
Disadvantage
Hybrid Topology
Advantage
Disadvantage
Cellular Topology:
Advantage
7
It provides voice/data services even while roaming.
It connects both fixed and wireless telephone users.
It is used in areas where cables cannot be laid out due to its wireless nature.
It is easy to maintain and upgrade their equipments.
Disadvantages
8
Network Device
Repeater
It is a physical network device used to amplify a signal being transmitted on the
networks.
It increases the power of signals, reduce the noise and errors.
It can extend the network beyond the maximum length to form a single segment.
It allows different connections by a multiport repeater like hub even if they use different
media.
It overcomes (decreases) electromagnetic field caused by free space due to cable lost with
attaching series of repeaters.
In microwave data transmission media, repeaters are used in between 25 to 30 Kms.
It has basic three functions such as: 1. Receives the signal, 2. Re-times the signal, 3.
Transmits the signal.
It works on Physical layer of OSI model.
Advantages:
It can extend a network in terms of distance.
It doesn’t increase network traffic.
It can connect different type of media (twisted pair, fiber optic etc.)
Disadvantages:
It extends the collision domain.
It cannot filter data and cannot connect different network architecture.
Limited number of repeaters can be used in the network.
Hub
A hub is physical network device that connects multiple computers or workstations by a
dedicated cable (wires).
A hub is a central point in the network that acts like a Repeater.
Its main responsibility is to Send/Receive signal from Source to Destination.
In hub the computers are connected to its port and it configures with 4, 8, 12, or 24 ports.
It is found in Star Topology network.
It works in physical layer of the OSI model.
It works on half duplex mode.
9
When a hub receives the packets of data from one computer at any point of its port, it
transmits the packet to all of its computer which are connected to its other ports that
means it works in broadcast mode.
As the packets are available with all computers, the computer receives the packet whose
address matches with the address of the packet.
The hub is different types like Active Hub, Passive Hub, Cable Hub, Mail Hub, Managed
Hub, Switched Hub and Intelligent Hub.
The active hub amplifies the received signal where as the passive hub does not amplify
the received signal.
Advantages:
It is cheaper than other devices and can connect to different media types.
It can connect different media types(twisted pair, fiber optic etc.)
Disadvantages:
It creates collision.
It cannot Filter the information and passes packet unnecessarily to all the ports of
network.
Simultaneous connection is not possible.
It is not an intelligent device.
Switch
A switch is a physical network device that can connects multiple computer or WS each
by a dedicated cable (wires).
A switch connects different nodes together like a hub.
The switch provides 3 types of Switching techniques such as: Circuit switching, Packet
switching and Message switching.
A switch is a central point in the network that acts like multiport bridge by following Star
or Ring topology and can configures with 24, 32, or 64 ports.
Its main responsibilities are: 1. Get data packet, 2. Read destination address, 3. Determine
port number, 4. Establish a temporary connection, 5. Send data packets, 6. Terminates the
connection.
It is an Intelligent device than hub because it maintains a bridging table and MAC (media
access control) address to keep tracks of which hardware address are located in which
network segments.
It works at Data Link Layer of OSI model.
10
It works on Full Duplex Mode.
It acts like hub and filters like Bridge.
Advantages:
It limits the collision.
It provides more privacy for sender and receiver.
It is an intelligent device as compared to Hub.
Switches are more hardware oriented as compared to bridge.
The cost to number of ports ratio is best. i.e for a cheaper cost you get switches with more
number of ports available than Routers.
Disadvantages:
It is little expensive.
It has a complex configuration than hub.
Not as good as a router in limiting Broadcasts.
Handling Multicast (single sender multiple receivers) packets needs quite a bit of
configuration & proper designing
Bridge
A Bridge is a device that can transmit data between two similar type of networks. E.g
(between two LANs)
The efficiency of the network decreases for a big network. So the network is broken into
two or more networks and a bridge is used to join them.
When a packet enters a bridge, it reads the address contained in the packet and compares
the address of all the nodes in both the networks.
When the bridge finds a match in the same network then it blocks the data to pass
through the bridge.
If the destination address is found in other network then bridge allows to pass the data
packet to the destination address.
Advantages:
Bridges can extend a network by acting as a repeater.
Bridges can reduce network traffic by dividing the network.
Bridges increase the available bandwidth to individual nodes because fewer nodes share a
collision domain.
Bridges reduce collisions.
Some bridges connect networks using different media types and architectures.
11
Disadvantages:
It is more expensive and slower than a Repeater.
The broadcast packets cannot be filtered.
Gateway
A gateway is a network point that acts as an entrance to another network.
Basically it is used to connect two different types of network.
it works in LAN, MAN and WAN environments.
It allows different networks to communicate by offering a translation service from one protocol
stack to another.
They work at all levels of OSI model due to the type of translation service they are providing.
Advantages:
It can connect backbone networking to form a larger WAN.
It does not increase the network traffic.
It can connect different type of media
Disadvantages:
It cannot filter outgoing and incoming data.
It extends the data collision.
Routers
A router is a special purpose dedicated device that is attached to two or more networks.
It is an intelligent and smartest device.
It is located at any gateway to choose the best route along the network.
It works on the Network layer of OSI model.
It allows checking the address of incoming packets and decides the best rout towards its
destination end.
Its two primary functions are i) to determine the ‘Best Path’ and ii) to share details of routes with
other routers.
It uses Routing Table – a database which keeps track of the routes to networks and the associated
costs.
It can be of 2 types such as: 1. Static Router and 2. Dynamic Router. And both these can work on
any environment like LAN, MAN, and/or WAN.
Static Routing: Its routes are manually configured by a network administrator.
12
Dynamic Routing: Its routes are adjusted automatically to changes in network topology.
Advantages:
Disadvantages:
It is more expensive and slower than a Bridge.
Due to use of Routable Protocol it is difficult to configure.
It must use routing protocol.
NIC
Advantages:
It acts as the expansion card to any PC by this we can connect our PC to any types of network.
It provides a fast connection to the Internet.
It provides a reliable connection to the Internet.
Disadvantages:
13
MODEM
There are two different types of modems: Internal modems and external modems.
Internal MODEM
An internal modem is a modem that fits inside of a computer. Internal modems typically
ship with the computer and come pre-installed.
It is built into or plugged directly into the internal circuitry of the computer.
It gets its power from the computer’s expansion bus.
It is manufactured and supplied by the computer manufacture itself.
It is freely available with PCs or can be purchased with low price and having one or two types.
External MODEM
The external modem sits outside the computer. The external modem can be used when a
computer is unable to fit an internal modem inside of it.
It is a separate box in which the circuitry and logic to modulate the signals.
It has own power supply, on/off switch, and front panel LCDs to indicate its status.
It is manufactured and supplied by different ISP or other organizations.
It is little costlier and having different types like DSL, ISDN, Router Modem etc.
14
Difference between LAN CAN MAN and WAN in Tabular Form
LAN stands for Local Area CAN stands for MAN stands for WAN stands for
Network Campus Area Metropolitan Area Wide Area Network
Network Network
Covers a local area of 1 KM. It covers privately It covers larger Spans Large
owned campus area then LAN but geographical area
with an area of 5 to small area than more than 100 KM.
10 KM. WAN with an area
or 2 to 100 KM.
16