CN PT CGC (2)
CN PT CGC (2)
CN PT CGC (2)
Data Communication
Components
Computer Networks
Data Flow
Communication between two devices can be classified as:
Simplex
Half-duplex
Full-duplex
Simplex
• In the simplex mode, unidirectional communication occurs, ie, only in one
direction. Out of the two devices, only one can transmit at a time and the other
receives only. For example, a keyboard can only be used to enter the input while a
monitor can only receive the output.
Half Duplex
• In Half Duplex mode, both stations can transmit and receive, but not at the same time. When a
device is sending while the other can only receive and vice versa. This mode is used in cases
where there is no need for data transfer in both directions at the same time. The entire channel
capacity can be used only for one direction at a time.
Full Duplex
• In Full-Duplex mode, both stations can transmit and receive at the same time.
The full-duplex mode is used when communication in both directions is required
all the time. The capacity of the channel must be divided between the two
directions.
Criteria of the Network
Performance
The performance of a network depends on several factors like the number of users, transmission
medium types, hardware capabilities, and the efficiency of the software. Performance can be
measured in several ways, including transit time and response time. The amount of time required for
a message to travel from the device to another device is called transit time while response time is the
elapsed time between an inquiry and a response.
Reliability
The frequency of the failure, the recovery time of a network after a failure, and the network’s
robustness in a catastrophe are used to measure the network reliability.
Security
The security of the information is the top priority because as the data travel from one device to
another device, it can be altered with or stolen. So we protect the data from unauthorized access and
viruses.
Connection
• A connection is a term that describes the link between a plug or connector into a port or jack.
For example, your monitor, mouse, and keyboard all must connect to the computer before they
work. Different forms of the word connect. Examples of computer connections. Connections on
the back of the computer.
Point to Point
Multipoint
Point to Point
• In this connection, a dedicated link is provided between two devices. The full
capacity of the link is held in reserve for transmission between those two devices.
In this type of connection, mostly we use an actual length of wire or cable to
connect the two devices, and also we have many other options like microwave or
satellite links.
Multipoint
• In this type of connection, more than two specific devices share a single link. The
capacity of the channel is shared either spatially or temporally. If many devices
can use the link simultaneously, it is a spatially shared connection and if users
must take turns, it is called a timeshared connection.
Uses of Computer Networks
Communication Medium: Computer networks are used among different users as a communication
medium. For example, an email (electronic mail), video conference is generally used by the
employees of the company for communication purposes.
Resource Sharing: All the resources like printers, scanners, modems, programs, and data can be
shared by all the systems in computer networks.
Server-client model: Computer networking is used as a server-client model. Here, the server is the
master system that is used to store the information and is maintained by the system administrator.
The client is used to access the information stored in the server remotely.
E-Commerce: Computer network is also used in the field of businesses. The Internet platform is used
for business. For example, Amazon, Flipkart, etc. are doing their business over the internet.
Components of Data
Communication System
• Data Communication is defined as exchange of data
between two devices via some form of transmission
media such as a cable, wire or it can be air or vacuum
also. For occurrence of data communication,
communicating devices must be a part of
communication system made up of a combination of
hardware or software devices and programs.
Components of Data
Communication System
There are mainly five components of a data communication system:
• Message
• Sender
• Receiver
• Transmission Medium
• Set of rules (Protocol)
• Message: This is most useful asset of a data communication system.
The message simply refers to data or piece of information which is to
be communicated. A message could be in any form, it may be in form
of a text file, an audio file, a video file, etc.
• Sender: To transfer message from source to destination, someone must
be there who will play role of a source. Sender plays part of a source in
data communication system. It is simple a device that sends data
message. The device could be in form of a computer, mobile,
telephone, laptop, video camera, or a workstation, etc.
• Receiver: It is destination where finally message sent by source has
arrived. It is a device that receives message. Same as sender, receiver
can also be in form of a computer, telephone mobile, workstation, etc.
• Transmission medium: In entire process of data communication, there
must be something which could act as a bridge between sender and
receiver, Transmission medium plays that part. It is physical path by
which data or message travels from sender to receiver. Transmission
medium could be guided (with wires) or unguided (without wires), for
example, twisted pair cable, fiber optic cable, radio waves, microwaves,
etc.
• Set of rules (Protocol): To govern data communications, various sets of
rules had been already designed by the designers of the communication
systems, which represent a kind of agreement between communicating
devices. These are defined as protocol. In simple terms, the protocol is a
set of rules that govern data communication. If two different devices are
connected but there is no protocol among them, there would not be any
kind of communication between those two devices. Thus the protocol is
necessary for data communication to take place.
Computer Network?
• A Computer Network is a group of two or more
interconnected computer systems that use common
connection protocols for sharing various resources and
files.
• You can establish a computer network connection
using either cable or wireless media.
• Every network involves hardware and software that
connects computers and tools.
Computer Network Types
• 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
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.
Functions of Network Layer
• Internetworking: An internetworking is the main responsibility of the
network layer. It provides a logical connection between different
devices.
• Addressing: A Network layer adds the source and destination address
to the header of the frame. Addressing is used to identify the device
on the internet.
• Routing: Routing is the major component of the network layer, and it
determines the best optimal path out of the multiple paths from
source to the destination.
• Packetizing: A Network Layer receives the packets from the upper
layer and converts them into packets. This process is known as
Packetizing. It is achieved by internet protocol (IP).
Transport Layer
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.
o Transmission Control Protocol
o It is a standard protocol that allows the systems to communicate over the
internet.
o It establishes and maintains a connection between hosts.
o When data is sent over the TCP connection, then the TCP protocol divides the
data into smaller units known as segments. Each segment travels over the
internet using multiple routes, and they arrive in different orders at the
destination. The transmission control protocol reorders the packets in the
correct order at the receiving end.
o User Datagram Protocol
o User Datagram Protocol is a transport layer protocol.
o It is an unreliable transport protocol as in this case receiver does not send any
acknowledgment when the packet is received, the sender does not wait for any
acknowledgment. Therefore, this makes a protocol unreliable.
Functions of Transport Layer
• 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.
Functions of Transport Layer
• 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
• It is a layer 5 in the OSI model.
• The Session layer is used to establish, maintain and synchronizes the
interaction between communicating devices.
Functions of Session layer
• Dialog control: Session layer acts as a dialog controller that creates a
dialog between two processes or we can say that it allows the
communication between two processes which can be either half-
duplex or full-duplex.
• Synchronization: Session layer adds some checkpoints when
transmitting the data in a sequence. If some error occurs in the
middle of the transmission of data, then the transmission will take
place again from the checkpoint. This process is known as
Synchronization and recovery.
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.
Functions of Presentation layer
• Translation: The processes in two systems exchange the information in the form
of character strings, numbers and so on. Different computers use different
encoding methods, the presentation layer handles the interoperability between
the different encoding methods. It converts the data from sender-dependent
format into a common format and changes the common format into receiver-
dependent format at the receiving end.
• Encryption: Encryption is needed to maintain privacy. Encryption is a process of
converting the sender-transmitted information into another form and sends the
resulting message over the network.
• Compression: Data compression is a process of compressing the data, i.e., it
reduces the number of bits to be transmitted. Data compression is very
important in multimedia such as text, audio, video.
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.
Functions of Application layer
• File transfer, access, and management (FTAM): An application layer
allows a user to access the files in a remote computer, to retrieve the
files from a computer and to manage the files in a remote computer.
• Mail services: An application layer provides the facility for email
forwarding and storage.
• Directory services: An application provides the distributed database
sources and is used to provide that global information about various
objects.
TCP/IP model
• The TCP/IP model was developed prior to the OSI model.
• The TCP/IP model is not exactly similar to the OSI model.
• The TCP/IP model layers: the application layer, transport layer, network layer,
data link layer and physical layer.
• The first four layers provide physical standards, network interface,
internetworking, and transport functions that correspond to the first four
layers of the OSI model and these four layers are represented in TCP/IP
model by a single layer called the application layer.
• TCP/IP is a hierarchical protocol made up of interactive modules, and each of
them provides specific functionality.
• Here, hierarchical means that each upper-layer protocol is supported by two
or more lower-level protocols.
TCP/IP Layers
• Process/Application Layer
• Host-to-Host/Transport Layer
• Internet Layer
• Network Access/Link Layer
Network Access Layer/ Host to
network layer
• A network layer is the lowest layer of the TCP/IP model.
• A network layer is the combination of the Physical layer and Data Link layer
defined in the OSI reference model.
• It defines how the data should be sent physically through the network.
• This layer is mainly responsible for the transmission of the data between two
devices on the same network.
• The functions carried out by this layer are encapsulating the IP datagram into
frames transmitted by the network and mapping of IP addresses into physical
addresses.
• The protocols used by this layer are ethernet, token ring, FDDI, X.25, frame
relay
Internet Layer
• An internet layer is the second layer of the TCP/IP model.
• An internet layer is also known as the network layer.
• The main responsibility of the internet layer is to send the packets
from any network, and they arrive at the destination irrespective of
the route they take.
Protocols Used in Internet Layer
• IP Addressing
• Host-to-host communication
• Data Encapsulation and Formatting
• Fragmentation and Reassembly
• Routing
• ARP Protocol
• ICMP Protocol
• IP Addressing: This protocol implements logical host
addresses known as IP addresses. The IP addresses
are used by the internet and higher layers to identify
the device and to provide internetwork routing.
• Host-to-host communication: It determines the path
through which the data is to be transmitted.
• Data Encapsulation and Formatting: An IP protocol
accepts the data from the transport layer protocol. An
IP protocol ensures that the data is sent and received
securely, it encapsulates the data into message known
as IP datagram.
• Fragmentation and Reassembly: The limit imposed on the size
of the IP datagram by data link layer protocol is known as
Maximum Transmission unit (MTU). If the size of IP datagram is
greater than the MTU unit, then the IP protocol splits the
datagram into smaller units so that they can travel over the
local network. Fragmentation can be done by the sender or
intermediate router. At the receiver side, all the fragments are
reassembled to form an original message.
• Routing: When IP datagram is sent over the same local network
such as LAN, MAN, WAN, it is known as direct delivery. When
source and destination are on the distant network, then the IP
datagram is sent indirectly. This can be accomplished by routing
the IP datagram through various devices such as routers.
ARP Protocol
• ARP stands for Address Resolution Protocol.
• ARP is a network layer protocol which is used to find the
physical address from the IP address.
• The two terms are mainly associated with the ARP Protocol:
• ARP request: When a sender wants to know the physical address
of the device, it broadcasts the ARP request to the network.
• ARP reply: Every device attached to the network will accept the
ARP request and process the request, but only recipient recognize
the IP address and sends back its physical address in the form of
ARP reply. The recipient adds the physical address both to its cache
memory and to the datagram header
ICMP Protocol
o ICMP stands for Internet Control Message Protocol.
o It is a mechanism used by the hosts or routers to send notifications
regarding datagram problems back to the sender.
o A datagram travels from router-to-router until it reaches its destination. If
a router is unable to route the data because of some unusual conditions
such as disabled links, a device is on fire or network congestion, then the
ICMP protocol is used to inform the sender that the datagram is
undeliverable.
o An ICMP protocol mainly uses two terms:
o ICMP Test: ICMP Test is used to test whether the destination is reachable or not.
o ICMP Reply: ICMP Reply is used to check whether the destination device is
responding or not.
o The core responsibility of the ICMP protocol is to report the problems,
not correct them. The responsibility of the correction lies with the
sender.
o ICMP can send the messages only to the source, but not to the
intermediate routers because the IP datagram carries the addresses of
the source and destination but not of the router that it is passed to.
Transport Layer
• The transport layer is responsible for the reliability, flow control, and
correction of data which is being sent over the network.
• The two protocols used in the transport layer are User Datagram
protocol and Transmission control protocol.
User Datagram Protocol (UDP)
• It provides connectionless service and end-to-end delivery of transmission.
• It is an unreliable protocol as it discovers the errors but not specify the error.
• User Datagram Protocol discovers the error, and ICMP protocol reports the
error to the sender that user datagram has been damaged.
• UDP consists of the following fields:
• Source port address: The source port address is the address of the application
program that has created the message.
• Destination port address: The destination port address is the address of the
application program that receives the message.
• Total length: It defines the total number of bytes of the user datagram in bytes.
• Checksum: The checksum is a 16-bit field used in error detection.
• UDP does not specify which packet is lost. UDP contains only checksum; it does not
contain any ID of a data segment.
Transmission Control Protocol (TCP)
• It provides a full transport layer services to applications.
• It creates a virtual circuit between the sender and receiver, and it is active
for the duration of the transmission.
• TCP is a reliable protocol as it detects the error and retransmits the
damaged frames. Therefore, it ensures all the segments must be received
and acknowledged before the transmission is considered to be
completed and a virtual circuit is discarded.
• At the sending end, TCP divides the whole message into smaller units
known as segment, and each segment contains a sequence number
which is required for reordering the frames to form an original message.
• At the receiving end, TCP collects all the segments and reorders them
based on sequence numbers.
Application Layer
• An application layer is the topmost layer in the TCP/IP model.
• It is responsible for handling high-level protocols, issues of
representation.
• This layer allows the user to interact with the application.
• When one application layer protocol wants to communicate with
another application layer, it forwards its data to the transport layer.
• There is an ambiguity occurs in the application layer. Every application
cannot be placed inside the application layer except those who interact
with the communication system. For example: text editor cannot be
considered in application layer while web browser using HTTP protocol
to interact with the network where HTTP protocol is an application layer
protocol.
Protocols used in the Application
layer
• HTTP: HTTP stands for Hypertext transfer protocol. This protocol allows
us to access the data over the world wide web. It transfers the data in the
form of plain text, audio, video. It is known as a Hypertext transfer
protocol as it has the efficiency to use in a hypertext environment where
there are rapid jumps from one document to another.
• SNMP: SNMP stands for Simple Network Management Protocol. It is a
framework used for managing the devices on the internet by using the
TCP/IP protocol suite.
• SMTP: SMTP stands for Simple mail transfer protocol. The TCP/IP protocol
that supports the e-mail is known as a Simple mail transfer protocol. This
protocol is used to send the data to another e-mail address.
• DNS: DNS stands for Domain Name System. An IP address is
used to identify the connection of a host to the internet
uniquely. But, people prefer to use the names instead of
addresses. Therefore, the system that maps the name to the
address is known as Domain Name System.
• TELNET: It is an abbreviation for Terminal Network. It
establishes the connection between the local computer and
remote computer in such a way that the local terminal
appears to be a terminal at the remote system.
• FTP: FTP stands for File Transfer Protocol. FTP is a standard
internet protocol used for transmitting the files from one
computer to another computer.
OSI TCP/IP
OSI represents Open System Interconnection. TCP/IP model represents the Transmission Control Protocol / Internet Protocol.
OSI is a generic, protocol independent standard. It is acting as an interaction gateway TCP/IP model depends on standard protocols about which the computer network has
between the network and the final-user. created. It is a connection protocol that assigns the network of hosts over the internet.
The OSI model was developed first, and then protocols were created to fit the network The protocols were created first and then built the TCP/IP model.
architecture’s needs.
The OSI model represents defines administration, interfaces and conventions. It It does not mention the services, interfaces, and protocols.
describes clearly which layer provides services.
The protocols of the OSI model are better unseen and can be returned with another The TCP/IP model protocols are not hidden, and we cannot fit a new protocol stack in
appropriate protocol quickly. it.
It provides both connection and connectionless oriented transmission in the network It provides connectionless transmission in the network layer and supports connecting
layer; however, only connection-oriented transmission in the transport layer. and connectionless-oriented transmission in the transport layer.
The smallest size of the OSI header is 5 bytes. The smallest size of the TCP/IP header is 20 bytes.
Protocols are unknown in the OSI model and are returned while the technology modifies. In TCP/IP, returning protocol is not difficult.
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.
Factors need to be considered for
designing the transmission media
• Bandwidth: All the factors are remaining constant, the greater the
bandwidth of a medium, the higher the data transmission rate of a
signal.
• Transmission impairment: When the received signal is not identical to
the transmitted one due to the transmission impairment. The quality
of the signals will get destroyed due to transmission impairment.
• Interference: An interference is defined as the process of disrupting a
signal when it travels over a communication medium on the addition
of some unwanted signal.
Transmission Impairment
• In communication system, analog signals travel
through transmission media, which tends to
deteriorate the quality of analog signal, which means
that the signal at the beginning of the medium is not
the same as the signal at the end of the medium. The
imperfection causes signal impairment.
Causes of impairment
Attenuation
• It means loss of energy. The strength of signal decreases with
increasing distance which causes loss of energy in overcoming
resistance of medium. This is also known as attenuated signal.
Amplifiers are used to amplify the attenuated signal which gives the
original signal back and compensate for this loss.
• Attenuation is measured in decibels(dB). It measures the relative
strengths of two signals or one signal at two different point.
Attenuation(dB) = 10log10(P2/P1)
P1 is the power at sending end and P2 is the power at receiving end.
Some where the decibel is also define in terms of voltage instead of
power. In this case because power is proportional to the square of the
voltage the formula is
Attenuation(dB) = 20log10(V2/V1)
V1 is the voltage at sending end and V2 is the voltage at receiving end.
Distortion
• It means changes in the form or shape of the signal.
• This is generally seen in composite signals made up with different
frequencies.
• Each frequency component has its own propagation speed travelling
through a medium. And thats why it delay in arriving at the final
destination
• Every component arrive at different time which leads to distortion.
Therefore, they have different phases at receiver end from what they
had at senders end.
Distortion
Noise
• The random or unwanted signal that mixes up with the original signal is
called noise. There are several types of noise such as induced noise,
crosstalk noise, thermal noise and impulse noise which may corrupt the
signal.
• Induced noise comes from sources such as motors and appliances. These
devices act as sending antenna and transmission medium act as receiving
antenna.
• Thermal noise is movement of electrons in wire which creates an extra
signal.
• Crosstalk noise is when one wire affects the other wire.
• Impulse noise is a signal with high energy that comes from lightning or
power lines
SNR = AVG SIGNAL POWER / AVG NOISE
POWER
Types of Transmission Media
Guided Media
• It is defined as the physical medium through which the signals are
transmitted. It is also known as Bounded 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.
Types of Twisted pair
Unshielded Twisted Pair
• 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.
• Advantages Of Unshielded Twisted Pair:
• 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.
• Characteristics Of Shielded Twisted Pair:
• 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
• It is more expensive as compared to UTP and coaxial cable.
• It has a higher attenuation rate.
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).
• Coaxial cable is of two types:
• Baseband transmission: It is defined as the process of
transmitting a single signal at high speed.
• Broadband transmission: It is defined as the process of
transmitting multiple signals simultaneously.
• Advantages Of Coaxial cable:
• The data can be transmitted at high speed.
• It has better shielding as compared to twisted pair cable.
• It provides higher bandwidth.
• Disadvantages Of Coaxial cable:
• It is more expensive as compared to twisted pair cable.
• If any fault occurs in the cable causes the failure in the entire
network.
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.
Diagrammatic representation of fibre optic cable
Basic elements of Fibre optic cable
• 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.
Following are the advantages of fibre optic cable over copper
• 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.
• Unguided transmission is broadly classified into three categories
• Radio Waves
• Microwaves
• Satellite Microwave Communication
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.
• Applications Of Radio waves:
• 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.
• Advantages Of Radio transmission:
• 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
• Disadvantages Of FDM:
o FDM technique is used only when low-speed channels are required.
o It suffers the problem of crosstalk.
o A Large number of modulators are required.
o It requires a high bandwidth channel.
• Applications Of FDM:
• FDM is commonly used in TV networks.
• It is used in FM and AM broadcasting. Each FM radio
station has different frequencies, and they are multiplexed
to form a composite signal. The multiplexed signal is
transmitted in the air.
Wavelength Division Multiplexing (WDM)
• Wavelength Division Multiplexing is same as FDM except that the optical
signals are transmitted through the fibre optic cable.
• WDM is used on fibre optics to increase the capacity of a single fibre.
• It is used to utilize the high data rate capability of fibre optic cable.
• It is an analog multiplexing technique.
• Optical signals from different source are combined to form a wider band of
light with the help of multiplexer.
• At the receiving end, demultiplexer separates the signals to transmit them
to their respective destinations.
• Multiplexing and Demultiplexing can be achieved by using a prism.
• Prism can perform a role of multiplexer by combining the various optical
signals to form a composite signal, and the composite signal is transmitted
through a fibre optical cable.
• Prism also performs a reverse operation, i.e., demultiplexing the signal.
Time Division Multiplexing
• It is a digital technique.
• In Frequency Division Multiplexing Technique, all signals operate at the same time with
different frequency, but in case of Time Division Multiplexing technique, all signals operate
at the same frequency with different time.
• In Time Division Multiplexing technique, the total time available in the channel is distributed
among different users. Therefore, each user is allocated with different time interval known
as a Time slot at which data is to be transmitted by the sender.
• A user takes control of the channel for a fixed amount of time.
• In Time Division Multiplexing technique, data is not transmitted simultaneously rather the
data is transmitted one-by-one.
• In TDM, the signal is transmitted in the form of frames. Frames contain a cycle of time slots
in which each frame contains one or more slots dedicated to each user.
• It can be used to multiplex both digital and analog signals but mainly used to multiplex
digital signals.
Types of TDM
• Synchronous TDM
• Asynchronous TDM
Synchronous TDM
• A Synchronous TDM is a technique in which time slot is preassigned
to every device.
• In Synchronous TDM, each device is given some time slot irrespective
of the fact that the device contains the data or not.
• If the device does not have any data, then the slot will remain empty.
• In Synchronous TDM, signals are sent in the form of frames. Time
slots are organized in the form of frames. If a device does not have
data for a particular time slot, then the empty slot will be transmitted.
• The most popular Synchronous TDM are T-1 multiplexing, ISDN
multiplexing, and SONET multiplexing.
• If there are n devices, then there are n slots.
Concept Of Synchronous TDM
Disadvantages Of Synchronous TDM
• The capacity of the channel is not fully utilized as the empty slots are
also transmitted which is having no data. In the above figure, the first
frame is completely filled, but in the last two frames, some slots are
empty. Therefore, we can say that the capacity of the channel is not
utilized efficiently.
• The speed of the transmission medium should be greater than the
total speed of the input lines. An alternative approach to the
Synchronous TDM is Asynchronous Time Division Multiplexing
Asynchronous TDM
• An asynchronous TDM is also known as Statistical TDM.
• An asynchronous TDM is a technique in which time slots are not fixed as in
the case of Synchronous TDM. Time slots are allocated to only those devices
which have the data to send. Therefore, we can say that Asynchronous Time
Division multiplexor transmits only the data from active workstations.
• An asynchronous TDM technique dynamically allocates the time slots to the
devices.
• In Asynchronous TDM, total speed of the input lines can be greater than the
capacity of the channel.
• Asynchronous Time Division multiplexor accepts the incoming data streams
and creates a frame that contains only data with no empty slots.
• In Asynchronous TDM, each slot contains an address part that
identifies the source of the data.