Notes On Networking
Notes On Networking
Wire less
1. Microwave-Are high frequency wave That can be used to
transmit data wirelessly over long distance. It consists of
transmitter, receiver and the atmosphere.
2. Radio wave-Radio wave are used to transmit television
and radio programme. It uses continuous sin waves to
transmit audio, video and data.
3. Satellite-Transmit data or signals transmitted from an
earth station and amplify them and retransmit them to
another earth station.
Networking Devices –
Network interface card(NIC)-NIC is a device that is
attached to each nodes or servers and help the
workstation to establish connection with the network NIC
is also known as Terminal Access Point(TAP) Or Network
Interface unit(NIU) also known as Ethernet Card.
WIFI Card- It is an internal or external LAN adaptors with
built in wireless radio antenna.
Hub- It is a hardware device having multiple ports it is
used to connect several computers together. It is a device
that provide a central connection point for cables from
workstations servers and peripheral devices.
1. Active Hub
2. Passive Hub
Switch- It is an intelligent Hub it has also multiple ports
which is used to connect several computers together.
Switch Hub
It is an intelligent Hub it has It is a hardware device
also multiple ports which is having multiple ports it is
used to connect several used to connect several
computers together computers together
It can have 24-48 ports It can have 4-12 ports
Switch maintain switch Do not maintain any table
Table
Unicasting Broad casting
Bridge- It is a network device that connect multiple LAN
together to form a larger LAN . In process of arranging
networks is called bridging. A bridge connect Different
component so that they appear as part of single network.
Gate way- It is a network device that connect dissimilar
network it establishes a intelligent connection btw local and
external network with completely different function.
Router: It is a network device that can receive the data,
analyse it and transmit it to other network. Router connect
a local area network to the internet. A router can we wired
or wireless.
Networking Topology: The arrange ment of
computer and other peripheral devices In a network is
called topology
Mesh topology: In this networking Topology each
communicating device is connected with every other device
in the network. Such a network can handle large amount of
traffic as multiple nodes can transmit data simultaneously.
Advantage: Secure, Smooth transfer of data
Disadvantage: Complex wiring, Costly
Ring Topology: Each node is connected to Two other
devices, one each on either side. The node is connected to
each other forming a ring.
Advantage: Direct data transmission, clockwise or
anticlockwise data transmission
Disadvantage: It can hamper whole topology if any of
devices or the cable is damaged.
Bus topology: Each communicating device connects to a
transmission medium known a Bus.
Advantage: Nodes can be added or removed anytime
Disadvantage: It can hamper whole topology if main the
cable is damaged.
Star Topology: Each communicating device is connected to
a central node which is a networking device like Hub/Switch
Advantage: Very effective, efficient and fast
Disadvantage: If the central node is damaged the entire
network fails.
Tree Topology: In this topology multiple branches and each
branch having a star/ring topology structure forming tree
topology. It is a hybrid topology that can transmit data from
source (Centralised device ) and passes through every
branch which can have links for more nodes.
Mac Address: (Media access control)
It is the physical or hardware address , is a
unique value associated with a network
adaptor called NIC .Each Mac address is a 12
digit Hexadecimal number (48 bits in length) of
which the first six digit (24 bits) contain the
manufacture ID called OUI(organisational
unique identifier) and the later 6 digits (24
bits) represent the serial number assign to the
card by the manufacturer.
Eg. FC:F8:AE:CE:7B:16
IP Address(Internet Protocol address):
It is also a unique address that can be used to uniquely
identify each node in a network. The IP address are
assigned to communicate with other computer any where
in the world
Unlike MAC address IP address can be changed if a node is
removed from one network connected to another network.
The initial IP address called version 4(IPV4) is a 32 bit
numeric address written as 4 numbers separated by (:)
where each number is the decimal represented for an 8 bit
binary number .Each can take value from 0-255.
Eg. 192:168:0:178
WORLD WIDE WEB:
HTML(Hyper text mark up language): it is a language which
is used to design webpages and web contains.
URI(Uniform Resource Identifier)/URL:
IT IS A UNIQUE ADDRESS to locate the website.
HTTP/HTTPS(Hyper text transfer protocol/secure):
DNS(domain naming system):Each website has an IP
address it is very difficult to remember whole IP address for
websites so DNS or Host name is assigned to each IP
addresses
DNS Server:
Conversion of domain name of each webserver to its
corresponding IP address is called domain name server.
Communication Media:
Bandwidth of a channel is the range of frequency available
for transmission of data through the channel.
Bandwidth is measured in Herdz(Hz).
1KHz=1000Hz
1000KHz=1MHz
Data transfer rate: Is the number bits transmitted between
source and destination in one second.(Bit rate/BPS).
1024BPS=1KBPS=2^10kbps
1024kbps=1mbs
1024mbps=1Gps
Eg.A user wants to upload a text document at the rate of
10 pages per 20 sec. what will be the required data rate of
the channel?(Assume that 1 page contains 1600 characters
and each character is of 8 bits)
Ans= Required data rate = (10*1600*8)/20=6400
Data communication :
Simplex communication=It is unidirectional communication
between two devices in which one device is sender and
other one is receiver.
Half duplex: It is bidirectional communication between two
device in which both devices can send and receive data
control in both direction but not at the same time.
Full duplex: It is bidirectional communication between two
device in which both devices can send and receive data
control in both direction simultaneously. e.g computer
communication.
NETWORK Layout:
The plan or design of network wings and nodes to be layed
out is known as network layout.
Features-
1. Communication speed
2. File sharing
3. Software hardware sharing
4. Security
5. Scalability
Eg.A corporation FTC is planning to set up their new offices
in India with its Hub at Udaipur. As a network advisor you
have to understand their requirement and suggest them
the best network layout.
Block(From) Block (To) Distance
Human Resource Conference 110m
Human Resource Finance 40
Conference Finance 80
Solution= Possible Bus topology:
Human resource – Conference-Finance= 110+80=190m
Finance-Human resource-conference=110+40=150m
Conference-Finance-Human resource=80+40=120m
Star Topology:
Human resource
Conference Finance
110+40=150m
Finance:
Conference
Human resource
80+40=120m
So either bus topology or star topology can be implemented here.
Here best layout is Finance to conference and finance to human resource
As it require minimum cable length.