Networking&Telecommunication - Full
Networking&Telecommunication - Full
The sender can only send, and the receiver can only receive the data. The receiver
NETWORKING AND TELECOMMUNICATION cannot reply to the sender. The transmission of data through television and radio
are the examples of simplex mode.
Data Communication
The process of exchanging data and information between devices through
different medium is called data communication. Data can be transmitted through b) Half Duplex - It is a transmission mode that transmits data in both directions,
the cables or waves. but only in one direction at a time. A half-duplex device can alternately send and
receive data. When one device is sending, the other can only receive, and vice
versa. The transmission of data through Walkie-Talkie is the example of half
Components of Data Communication
duplex mode.
Bandwidth
Data Transmission Mode
Bandwidth is the maximum amount of data transmitted per second over a
There are three modes for transmitting data from one device to another. There are: communication media. Bandwidth is measured in bps (bits per second).
a) Simplex b) Half Duplex c) Full Duplex
Wider the bandwidth of a communication system the more data it can transmit.
Transmission Media / Communication Media
A transmission media or communication media is the path through which data,
information and files transfer from one device to other device in the form of
electric signals.
Advantages:
It is inexpensive and easy to install and maintain.
Disadvantages:
Unsuitable for long distance.
Speed is less than coaxial cable or fiber optics.
Coaxial Cable
It is cable made of copper or aluminum wire with an inner conductor surrounded
by an insulating layer and again surrounded by conducting shield.
It has high bandwidth and noise immunity. It is widely used in long distance
telephone lines. BNC and T-connectors are the most popular connector used in
co-axial cable.
Radio Wave
It is a wireless transmission in which data signals are sent via radio frequency
(RF) waves. It has radio frequency of 10 KHz to 100GHz.
Infrared
It is a wireless transmission which uses infrared light to transfer data signals and
is limited to a small area. Infrared signals cannot pass through walls, so they are
generally contained inside a single room.
Micro wave
It is a wireless transmission in which data signals are
sent over a microwave link. Microwave signals travel
in straight line and cannot pass through obstacles like
buildings, hills etc.
Computer Network Components of Computer Network
The interconnection of computers through transmission media in order to In a computer network, communication between two computers is possible
communicate and share resources like hardware, data and software is called through hardware and software.
computer network. The computers on the network may be connected through The hardware components required for a computer network are as follows:
cables, radio waves, micro waves or satellites.
1. Computer System 2. Network Interface Card 3. Communication channel
4. Network connectors 5. Network device
Workstation: A computer on the network that uses the resources of the network
is known as workstation. It is personal computer also known as client computer.
Network Interface Card: A network adapter through which a computer is Differences between hub and switch:
connected on the network is called NIC. It is also known as LAN card or Ethernet Hub Switch
card. It can be both wired or wireless.
1. It transmits data packets to all the 1. It transmits data packets only to
The manufacturer of NICs assigns a unique permanent address to a NIC which devices connected with it. the intended computers.
is known as Media Access Control (MAC) address.
2. It cannot read MAC address of the 2. It can read the MAC address of
computer. the computer.
3. It is cheap in cost. 3. It is expensive in cost.
4. It creates unnecessary network 4. It reduces unnecessary network
traffic which wastes bandwidth. traffic and improves the network
performance.
Network devices: The network devices used for setting up a network are:
a. Hub b. Switch c. Bridge d. Gateway e. Router Router: A router is a network device that routes or forwards data from one
f. Repeater g. Modem network to other based on their IP address. A router can determine the best path
for forwarding the data packets.
Hub: A hub is a network device that connects computers through its ports. When
a hub receives data packets at one of its ports, it transmits the data packets to all
computers on the network which creates unnecessary traffic on the network which
waste bandwidth.
Bridge: A bridge is a networking device that connects the segments of the same
network or different network having same protocol.
Switch: A switch is a network device that connects computers through its ports
like a hub. As compared to hub, switch is an intelligent device which can
determine source and destination of the data packets.
When a switch receives data packets at one of its ports, it transmits the data
packets to the destination computer. It does not transmit the data packets to all
the computers on the network like a hub does. Thus, it reduces unnecessary
network traffic and improves the network performance.
Gateway: A gateway is a networking device that connects different network Types of Computer Network
having different protocol. A gateway accepts the packet formatted for one On the basis of size of networks computer network is classified into three groups.
protocol and converts the formatted packet into another protocol. They are:
LAN
MAN
WAN
Network Architecture
Network architecture defines how the computer communicates and interacts with
each other on network.
There are three types of network architecture. They are:
1. Client-Server Network Model 2. Peer to peer Network Model
3. Centralized Network Model
1. Client-Server Network Model: any computer on the model which controls and manages other computers on
Client server network model is a network model where there is at least one the network. Thus, all the computers have equal rights on the network.
server and one or more clients. It is also called Domain model. The server
computer on this model controls and manages the resources on the network.
Advantages
Client-Server Network Model It is easy to set up than client-server network model.
Each computer on the network has equal rights.
Advantages
Disadvantages
Only the authorized person can access the resources of network.
It is secured networking system where unauthorized person cannot It has low level security.
access. The expansion of network is limited.
All the clients/workstations can be controlled and managed from a single The network performance degrades as the expansion of the network.
server. The network can be expanded to any size.
The expansion of the network doesn’t degrade the performance of the
Differences between client-server and peer-to-peer:
network.
Client-Server Peer-to-Peer
Disadvantages
1. There is one powerful computer 1. No server is needed.
It is difficult to set up client-server model than peer-to-peer network
acting as server.
model.
Workstation has to depend upon the server computer. 2. It provides better data security. 2. It provides less data security.
A trained network administrator is required to handle the model. 3. It is easy to manage. 3. It is hard to manage.
4. It is used in small and large 4. It is normally used in small
networks. networks.
2. Peer-to-Peer Network Model:
Peer-to-Peer network model is a network model where there are two or more 5. Cabling cost is higher. 5. Cabling cost is cheaper.
client computers but no server. It is also called workgroup model. There is no
3. Centralized Computer Network: Types of Network Topology
There are several types of network topologies, each with its own advantages and
disadvantages. The main types include
a) Bus topology
b) Ring topology
c) Star topology
d) Mesh topology
e) Hybrid topology
Network Topology
A network topology is the physical and logical arrangement of the devices in a Advantages
network. It is the structure of the network that defines how all the components are 1. It is cheap and easy to both install and maintain.
interconnected to each other. 2. The use of single cable means limited hardware is required.
3. New devices can be added easily.
Disadvantages c) Star Topology: A Centralized Network Design
1. It rely on a single cable, so if that cable fails, the whole network will be Star topology is the most common network topology where all the devices are
unusable. connected to a central hub or switch. It offers improved performance and
2. Network performance degrades as the number of devices are added. reliability compared to bus and ring topologies.
3. Difficult to troubleshoot and prone to network failures.
How Does Star Topology Works in Computer Networks?
4. The use of a single cable also drastically increases the risk of data
collision, particularly in large networks. Whenever any device wants to send data to another device, it has to first send the
information to the central device, and then the central device transmits that data
to the required device.
b) Ring Topology: A Circular Network Configuration
Ring topology is a type of network topology in which devices are connected in a
circular pathway, forming a closed loop. In ring topology, data travels in one
direction, passing through each device until it reaches its destination.
Advantages
1. It is easy to install and troubleshoot.
Ring Topology Diagram Real-world Example 2. Failure of one device doesn’t affect others.
3. Easy to add devices
Advantages 4. Network performance doesn’t degrade as the number of devices
1. It is easy to install. increased.
2. It is cheaper to install and expand. Disadvantages
3. Network performance doesn’t degrade as the number of devices are 1. If the central device fails, the entire network goes down.
added. 2. More expensive due to additional hardware.
Disadvantages
1. Failure of one device can affect the entire network.
2. Adding or removing nodes is difficult.
3. Troubleshooting the ring network is challenging.
Network Protocols FTP is a standard network protocol used for transferring files between a client and
A network consists of two or more connected devices that communicate with each a server on a computer network. It allows users to upload, download, and manage
other. files over a network.
Client Server
To communicate, these devices use protocols.
Network protocols are the rules and formats that defines how devices will
communicate with each other over a network.
2. Data Formatting: Protocols define how data should be structured, packaged, SMTP (Simple Mail Transfer Protocol)
and transmitted to ensure compatibility. SMTP is a protocol used for sending emails across networks. It is the standard for
3. Identification and Addressing: Protocols assign unique identifiers to email communication and helps in transferring mail from the sender's mail server
networked devices, enabling them to locate and connect with each other. to the recipient's mail server.
-- O --