Computer Network
Computer Network
NODE
Any system or device connected to a network is also called a node. For
example, if a network connects a file server, five computers, and two
printers, there are eight nodes on the network. Each device on the network
has a network address, such as a MAC address, which uniquely identifies
each device. This helps keep track of where data is being transferred to and
from on the network.
A node can also refer to a leaf, which is a folder or file on your hard disk. In
physics, a node, or nodal point, is a point of minimum displacement or where
multiple waves converge, creating a net amplitude of zero.
HOST
A host is a computer that is accessible over a network. It can be
a client, server, or any other type of computer. Each host has a unique
identifier called a hostname that allows other computers to access it.
Bandwidth
In computer networking, bandwidth refers to the measurement of data that
is transferred between two points within a set amount of time. Typically
expressed in bits, megabits, or gigabits per second, bandwidth is shared
among devices connected to the same network; this means activities like
streaming video content or downloading large files can use a large amount of
bandwidth and slow down connections for other devices on the network.
Bandwidth can also pertain to some data-transferring devices themselves, as
in the case of I/O devices. For example, a fast disk drive can be hampered
by a bus with a low bandwidth. This is the main reason why buses
like AGP were developed for the PC.
Client
A client is a program that runs on the local machine requesting service from
the server. A client program is a finite program means that the service
started by the user and terminates when the service is completed.
Server
A server is a program that runs on the remote machine providing services to
the clients. When the client requests for a service, then the server opens the
door for the incoming requests, but it never initiates the service.
Communication Media
The Communication Medium plays an important role in Networks. If the
medium works well and properly, then the speed of transferring data is good
but if the medium is not working properly, then your data would be delayed
or would not be sent or even can be lost during transmission. In Computer
Networks, we call this speed of transmitting data, as DATA RATE.
WIRED NETWORK
The Wired network is mostly set-up using an Ethernet Cable. This can be
done using 3 technologies.
2) Coaxial Cables
Coaxial Cables same as twisted Wire cables consists of two copper wire. But
in this, the two wires are concentric to each other. Coaxial Cables has a wire
conductor in the centre , a circumferential outer conductor known as foil
shield, and an insulating medium called the dielectric separating these two
conductors. The outer conductor is protected in an outer jacket.
Coaxial Cables with this type of
formation and special
insulation and shielding, can
achieve high data transmission
rates. Coaxial cables are common
in cable television systems.
3) Fibre Optics
An optical fibre is a flexible, thin, transparent fibre made of high quality
glass or plastic, slightly thicker
than a human hair. Or you can
also say an optical fibre is a thin,
flexible medium that conducts
pulses of light, with each pulse
representing a bit of your
data. Fibre optics can generate
high Data Rates, so these are
used for long distance
communications that require
high speed and least data loss. Optical Fibres have no electromagnetic
interference and can process data at GB/sec of speed.
This quality has made them popular in long run data transfers.
In United Kingdom and United States Of America and many other countries,
most of them use fibre optics in distance telephone networks.
But as they are very expensive also. So use of Fibre optics in local
LAN, institutions, companies etc. is still not very popular. The joining of two
or optical fibre is still more complex than joining two electrical wire or
cables.
Wireless Network
Wireless network is a network set up by using radio signal frequency to
communicate among computers and other network devices. Sometimes it’s
also referred to as WiFi network or WLAN. This network is getting popular
nowadays due to easy to setup feature and no cabling involved. You can
connect computers anywhere in your home without the need for wires.
Here is simple explanation of how it works, let say you have 2 computers
each equipped with wireless adapter and you have set up wireless router.
When the computer send out the data, the binary data will be encoded to
radio frequency and transmitted via wireless router. The receiving computer
will then decode the signal back to binary data.