unit-1
unit-1
Definition: - A computer network is a system that connects numerous independent computers in order to
share information (data) and resources
2. Wireless NIC: These connect to a wireless network such as Wifi, Bluetooth, etc.
HUB: A HUB is a basically multi-port repeater. A hub connects multiple wires coming from
different branches, for example, the connector in star topology which connects different stations.
Hubs cannot filter data, so data packets are sent to all connected devices. In other words, the collision
domain of all hosts connected through Hub remains one.
Router: A Router is a device like a switch that routes data packets based on their IP addresses. The
router is mainly a Network Layer device. Routers normally connect LANs and WANs and have a
dynamically updating routing table based on which they make decisions on routing the data packets.
The router divides the broadcast domains of hosts connected through it.
Nodes: Node is a term used to refer to any computing devices such as computers that send and
receive network packets across the network. Two Types of nodes are :
End Nodes: These type of nodes is going to be the starting point or the end point of
communication. E.g., computers, security cameras, network printers, etc.
Intermediary Nodes: These nodes are going to be in between starting point or end point of
the end nodes. E.g., Switches, Bridges, Routers, cell towers, etc.
Peer-To-Peer network:-
Peer-To-Peer network is a network in which all the computers are linked together with equal
privilege and responsibilities for processing the data.
Peer-To-Peer network is useful for small environments, usually up to 10 computers.
Peer-To-Peer network has no dedicated server.
Special permissions are assigned to each computer for sharing the resources, but this can lead to a
problem if the computer with the resource is down.
Client/Server Network
Client/Server network is a network model designed for the end users called clients, to access the
resources such as songs, video, etc. from a central computer known as Server.
The central controller is known as a server while all other computers in the network are called clients.
A server performs all the major operations such as security and network management.
A server is responsible for managing all the resources such as files, directories, printer, etc.
All the clients communicate with each other through a server. For example, if client1 wants to send
some data to client 2, then it first sends the request to the server for the permission. The server sends
the response to the client 1 to initiate its communication with the client 2.
Advantages Of Client/Server network:
A Client/Server network contains the centralized system. Therefore we can back up the data easily.
A Client/Server network has a dedicated server that improves the overall performance of the whole
system.
Security is better in Client/Server network as a single server administers the shared resources.
It also increases the speed of the sharing resources.
Disadvantages Of Client/Server network:
Client/Server network is expensive as it requires the server with large memory.
A server has a Network Operating System(NOS) to provide the resources to the clients, but the cost
of NOS is very high.
It requires a dedicated network administrator to manage all the resources.
A communication subsystem is a complex piece of Hardware and software. Early attempts for implementing
the software for such subsystems were based on a single, complex, unstructured program with many
interacting components. The resultant software was very difficult to test and modify. To overcome such
problem, the ISO has developed a layered approach. In a layered approach, networking concept is divided
into several layers, and each layer is assigned a particular task. Therefore, we can say that networking tasks
depend upon the layers.
Layered Architecture
The main aim of the layered architecture is to divide the design into small pieces.
Each lower layer adds its services to the higher layer to provide a full set of services to manage
communications and run the applications.
It provides modularity and clear interfaces, i.e., provides interaction between subsystems.
It ensures the independence between layers by providing the services from lower to higher layer
without defining how the services are implemented. Therefore, any modification in a layer will not
affect the other layers.
The number of layers, functions, contents of each layer will vary from network to network. However,
the purpose of each layer is to provide the service from lower to a higher layer and hiding the details
from the layers of how the services are implemented.
The basic elements of layered architecture are services, protocols, and interfaces.
o Service: It is a set of actions that a layer provides to the higher layer.
o Protocol: It defines a set of rules that a layer uses to exchange the information with peer
entity. These rules mainly concern about both the contents and order of the messages used.
o Interface: It is a way through which the message is transferred from one layer to another
layer.
In a layer n architecture, layer n on one machine will have a communication with the layer n on
another machine and the rules used in a conversation are known as a layer-n protocol.
In case of layered architecture, no data is transferred from layer n of one machine to layer n of
another machine. Instead, each layer passes the data to the layer immediately just below it, until the
lowest layer is reached.
Below layer 1 is the physical medium through which the actual communication takes place.
In a layered architecture, unmanageable tasks are divided into several small and manageable tasks.
The data is passed from the upper layer to lower layer through an interface. A Layered architecture
provides a clean-cut interface so that minimum information is shared among different layers. It also
ensures that the implementation of one layer can be easily replaced by another implementation.
A set of layers and protocols is known as network architecture.
1. Reliability: It is a design issue of making a network that operates correctly even when it is made up
of unreliable components.
2. Addressing: There are multiple processes running on one machine. Every layer needs a mechanism
to identify senders and receivers.
3. Error Control: It is an important issue because physical communication circuits are not perfect.
Many error detecting and error correcting codes are available. Both sending and receiving ends must
agree to use any one code.
4. Flow Control: If there is a fast sender at one end sending data to a slow receiver, then there must
be flow control mechanism to control the loss of data by slow receivers. There are several
mechanisms used for flow control such as increasing buffer size at receivers, slow down the fast
sender, and so on. Some process will not be in position to accept arbitrarily long messages. This
property leads to mechanisms for disassembling, transmitting and the reassembling messages.
5. Multiplexing and De-multiplexing: If the data has to be transmitted on transmission media
separately, it is inconvenient or expensive to setup separate connection for each pair of
communicating processes. So, multiplexing is needed in the physical layer at sender end and de-
multiplexing is need at the receiver end.
6. Scalability: When network gets large, new problem arises. Thus scalability is important so that
network can continue to work well when it gets large.
7. Routing: When there are multiple paths between source and destination, only one route must be
chosen. This decision is made on the basis of several routing algorithms, which chooses optimized
route to the destination.
8. Confidentiality and Integrity: Network security is the most important factor. Mechanisms that
provide confidentiality defend against threats like eavesdropping. Mechanisms for integrity prevent
faulty changes to messages.
Interfaces and Services is a process that generally provides and gives a common technique for each layer
to communicate with each other. Standard terminology basically required for layered networks to request
and aim for the services are provided.
Service is defined as a set of primitive operations. Services are provided by layer to each of layers above it.
Below is diagram showing relation between layers at an interface. In diagram, layers N+1, N, and N-1 are
involved and engaged in process of communication among each other.
Interface Data Unit (IDU) – IDU is used to have an agreed way of communication among two layers in a
network layered architecture. It is passed from (N+1 to N).
Service Access Point (SAP) – SAP is generally used as an identifier label for endpoints of network in OSI
networking or model. It is a data structure and identifier also for a buffer area in memory of system. It is a
point in a layer of a layered architecture where a network is usually provided and where layer just above
layer that provides service can probably have access to it.
Interface Control Information (ICI) – ICI is a temporary parameter that is passed between N and N-1
layers to include service functions among two layers.
Benefits:
Increase in Compatibility: Layered approach to networking and communication protocols
generally provides and shows greater compatibility among all devices, systems, and networks that
they deliver.
Less expensive: Easy way of development and implementation converts to increase in an efficiency
and even effectiveness that in turn converts into larger economic rationalization and very cheaper
products while not compromising with quality.
Increase in Mobility: Whenever we use layered and segmented strategies into architecture design,
there will always be an increase in mobility.
Better Scalability: Whenever we use a layered or hierarchical approach to networking protocol,
design, and implementation scale much better than horizontal approach.
Connection-oriented service is related to the telephone system. It includes the connection establishment
and connection termination. In connection-oriented service, Handshake method is used to establish the
connection between sender and receiver.
Connection-less service is related to the postal system. It does not include any connection establishment
and connection termination. Connection-less Service does not give the guarantee of reliability. In this,
Packets do not follow same path to reach destination.
Difference between Connection-oriented and Connection-less Services:
Primitives are called calling functions between the layers that are used to manage communication among
the adjacent protocol layers i.e., among the same communication node. The set of primitives that are
available generally depends upon the nature of the service that is being provided.
Primitive Meaning
It represent entity that wants or request service to perform some action or do some
Request
work (requesting for connection to remote computer).
It represent entity that is to be informed about event (receiver just have received
Indication
request of connection).
It represents entity that is responding to event (receiver is simply sending the
Response
permission or allowing to connect).
It represent entity that acknowledges the response to earlier request that has come
Confirm
back (sender just acknowledge the permission to get connected to the remote host).
Request: This primitive is transferred or sent to Layer N by Layer (N+1) to just request for service.
Indication: This primitive is returned by Layer N to Layer (N+1) to just advise of activation of
service that is being requested or of action that is initiated by the service of Layer N.
Response: This primitive is simply provided by Layer (N+1) in reply to indication primitive. It
might acknowledge or complete action that is previously invoked by indication primitive.
Confirm: This primitive is returned by the Nth layer to the requesting (N+1)st layer to simply
acknowledge or complete action that is previously invoked by request primitive.
Parameters of Service Primitives: Some of the Service Primitives need parameters. These are given below:
Connect. Request: The initiating entity does this Connect. Request. It just specifies and determines
machine that we want to get connected to, type of service that is being desired, and maximum size
of packet or message that is used on connection.
Connect. Indication: The receiver gets this Connect. Indication. It just specifies caller’s identity
service that we want to use like FTP and Telnet, etc., and maximum size of packets that are
exchanged.
Connect. Response: It just specifies whether or not it wants to accept or simply reject connection
that is being requested.
Connect. Confirm: It just finds out or determines what happened using the entity that is issuing the
initial Connect. Request.
Primitive Meaning
When server is ready to accept request of incoming connection, it simply put this
Listen primitive into action. Listen primitive simply waiting for incoming connection
request.
This primitive is used to connect the server simply by creating or establishing
Connect
connection with waiting peer.
Accept This primitive simply accepts incoming connection form peer.
These primitive afterwards block the server. Receive primitive simply waits for
Receive
incoming message.
This primitive is put into action by the client to transmit its request that is followed
Send by putting receive primitive into action to get the reply. Send primitive simply sends
or transfer the message to the peer.
This primitive is simply used to terminate or end the connection after which no one
Disconnect
will be able to send any of the message.
Primitive Meaning
Unit data Unit data primitive is simply required to send packet of data or information.
Facility, This primitive is required for getting details about the performance and working of
Report the network such as delivery statistics or report.
OSI stands for Open System Interconnection is a reference model that describes how information
from a software application in one computer moves through a physical medium to the software
application in another computer.
OSI consists of seven layers, and each layer performs a particular network function.
OSI model was developed by the International Organization for Standardization (ISO) in 1984, and
it is now considered as an architectural model for the inter-computer communications.
OSI model divides the whole task into seven smaller and manageable tasks. Each layer is assigned
a particular task.
Each layer is self-contained, so that task assigned to each layer can be performed independently.
The OSI model is divided into two layers: upper layers and lower layers.
The upper layer of the OSI model mainly deals with the application related issues, and they are
implemented only in the software. The application layer is closest to the end user. Both the end user
and the application layer interact with the software applications. An upper layer refers to the layer
just above another layer.
The lower layer of the OSI model deals with the data transport issues. The data link layer and the
physical layer are implemented in hardware and software. The physical layer is the lowest layer of
the OSI model and is closest to the physical medium. The physical layer is mainly responsible for
placing the information on the physical medium.
1. Physical Layer
2. Data-Link Layer
3. Network Layer
4. Transport Layer
5. Session Layer
6. Presentation Layer
7. Application Layer
Physical layer
The main functionality of the physical layer is to transmit the individual bits from one node to
another node.
It is the lowest layer of the OSI model.
It establishes, maintains and deactivates the physical connection.
It specifies the mechanical, electrical and procedural network interface specifications.
Line Configuration: It defines the way how two or more devices can be connected physically.
Data Transmission: It defines the transmission mode whether it is simplex, half-duplex or full-
duplex mode between the two devices on the network.
Topology: It defines the way how network devices are arranged.
Signals: It determines the type of the signal used for transmitting the information.
Physical Addressing: The Data link layer adds a header to the frame that contains a destination
address. The frame is transmitted to the destination address mentioned in the header.
Flow Control: Flow control is the main functionality of the Data-link layer. It is the technique
through which the constant data rate is maintained on both the sides so that no data get corrupted. It
ensures that the transmitting station such as a server with higher processing speed does not exceed
the receiving station, with lower processing speed.
Error Control: Error control is achieved by adding a calculated value CRC (Cyclic Redundancy
Check) that is placed to the Data link layer's trailer which is added to the message frame before it is
sent to the physical layer. If any error seems to occurr, then the receiver sends the acknowledgment
for the retransmission of the corrupted frames.
Access Control: When two or more devices are connected to the same communication channel, then
the data link layer protocols are used to determine which device has control over the link at a given
time.
Network Layer
It is a layer 3 that manages device addressing, tracks the location of devices on the network.
It determines the best path to move data from source to the destination based on the network
conditions, the priority of service, and other factors.
The Data link layer is responsible for routing and forwarding the packets.
Routers are the layer 3 devices, they are specified in this layer and used to provide the routing
services within an internetwork.
The protocols used to route the network traffic are known as Network layer protocols. Examples of
protocols are IP and Ipv6.
Transport Layer
The Transport layer is a Layer 4 ensures that messages are transmitted in the order in which they are
sent and there is no duplication of data.
The main responsibility of the transport layer is to transfer the data completely.
It receives the data from the upper layer and converts them into smaller units known as segments.
This layer can be termed as an end-to-end layer as it provides a point-to-point connection between
source and destination to deliver the data reliably.
Service-point addressing: Computers run several programs simultaneously due to this reason, the
transmission of data from source to the destination not only from one computer to another computer but also
from one process to another process. The transport layer adds the header that contains the address known as
a service-point address or port address. The responsibility of the network layer is to transmit the data from
one computer to another computer and the responsibility of the transport layer is to transmit the message to
the correct process.
Segmentation and reassembly: When the transport layer receives the message from the upper layer, it
divides the message into multiple segments, and each segment is assigned with a sequence number that
uniquely identifies each segment. When the message has arrived at the destination, then the transport layer
reassembles the message based on their sequence numbers.
Connection control: Transport layer provides two services Connection-oriented service and connectionless
service. A connectionless service treats each segment as an individual packet, and they all travel in different
routes to reach the destination. A connection-oriented service makes a connection with the transport layer at
the destination machine before delivering the packets. In connection-oriented service, all the packets travel
in the single route.
Flow control: The transport layer also responsible for flow control but it is performed end-to-end rather than
across a single link.
Error control: The transport layer is also responsible for Error control. Error control is performed end-to-
end rather than across the single link. The sender transport layer ensures that message reach at the destination
without any error.
Session Layer
Presentation Layer
A Presentation layer is mainly concerned with the syntax and semantics of the information
exchanged between the two systems.
It acts as a data translator for a network.
This layer is a part of the operating system that converts the data from one presentation format to
another format.
The Presentation layer is also known as the syntax layer.
Application Layer
An application layer serves as a window for users and application processes to access network
service.
It handles issues such as network transparency, resource allocation, etc.
An application layer is not an application, but it performs the application layer functions.
This layer provides the network services to the end-users.
The TCP model stands for Transmission Control Protocol, whereas IP stands for Internet Protocol. A
number of protocols that make the internet possibly comes under the TCP/IP model. Nowadays, we do not
hear the name of the TCP/IP model much, we generally hear the name of the IPv4 or IPv6, but it is still
valid. This model consists of 4 layers. Now, we will look at the diagrammatic representation of the TCP/IP
model.
As shown in the above diagram, the TCP/IP model has 4 layers, while the OSI model consists of 7 layers.
Diagrammatically, it looks that the 4 layers of the TCP/IP model exactly fit the 7 layers of the OSI model,
but this is not reality. The application layer of the TCP/IP model maps to the first three layers, i.e.,
application, session, and presentation layer of the OSI model. The transport layer of the TCP maps directly
to the transport layer of the OSI model. The internet layer of the TCP/IP model maps directly to the network
layer of the OSI model. The last two layers of the OSI model map to the network layer of the TCP/IP model.
TCP/IP is the most widely used model as compared to the OSI model for providing communication between
computers over the internet.
Share common architecture: Both the models are the logical models and having similar
architectures as both the models are constructed with the layers.
Define standards: Both the layers have defined standards, and they also provide the framework
used for implementing the standards and devices.
Simplified troubleshooting process: Both models have simplified the troubleshooting process by
breaking the complex function into simpler components.
Pre-defined standards: The standards and protocols which are already pre-defined; these models
do not redefine them; they just reference or use them. For example, the Ethernet standards were
already defined by the IEEE before the development of these models; instead of recreating them,
models have used these pre-defined standards.
Both have similar functionality of 'transport' and 'network' layers: The function which is
performed between the 'presentation' and the 'network' layer is similar to the function performed
at the transport layer.
Differences between the OSI and TCP/IP model
Let's see the differences between the OSI and TCP/IP model in a tabular form:
It stands for Open System Interconnection. It stands for Transmission Control Protocol.
OSI model has been developed by ISO It was developed by ARPANET (Advanced
(International Standard Organization). Research Project Agency Network).
This model is based on a vertical approach. This model is based on a horizontal approach.
In this model, the session and presentation In this model, the session and presentation
layers are separated, i.e., both the layers are layer are not different layers. Both layers are
different. included in the application layer.
It is also known as a reference model through
which various networks are built. For example,
It is an implemented model of an OSI model.
the TCP/IP model is built from the OSI model.
It is also referred to as a guidance tool.
In this model, the network layer provides both
The network layer provides only
connection-oriented and connectionless
connectionless service.
service.
Protocols in the OSI model are hidden and can
In this model, the protocol cannot be easily
be easily replaced when the technology
replaced.
changes.
It consists of 7 layers. It consists of 4 layers.
OSI model defines the services, protocols, and
In the TCP/IP model, services, protocols, and
interfaces as well as provides a proper
interfaces are not properly separated. It is
distinction between them. It is protocol
protocol dependent.
independent.
The usage of this model is very low. This model is highly used.
It provides standardization to the devices like It does not provide the standardization to the
router, motherboard, switches, and other devices. It provides a connection between
hardware devices. various computers.
1. Bit synchronization: The physical layer provides the synchronization of the bits by providing a
clock. This clock controls both sender and receiver thus providing synchronization at bit level.
2. Bit rate control: The Physical layer also defines the transmission rate i.e. the number of bits sent
per second.
3. Physical topologies: Physical layer specifies the way in which the different, devices/nodes are
arranged in a network i.e. bus, star or mesh topolgy.
4. Transmission mode: Physical layer also defines the way in which the data flows between the two
connected devices. The various transmission modes possible are: Simplex, half-duplex and full-
duplex.
Transmission media
Transmission media is a communication channel that carries the information from the sender to the
receiver. Data is transmitted through the electromagnetic signals.
The main functionality of the transmission media is to carry the information in the form of bits
through LAN (Local Area Network).
It is a physical path between transmitter and receiver in data communication.
In a copper-based network, the bits in the form of electrical signals.
In a fibre based network, the bits in the form of light pulses.
In OSI (Open System Interconnection) phase, transmission media supports the Layer 1. Therefore,
it is considered to be as a Layer 1 component.
The electrical signals can be sent through the copper wire, fibre optics, atmosphere, water, and
vacuum.
The characteristics and quality of data transmission are determined by the characteristics of medium
and signal.
Transmission media is of two types are wired media and wireless media. In wired media, medium
characteristics are more important whereas, in wireless media, signal characteristics are more
important.
Different transmission media have different properties such as bandwidth, delay, cost and ease of
installation and maintenance.
The transmission media is available in the lowest layer of the OSI reference model, i.e., Physical
layer.
Attenuation: Attenuation means the loss of energy, i.e., the strength of the signal decreases with
increasing the distance which causes the loss of energy.
Distortion: Distortion occurs when there is a change in the shape of the signal. This type of
distortion is examined from different signals having different frequencies. Each frequency
component has its own propagation speed, so they reach at a different time which leads to the delay
distortion.
Noise: When data is travelled over a transmission medium, some unwanted signal is added to it
which creates the noise.
Guided Media
It is defined as the physical medium through which the signals are transmitted. It is also known as Bounded
media.
Types Of Guided media:
Twisted pair: Twisted pair is a physical media made up of a pair of cables twisted with each other. A
twisted pair cable is cheap as compared to other transmission media. Installation of the twisted pair cable is
easy, and it is a lightweight cable. The frequency range for twisted pair cable is from 0 to 3.5KHz.
A twisted pair consists of two insulated copper wires arranged in a regular spiral pattern.
The degree of reduction in noise interference is determined by the number of turns per foot. Increasing the
number of turns per foot decreases noise interference.
An unshielded twisted pair is widely used in telecommunication. Following are the categories of the
unshielded twisted pair cable:
Category 1: Category 1 is used for telephone lines that have low-speed data.
Category 2: It can support upto 4Mbps.
Category 3: It can support upto 16Mbps.
Category 4: It can support upto 20Mbps. Therefore, it can be used for long-distance communication.
Category 5: It can support upto 200Mbps.
Category 6: It can support upto 1000 Mbps.
It is cheap.
Installation of the unshielded twisted pair is easy.
It can be used for high-speed LAN.
Disadvantage:
This cable can only be used for shorter distances because of attenuation.
Shielded Twisted Pair
A shielded twisted pair is a cable that contains the mesh surrounding the wire that allows the higher
transmission rate.
The cost of the shielded twisted pair cable is not very high and not very low.
An installation of STP is easy.
It has higher capacity as compared to unshielded twisted pair cable.
It has a higher attenuation.
It is shielded that provides the higher data transmission rate.
Disadvantages
Coaxial Cable
Coaxial cable is very commonly used transmission media, for example, TV wire is usually a coaxial
cable.
The name of the cable is coaxial as it contains two conductors parallel to each other.
It has a higher frequency as compared to Twisted pair cable.
The inner conductor of the coaxial cable is made up of copper, and the outer conductor is made up
of copper mesh. The middle core is made up of non-conductive cover that separates the inner
conductor from the outer conductor.
The middle core is responsible for the data transferring whereas the copper mesh prevents from
the EMI (Electromagnetic interference).
1. Base-band transmission: It is defined as the process of transmitting a single signal at high speed.
2. Broadband transmission: It is defined as the process of transmitting multiple signals
simultaneously.
Fibre Optic
Fibre optic cable is a cable that uses electrical signals for communication.
Fibre optic is a cable that holds the optical fibres coated in plastic that are used to send the data by
pulses of light.
The plastic coating protects the optical fibres from heat, cold, electromagnetic interference from
other types of wiring.
Fibre optics provide faster data transmission than copper wires.
Core: The optical fibre consists of a narrow strand of glass or plastic known as a core. A core is a
light transmission area of the fibre. The more the area of the core, the more light will be transmitted
into the fibre.
Cladding: The concentric layer of glass is known as cladding. The main functionality of the
cladding is to provide the lower refractive index at the core interface as to cause the reflection within
the core so that the light waves are transmitted through the fibre.
Jacket: The protective coating consisting of plastic is known as a jacket. The main purpose of a
jacket is to preserve the fibre strength, absorb shock and extra fibre protection.
Greater Bandwidth: The fibre optic cable provides more bandwidth as compared copper.
Therefore, the fibre optic carries more data as compared to copper cable.
Faster speed: Fibre optic cable carries the data in the form of light. This allows the fibre optic cable
to carry the signals at a higher speed.
Longer distances: The fibre optic cable carries the data at a longer distance as compared to copper
cable.
Better reliability: The fibre optic cable is more reliable than the copper cable as it is immune to any
temperature changes while it can cause obstruct in the connectivity of copper cable.
Thinner and Sturdier: Fibre optic cable is thinner and lighter in weight so it can withstand more
pull pressure than copper cable.
Unguided Transmission
An unguided transmission transmits the electromagnetic waves without using any physical medium.
Therefore it is also known as wireless transmission.
In unguided media, air is the media through which the electromagnetic energy can flow easily.
Radio waves
Radio waves are the electromagnetic waves that are transmitted in all the directions of free space.
Radio waves are omnidirectional, i.e., the signals are propagated in all the directions.
The range in frequencies of radio waves is from 3Khz to 1 khz.
In the case of radio waves, the sending and receiving antenna are not aligned, i.e., the wave sent by
the sending antenna can be received by any receiving antenna.
An example of the radio wave is FM radio.
A Radio wave is useful for multicasting when there is one sender and many receivers.
An FM radio, television, cordless phones are examples of a radio wave.
Radio transmission is mainly used for wide area networks and mobile cellular phones.
Radio waves cover a large area, and they can penetrate the walls.
Radio transmission provides a higher transmission rate.
Microwaves
Microwaves are of two types:
Terrestrial microwave
Satellite microwave communication.
Terrestrial Microwave transmission is a technology that transmits the focused beam of a radio signal
from one ground-based microwave transmission antenna to another.
Microwaves are the electromagnetic waves having the frequency in the range from 1GHz to 1000
GHz.
Microwaves are unidirectional as the sending and receiving antenna is to be aligned, i.e., the waves
sent by the sending antenna are narrowly focussed.
In this case, antennas are mounted on the towers to send a beam to another antenna which is km
away.
It works on the line of sight transmission, i.e., the antennas mounted on the towers are the direct
sight of each other.
Characteristics of Microwave:
Frequency range: The frequency range of terrestrial microwave is from 4-6 GHz to 21-23 GHz.
Bandwidth: It supports the bandwidth from 1 to 10 Mbps.
Short distance: It is inexpensive for short distance.
Long distance: It is expensive as it requires a higher tower for a longer distance.
Attenuation: Attenuation means loss of signal. It is affected by environmental conditions and
antenna size.
Advantages Of Microwave:
Eavesdropping: An eavesdropping creates insecure communication. Any malicious user can catch
the signal in the air by using its own antenna.
Out of phase signal: A signal can be moved out of phase by using microwave transmission.
Susceptible to weather condition: A microwave transmission is susceptible to weather condition.
This means that any environmental change such as rain, wind can distort the signal.
Bandwidth limited: Allocation of bandwidth is limited in the case of microwave transmission.
A satellite is a physical object that revolves around the earth at a known height.
Satellite communication is more reliable nowadays as it offers more flexibility than cable and fibre
optic systems.
We can communicate with any point on the globe by using satellite communication.
The satellite accepts the signal that is transmitted from the earth station, and it amplifies the signal. The
amplified signal is retransmitted to another earth station.
The coverage area of a satellite microwave is more than the terrestrial microwave.
The transmission cost of the satellite is independent of the distance from the centre of the coverage
area.
Satellite communication is used in mobile and wireless communication applications.
It is easy to install.
It is used in a wide variety of applications such as weather forecasting, radio/TV signal broadcasting,
mobile communication, etc.
Satellite designing and development requires more time and higher cost.
The Satellite needs to be monitored and controlled on regular periods so that it remains in orbit.
The life of the satellite is about 12-15 years. Due to this reason, another launch of the satellite has to
be planned before it becomes non-functional.
Infrared
An infrared transmission is a wireless technology used for communication over short ranges.
The frequency of the infrared in the range from 300 GHz to 400 THz.
It is used for short-range communication such as data transfer between two cell phones, TV remote
operation, data transfer between a computer and cell phone resides in the same closed area.
Characteristics Of Infrared:
It supports high bandwidth, and hence the data rate will be very high.
Infrared waves cannot penetrate the walls. Therefore, the infrared communication in one room
cannot be interrupted by the nearby rooms.
An infrared communication provides better security with minimum interference.
Infrared communication is unreliable outside the building because the sun rays will interfere with
the infrared waves.
Bandwidth:- Bandwidth is defined as the potential of the data that is to be transferred in a specific period
of time. It is the data carrying capacity of the network or transmission medium. In simple words, it is the
maximum amount of data that can be transferred per second on a link. It is generally measured in bits per
second(bps), Mega bits per second(Mbps) or Giga bits per second(Gbps).
For example, if bandwidth is 100 Mbps, it means maximum 100 Mb data can be transferred per second on
that channel.
Data Rate
Data Rate is defined as the amount of data transmitted during a specified time period over a network. It is
the speed at which data is transferred from one device to another or between a peripheral device and the
computer. It is generally measured in Mega bits per second(Mbps) or Mega bytes per second(MBps).
For example, if bandwidth is 100 Mbps but data rate is 50 Mbps, it means maximum 100 Mb data can be
transferred but channel is transmitting only 50 Mb data per second.
Modulation
Modulation is a process of mixing signals with a sinusoid to produce a new form of signals. The newly
produced signal has certain benefits over an un-modulated signal. Mixing of low-frequency signal with a
high-frequency carrier signal is called Modulation.
In other words, you can say that "Modulation is the process of converting one form of signals into another
form of signals." For example, Analog signals to Digital signals or Digital signals to Analog signals.
Advantages of Modulation
Following is the list of some advantages of implementing Modulation in the communication systems:
By implementing Modulation, the antenna size gets reduced. Before modulation technology, the antenna used
for transmission had to be very large. The range of communication gets limited as the wave cannot travel to
a distance without getting modulated.
The range of communication has increased.
The reception quality is immensely improved.
Receivers are allowed to adjust to the bandwidth.
Multiplexing of signals occurs.
No signal mixing occurs.
Types of Modulation
Digital Modulation
Analog Modulation
Digital Modulation
Digital Modulation is a technique in which digital signals/data can be converted into analog signals. For
example, Base band signals.
Analog Modulation
Analog modulation is a process of transferring analog low-frequency baseband signal such as an audio or
TV signal over a higher frequency carrier signal such as a radio frequency band. Baseband signals are
always analog to this modulation.
In other words, you can say that "Analog Modulation is a technique which is used in analog data signals
transmission into digital signals."
There are three properties of a carrier signal in analog modulation i.e., amplitude, frequency and phase. So,
the analog modulation can further be classified as: