Networking
Networking
The use of technology that allows us to communicate with others in different locations without the
use of any physical connection
2.What is telecommunication?
The exchange of information over significant distances by electronic means and refers to all types of
voice, data and video transmission
5. What is a signal?
An electronic voltage or current which varies with time. It is used to transfer data from one end to
another
a) Digital signals
Allow high transmission speeds
Allows high quality in transmission of data
Only type of signal that the computer understands
Operates under binary values 0’s and 1’s
Faster and efficient
Lower error rates
b) Analog signals
Are in continuous wave form in nature and represented by continuous electromagnetic
waves
b) Multicast transmission
Communication where a piece of information is sent from one or more points to a set of
other points. In this case there may be one or more senders and receivers
The communication technique in which data transmission is done between a particular
group of devices those are present in the network is known as Multicast.
Ex. Videoconference , Teleconference
c) Broadcast transmission
Communication where a piece of information is sent from one point to all other points. In
this case there is only one sender but many receivers.
Ex. Television, Radio
Network Topologies
Bus Topology Star Topology Ring Topology Tree Topology Mesh Topology
Each node is connected All nodes are Each node is Hierarchical All nodes are connected to
to the backbone connected to the connected to its 2 arrangement of nodes all the nodes via a
central hub neighboring nodes and hubs dedicated link or channel
Very low security Secure Low security Very high security Very high security
Complexity is minimum Complexity is Complexity is Complexity is very high Complexity is high
minimum minimum
Also known as line Also known as star Also known as ring Also known as Also known as mesh
topology network network Hierarchical topology network
Used in LAN Used in LAN Used for LAN Used in WAN Used in LAN
Low cost Low cost High cost High cost
Unidirectional data Data is copied to the Unidirectional Data is copied to the Data transmits from one
flow central hub and sent data flow central or secondary node to the desired node
to the desired location hub and sent to the
desired location
Non robust Robust Non robust Robust Robust
Network devices
Modem Router
A modem demodulates incoming analog signals to A router is a device that examines the path of a
digital signals so that the computer can understand data packet and forwards or route that data from
them, one network to another network based on their IP
And modulates outgoing digital signals to analog signals address
as it goes out on the internet
Modem brings the requested information from the Router distributes the data which is received to the
internet into a network modem from the internet to all the devices in the
network it self or through a switch or hub (Modern
routers comes with a build in switch)
If you have only one device to connect to the internet If you have several devices to connect to the
you do not need a router. You can directly connect the internet you need a router. The modem connects to
computer to the modem the router and the router distributes data to all the
other devices
2 main types of modems - DSL modems Router is essentially the Default Gateway of a
Cable modems network
Cable modems use coaxial cables Use RJ45 cables to connect to the devices
DSL modems use RJ-11 (telephone line) connectors
Modem connects the devices to the networking devices Router connects all the devices of network to
to the ISP another network
Implemented in Data link layer Implemented with Network layer
Data packet is not examined Data packet is examined before forwarding to the
desired computer
Modern routers come with a build in modem and switch
Hub Switch
When a hub receives a data packet it is copied to all When a data packet is received to the switch its only
the other devices connected to the hub directed to the intended destination
Hub is operated on Physical layer of OSI model operated on Data link layer of OSI Model
Transmission type – Broadcast Transmission type – Broadcast, Multicast, Unicast
Hub is a half-duplex transmission mode Switch is a full duplex transmission mode
Packet filtering is not provided Packet filtering is provided
Hub is not an intelligent device Switch is an intelligent device
Creates security concerns No security concerns created
Created unnecessary network traffic No unnecessary network traffic is created
Waste bandwidth Bandwidth is high compared to the hub
Cannot identify the MAC address of the devices in the Identifies the MAC addresses of the devices in the
network separately network separately and data is sent according to the
MAC address
Used for Local Area Networks
Hubs and switches do not read IP addresses therefore they can communicate only inside their own network
Hubs and switches are used to create networks
Bridge Repeater
Bridge is a repeater, with added functionality of filtering content Repeater amplifies or regenerates an incoming signal
by reading the MAC addresses of the of the source and over the same network before retransmitting it,
destination increasing the range of the network without weak or
corrupted signals
Operates at the data link layer Operates at the physical layer
Connects two networks in a well-organized manner Expands the limit of the signals in a network
Data packet can be examined by the bridge before forwarding Repeater is not able to identify the desired destination
to the desired destination.
Used to extend a LAN or to connect 2 different LAN’s Used to extend a LAN
Can perform packet filtering Cannot perform packet filtering
Can be used in Bus, Star, Ring and Star topologies
Gateway
A device that serves as an entry point to another network
Works with all the layers of the ISO Model
Basically, works as the messenger agents that take data from one system, interpret it, and
transfer it to another system
Also called as protocol converters
b. Microwaves
Wave lengths are shorter than radio waves
Higher frequencies than radio waves
C. Infrared waves
Uses light waves to transfer signals
Ex. Mouse, TV remote
Modulation Feature
Amplitude shift keying The amplitude of the carrier signal is changed in accordance with the digital
(ASK) input signal (message signal).
This is the type of amplitude modulation that represents the binary data in
the form of variation in the amplitude of a signal
Binary signal from amplitude shift keying is modulated
It gives a 0 value for low input and carries output for high input
Frequency shift keying If the frequency of the carrier signal is changed in accordance with the
(FSK) digital input signal
Type frequency modulation that represents the binary data in the form of
variation in the frequency of a signal
The output of a frequency shift keying modulated wave is high in frequency
for a binary high input and is low in frequency for a binary low input
Phase shift keying The phase of the carrier signal is changed in accordance with the digital
(PSK) input signal
This is the type of phase modulation that represents the binary data in the
form of variation in the phase of a signal
19. What is synchronization?
Synchronization occurs between network nodes to ensure that data streams are received
and transmitted correctly and to prevent data collision.
It usually uses a clock signal transmitted in sequence with a data stream to maintain proper
signal timing.
Non return to zero In this encoding scheme one represents the transition of the physical
inverted (NRZ – I) level while zero does not represent any transition
Manchester Encoding In Manchester encoding, voltage changes from low to high for 1 and
high to low for 0 in the middle of the signal