Network and Data Communication
Network and Data Communication
COMMUNICATION
A computer network is a link of two or more computers in order to exchange data. In computer
networks, networked computing devices pass data to each other along data connections. Data is
transferred in the form of packets. The connections between nodes are established using either cable
media or wireless media. The best-known computer network is the Internet.
Advantages of a Network
Disadvantages of a Network
Components of a Network
L INUS ABBOKI 1
TYPES OF TRANSMISSION MEDIA
Classification
1. Conducted or guided media: Use a conductor such as a wire or a fiber optic cable to move the
signal from sender to receiver.
2. Wireless or unguided media: Use of waves of different frequencies and do not need a wire or
cable conductor to transmit signals.
Guided media provide a physical path along which the signals are propagated; these include twisted
pair, coaxial cable, and optical fibre.
2. Coaxial cable 1 to 9 km
3. Optical fibre 40 km
4. Satellite: similar to transmission via microwave except, that it is used to link to point several
thousands of kilometres in space.
L INUS ABBOKI 3
(a) Personal Area Network (PAN) is the interconnected network of technology devices within the
reach of an individual person, but usually limited to a range of maximum 10 meters.
(b) Local Area Network (LAN):-consists of microcomputers or terminals located in the same general
area and connected by a common cable so that they can exchange information. LANs are typically
used within the same building or set of buildings situated close together.
(c) Wide Area Network (WAN): is a network spanning a large geographical area. Its nodes
(microcomputers) can span cities, states or network boundaries
(d) Metropolitan Area Network (MAN): is a network spanning a geographical area that usually
encompasses a city or country. It interconnects various buildings or other facilities within this city
or network
(e) Metropolitan Area Network (MAN): is a network that spans a city, a large campus, or an entire
urban area. A MAN, just like a WAN, interconnects LANs using high-capacity backbone
technologies. A MAN is smaller than a WAN but bigger than a LAN.
NETWORK TOPOLOGIES
A Network Topology is the way computer systems or network equipment connected to each other.
Topologies may define both physical and logical aspect of the network. The four most common
topologies are the bus, the star, the ring and the mesh.
Point-to-point
Point-to-point networks contains exactly two hosts (computer or switches or routers or servers)
connected back to back using a single piece of cable. Often, the receiving end of one host is connected
to sending end of the other end and vice-versa.
In a bus network all the workstations, servers and printers are joined to one cable (the bus). At each
end of the cable a terminator is fitted to stop signals reflecting back down the bus.
L INUS ABBOKI 4
Advantages Disadvantages
easy to install If the main cable fails or gets damaged the whole network will fail
cheap to install, as it doesn’t as more workstations are connected the performance of the
require much cable network will become slower because of data collisions
Every workstation on the network "sees" all of the data on the
network – this is a security risk
In a star network each device on the network has its own cable that connects to a switch or hub. A hub
sends every packet of data to every device, whereas a switch only sends a packet of data to the
destination device.
Advantages Disadvantages
Very reliable - if one cable or device fails Expensive to install as this type of network uses the most
then all the others will continue to work cable (network cable is expensive)
High performing as no data collisions can Extra hardware required (hubs or switches) which adds to
occur cost
If a hub or switch fails all the devices connected to it will
have no network connection
In a ring network each device (workstation, server, and printer) is connected to two other devices, this
forms a ring for the signals to travel around. Each packet of data on the network travels in one
direction and each device receives each packet in turn until the destination device receives it
L INUS ABBOKI 5
This type of network can transfer data quickly, even if there are a large number of devices connected
because the data only flows in one direction, so there won’t be any data collisions.
Disadvantage Ring Network
If the main cable fails or any device is faulty then the whole network will fail.
Mesh Topology
In this type of topology, a host is connected to one or two or more than two hosts. This topology may
have hosts having point-to-point connection to every other hosts or may also have hosts which are
having point to point connection to few hosts only.
Tree Topology
Also known as Hierarchical Topology is the most common form of network topology in use present
day. This topology imitates as extended Star Topology and inherits properties of Bus topology.
This topology divides the network in to multiple levels/layers of network. Mainly in LANs, a network
is bifurcated into three types of network devices. The lowest most is access-layer where user’s
computer are attached. The middle layer is known as distribution layer, which works as mediator
between upper layer and lower layer. The highest most layer is known as Core layer, and is central
point of the network, i.e. root of the tree from which all nodes fork.
Daisy Chain
This topology connects all its hosts in a linear fashion. Similar to Ring topology, all hosts in this
topology are connected to two hosts only, except the end hosts.
Hybrid Topology
L INUS ABBOKI 6
A network structure whose design contains more than one topology is said to be Hybrid Topology.
Hybrid topology inherits merits and demerits of all the incorporating topologies.
In a peer-to-peer network there are no dedicated servers or hierarchy among the computers. All of the
computers on the network handle security and administration for themselves. Each workstation on the
network shares its files equally with the others.
A computer network in which one centralized, powerful computer (called the server) is a hub to which
many less powerful personal computers or workstations (called clients) are connected. The clients run
programs and access data that are stored on the server.
L INUS ABBOKI 7
Other Terms used in Networking
Dial up Refers to having to dial up the internet every time one goes online.
Download speed The speed at which data is delivered to a school modem from the internet
Upload speed The speed at which data is sent to the internet from a school modem.
L INUS ABBOKI 8