3826ALL - 4th Semester - Computer Science and Engineering
3826ALL - 4th Semester - Computer Science and Engineering
LECTURES NOTE
Module - I
INTRODUCTION TO DATA COMMUNICATION AND NETWORKING: Standards
Organizations for Data Communication, Layered Network Architecture, Open Systems
Interconnection, Data Communication Circuits, Serial and parallel Data Transmission, Data
Communication Networks, Alternate Protocol Suites.
SIGNALS, NOISE, MODULATION, AND DEMODULATION: Signal Analysis,
Electrical Noise and Signal-to-Noise Ratio, Analog Modulation Systems, Information
Capacity, Bits, Bit Rate, Baud, and M-ary Encoding, Digital Modulation.
Module - II
METALLIC CABLE TRANSMISSION MEDIA: Metallic Transmission Lines,
Transverse Electromagnetic Waves, Characteristics of Electromagnetic Waves.
OPTICAL FIBER TRANSMISSION MEDIA : Advantages of Optical Fiber Cables,
Disadvantages of Optical Fiber Cables, Electromagnetic spectrum, Optical Fiber
Communications System Block Diagram, Optical Fiber construction, Propagation of Light
Through an Optical fiber Cable, Optical Fiber Modes and Classifications, Optical Fiber
Comparison, Losses in Optical Fiber Cables, Light sources, Light Detectors, Lasers.
Module - III
DIGITAL TRANSMISSION: Pulse Modulation, Pulse code Modulation, Dynamic Range,
Signal Voltage–to-Quantization Noise Voltage Ratio, Linear Versus Nonlinear PCM Codes,
Commanding, PCM Line Speed, Delta Modulation PCM and Differential PCM.
MULTIPLEXING AND T CARRIERS: Time- Division Multiplexing, T1 Digital
Carrier System, Digital Line Encoding, T Carrier systems, Frequency- Division Multiplexing,
Wavelength- Division Multiplexing, Synchronous Optical Network.
Module-IV:
WIRELESS COMMUNICATIONS SYSTEMS: Electromagnetic Polarization,
Electromagnetic Radiation, Optical Properties of Radio Waves, Terrestrial Propagation of
Electromagnetic Waves, Skip Distance, Free-Space Path Loss, Microwave Communications
Systems, Satellite Communications Systems.
Module-V:
DATA COMMUNICATION CODES, ERROR CONTROL, AND DATA FORMAT:
Data Communication Character Codes, Bar Codes, Error Control, Error Detection and
Correction, Character Synchronization.
DATA COMMUNICATION EQUIPMENT: Digital Service Unit and Channel Service
Unit, Voice-Band Data Communication Modems, Bell Systems- Compatible Voice- Band
Modems, Voice-Band Modern Block Diagram, Voice- Band Modem Classifications,
Asynchronous Voice-Band Modems, Synchronous Voice-Band Modems, Modem
Synchronization, 56K Modems, Modem Control: The AT Command Set, Cable Modems .
2|P a g e
DataCommunication
BOOKS:
1. Introduction to Data Communication and Networking, Wayne Tomasi, Pearson
Education.
2. Data Communication and Networking, Behrouz A Forouzan, Fourth
Edition.TMH.
3. Data and Computer communications, 8/e, William Stallings, PHI.
4. Computer Communications and Networking Technologies, Gallow, Second
Edition Thomson .
5. Computer Networking and Internet, Fred Halsll, Lingana Gouda Kulkarni, Fifth
Edition, Pearson Education.
3|P a g e
DataCommunication
Module – I
PART – A
INTRODUCTION TO DATA COMMUNICATION AND NETWORKING:
PART – B
SIGNALS, NOISE, MODULATION, AND DEMODULATION:
Signal Analysis
Electrical Noise and Signal-to-Noise Ratio
Analog Modulation Systems
Information Capacity
Bits, Bit Rate, Baud
M-ary Encoding, Digital Modulation
4|P a g e
DataCommunication
1. Delivery: The data should be delivered to the correct destination and correct user.
2. Accuracy: The communication system should deliver the data accurately, without introducing
any errors. The data may get corrupted during transmission affecting the accuracy of the
delivered data.
3. Timeliness: Audio and Video data has to be delivered in a timely manner without any delay;
such a data delivery is called real time transmission of data.
4. Jitter: It is the variation in the packet arrival time. Uneven Jitter may affect the timeliness of
data being transmitted.
5|P a g e
DataCommunication
DATA:
Data is collection of raw facts which is processed to deduce information.
There may be different forms in which data may be represented. Some of the forms of data used in
communications are as follows:
1. Text:
Text includes combination of alphabets in small case as well as upper case.
It is stored as a pattern of bits. Prevalent encoding system: ASCII, Unicode
2. Numbers:
Numbers include combination of digits from 0 to 9.
It is stored as a pattern of bits. Prevalent encoding system: ASCII, Unicode
3. Images:
An image is worth a thousand word is a very famous saying. In computers images are digitally
stored.
A Pixel is the smallest element of an image. To put it in simple terms, a picture or image is a
matrix of pixel elements.
The pixels are represented in the form of bits. Depending upon the type of image (black n
white or color) each pixel would require different number of bits to represent the value of a
pixel.
• The size of an image depends upon the number of pixels (also called resolution) and the bit
pattern used to indicate the value of each pixel.
Example: if an image is purely black and white (two color) each pixel can be represented by
a value either 0 or 1, so an image made up of 10 x 10 pixel elements would require only 100
bits in memory to be stored.
On the other hand an image that includes gray may require 2 bits to represent every pixel
value (00 - black, 01 – dark gray, 10– light gray, 11 –white). So the same 10 x 10 pixel image would
now require 200 bits of memory to be stored.
Commonly used Image formats: jpg, png, bmp, etc
4. Audio: Data can also be in the form of sound which can be recorded and broadcasted.
6|P a g e
DataCommunication
ISO
EIA TIA
IAB
IETF IRTF
7|P a g e
DataCommunication
organizations. The member body of the ISO from the United States is the American National
Standards Institute (ANSI).
8|P a g e
DataCommunication
IAB earlier known as Internet Activities Board is a committee created by ARPA (Advanced
Research Projects Agency) so as to analyze the activities of ARPANET whose purpose is to
accelerate the advancement of technologies useful for U.S military. IAB is a technical advisory group
of the Internet Society and its responsibilities are:
I. Oversees the architecture protocols and procedures used by the Internet.
II. Manages the processes used to create Internet Standards and also serves as an appeal board
for complaints regarding improper execution of standardization process.
III. Responsible for administration of the various Internet assigned numbers
IV. Acts as a representative for Internet Society interest in liaison relationships with other
organizations.
V. Acts as a source of advice and guidance to the board of trustees and officers of Internet
Society concerning various aspects of internet and its technologies.
9|P a g e
DataCommunication
In reality, no data is transferred from layer n on one machine to layer n of another machine.
Instead, each layer passes data and control information to the layer immediately below it, until the
lowest layer is reached. Below layer-1 is the physical layer through which actual communication
occurs.
With layered architectures, communications between two corresponding layers requires a unit
of data called a protocol data unit (PDU). A PDU can be a header added at the beginning of a
message or a trailer appended to the end of a message.
Data flows downward through the layers in the source system and upwards at the destination
address. As data passes from one layer into another, headers and trailers are added and removed from
the PDU. This process of adding or removing PDU information is called
encapsulation/decapsulation.
Between each pair of adjacent layers there is an interface. The interface defines which
primitives operations and services the lower layer offers to the upper layer adjacent to it. A set of
layers and protocols is known as network architecture. A list of protocols used by a certain system,
one protocol per layer, is called protocol stack.
10 | P a g e
DataCommunication
The important and complex activities are organized into the Higher Layer and the simpler
ones into middle and lower layer.
11 | P a g e
DataCommunication
The lower 4 layers (transport, network, data link and physical - Layers 4, 3, 2, and 1) are
concerned with the flow of data from end to end through the network. The upper four layers of the
OSI model (application, presentation and session - Layers 7, 6 and 5) are orientated more toward
services to the applications. Data is encapsulated with the necessary protocol information as it moves
down the layers before network transit.
As with any layered architecture, overhead information is added to a PDU in the form of
headers and trailers. Each layer provides a service to the layer above it in the protocol specification.
Each layer communicates with the same layer’s software or hardware on other computers.
12 | P a g e
DataCommunication
Physical Layer (The physical layer is responsible for transmitting individual bits from one node to the next)
The physical layer is the lowest layer of the OSI hierarchy and coordinates the functions
required to transmit a bit stream over a physical medium. It also defines the procedures and functions
that physical devices and interfaces have to perform for transmission occur. The physical layer
specifies the type of transmission medium and the transmission mode (simplex, half duplex or full
duplex) and the physical, electrical, functional and procedural standards for accessing Data
Communication networks.
Transmission media defined by the physical layer include metallic cable, optical fiber cable
or wireless radio-wave propagation. The physical layer also includes the carrier system used to
propagate the data signals between points in the network. The carrier systems are simply
communication systems that carry data through a system using either metallic or optical fiber cables
or wireless arrangements such as microwave, satellites and cellular radio systems.
Data-link Layer (the data link layer is responsible for transmitting frames from one node to the next)
The data link layer transforms the physical layer, a raw transmission facility, to a reliable
link and is responsible for node-to-node delivery.
13 | P a g e
DataCommunication
It makes the physical layer appear error free to the upper layer (network layer).The data link
layer packages data from the physical layer into groups called blocks, frames or packets. If frames
are to be distributed to different systems on the network, the data link layer adds a header to the
frame to define the physical address of the sender (source address) and/or receiver (destination
address) of the frame. The data-link layer provides flow-control, access-control, and error-control.
Network Layer (is responsible for the delivery of individual packets from the source host to the destination host)
The network layer provides details that enable data to be routed between devices in an
environment using multiple networks, sub-networks or both. This is responsible for addressing
messages and data so they are sent to the correct destination, and for translating logical addresses and
names (like a machine name FLAME) into physical addresses. This layer is also responsible for
finding a path through the network to the destination computer.
The network layer provides the upper layers of the hierarchy with independence from the
data transmission and switching technologies used to interconnect systems. Networking components
that operate at the network layer include routers and their software.
Transport Layer (is responsible for delivery of a message from one process to another)
The transport layer controls and ensures the end-to-end integrity of the data message
propagated through the network between two devices, providing the reliable, transparent transfer of
data between two endpoints.
Transport layer responsibilities include message routing, segmenting, error recovery and two
types of basic services to an upper-layer protocol: connection oriented and connectionless. The
transport layer is the highest layer in the OSI hierarchy in terms of communications and may provide
data tracking, connection flow control, sequencing of data, error checking, and application
addressing and identification.
14 | P a g e
DataCommunication
Session layer protocols provide the logical connection entities at the application layer. These
applications include file transfer protocols and sending email. Session responsibilities include
network log-on and log-off procedures and user authentication. Session layer characteristics include
virtual connections between applications, entities, synchronization of data flow for recovery
purposes, creation of dialogue units and activity units, connection parameter negotiation, and
partitioning services into functional groups.
The presentation layer translated between different data formats and protocols. Presentation
functions include data file formatting, encoding, encryption and decryption of data messages,
dialogue procedures, data Compression algorithms, synchronization, interruption, and termination.
15 | P a g e
DataCommunication
The application layer communicates directly with the user’s application program. User
application processes require application layer service elements to access the networking
environment. The service elements are of two types: CASEs (common application service elements)
satisfying particular needs of application processes like association control, concurrence and
recovery. The second type is SASE (specific application service elements) which include TCP/IP
stack, FTP, SNMP, Telnet and SMTP.
16 | P a g e
DataCommunication
Source: This device generates the data to be transmitted; examples are mainframe computer,
personal computer, workstation etc. The source equipment provides a means for humans to enter data
into system.
Transmitter: - A transmitter transforms and encodes the information in such a way as to produce
electromagnetic signals that can be transmitted across some sort of transmission system. For
example, a modem takes a digital bit stream from an attached device such as a personal computer and
transforms that bit stream into an analog signal that can be handled by the telephone network.
Transmission medium: - The transmission medium carries the encoded signals from the transmitter
to the receiver. Different types of transmission media include free-space radio transmission (i.e. all
forms of wireless transmission) and physical facilities such as metallic and optical fiber cables.
Receiver: - The receiver accepts the signal from the transmission medium and converts it into a form
that can be handled by the destination device. For example, a modem will accept an analog signal
coming from a network or transmission line and convert it into a digital bit stream.
Destination: - Takes the incoming data from the receiver and can be any kind of digital equipment
like the source.
17 | P a g e
DataCommunication
While serial data transmission is much simpler and less expensive because of the use of a
single interconnecting line, it is a very slow method of data transmission. Serial data transmission is
useful in systems where high speed is not a requirement. Parallel communication is used for short-
distance Data Communication and within a computer, and serial transmission is used for long-
distance Data Communication.
Data Communication Circuit Arrangements:
A Data Communication circuit can be described in terms of circuit configuration and
transmission mode.
Circuit Configurations
Data Communication networks can be generally categorized as either two point or multipoint.
A two-point configuration involves only two locations or stations, whereas a multipoint configuration
involves three or more stations.
18 | P a g e
DataCommunication
Transmission Modes:
There are four modes of transmission for Data Communication circuits:
In simplex mode(SX), the communication is unidirectional, as on a one-way street. Only one of the
two devices on a link can transmit; the other can only receive. Commercial radio broadcasting is an
example. Simplex lines are also called receive-only, transmit-only or one-way-only lines.
In half-duplex(HDX) mode, each station can both transmit and receive, but not at the same time.
When one device is sending, the other can only receive, and vice versa. The half-duplex mode is used
in cases where there is no need for communication in both directions at the same time; the entire
capacity of the channel can be utilized for each direction. Citizens band (CB) radio is an example
where push to talk (PTT) is to be pressed or depressed while sending and transmitting.
In full-duplex mode(FDX) (called duplex), both stations can transmit and receive simultaneously.
One common example of full-duplex communication is the telephone network. 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.
19 | P a g e
DataCommunication
In full/full duplex (F/FDX) mode, transmission is possible in both directions at the same time but not
between the same two stations (i.e. station 1 transmitting to station 2, while receiving from station 3).
F/FDX is possible only on multipoint circuits. Postal system can be given as a person can be sending
a letter to one address and receive a letter from another address at the same time.
Servers: Servers are computers that hold shared files, programs and the network operating system.
Servers provide access to network resources to all the users of the network and different kinds of
servers are present. Examples include file servers, print servers, mail servers, communication servers
etc.
Clients: Clients are computers that access and use the network and shared network resources. Client
computers are basically the customers (users) of the network, as they request and receive service
from the servers.
Shared Data: Shared data are data that file servers provide to clients, such as data files, printer
access programs, and e-mail.
Shared Printers and other peripherals: these are hardware resources provided to the users of the
network by servers. Resources provided include data files, printers, software, or any other items used
by the clients on the network.
Network interface card: Every computer in the network has a special expansion card called network
interface card (NIS), which prepares and sends data, receives data, and controls data flow between
the computer and the network. While transmitting, NIC passes frames of data on to the physical layer
and on the receiver side, the NIC processes bits received from the physical layer and processes the
message based on its contents.
Local operating system: A local operating system allows personal computers to access files, print to
a local printer, and have and use one or more disk and CD drives that are located on the computer.
Examples are MS-DOS, PC-DOS, UNIX, Macintosh, OS/2, Windows 95, 98, XP and Linux.
Network operating system: the NOS is a program that runs on computers and servers that allows the
computers to communicate over a network. The NOS provides services to clients such as log-in
features, password authentication, printer access, network administration functions and data file
sharing.
20 | P a g e
DataCommunication
Network Models:
Computer networks can be represented with two basic network models: peer-to-peer
client/server and dedicated client/server. The client/server method specifies the way in which two
computers can communicate with software over a network.
21 | P a g e
DataCommunication
Here, one computer is designated as server and the rest of the computers are clients.
Dedicated Server Architecture can improve the efficiency of client server systems by using one
server for each application that exists within an organization. The designated servers store all the
networks shared files and applications programs and function only as servers and are not used as a
client or workstation. Client computers can access the servers and have shared files transferred to
them over the transmission medium. In some client/server networks, client computers submit jobs to
one of the servers and once they process the jobs, the results are sent back to the client computer.
In general, the dedicated client/server model is preferable to the peer-to-peer client/server
model for general purpose data networks.
Network Topologies:
In computer networking, topology refers to the layout of connected devices, i.e. how the
computers, cables, and other components within a Data Communication network are interconnected,
both physically and logically. The physical topology describes how the network is actually laid out,
and the logical topology describes how the data actually flow through the network. Two most basic
topologies are point-to-point and multipoint. A point-to-point topology usually connects two
mainframe computers for high-speed digital information. A multipoint topology connects three or
more stations through a single transmission medium and some examples are star, bus, ring, mesh and
hybrid.
Star topology:
A star topology is designed with each node (file server, workstations, and peripherals) connected
directly to a central network hub, switch, or concentrator. Data on a star network passes through the
hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator
manages and controls all functions of the network. It also acts as a repeater for the data flow.
22 | P a g e
DataCommunication
Bus topology: Bus networks use a common backbone to connect all devices. A single cable, (the
backbone) functions as a shared communication medium that devices attach or tap into with an
interface connector. A device wanting to communicate with another device on the network sends a
broadcast message onto the wire that all other devices see, but only the intended recipient actually
accepts and processes the message. The bus topology is the simplest and most common method of
interconnecting computers. The two ends of the transmission line never touch to form a complete
loop. A bus topology is also known as multi drop or linear bus or a horizontal bus.
Ring topology:
In a ring network (sometimes called a loop), every device has exactly two neighbours for
communication purposes. All messages travel through a ring in the same direction (either
"clockwise" or "counter clockwise"). All the stations are interconnected in tandem (series) to form a
closed loop or circle. Transmissions are unidirectional and must propagate through all the stations in
the loop. Each computer acts like a repeater and the ring topology is similar to bus or star topologies.
Mesh topology:
The mesh topology incorporates a unique network design in which each computer on the network
connects to every other, creating a point-to-point connection between every device on the network.
Unlike each of the previous topologies, messages sent on a mesh network can take any of several possible
paths from source to destination. mesh network in which every device connects to every other is called
a full mesh. A disadvantage is that, a mesh network with n nodes must have n(n-1)/2 links and each
node must have n-1 I/O ports (links).
23 | P a g e
DataCommunication
Hybrid topology: This topology (sometimes called mixed topology) is simply combining two or
more of the traditional topologies to form a larger, more complex topology. Main aim is being able to
share the advantages of different topologies.
Network Classifications:
One way to categorize the different types of computer network designs is by their scope or
scale. Common examples of area network types are:
24 | P a g e
DataCommunication
Local area network: A local area network (LAN) is a network that connects computers and
devices in a limited geographical area such as home, school, computer laboratory, office building, or
closely positioned group of buildings. LANs use a network operating system to provide two-way
communications at bit rates in the range of 10 Mbps to 100 Mbps. In addition to operating in a
limited space, LANs are also typically owned, controlled, and managed by a single person or
organization. They also tend to use certain connectivity technologies, primarily Ethernet and Token
Ring.
Advantages of LAN:
Share Resources efficiency
Individual workstation might survive network failure if it doesn’t rely upon others
component evolution independent of system evolution
Support heterogeneous hardware/software
Access to other LANs and WANs
Higher transfer rate with low error rates
25 | P a g e
DataCommunication
Wide area network: Wide area networks are the oldest type of Data Communication network that
provide relatively slow-speed, long-distance transmission of data, voice and video information over
relatively large and widely dispersed geographical areas, such as country or entire continent. WANs
interconnect routers in different locations. A WAN differs from a LAN in several important ways.
Most WANs (like the Internet) are not owned by any one organization but rather exist under
collective or distributed ownership and management. WANs tend to use technology like ATM,
Frame Relay and X.25 for connectivity over the longer distances.
Global area network: A GAN provides connections between countries around the entire globe.
Internet is a good example and is essentially a network comprised of other networks that interconnect
virtually every country in the world. GANs operate from 1.5 Mbps to 100 Gbps and cover thousands
of miles.
Campus Area Network: A network spanning multiple LANs but smaller than a MAN, such as on a
university or local business campus.
Storage Area Network: connects servers to data storage devices through a technology like Fibre
Channel.
Building backbone: - It is a network connection that normally carries traffic between departmental
LANs within a single company. It consists of a switch or router to provide connectivity to other
networks such as campus backbones, enterprise backbones, MANs, WANs etc
Camus backbone: - It is a network connection used to carry traffic to and from LANs located in
various buildings on campus. It normally uses optical fiber cables for the transmission media between
buildings and operates at relatively high transmission rates.
Enterprise networks: - It includes some or all of the above networks and components connected in a
cohesive and manageable fashion.
26 | P a g e
DataCommunication
The designers of TCP/IP felt that the higher level protocols should include the session and
presentation layer details. They simply created an application layer that handles high-level
protocols, issues of representation, encoding, and dialog control. The TCP/IP combines all
application-related issues into one layer, and assures this data is properly packaged for the next layer.
The TCP/IP transport layer deals with the quality-of-service issues of reliability, flow
control, and error correction. One of its protocols, the transmission control protocol (TCP), provides
excellent and flexible ways to create reliable, well-flowing, low-error network communications. TCP
is a connection-oriented protocol. The other protocol is User Datagram Protocol (UDP) which is a
connection less protocol.
27 | P a g e
DataCommunication
The purpose of the Internet layer is to send source packets from any network on the
internetwork and have them arrive at the destination independent of the path and networks they took
to get there. The specific protocol that governs this layer is called the Internet protocol (IP). Best
path determination and packet switching occur at this layer.
The network access layer also called the host-to-network layer is concerned with all of the
issues of physically delivering data packets using frames or cells.
Differences between OSI and TCP/IP
TCP/IP combines the presentation and session layer issues into its application layer
TCP/IP combines the OSI data link and physical layers into one layer
TCP/IP appears simpler because it has fewer layers
TCP/IP protocols are the standards around which the Internet developed, so the TCP/IP model
gains credibility just because of its protocols. In contrast, typically networks aren't built on the OSI
protocol, even though the OSI model is used as a guide.
Core layer: This layer is considered the backbone of the network and includes the high-end switches
and high-speed cables such as fiber cables. This layer of the network does not route traffic at the
LAN. In addition, no packet manipulation is done by devices in this layer. Rather, this layer is
concerned with speed and ensures reliable delivery of packets.
Distribution layer: This layer includes LAN-based routers and layer 3 switches. This layer ensures
that packets are properly routed between subnets and VLANs in your enterprise. This layer is also
called the Workgroup layer. It also provides policy-based network connectivity, including:
Packet filtering (firewalling): Processes packets and regulates the transmission of packets
based on its source and destination information to create network borders
QoS: The router or layer 3 switches can read packets and prioritize delivery, based on
policies set
Access Layer Aggregation Point: The layer serves the aggregation point for the desktop
layer switches
Control Broadcast and Multicast: The layer serves as the boundary for broadcast and
multicast domains
Application Gateways: The layer allows you to create protocol gateways to and from
different network architectures.
The distribution layer also performs queuing and provides packet manipulation of the
network traffic.
28 | P a g e
DataCommunication
Access layer: This layer includes hubs and switches. This layer is also called the desktop layer
because it focuses on connecting client nodes, such as workstations to the network. This layer ensures
that packets are delivered to end user computers. At the access layer, you can:
Enable MAC address filtering: It is possible to program a switch to allow only certain to
access the connected LANs.
Create separate collision domains: A switch can create separate collision domains for each
connected node to improve performance.
Share bandwidth: You can allow the same network connection to handle all data.
Handle switch bandwidth: You can move data from one network to another to perform load
balancing.
High Performance: You can design high performance networks, where only certain layers
are susceptible to congestion.
Efficient management & troubleshooting: Allows you to efficiently organize network
management and isolate causes of network trouble.
Policy creation: You can easily create policies and specify filters and rules.
Scalability: You can grow the network easily by dividing your network into functional areas.
Behavior prediction: When planning or managing a network, the model allows you
determine what will happen to the network when new stresses are placed on it.
29 | P a g e
DataCommunication
Digital signals are described as discrete; their amplitude maintains a constant level for a
prescribed period of time and then it changes to another level. If only two levels are possible, it is
called a binary signal. All binary signals are digital, but all digital signals are not necessarily binary.
Converting information signals to a different form is called modulation and the reverse process is
called demodulation. The modulating signal is the information and the signal being modulated is the
carrier.
Two basic types of electronic communications systems are analog and digital. An analog
digital communications system is a communications system in which energy is transmitted and
received in analog form and are also propagated through the system in analog form. Digital
communications covers a broad range of communications techniques including digital transmission
and digital modulation.
Signal Analysis
Mathematical signal analysis is used to analyze and predict the performance of the circuit on
the basis of the voltage distribution and frequency composition of the information signal.
30 | P a g e
DataCommunication
Frequency (f): The time of one cycle of a waveform is its period, which is measured in seconds.
Frequency is the number of cycles completed per second. The measurement unit for frequency is the
hertz, Hz. 1 Hz = 1 cycle per second. The frequency of the signal can be calculated from T=1/f
Phase (Ø): The phase of the signal is measured in degrees or radians with respect to a reference
point. A phase shift of 180 degrees corresponds to a shift of half a cycle.
A phase shift of 360 degrees corresponds to a shift of one complete cycle. If two sine waves
have the same frequency and occur at the same time, they are said to be in phase, or they are said to
out of phase. The difference in phase can be measured in degrees, and is called the phase angle,
31 | P a g e
DataCommunication
Periodic Signals
A signal is periodic if it completes a pattern within a measurable time and is characterized by
amplitude, frequency and phase. Mathematically, a single frequency voltage wave form is
It is called a periodic wave because, it repeats at a uniform rate. A series of sine, cosine or
square waves constitute an example of periodic waves, which can be analyzed in either the time
domain or the frequency domain.
Time domain:
Time domain is a term used to describe the analysis of mathematical functions, or physical
signals, with respect to time. In the time domain, the signal or function's value is known for all real
numbers, for the case of continuous time, or at various separate instants in the case of discrete time.
An oscilloscope is a time-domain tool commonly used to visualize real-world signals in the time
domain. A time domain graph shows how a signal changes over time.
32 | P a g e
DataCommunication
Frequency Domain: frequency domain is a term used to describe the analysis of mathematical
functions or signals with respect to frequency, rather than time. A spectrum analyser is a frequency-
domain instrument which displays amplitude-versus frequency plot (called a frequency spectrum). The
horizontal axis represents frequency and the vertical axis amplitude showing a vertical deflection for
each frequency present in the waveform, which is proportional to the amplitude of the frequency it
represents.
Complex Signals:
Any repetitive waveform that is comprised of more than one harmonically related sine or
cosine wave is called a non sinusoidal, complex wave. Fourier series is used to analyze the complex
periodic waves.
Fourier series: The Fourier series is used in signal analysis to represent the sinusoidal components of
non sinusoidal periodic waveforms. A Fourier series decomposes a periodic function or periodic signal into
a sum of simple oscillating functions, namely sines and cosines. It can be expressed as:
33 | P a g e
DataCommunication
Wave symmetry: It describes the symmetry of a waveform in the time domain, i.e., its relative
position with respect to the horizontal (time) and vertical (amplitude) axes.
Even symmetry: If a periodic voltage waveform is symmetric about the vertical axis, it is said to have
axes, or mirror, symmetry and is called an even function. For all even functions, the
β Co-efficients are zero. Even function satisfy the condition f(t) = f(-t)
Odd symmetry: If a periodic voltage waveform is symmetric about a line midway between the vertical
axis and the negative horizontal axis and passing through the coordinate origin, it is said to have to
point or skew, symmetry and is called an odd function. For all odd functions, the α coefficients are
zero. Odd function satisfies f(t) = -f(-t)
Half-wave symmetry: If a periodic voltage waveform is such that the waveform for the first half cycle
repeats itself except with the opposite sign for the second half cycle, it is called to have half-wave
symmetry. Half-wave symmetry implies that the second half of the wave is exactly opposite to the first
half. A function with half-wave symmetry does not have to be even or odd, as this property requires
only that the shifted signal is opposite. Half-wave functions satisfy the condition f(t) = -f(T+t)/2
Frequency Spectrum and Bandwidth:
The frequency spectrum of a waveform consists of all the frequencies contained in the waveform
and their respective amplitudes plotted in the frequency domain.
Bandwidth of an information signal is simply the difference between the highest and lowest
frequencies contained in the information and the bandwidth of a communication channel is the
difference between the highest and lowest frequencies that the channel will allow to pass through it.
34 | P a g e
DataCommunication
Man-made noise: It is the kind of noise produced by mankind. The main sources are spark-producing
mechanisms like commutators in electric motors, automobile ignition systems, ac power-generating
and switching equipment, and fluorescent lights. It is impulsive in nature and contains a wide range of
frequencies propagated in the free space like the radio waves. Man-made noise is most intense in more
densely populated areas and sometimes is referred to as industrial noise.
Thermal noise: This is the noise generated by thermal agitation of electrons in a conductor. It is also
referred to as white noise because of its uniform distribution across the entire electromagnetic
frequency spectrum. Noise power density is the thermal noise power present in a 1-Hz bandwidth and
is given by, No = KT.
Thermal noise is independent of frequency and thus thermal noise present in any bandwidth is,
N=KTB,
where N is thermal noise power in watts, K is Boltzmann's constant in joules per Kelvin, T is the
conductor temperature in Kelvin (0K = -273oC), and B is the bandwidth in hertz. Noise power is often
measured in dBm. From the equation above, noise power in a resistor at room temperature, in dBm, is:
NdBm = -174 dBm + 10 log B
Correlated noise: this noise is correlated to the signal and cannot be present in a circuit unless there is
a signal. Correlated noise is produced by nonlinear amplification and includes harmonic distortion and
inter modulation distortion. Harmonic distortion occurs when unwanted harmonics of a signal are
produced through nonlinear amplification and is also called amplitude distortion. Inter modulation
distortion is the generation of unwanted sum and difference frequencies produced when two or more
signals are amplified in a nonlinear device.
Impulse noise: This noise is characterized by high-amplitude peaks of short duration in the total noise
spectrum. It consists of sudden bursts of irregularly shaped pulses that generally last between a few
microseconds and several milliseconds, depending on their amplitude and origin. In case of voice
communications, impulse noise is very annoying as it generates a sharp popping or crackling sound
where as it is devastating in Data Circuits.
35 | P a g e
DataCommunication
Signal-to-noise power ratio: Signal-to-noise ratio (often abbreviated SNR or S/N) is defined as the
ratio of signal power to the noise power corrupting the signal. A ratio higher than 1:1 indicates more
signal than noise. Signal-to-noise ratio is defined as the power ratio between signal (meaningful
information) and the background noise (unwanted signal)
where P is average power in watts. The ratio often expressed in decibels as S/N (dBm) = 10 log(PS/PN)
Analog modulation is used for the transmission of conventional analog signals, such as voice,
music, and video and not particularly useful for Data Communication systems.
36 | P a g e
DataCommunication
Amplitude Modulation
Amplitude modulation is the process of changing the amplitude of a relatively high frequency
carrier signal in proportion to the instantaneous value of the modulating signal (information). AM
modulators are two-input devices, one of them is a single, relatively high frequency carrier signal of
constant amplitude and the second is the relatively low-frequency information signal. The following
figure shows generation of AM waveform when a single-frequency modulating signal acts on a high
frequency carrier signal.
AM generation
Advantages of AM are simple to implement, needs a circuit with very few components and
inexpensive. The disadvantages include inefficient power usage and use of bandwidth and also prone
to noise. The total bandwidth required for AM can be determined from the bandwidth of the audio
signal: BAM = 2B
37 | P a g e
DataCommunication
Angle Modulation
Angle modulation results whenever the phase angle of a sinusoidal signal is varied with respect
to time and includes both FM and PM. Whenever the frequency of a carrier signal is varied, the phase
is also varied and vice versa. If the frequency of the carrier is varied directly in accordance with the
information signal, FM results, whereas if the phase is varied directly, PM results.
Comparison of FM and PM
An important feature of FM and PM is that they can provide much better protection to
the message against channel noise when compared to AM. Also because of their constant amplitude
nature, they can withstand nonlinear distortion and amplitude fading.
38 | P a g e
DataCommunication
M-ary Encoding
M-ary is a term derived from the word binary. M simply represents a digit that corresponds to
the number of conditions, levels, or combinations possible for a given number of binary variables. For
example, a digital signal with four possible conditions is an M-ary system where M= 4 and if there are
eight possible conditions, then M= 8. The number of bits necessary to produce a given number of
conditions is expressed mathematically as:
N = log2 M or it can be written as M = 2N, where N is no of bits necessary and M is number of
conditions, levels or combinations possible with N bits. From the equation, it can be said that if there is
one bit, only 21 or two conditions are possible. For two bits 22 or four conditions are possible.
B = baud = fb/N, where N is number of bits encoded into each signaling element.
39 | P a g e
DataCommunication
Digital Modulation:
Digital modulation is the transmission of digitally modulated analog signals between two or
more points in a communications system. Analog and Digital modulation systems use analog carriers
to transport information through the system, but digital modulation uses digital modulating
(information) signal. Analog systems use analog signal only. In, v(t) = V sin(2πft + θ), if the
information signal is digital and amplitude (V) of the carrier is varied proportional to the information
signal, a digitally modulated signal called amplitude-shift keying (ASK) is produced. If the frequency
(f) is varied proportional to the information signal, frequency-shift keying (FSK) is produced and if
the phase is varied proportional to the information signal, phase-shift keying (PSK) is produced. If
both amplitude and phase are varied proportional to the information signal, quadrature amplitude
modulation (QAM) results.
40 | P a g e
DataCommunication
Amplitude-Shift Keying
It is the simplest digital modulation technique where a binary information signal directly
modulates the amplitude of an analog carrier. Only two output amplitudes are possible and ASK is
sometimes called as digital amplitude modulation (DAM). Amplitude shift keying is given in
mathematical terms as:
In the above equation, for the modulating signal vm(t), logic 1 is represented by +1V and
logic 0 is represented by -1V. So the modulated wave vask(t) is either Acos(ωct) or 0 i.e., the carrier is
either on or off. ASK is sometimes referred as on-off keying (OOK). The rate of change of the ASK
waveform (baud) is the same as the rate of change of the binary input making bit rate equal to baud.
With ASK, the bit rate is also equal to the minimum Nyquist bandwidth.
41 | P a g e
DataCommunication
With FSK, frequency deviation is defined as the difference between either the mark or space
frequency and the center frequency or half the difference between the mark and space frequencies.
Frequency deviation can be expressed as f = |fm – fs| / 2.
The baud for BFSK is determined by placing N = 1, i.e., baud = fb/1 = fb
The minimum bandwidth for FSK is determined from;
B = |(fs - fb) - (fm - fb)| = |fs - fm| + 2fb . But |fs - fm| = 2 f,
Therefore, B = 2( f + fb), where B is minimum Nyquist bandwidth in hertz and f is frequency deviation
and fb is input bit rate.
Phase-Shift Keying (PSK) is a digital modulation scheme that conveys data by changing, or
modulating, the phase of a reference signal (the carrier wave). PSK uses a finite number of phases;
each assigned a unique pattern of binary digits. Usually, each phase encodes an equal number of bits.
PSK is not susceptible to the noise degradation that affects ASK or to the bandwidth limitations of
FSK.
Binary phase-shift Keying: The simplest PSK technique is called binary phase-shift keying
(BPSK), where N = 1 and M = 2. Therefore, with BPSK two phases are possible for the carrier. It uses
two opposite signal phases (0 and 180 degrees). The digital signal is broken up time wise into
individual bits (binary digits). The state of each bit is determined according to the state of the
preceding bit. If the phase of the wave does not change, then the signal state stays the same (0 or 1). If
the phase of the wave changes by 180 degrees -- that is, if the phase reverses -- then the signal state
changes (from 0 to 1 or from 1 to 0). Because there are two possible wave phases, BPSK is sometimes
called biphase modulation or phase-reversal keying (PRK).
42 | P a g e
DataCommunication
More sophisticated forms of PSK exist. In M-ary or multiple phase-shift keying (MPSK), there
are more than two phases, usually four (0, +90, -90, and 180 degrees) or eight (0, +45, -45, +90, -90,
+135, -135, and 180 degrees). If there are four phases (m = 4), the MPSK mode is called quadrature
phase-shift keying or quaternary phase-shift keying (QPSK), and each phase shift represents two
signal elements. If there are eight phases (m = 8), the MPSK mode is known as octal phase-shift
keying (OPSK), and each phase shift represents three signal elements. In MPSK, Data Can be
transmitted at a faster rate, relative to the number of phase changes per unit time, than is the case in
BPSK.
QPSK is an M-ary encoding scheme where N = 2 and M = 4, which has four output phases are
possible for a single carrier frequency needing four different input conditions. With two bits, there
are four possible conditions: 00, 01, 10, and 11. With QPSK, the binary input data are combined into
groups of two bits called dibits.
The above figure shows the output phase-versus-time relationship, truth table, and constellation
diagram for QPSK. A phase of 00 now represents 00; 900 represents 01; 1800 represents 10; and 270 0
represents 11. Data Can be transmitted twice as efficiently using 4-PSK than 2-PSK.
With 8-PSK, three bits are encoded forming tribits and producing eight different output phases.
With 8-PSK, N = 3, M = 8, and the minimum bandwidth and baud equal one third the bit rate (fb /3).
8-PSK is 3 times as efficient as 2-PSK.
43 | P a g e
DataCommunication
With 16-PSK, four bits called quadbits are combined, producing 16 different outputs phases. With
16-PSK, N = 4, M = 16, and the minimum bandwidth and baud equal one-fourth the bit rate (fb /4).
44 | P a g e
DataCommunication
With 16-QAM, there are 12 phases and three amplitudes that are combined to produce 16
different output conditions. With QAM, there are always more phases possible than amplitude.
Bandwidth Efficiency
Bandwidth efficiency is often used to compare the performance of one digital modulation
technique to another. It is the ration of transmission bit rate to the minimum bandwidth required for a
particular modulation scheme. Mathematically represented as:
45 | P a g e
DataCommunication
Data Transmission Rates in excess of 56 kbps can be achieved over standard telephone circuits
using an encoding scheme called trellis code modulation(TCM) developed by Dr. Ungerboeck. It
combines encoding and modulation to reduce the probability of error, thus improving the bit error
performance and it uses conventional (tree) codes.
Trellis coding defines the manner in which signal-state transitions are allowed to occur, and
transitions that do not follow this pattern are interpreted as transmission errors. TCM can improve
error performance by restricting the manner in which signals are allowed to transition. TCM
improves on standard QAM by increasing the distance between symbols on the constellation (called
Euclidean distance).
46 | P a g e
DataCommunication
8-QAM modulator: (a) truth table; (b) phasor diagram; (c) constellation diagram
47 | P a g e
DataCommunication
48 | P a g e
DataCommunication
Assignment Questions
1. In QAM amplitude and phase of the transmitted signal are varied - Justify your answer with a
block diagram and constellation diagram.
5. Draw OS I architectural model for open system inter networking and explain.
7. Sketch the binary ASK, FSK, PSK, and QPSK waveform for the following sequence 1011.
a) Explain the relationship between bits per second and baud for an FSK system.
b) Determine the bandwidth and baud for an FSK signal with a mark frequency of 24 kHz
and a bit rate of 4 kbps.
c) Explain the relationship between
i) Minimum bandwidth required for an FSK system and the bit rate
ii) Mark and space frequencies
49 | P a g e
DataCommunication
Module – II
METALLIC CABLE TRANSMISSION MEDIA:
Metallic Transmission Lines, Transverse Electromagnetic Waves
Characteristics of Electromagnetic Waves
Transmission Line Classifications
Metallic Transmission Line Types
Metallic Transmission Line Equivalent Circuit
Wave Propagation on Metallic Transmission Lines
Metallic Transmission Line Losses
50 | P a g e
DataCommunication
Introduction
The transmission medium is the physical path between transmitter and receiver in a data
transmission system. It is included in the physical layer of the OSI protocol hierarchy. The
transmission medium is usually free space, metallic cable, or fiber-optic cable. The information is
usually a signal that is the result of a conversion of data from another form.
Unguided Transmission Media consists of a means for the data signals to travel but
nothing to guide them along a specific path. The data signals are not bound to a cabling media and
as such are often called Unbound Media. Unguided transmission media are wireless systems.
Signals propagating down an unguided transmission medium are available to anyone who has a
device capable of receiving them.
A physical facility is one that occupies space and has weight as opposed to wireless media
such as earth’s atmosphere or a vacuum and includes metallic cables and optical cables. Metallic
transmission lines includes open-wire, twin-lead, and twisted-pair copper wire as well as coaxial
cable, and optical fibers include plastic- and glass-core fibers encapsulated in various kinds of
cladding materials.
A transmission line is a metallic conductor system used to transfer electrical energy from
one point to another using electrical current flow. It is two or more electrical conductors separated
by a nonconductive insulator (dielectric). It can be of varied lengths varying from few inches to
several thousand miles. It can be used to propagate dc or low-frequency ac and also very high
frequencies such as microwave radio-frequency signals.
51 | P a g e
DataCommunication
The two basic kinds of waves are longitudinal and transverse. With longitudinal waves,
the displacement is in the direction of propagation. A surface wave or sound waves can be said as
examples of longitudinal waves. With transverse waves, the direction or displacement is
perpendicular to the direction of propagation. Electromagnetic waves are transverse waves.
Propagation of electrical power along a transmission line occurs in the form of transverse
electromagnetic (TEM) waves. TEM wave propagates primarily in the non-conductor that
separates the two conductors of the transmission line. The electric field (E) and magnetic field (H)
are perpendicular to each other at all points. This is referred to as space or quadrature.
Electromagnetic waves that travel along a transmission line from the source to the load are called
incident waves and those that travel from the load back towards the source are called reflected
waves.
Wave velocity: Waves travel at different speeds depending on the type of wave and the
characteristics of the propagation medium. Sound travels at 1100 feet/second in normal
atmosphere where electromagnetic waves travel much faster. In free space i.e. in vacuum, TEM
waves travel at the speed of the light, c (approximately at 186,000 miles/sec) and slightly slower
in air and considerably slower along a transmission line.
Frequency and Wavelength: The oscillations of an electromagnetic wave are periodic and
repetitive. The rate at which the periodic wave repeats is its frequency. The distance of one cycle
occurring in space is called the wavelength and is given by
If the time for one cycle is substituted above, we get the length of one cycle which is called
wavelength and is given by
λ = velocity × period = v × T, where λ is wavelength, v is velocity and T is period
because T = 1/f, we can write λ = v/f
As for free space propagation, v = c; the length of one cycle is λ = c/f = 3×108 m/s/f cycles/s
52 | P a g e
DataCommunication
All Data Communication systems and computer networks are interconnected to some
degree with cables, which form the most important part of the transmission medium transporting
signals between computers.
53 | P a g e
DataCommunication
Since no shielding is present, the radiation losses are high and cable is susceptible to
picking up signals through mutual induction, which produces crosstalk. The primary usage is in
standard voice-grade telephone applications.
Twin lead: Twin-lead is essentially the same as open-wire transmission line except that the
spacers between the two conductors are replaced with a continuous solid dielectric ensuring the
uniform spacing along the entire cable.
Twisted-pair cable
Twisted-pair transmission lines are also the transmission medium of choice for most
local area networks because twisted-pair cable is simple to install and relatively independent
when compared to coaxial and optical fiber cables.
The two basic types of twisted-pair transmission lines specified are unshielded twisted
pair (UTP) and shielded twisted pair (STP).
Unshielded twisted-pair: An UTP cable consists of two copper wires where each wire is
separately encapsulated in PVC (polyvinyl chloride) insulation. Bandwidth can be improved by
controlling the number of twists per foot and also the manner in which multiple pairs are twisted
around each other. The minimum number of twists for UTP cable is two per foot.
54 | P a g e
DataCommunication
UTPs are cheaper, more flexible, and easier to install. They provide enough support for
telephone systems and are not covered by metal insulation. They offer acceptable performance for
a long-distance signal transmission, but as they are uninsulated, they are affected by cross talk,
atmospheric conditions, electromagnetic interference, and adjacent twisted pairs, as well as by any
noise generated nearby. The majority of the telephone twisted pairs are unshielded and can
transmit signals at a speed of 10 Mbps.
The Electronic Industries Association (EIA) has developed standard to grade UTP cable
by quality; Category 1 as the lowest quality and category 6 as the highest quality.
1. Category 1: The basic twisted-pair cabling used in telephone systems. This level of
quality is fine for voice but inadequate for data transmission.
2. Category 2: This category is suitable for voice and data transmission of up to 2Mbps.
3. Category 3: This category is suitable for data transmission of up to 10 Mbps. It is now
the standard cable for most telephone systems. At least three twist per feet
4. Category 4: This category is suitable for data transmission of up to 20 Mbps.
5. Category 5: This category is suitable for data transmission of up to 100 Mbps.
6. Category 6: CAT- 6 is recently proposed cable type comprised of four pairs of wire
capable of operating at transmission rates of up to 400Mbps.
Advantages of UTP are its easy to terminate, installation costs are less and more lines can
be run through the same wiring ducts. Disadvantages of UTP are its a bit noisy and prone to
interference.
Shielded Twisted Pair (STP) Cable:
STP cable is a parallel two-wire transmission line consisting of two copper conductors
separated by a solid dielectric material. The wires and dielectric are enclosed in a conductive-
metal sleeve called a foil. If the sleeve is woven into a mesh, it’s called braid. The metal casing
prevents the penetration of electromagnetic noise. Materials and manufacturing requirements
make STP more expensive than UTP but less susceptible to noise.
55 | P a g e
DataCommunication
Plenum Cable:
Plenum cables are the electrical or telecommunication cables (or wires) which are
installed in environmental air spaces in the interior of many commercial and residential buildings.
It is common practice to route communication cables and the like for computers, data devices, and
alarm systems through plenums in building constructions. If a fire occurs in a building which
includes plenums or risers, the non-fire retardant plenum construction would enable the fire to
spread very rapidly throughout the entire building. Typically plenum Data Cables have two or
more pairs of insulated conductors in a common jacket. The insulation can be made of several
types of flame retardant insulation. A plenum is defined as a compartment or chamber to which
one or more air ducts are connected and which forms part of the air distribution system of the
structure. Plenum cables have a plurality of twisted pair conductors surrounded by a jacket. The
twisted pairs generally all have the same twist or substantially the same twist. A typical and
widely used flame retardant insulation for conductors in data plenum cables is fluorinated
ethylene-propylene. Category 5 plenum cable made of jacketed twisted pairs of insulated
conductors has to satisfy a number of electrical requirements set by the EIA/TIA specification
568A.
Two basic types of coaxial cables are present: rigid air filled and solid flexible. Rigid air-
filled cables are relatively expensive and are tough to maintain. Coaxial cables are capable of
operating at higher bit rates than their parallel-wire counterparts, very secure than twisted-pair
cable, can be used over long distances, immune to external radiation and radiate little themselves.
Disadvantages of coaxial transmission lines are their poor cost-to-performance ratio, low
reliability, and high maintenance.
The RG numbering system used with coaxial cables refers to cables approved by U.S. Department
of Defense (DoD).
56 | P a g e
DataCommunication
There are three types: the BNC connector, the BNC T connector, the BNC terminator.
Applications include cable TV networks, and some traditional Ethernet LANs like 10Base-2, or
10-Base5.
Characteristic Impedance
For maximum power transfer from the source to load, a transmission line must be
terminated in a purely resistive load equal to the characteristic impedance of the transmission line.
Transmission line stores energy in its distributed inductance and capacitance.
Using Ohm’s law, the characteristic impedance is simply the ratio of the source voltage
(Eo) to the line current (Io), given by
Zo = Eo / I o
Where, Zo is characteristic impedance in ohms, Eo is source voltage in volts and Io is
transmission line current in amps.
Characteristic impedance of a two wire parallel transmission line with an air dielectric
can be determined from its physical dimensions Zo = 276 log D/r where D is the distance between
the centres of the two conductors and R is radius of the conductors. Characteristic impedance of a
coaxial cable can also be determined from its physical dimensions:
Where, D is inside diameter of the conductor and Ɛr is relative dielectric constant of the insulating
material.
57 | P a g e
DataCommunication
Velocity factor is defined as the ratio of the actual velocity of propagation of an electromagnetic
wave through a given medium to the velocity of propagation through a vacuum. Mathematically,
given as:
Dielectric constant is simply the relative permittivity of a material. The dielectric constant
depends on the type of insulating material used. The velocity at which an EM wave propagates
along a transmission line varies with the inductance and capacitance of the cable. Time can be
given as: T = √LC. Inductance, capacitance ad velocity of propagation can be given by the
formula,
velocity × Time = Distance
Therefore, Vp = Distance/ Time = D/T which can be written as Vp = D/ √LC
If the distance is normalized to 1 meter, the velocity of propagation for a lossless transmission line
is Vp = 1 / √LC
Conductor Losses:
As electrical current flows through a metallic transmission line, there is an inherent and
unavoidable power loss because of the finite resistance present in the line. This loss is termed as
conductor loss or conductor heating loss and is simply I 2r power loss.
Radiation Losses:
Radiation and Induction losses are similar in that both are caused by the fields
surrounding the conductors. Induction losses occur when the electromagnetic field about a
conductor cuts through any nearby metallic object and a current is induced in that object.
Radiation losses are reduced by properly shielding the cable. Therefore, STP and coaxial cables
have less radiation than UTP, twin lead and open wire.
Coupling Losses:
Coupling loss occurs whenever a connection is made to or from a transmission line or
when two sections of transmission line are connected together. Discontinuities are the locations
where dissimilar materials meet and they tend to heat up, radiate energy, and dissipate power.
58 | P a g e
DataCommunication
Corona:
Corona is a luminous discharge that occurs between the two conductors of a transmission
line, when the difference of potential between them exceeds the breakdown voltage of the
dielectric insulator. When corona occurs, the transmission line is destroyed.
59 | P a g e
DataCommunication
Electromagnetic Spectrum
The three primary building blocks are transmitter, receiver and the optical fiber cable.
The transmitter is comprised of a voltage-to-current converter, a light source, and source-to-fiber
interface. The fiber guide is the transmission medium, which is either an ultrapure glass or a
plastic cable. The receiver includes a fiber-to-interface, a photo detector, and a current-to-voltage
converter.
60 | P a g e
DataCommunication
There are two basic types of fiber-optic cable. The difference is whether the fiber is free
to move inside a tube with a diameter much larger than the fiber or is inside a relatively tight-
fitting jacket. They are referred to as loose-tube and tight-buffer cables.
Both methods of construction have advantages.
• Loose-tube cables - all the stress of cable pulling is taken up by the cable’s strength
members and the fiber is free to expand and contract with temperature.
• Tight-buffer cables are cheaper and generally easier to use
Physics of Light
Albert Einstein and Max Planck showed that when light is emitted or absorbed, it behaves
like an electromagnetic wave and also like a particle called a photon, which possesses energy
proportional to its frequency. This is known as Planck’s Law. It states that “when visible light or
high-frequency electromagnetic radiation illuminates a metallic surface, electrons are emitted”. It
is expressed mathematically as, Ep = hf,
where Ep is energy of the photons in joules, h is Planck’s constant and f is frequency of
light
The process of decaying from one energy level to another energy level is called
spontaneous decay or spontaneous emission. The process of moving from one energy level to
another is called absorption.
Optical power measures the rate at which electromagnetic waves transfer light energy. It is
described as the flow of light energy past a given point in a specified time. Expressed
mathematically as,
P = d (energy)/ d(time) = dQ/ dt ,
where P is optical power in watts and dQ is instantaneous charge in joules
61 | P a g e
DataCommunication
Velocity of Propagation:
Refraction: Refraction is the bending of light when the light passes from one medium to another.
The angle between the light ray and the normal as it leaves a medium is called the angle of
incidence. The angle between the light ray and the normal as it enters a medium is called the
angle of refraction.
Refractive Index: Refractive index is simply the ratio of the velocity of propagation of light ray
in free space to the velocity of propagation of a light ray in a given material. Given by,: n = c/v,
where n is refractive index and c is speed of light (m/sec) and v is speed of light in a
given material (m/sec). Typical indexes of refraction of some materials are given below:
62 | P a g e
DataCommunication
Snell’s Law: This relationship between the angles of incidence and refraction and the indices
of refraction of the two medium is known as Snell's Law. Snell's law applies to the refraction
of light in any situation, regardless of what the two media are.
Critical Angle: The angle of incidence is called the critical angle (θ c), which is defined as the
minimum angle of incidence at which a light ray may strike the interface of two media and result
in an angle of refraction of 90 degrees or greater. Light ray has to travel from medium of higher
refractive index to that of lower refractive index. Expressed as:
θc = sin-1 n2/n1
Acceptance angle, acceptance cone and numerical aperture: For a ray of light to
propagate down the cable, it must strike the internal core/cladding interface at an angle that is
greater than the critical angle.
θin (max) = sin -1 √(n12 – n22)
Where, θin(max) is acceptance angle or acceptance cone half angle. It defines the maximum angle
in which external light rays may strike the air/glass interface and still propagate down the fiber.
Rotating the acceptance angle around the fiber axis, a cone pattern is obtained, called as
acceptance cone of the fiber input. The cone of acceptance is the angle within which the light is
accepted into the core and is able to travel along the fiber. Launching light wave will be easier for
large acceptance cone.
63 | P a g e
DataCommunication
Modes of propagation:
Mode simply means path. If there is only one path for light rays to take down a cable, it
is called single mode and if there is more than one path, it is called multimode. In single mode, the
light travels directly down the center of the cable, whereas for multimode, light rays propagate
down the cable in a zigzagging fashion following several paths. The number of modes possible for
a given cable can be given by:
N = [πd/λ√ (n12 – n22)]
Where N is number of modes, d is core diameter and λ is wave length and n1 is refractive index
of core and n2 is refractive index of cladding.
Index Profile
64 | P a g e
DataCommunication
Minimum dispersion: all rays take same path, same time to travel down the cable.
A pulse can be reproduced at the receiver very accurately.
Less attenuation can run over longer distance without repeaters.
Larger bandwidth and higher information rate
Difficult to couple light in and out of the tiny core
Highly directive light source (laser) is required.
Interfacing modules are more expensive
Multimode Step-Index Optical Fiber: These are similar to single mode step-index fibers except
that the center core is much larger with the multimode configuration. This type has a large light-
to-fiber aperture and therefore allows more external light to enter the cable. Light rays travel
down the cable in a zigzag fashion continuously reflecting off the interface boundary. Light rays
65 | P a g e
DataCommunication
travel in many paths as it propagates down the fiber. So, all light rays do not follow the same path
and do not take same amount of time to travel the length of the cable.
Advantages
These are relatively expensive and simple to manufacture
It is easier to couple light into and out of multimode step-index fiber as they have a
relatively large source-to-fiber aperture.
Disadvantages
As light rays travel in different paths, large difference in propagation times results. So,
the rays travelling down have a tendency to spread out. Consequently the pulse of light
propagating down is more distorted than other types of fibers.
Less bandwidths and lower rate of information transfer rates when compared to other
types.
Multimode Graded-Index Optical Fiber: These fibers are characterized by a central core with a
non-uniform refractive index. Cables density is maximum at centre and decreases gradually
towards the edge. Light ray is propagated through refraction. As the light propagates across the
core toward the center it intersects a less dense to more dense medium. Consequently, light rays
constantly being refracted resulting in continuous bending of light rays. The light rays take
approximately the same amount of time to travel the length of the fiber. This cable is mostly used
for long distance communication.
Power loss in optical fiber cables is often called attenuation and results in reduction of power of
light wave as it travels down the cable. Generally, total power loss is expressed as:
A(dB) = 10 log (Pout / Pin) where A(dB) is total reduction in power level, attenuation and Pout is
cable output power and Pin is cable input power. Multimode fibers tend to have more attenuation
than single-mode cables because of increased scattering of light wave.
Transmission losses in optical fibers result in reduction in light power, thus reducing the system
bandwidth, information transmission rate, efficiency, and overall system capacity. The
predominant losses are:
Ultraviolet absorption:- Caused by valence electrons in the silica material from which
fibers are manufactured.
Infrared absorption: - Result of photons of light that are absorbed by the atoms of the glass
core molecules.
Ion resonance absorption: - Caused by OH- ion in the material. Iron, copper and chromium
molecules also cause ion absorption.
66 | P a g e
DataCommunication
The first is due to slight fluctuation in mixing of ingredients. The random changes because
of this are impossible to eliminate completely.
The other cause is slight change in density as the silica cools and solidifies. When light ray
strikes such zones, it gets scattered in all directions. The amount of scatter depends on the
size of the discontinuity compared with the wavelength of the light.
So the shortest wavelength suffers most scattering.
Radiation Losses: These are caused predominantly by small bends wand kinks in the fiber. The
two types of bends are: microbends and constant-radius bends. Micro bending occurs as result of
differences in the thermal contraction rates between core and cladding material and results in a
material bend along the axis of the fiber and represents a discontinuity where Rayleigh scattering
occurs. Constant-radius bends are caused by excessive pressure and tension and generally occur
when fibers are bent during installation.
Modal dispersion: Modal dispersion (called pulse spreading) is caused by the difference in the
propagation times of light rays that take different paths down a fiber and occurs only in
multimode fibers. It can be reduced considerably by using graded index fibers and almost entirely
eliminated using single-mode step-index fibers. If three rays of light are emitted into the fiber at
the same time, each ray would reach the far end at a different time resulting in a spreading out of
light energy with respect to time. This is called modal dispersion.
Coupling Losses: These losses are caused by imperfect physical connections. These occur at
three types of junctions: light source-to-fiber connections, fiber-to-fiber connections, and fiber-to-
photo detector connections. They are caused by one of the following alignment problems:
67 | P a g e
DataCommunication
Lateral displacement: It is the lateral or axial displacement between two pieces of adjoining
fiber
Gap displacement (misalignment): When splices are made in optical fibers, the fibers should
actually touch. The farther apart the fibers are, the greater the loss of light.
Angular displacement: It is sometimes called angular displacement and if it is less than 2
degrees, the oss will typically be less than 0.5 dB.
Imperfect surface finish: The ends of two adjoining fibers should be highly polished and fit
together squarely. If the fiber ends are less than 3 degrees off from perpendicular, the losses
will typically be less than 0.5 dB.
Light Sources
Light sources are used in fiber optic communication to generate light pulses at
wavelengths efficiently propagated by the optical fiber. They also should produce sufficient
power to allow the light to propagate through the fiber without causing distortion in the cable or
receiver. Two types of practical light sources used to generate light for optical fiber
communications systems: light-emitting diodes (LED’s) and injection laser diodes (ILD’s).
68 | P a g e
DataCommunication
Advantage:
1. ILD’s emit coherent (orderly) light compared to incoherent (disorderly) light emitted by
LED. So ILD have a more direct radian pattern, making it easier to couple light emitted by
the ILD into an optical fiber cable. Coupling losses are reduced and also small fibers can be
used.
2. The radiant output power of ILD is greater than that for an LED. Typically the output
power for an ILD is 5 mW and only 0.5mW for LED. This allows ILD’s to provide a higher
drive power and can be used for operation over longer distances.
3. ILD’s can be used at higher bit rates than LED’s
Disadvantages:
1. ILD’s are typically 10 times more expensive than LED’s
2. As ILD’s operate at higher powers, they have a short lifetime
3. ILD’s are more temperature dependent than LED’s
Light Detectors
Two devices are commonly used to detect light energy in optical fiber communications
receivers: PIN (p-type-intrinsic –n-type) diodes and APD (avalanche photodiodes). PIN diodes are
the most common device used and operate just the opposite of an LED. APD’s are more sensitive
than pin diodes and require less additional amplification. The disadvantages of APD’s are
relatively long transmit times and additional internally generated noise due to avalanche
multiplication factor.
3. Transit time: The time it takes a light-induced carrier to travel across the depletion region
of a semiconductor. Determines the maximum bit-rate possible
4. Spectral Response: The range of wavelength values that a given photodiode will respond to.
5. Light Sensitivity: The minimum optical power a light detector can receive and still
produce a usable electrical output signal.
69 | P a g e
DataCommunication
Lasers
Laser stands for light amplification stimulated by the emission of radiation. It deals
with the concentration of light into a very small, powerful beam. There are four types of lasers:
1. Gas lasers: Gas lasers use a mixture of helium and neon enclosed in a glass tube. A flow
of coherent light waves is emitted when an electric current is discharged into the gas. The
continuous light-wave output in monochromatic (one color).
2. Liquid lasers: They use organic dyes enclosed in a glass tube for an active
medium. A powerful pulse of light excites the organic dye.
3. Solid lasers: They use a solid, cylindrical crystal such as ruby, for the active medium.
Both ends of ruby are polished and parallel and the ruby is excited by a tungsten lamp tied to
an ac power supply. It produces a continuous wave.
4. Semiconductor lasers: They are made from semiconductor p-n junctions and are
commonly called injection laser diodes. The excitation mechanism is a dc power supply that
controls the amount of current to the active medium. The output light is easily modulated
making it very useful in many electronic communication systems.
Laser Characteristics
70 | P a g e
DataCommunication
Module – III
DIGITAL TRANSMISSION:
Pulse Modulation
Pulse code Modulation
Dynamic Range
Signal Voltage–to-Quantization Noise Voltage Ratio
Linear Versus Nonlinear PCM Codes
Commanding, PCM Line Speed
Delta Modulation PCM and Differential PCM.
71 | P a g e
DataCommunication
DIGITAL TRANSMISSION
Digital transmission is the transmittal of digital signals between two or more points in a
communications system. The signals can be binary or any other form of discrete-level digital pulses.
With digital transmission systems, a physical facility, such as pair of wires, a coaxial cable or an
optical fiber cable is required to interconnect the various points within the system.
Important advantage is the noise immunity as digital signals are inherently less susceptible than
analog signals to interference caused by noise.
Digital signals are better suited than analog signals for processing and combining using a technique
called multiplexing.
Digital transmission systems are more resistant to analog systems to additive noise because they
use signal regeneration rather than signal amplification.
Digital signals are simpler to measure and evaluate than analog signals.
Disadvantages:
Transmitting digitally encoded analog signals requires more bandwidth than simply transmitting
the original analog signal, which makes it expensive.
Also conversion of analog signals into digital pulses prior and after transmission requires
additional encoding and decoding circuitry.
Precise time synchronization between the clocks in transmitters and receivers is required in digital
transmission
Digital transmission systems are incompatible with older analog transmission systems.
Pulse Modulation
The process of sampling analog information signals and then converting those samples into
discrete pulses and then transporting the pulses from a source to a destination over a physical
transmission medium is called Pulse Modulation. Pulse modulation involves communication using a
train of recurring pulses. There are four different types of pulse modulation techniques.
Pulse Width Modulation (PWM): The width of a constant amplitude pulse is varied proportional to
the amplitude of the analog signal at the time the signal is sampled. It is sometimes called as pulse
duration modulation (PDM) or pulse length modulation (PLM). It is very popular in digital circuits
because of its easy generation and its applications include voltage regulators and class-D audio
amplifiers.
Pulse Position Modulation (PPM): The position of a constant-width pulse within a prescribed time
slot is varied according to the amplitude of the sample of the analog signal. It is commonly used in
communications over optic fibers as multipath fading is minimal. It is also used in communications for
RC aircraft/cars etc as demodulation is easy allowing a low-cost receiver.
72 | P a g e
DataCommunication
Pulse modulation: (a) analog signal; (b) sample pulse; (c) PWM; (d) PPM; (e) PAM; (f) PCM
Pulse Amplitude Modulation (PAM): The amplitude of a constant width, constant-width, and
constant-position is varied according to the amplitude of the sample of the analog signal. It resembles
the original analog signal more than the wave forms for PWM or PPM. Telephone modems faster than
300 bits/sec and Ethernet use PAM.
Pulse Code Modulation (PCM): The analog signal is sampled and then converted to a serial n-bit
binary code for transmission. Each code has the same number of bits and requires the same length of
time for transmission. Applications include digital audio in computers and CDs.
PCM invented by Alex H. Reeves in 1937 is the preferred method of communications within
the public switched telephone network because with PCM, it is easy to combine digitized voice and
digital data into a single, high-speed digital signal and propagate it over either metallic or optical fiber
cables. With PCM, the pulses are of fixed length and fixed amplitude. PCM is a binary system where a
pulse of lack of pulse within a prescribed time slot represents either logic 1 or logic 0 conditions.
73 | P a g e
DataCommunication
The above figure shows a simplified block diagram of a single-channel, simplex PCM system. The
bandpass filter limits the frequency of the analog input signal to the standard voice-band frequency
range of 300 Hz to 3000 Hz. The sample and hold circuit periodically samples the analog input signal
and converts those samples to a multiple PAM signal. The analog-to-digital converter (ADC) converts
the PAM samples to parallel PCM codes, which are converted to serial binary data in the parallel-to-
serial converter and then outputted into the transmission line as serial digital pulses. Repeaters are
placed at prescribed distances to regenerate the digital pulses.
At receiver side, the serial-to-parallel converter converts serial pulses received from the
transmission line to parallel PCM codes. The digital-to-analog converter (DAC) converts the parallel
PCM codes to multilevel PAM signals. The hold circuit is basically a low pass filter that converts the
PAM signals back to its original analog form. An integrated circuit that performs the PCM encoding
and decoding functions is called a codec (coder/decoder).
PCM Sampling
Sampling circuit in a PCM transmitter periodically samples the continually changing analog
input voltage and converts those samples to a series of constant amplitude pulses, which can be more
easily converted to binary PCM code. Two basic techniques to perform sampling exist.
Natural Sampling: In natural sampling the pulse amplitude takes the shape of the analogue waveform
for the period of the sampling pulse. The frequency spectrum of the sampled output is different from
that of an ideal sample.
74 | P a g e
DataCommunication
Flat-top sampling
Flat-top sampling introduces less aperture distortion than natural sampling and can operate with a
slower analog-to-digital converter.
Sampling Rate
Nyquist sampling theorem states that for a sample to be reproduced accurately, minimum
sampling rate, fs must be twice the higher input frequency, fa. Mathematically, the minimum Nyquist
sampling rate, fs is fs ≥ 2 fa, where fs is minimum Nyquist sample rate in hertz and fa is maximum
analog input frequency in hertz.
If fs is less than twice fa, i.e. fs < 2 fa, aliasing or foldover distortion occurs. This can be
overcome by using anti-aliasing filter before sampling to suppress the component before sampling.
75 | P a g e
DataCommunication
The above table shows the three bit PCM code, which is a three-bit sign magnitude code with
eight possible combinations (four +ve and four –ve). The left most bit is the sign bit (1 = + and 0 = -),
and the remaining two right most bits represent magnitude. This type of code is called folded binary
code because the codes on the bottom half of the table are an exact mirror image of the codes on the
top except for the sign bit. The magnitude difference between adjacent steps is called the quantization
interval or quantum (1V for above table). For the above code, the maximum signal magnitude that can
be encoded is +3V (111) or -3V (001) and the minimum is +1V (101) or -1V (001). If the magnitude of
the sample exceeds the highest quantization interval, overload distortion (peak limiting) occurs.
Assigning PCM codes to absolute magnitudes is called quantizing. The magnitude of a
quantum is also called the resolution. It is equal to the voltage of the least significant bit (Vlsb) of the
PCM code. The smaller the magnitude of a quantum, the better the resolution and the more accurately
the quantized signal will resemble the original analog signal.
(a) Analog input signal; (b) sample pulse; (c) PAM; (d) PCM code
76 | P a g e
DataCommunication
Each sample voltage is rounded off to the closest available quantization level and then
converted to its corresponding PCM code. The PAM signal in the transmitter is essentially the same
PAM signal produced in the receiver. So, any round-off errors in the transmitted signal are reproduced
when the code is converted back to the analog by the DAC in the receiver. This error is called the
quantization error (Qe), which is also quantization noise (Qn). The quantized signal shown above
roughly resembles the original input signal as with three-bit PCM code, poor resolution results and
only three samples are taken from analog signal.
As shown above, the quality of PAM signal can be improved by using a PCM code with more
bits, reducing the magnitude of quantum and improving the resolution. Also, the sampling the analog
signals at a faster rate increases the quality and the PAM signal resembles the analog signal
closely Quantization error is given by,
Dynamic Range
It is the ratio of the largest possible magnitude to the smallest possible magnitude (other than
0V) that can be decoded by the digital-to-analog converter in the receiver. Mathematically,
, where, DR is dynamic range and V min is the quantum value (resolution) and
Vmax is the maximum voltage magnitude that can be discerned by the receivers DACs. Dynamic range
can be expressed in decibels as,
77 | P a g e
DataCommunication
Where, R is resistance in ohms, v is rms signal voltage in volts, q is quantization interval in volts, v 2/R
is average signal power in watts and (q2/12)/R is average quantization noise power in watts.
78 | P a g e
DataCommunication
Companding
Companding is the process of compressing and expanding and is a means of increasing the
dynamic range of a communications system. Higher-amplitude analog signals are compressed prior to
transmission and then expanded in the receiver.
An analog input signal with a dynamic range of 50dB is compressed to 25dB prior to transmission and
then expanded back at the receiver. With PCM, companding may be accomplished using analog or
digital techniques.
Analog Companding
In the transmitter, the dynamic range of the analog signal is compressed, sampled, and then
converted to a linear PCM code. In the receiver, the PCM code is converted to a PAM signal, filtered
79 | P a g e
DataCommunication
and then expanded back to its original dynamic range. Two methods of analog companding exist (also
called log-PCM codes).
µ – Law companding: µ-law is a companding scheme used in telephone network to get more
dynamics to the 8 bit samples that is available with linear coding. Compression characteristics for
µ – Law is,
Where,
Vmax = maximum uncompressed analog input amplitude (volts)
Vin = amplitude of the input signal at particular instant of time (volts)
µ= parameter used to define the amount of compression (unitless) V out = compressed output amplitude
(volts)
The graph shows the compression curves for several values of µ. The higher the µ, the more
compression and also for µ = 0, the graph is linear.
A – Law: In Europe, the ITU-T has established A-law companding to be used to approximate true
logarithmic companding. Compression characteristic for A- law companding is,
Digital Companding
Digital companding involves compression in the transmitter after the input sample has been converted
to a linear PCM code and then expansion in the receiver prior to PCM decoding.
80 | P a g e
DataCommunication
Recent digitally compressed PCM systems use a 12-bit linear PCM code and an eight-bit compressed
PCM code. The compression and expansion curves closely resemble analog µ-law curves with a µ =
255.
The following figure shows 12- to eight-bit digital compression curve for positive values only. For
negative values, it’s identical but just inverse. Though 16 segments are present, this scheme is called
13-segment compression because the curve for segments +0, +1, -0 and -1 is a straight line.
The digital companding algorithm for a 12-bit linear to eight-bit compressed code is quite simple and
the compressed code consists of a sign bit, a three-bit segment identifier, and a five-bit magnitude code
which specifies the quantization interval within the specified segment.
81 | P a g e
DataCommunication
In the encoding table shown above, the bit positions designated with an X are truncated during
compression and thereafter lost. Bits designated by A, B,C, D along with the sign bit are transmitted as
is. The analog signal is sampled and converted to a linear 12-bit sign-magnitude code. The sign bit is
transferred directly to an eight-bit compressed code. The segment number in the eight-bit code is
determined by counting the number of leading 0’s in the 11-bit magnitude portion of the linear code
beginning with the most-significant bit and then subtracting the number of leading 0s from 7, which is
the segment number. The segment number is converted to a three-bit binary number and inserted into
the eight-bit compressed code as the segment identifier. The four magnitude bits (A, B, C, D) represent
the quantization interval and are submitted into the least-significant four bits of the eight-bit
compressed code.
Segments 2 through 7 are subdivided into smaller subsegments. Each segment consists of 16
subsegments corresponding to the 16 conditions possible for bits A, B,C and D (0000 – 1111). In
segment 2, there are two codes per subsegment and in segment 3, there are four. The number of codes
per subsegment doubles with each subsequent segment. So, in segment 7, each subsegment has 64
codes. In the decoder, the most significant of the truncated bits is reinserted as logic 1. The remaining
truncated bits are reinserted as 0s. This minimizes the magnitude of error introduced by compression
and expansion process.
82 | P a g e
DataCommunication
The magnitude of the compression error is not the same for all samples. However, the maximum
percentage is the same in each segment (other than segments 0 and 1, where there is no compression
error), which is calculated using:
Every function performed by a PCM encoder and decoder is now accomplished with a single
integrated-circuit chip called codec. Some of the most recent developed codecs are called combo chips,
as they include an antialiasing (band-pass) filter, a sample-and-hold circuit, and an ADC in transaction
and a DAC, a hold circuit, and a band pass filter in the receive section.
Line speed is the data rate at which serial PCM bits are clocked out of the PCM encoder onto the
transmission line. Line speed is dependent on the sample rate and the number of bits in the compressed
PCM code. Mathematically, it is:
Delta modulation PCM uses a single-bit PCM code to achieve digital transmission of analog
signals. Here, only a single bit is transmitted, which simply indicates whether the present sample is
larger or smaller in magnitude than the previous sample. If the current sample is larger in magnitude
than a previous sample, a logic 1 is transmitted and if its smaller, logic 0 is transmitted.
83 | P a g e
DataCommunication
Multiplexing is the transmission of information from more than one source to more than one
destination over the same transmission medium. Multiplexing is accomplished in various domains
such as space, time, phase, frequency and wavelength.
In synchronous TDM, time slot ‘x’ is assigned to user m alone and cannot be used by any other user or
other device. T-1 and ISDN telephone lines are common examples of synchronous time division
multiplexing. Asynchronous TDM networks assign time slots only when they are to be used and delete
them when they are idle. STATDM is used in high density and high traffic applications.
With PCM-TDM system, two or more voice channels are sampled, converted to PCM codes,
and then time-division multiplexed onto a single metallic or optical fiber cable.
The above figure shows a block diagram for a PCM carrier system comprised of two DS-0
channels that have been time-division multiplexed. Each channel’s input is alternately sampled at an 8-
kHz rte and converted to an eight-bit PCM code. While the PCM code for channel-1 is being
transmitted, channel-2 is sampled and converted to PCM code. When its turn for channel-2’s PCM
code to be transmitted, the next sample is taken from channel-1 and converted to PCM code. This is a
continuous process.
84 | P a g e
DataCommunication
The multiplexer is simply an electronically controlled digital switch with two inputs and one
output. One eight-bit PCM code from each channel is called a TDM frame and the time it takes to
transmit one TDM frame is called frame time and it is equal to reciprocal of sample rate. The above
figure shows the frame allocation for a two channel PCM system. The PCM code for each channel
occupies a fixed time slot within the total TDM frame.
DS-hierarchy
85 | P a g e
DataCommunication
A T1 carrier system time division multiplexes PCM encoded samples from 24 voice band
channels for transmission over a single metallic wire pair or a fiber optic cable. The multiplexer has 24
independent inputs and one time-division multiplexed output. The 24 PCM output signals are
sequentially selected and connected through the multiplexer to the transmission line. To become a T1
carrier, the system has to be line encoded and placed on special conditioned cables called T1 lines.
A transmitting portion of a Channel Bank digitally encodes the 24 analog channels, adds
signalling information into each channel, and multiplexes the digital stream onto the transmission
medium. The receiving portion reverses the process. Each of the 24 channels contains an eight-bit
PCM code and is sampled 8000 times a second. Each channel is sampled at the same rate, but may not
be at the same time. The line speed is calculated as:
=>
Later, an additional bit called the framing bit is added to each frame. The framing bit occurs
once per frame and is recovered at the receiver and its main purpose is to maintain frame and sample
synchronization between TDM transmitter and receiver.
As a result of this extra bit, each frame now contains 193 bits and the line speed for a T1 digital
carrier system is 1.544 Mbps. { 193 bits × 8000 frames = 1.544 Mbps}
86 | P a g e
DataCommunication
Earlier T1 carrier systems used D1 digital channel banks (PCM encoders) with a seven-bit
magnitude-only PCM code, analog companding and a µ = 100. Modern versions use digital
companded, eight-bit sign magnitude-compressed PCM codes with a µ = 255.
The 8-kbps signalling rate used with the early digital channel banks was excessive for
signalling on standard telephone voice circuits. Therefore, with modern channel banks, a signalling bit
is substituted only into the least-significant bit (LSB) of every sixth frame. Hence, five of every six
frames have eight-bit resolution, while one in every six frames (the signalling frame) has only seven-
bit resolution.
Because only every sixth frame includes a signalling bit, it is necessary that all the frames be
numbered so that the receiver knows when to extract the signalling bit. Also, because signaling is
accomplished with a two-bit binary word, it is necessary to identify the most- and least-significant bits
(MSB and LSB, respectively) of the signalling word. A Super frame format was devised as shown
below.
87 | P a g e
DataCommunication
Within each super- frame are 12 consecutively numbered frames (1 to12). The signalling bits
are substituted in frames 6 and 12, the MSB into frame 6, and the LSB into frame 12. Frames1to 6 are
called the A highway, with frame 6 designated the A channel signalling frame. Frames 7 to 12 are
called the B high way, with frame 12 designated the B channel signalling frame. Therefore, in addition
to identifying the signalling frames, the sixth and twelfth frames must also be positively identified. To
identify frames 6 and 12, a different framing bit sequence is used for the odd- and even-numbered
frames. The odd frames (frames 1, 3, 5, 7, 9, and 11) have an alternating 1/0) pattern, and the even
frames (frames 2, 4, 6, 8, 10, and 12) have a 00 1110repetitive pattern. As a result, the combined
framing bit pattern is 1000 11011100. The odd numbered frames are used for frame and sample
Synchronization and the even-numbered frames are used to identify the A and B channel signalling
frames (frames 6 and 12). Frame 6 is identified by a 0/1 transition in the framing bit between frames 4
and 6. Frame 12 is identified by a 1/0 transition in the framing bit between frames 10 and 12.
Line speed is calculated as: total no of bits is 8 bits/channel × 48 channels = 384 bits/frame An
additional 10 bits are added for frame: so 394 bits/frame. Therefore, line speed of DS-1C system is
394×8000 = 3.152 Mbps
In ESF, a super frame is 24 frames long, and the 193rd bit of each frame is used as framing bit.
Only 6 of the 24 framing bits are used for frame synchronization. Frame synchronization bits occur in
frames 4, 8, 12, 16, 20 and 24 and have a bit sequence of 001011. Six additional framing bits in frames
1, 5, 9, 13, 17, and 21 are used for an error-detection code called CRC-6 (cyclic redundancy checking).
The 12 remaining framing bits provide for a management channel called the facilities data link (FDL).
FDL bits occur in frames 2, 3, 6, 7, 10, 11, 14, 15, 18, 19, 22, and 23.
The extended super frame format supports a four-bit signalling word with signalling bits
provided in the second least-significant bit of each channel during every sixth frame. The signalling bit
in frame 6 is called the A bit, in frame 12 is called the B bit, in frame 18 is C bit and in frame 24 is
called D bit. These signalling streams are sometimes called the A, B, C and D signalling channels (or
signalling highways).
Fractional T carrier
Fractional T carrier emerged because standard T1 earners provide a higher capacity (i.e., higher
bit rate) than most users require. Fractional T1 systems distribute the channels (i.e., bits) in a standard
T1 system among more than one user, allowing several subscribers to share one T1line. Bit rates
offered with fractional T1 carrier systems are 64kbps (1 channel), 128 kbps (2 channels), 256 kbps (4
88 | P a g e
DataCommunication
channels), 384 kbps (6 channels), 512 kbps (8 channels), and 768 kbps (12 channels), with 384 kbps
(1/4 T1) and 768 kbps (1/2 T1) being the most common. The minimum data rate necessary to
propagate video information is 384 kbps.
The above figure shows four subscribers combining their transmissions in a special unit called a data service
unit/channel service unit (DSU/CSU). A DSU/CSU is a digital interface that provides the physical connection to
a digital carrier network. User 1 is allocated 128 kbps, user 2 - 256 kbps, user 3 - 384 kbps, and user 4 - 768
kbps for a total of 1.536 kbps (8 kbps is reserved for the framing bit).
The above figure shows the American Telephone and Telegraph Company’s (AT&T’s) North American
Digital Hierarchy for multiplexing digital signals into a single higher-speed pulse stream suitable for
transmission on the next higher level of the hierarchy. A special device called muldem
(multiplexers/demultiplexer) is used to upgrade from one level in the hierarchy to the next-higher level. They
handle bit-rate conversions in both directions and are designated as M12, M23 etc. which identifies the
respective input and output digital signals. As shown, an M12 muldem interfaces DS-1 and DS-2 digital signals.
Also DS-1 signals can be further multiplexed or line encoded and placed on specially conditioned cables called
T1 lines.
89 | P a g e
DataCommunication
Digital signals are routed at central locations called digital cross-connects (DSX), which are
convenient for making patchable interconnections and routine maintenance and troubleshooting. Each
digital signal (i.e. DS-1, DS-2, etc) has its own digital switch (DSX-1, DSX-2…).
With NRZ encoding, a long string of either logic 1 or logic 0’s produces a condition in which a
receiver may lose its amplitude reference for discrimination between received 1’s and 0’s. This
condition is called dc wandering.
Bandwidth Requirements: The minimum bandwidth required to propagate a line-encoded digital
signal is determined by the highest fundamental frequency, which is in turn determined by the worst-
case (fastest transition) binary sequence. For, UPNRZ and BPNRZ the worst-case is alternating 1/0
sequence making the highest fundamental frequency one-half of the bit rate (fb/2). With BPRZ, it
occurs for successive logic 1’s and 0’s making the minimum bandwidth equal to bitrate fb. With
BPRZ-AMI, the worst-case condition is two or more consecutive logic 1’s, and minimum bandwidth is
one-half of bitrate (fb/2).
90 | P a g e
DataCommunication
Clock and framing bit recovery: To maintain clock and framing bit synchronization, there must be
sufficient transitions in the data waveform. Among all, BPRZ is the best encoding scheme for clock
recovery as a transition occurs in each position regardless of whether the bit is a 1 or 0.
Error detection: With UPNRZ, BPNRZ, UPRZ, and BPRZ encoding, there is no way to determine if
the received data have errors. However, with BPRZ-AMJ encoding, an error in any bit will cause a
bipolar violation (BPV—the reception of two or more consecutive logic is with the same polarity).
Therefore, BPRZ-AMI has a built-in error-detection mechanism. T carriers use BPRZ-AMI, with +3V
and —3 V representing logic 1 and 0 V representing a logic 0.
Digital Biphase: Digital biphase (sometimes called the Manchester code or diphase) is a popular type
of line encoding that produces a strong timing component for clock recovery and does not dc
wandering. Biphase is a form of BPRZ encoding that uses one cycle of a square wave at 00 phase to
represent a logic 1 and one cycle of a square wave at 1800 phase to represent a logic 0.
Manchester codes always have a transition at the middle of each bit period, and depending on
the state of the signal, may have a transition at the beginning of the period as well. In addition,
assuming equal probability of 1s and 0s, the average dc voltage is 0 V. and there is no dc wandering. A
disadvantage of biphase is that it contains no means of error detection.
T Carrier Systems
T carriers are used for the transmission of PCM-encoded time-division multiplexed digital
signals. Digital signals deteriorate as they propagate along a cable and regenerative repeaters are
placed at periodic intervals. It has three functional blocks: an amplifier/equalizer, a timing clock
recovery circuit, and the regenerator itself. The amplifier/equalizer filters and shapes the incoming
digital signal and raises its power level so that the regenerator circuit can make a pulse-no pulse
decision.
The timing clock recovery circuit reproduces the clocking information from the received data
and provides the proper timing information to the regenerator so that samples can be made at the
optimum time, minimizing the chance of an error occurring. A regenerative repeater is simply a
threshold detector that compares the sampled voltage received to a reference level and determines
whether the bit is logic 1 or logic 0. Spacing of repeaters is designed to maintain an adequate signal-to-
noise ratio for error-free performance.
91 | P a g e
DataCommunication
T1 Carrier System
T1 carrier systems were designed to combine PCM and TDM techniques for the transmission
of 24 64-kbps channels with each channel capable of carrying digitally encoded voiceband telephone
signals or data. The transmission bit rate (line speed) for a T1 carrier is 1.544 Mbps. Using TDM, T1
divides this bandwidth into 24 individual DS-0 channels, sampling each channel 8000 times per
second. Thus 8 × 8000 samples per second give each of the 24 DS-0 channels a data rate of 64kbps.
All 24 DS-0 channels combined has a data rate of 1.544 Mbps; this digital signal level is called DS-1.
Therefore T1 lines are sometimes referred to as DS-1 lines.
Alternate mark inversion (AMI) is the type of line coding used for T1 lines. Electrically, the
signal transmitted on a T1 line is a bipolar, return-to-zero (RZ) signal. This simply means that each
logical 1 bit is transmitted as a positive or a negative pulse, after which the line voltage always returns
to zero. A logical 0 bit is transmitted as a zero voltage on the line. This format is known as AMI
because each logical 1 bit (pulse or mark) is of opposite polarity from the previous one.
One additional benefit of the AMI bipolar format is that it permits detection of line errors. If a
line problem causes a pulse to be deleted or an unintended pulse to be transmitted, two consecutive
pulses with the same polarity on the line will result, called a bipolar violation (BPV).
With modern T1 carriers, a technique called binary eight zero substitution (B8ZS) is used to
ensure that sufficient transitions occur in the data to maintain clock synchronization. Here, whenever
eight consecutive 0s are encountered, one of two special patterns is substituted for the eight 0s, either
+-0-+000 or -+0+-000. The + and – represent bipolar logic 1 conditions and a 0 indicates a logic 0
condition.
The eight-bit pattern substituted for the eight consecutive 0s is the one that purposely induces bipolar violations
in the fourth and seventh bit positions. This code is then interpreted at the remote end of the connection. A full
1.544 Mbps T1 line contains 24 fractional T1 lines (abbreviated as FT1), each with a bandwidth of 64 kbps.
92 | P a g e
DataCommunication
Some of the limitations of T1 services are: They are very expensive, installation cost is also very high and some
case improper utilization of bandwidth.
T2 Carrier System
T2 carriers time-division multiplex 96 64-kbps voice or data channels into a single 6.312
Mbps data signal for transmission over twisted-pair copper wire upto 500 miles over a special LOCAP
(low capacitance) metallic cable. Higher transmission rates make clock synchronization even more
critical. So, an alternative method called binary six zero substitution (B6ZS) is used to ensure that
ample transitions occur in the data.
Whenever six consecutive logic 0s occur, either 0-+0+- or 0+-0-+ is substituted, and this code
is selected to create a bipolar violations in the second and fourth bits of the substituted patterns.
T3 Carrier System
T3 carriers time-division multiplex 672 64-kbps voice or data channels for transmission over a single
3A-RDS coaxial cable. The transmission bit rate is 44.736 Mbps and coding technique used with T3
carriers is binary three zero substitution (B3ZS).
T5 Carrier System
T5 carriers time-division multiplex 8064 64-kbps voice or data channels and transmits them at 560.16
Mbps over a single coaxial cable.
And the line speed can be given as 256 bits/frame × 8000 frames/second = 2.408 Mbps
93 | P a g e
DataCommunication
With Statistical multiplexing, control bits must be included in the frame. The following figure
shows the overall frame format for a statistical TDM multiplexer.
The frame includes a beginning flag and ending flag to indicate the start and end of frame, an address
field that indicates the transmitting device, a control field, a statistical TDM subframe, and a frame
check sequence field (FCS), which provides error detection.
The above figure shows the frame when only one data source is transmitting. The transmitting devise is
identified in the address field. The data field is variable and this scheme works well in times of light
loads, but inefficient for heavy loads.
The above figure shows a way to improve efficiency by allowing more than one data source to be
included within a single frame.
94 | P a g e
DataCommunication
Frame Synchronization
With TDM systems, it is important not only that a frame has to be identified, but also
individual timeslots within the frame be identified. There are several methods used to establish frame
synchronization, including added digit, robbed digit, added channel, statistical and unique coding.
Considerable amount of overhead is added to transmission to achieve frame synchronization.
1. Added-Digit Framing: - T1 carriers using D1, D2 or D3 channel banks use added-digit
framing. A special framing digit (framing pulse) is added to each frame. The maximum
average synchronization time is given by
Synchronization time = 2NT = 2N2tb
Where N is number of bits per frame and T is frame period of Ntb and tb is bit time.
2. Robbed-Digit Framing: - Added-digit framing is inefficient when a short frame is used in the
case of single-channel PCM systems. As an alternative, the least significant bit of every nth
frame is replaced with a framing bit. This process is called robbed-digit framing and it does
not interrupt transmission, but instead periodically replaces information bits with forced data
errors to maintain frame synchronization.
4. Statistical Framing: - Here no robbing or adding digits is done. As a signal that has a
centrally peaked amplitude distribution generates a high probability of logic 1 in the second
digit, the second digit of a given channel can be used for the framing bit.
5. Unique-Line Code Framing: - Some property of the framing bit is different from the data
bits. The framing bit is either made higher or lower in amplitude or with different time
duration. The advantage is that synchronization is immediate and automatic. The disadvantage
is additional processing requirements necessary to generate and recognize the unique bit.
95 | P a g e
DataCommunication
In the above figure-b, five signal sources are fed into a multiplexer that modulates each signal
onto a different frequency (f1, f2, f3, f4 , f5). To prevent interference, the channels are separated by guard
bands, which are unused portions of the spectrum. With FDM, each user has its own modulating
circuitry, a transmitter, a receiver and a demodulator. The channel is common to all users. Since each
transmitter is using a carrier of a different frequency, there is no interference unless the sidebands or
carriers are incorrectly assigned and therefore overlap. AM, FM and cable TV broadcasting are most
common examples of FDM where each station uses a different frequency band.
Advantages of FDM:
1. In FDM system, users can be added to the system by simply adding another pair of
transmitter modulator and receiver demodulators.
2. FDM system support full duplex information flow which is required by most of the
applications
3. Noise problem for analog communication has less effect.
Disadvantages of FDM:
1. The initial cost is high, which includes the cable between the two ends and associated
connectors for the cable.
2. One users problem can sometimes affect others
3. Each user requires a precise carrier frequency.
Wavelength-Division Multiplexing
WDM involves transmission of multiple digital signals using several wavelengths without their
interfering with one another. This technology enables many optical signals to be transmitted
simultaneously by a single fiber cable. It is also referred to as wave-division multiplexing.
WDM is accomplished by modulating injection laser diodes, which are transmitting highly
concentrated light waves at different wavelengths (i.e. at different optical frequencies). Therefore
WDM is coupling light at two or more discrete wavelengths into and out of an optical fiber. Each
wavelength is capable of carrying vast amounts of information in either analog or digital form, and the
information can already be time- or frequency-division multiplexed.
96 | P a g e
DataCommunication
Advantages of WDM:
1. Enhanced capacity as full-duplex transmission is also possible with a single fiber.
2. WDM is inherently easier to reconfigure (i.e. adding of removing channels)
3. Usage of optical components makes it simpler, more reliable and often less costly
Disadvantages of WDM:
1. Signals cannot be placed so close in the wavelength spectrum that they interfere with each
other.
2. The overall signal strength should be approximately the same for each wavelength which may
not be possible.
3. Light waves carrying WDM are limited to a two-point circuit or a combination of many two-
point circuits that can go only where the cable goes.
Dense wavelength division multiplexing (DWDM) is a fiber-optic transmission technique that employs
light wavelengths to transmit data parallel-by-bit or serial-by-character.
97 | P a g e
DataCommunication
Advantages:
Disadvantages:
Dispersion
Chromatic dispersion
Polarisation mode dispersion
Attenuation
Intrinsic: Scattering, Absorption, etc.
Extrinsic: Manufacturing Stress, Environment, etc.
Four wave mixing
Non-linear nature of refractive index of optical fiber
Limits channel capacity of the DWDM System
98 | P a g e
DataCommunication
99 | P a g e
DataCommunication
Questions:
b) Compare WDM and DWDM and also list the advantages and
disadvantages of WDM.
b) What is SQR and give its relationship to resolution, dynamic range and
maximum no of bits in a PCM code.
100 | P a g e
DataCommunication
MODULE-IV
Electromagnetic Polarization,
Electromagnetic Radiation,
Optical Properties of Radio Waves,
Terrestrial Propagation of Electromagnetic Waves,
Skip Distance, Free-Space Path Loss,
Microwave Communications Systems,
Satellite Communications Systems
101 | P a g e
DataCommunication
Electromagnetic Polarization
Electromagnetic waves are comprised of an electric and a magnetic field at 90 degrees to each
other. The polarization of a plane electromagnetic wave is simply the orientation of the electric field
vector in respect to earth’s surface. If the polarization remains constant, it is described as linear
polarization. Horizontal and vertical polarizations are two forms of linear polarization. A wave is
horizontally polarized if the electric field propagates parallel to the earth’s surface, and the wave is
vertically polarized if the electric field propagates perpendicular to the earth’s surface. The wave is
described as having circular polarization if the polarization vector rotates 360 degrees, as the wave
moves one wavelength through space and the field strength is equal at all angles of polarization. When
the field strength varies with changes in polarization, this is described as elliptical polarization. A
rotating wave can turn in either direction. If the vector rotates in a clockwise direction, it is right
handed, and if the vector rotates in a counter-clockwise direction, it is considered left handed.
102 | P a g e
DataCommunication
Rays and wavefronts are used for analysing electromagnetic waves. A ray is a line drawn along
the direction of propagation of an electromagnetic wave. Rays are used to show the relative direction
of propagation.
Electromagnetic Radiation
Power density P = EH, where P is power density (watt/m2), E represents rms electric field intensity
(volts/meter) and H represents rms magnetic field intensity (ampere turns/meter).
A spherical wavefront is obtained by an isotopic radiator. All points at distance R(radius) from
the source lie on the surface of the sphere and have equal power densities. At an instance of time, the
total power radiated Prad is uniformly distributed over the total surface of the sphere. Therefore, the
power density at any point on the sphere is the total radiated power divided by the total area of the
sphere and can be given as,
P = Prad / (4πR2)
The power density becomes smaller as the distance from isotropic source increases. The total
radiated power is same. But as the area of the sphere increases in direct proportion to the square of
distance from source, the power density is inversely proportional to the square of the distance from the
source. This relationship is called inverse square law.
103 | P a g e
DataCommunication
When waves propagate through free space, they spread out, resulting in reduction of power
density. This is called attenuation loss and it occurs in free space as well as earth’s atmosphere.
Earth’s atmosphere contains different particles which absorb electromagnetic energy, causing
reduction in power, called as absorption loss. The reduction in power density with increase in distance
is equivalent to a power loss and is called wave attenuation. Because it’s due to spherical spreading of
wave in space, it is sometimes called space attenuation. Mathematically, wave attenuation is
γA= 10 log (P1/P2), where γA represent wave attenuation in dB, P1 is power density at point 1 and P2
is power density at point 2.
Earth’s atmosphere is not a vacuum and it consists of atoms, molecules of various substances
such as gases, liquids and solids, which are quite capable of absorbing EM waves. As the wave
propagates, energy is transferred from the wave to the atoms and molecules and this transfer is known
as wave absorption and is analogous to I2R power loss. Once absorbed, energy is lost forever and
causes reduction in the power density.
The free space behaviour of propagation is altered by optical effects such as refraction,
reflection, diffraction and interference.
Whenever a ray passes from a less dense to a more dense medium, it is effectively bent toward
the normal (imaginary line drawn perpendicular to the interface at the point of incidence). Conversely,
whenever a ray passes from a more dense to a less dense medium, it is effectively bent away from the
normal. The angle of incidence is the angle formed between the incident wave and the normal, and the
angle of refraction is the angle formed between the refracted wave and the normal. Snell’s law states
that,
where θ1 and θ2 are angles of incidence and refraction and n1 and n2 are refractive indexes of material1
and material2.
104 | P a g e
DataCommunication
Refraction also occurs when a wavefront propagates in a medium that has a density gradient
that is perpendicular to the direction of propagation. The following figure shows wavefront refraction
in earth’s atmosphere (which has gradient refractive index).
The medium is more dense near the bottom and less dense near the top (upper atmosphere).
Therefore, rays travelling in the upper layers of the atmosphere travel faster than rays travelling near
earth’s surface and, consequently, the wavefront tilts downward. The tilting occurs in a gradual fashion
as the wave progresses.
Reflection: Electromagnetic wave reflection occurs when an incident wave strikes a boundary of two
media and some or all of the incident power does not enter the second material (i.e., they are reflected).
The following figure shows electromagnetic wave reflection at a plane boundary between two media.
Because all the reflected waves remain in medium1, angle of reflection equals the angle of
incidence (θi = θr). The ratio of reflected to incident power is Γ, expressed as T = Pr/Pi where T is
reflection coefficient and Pr and Pi are reflected and incident power.
For perfect conductors, T = 1 and all incident power is reflected. Reflection also occurs when
the reflective surface is irregular. When an incident wavefront strikes an irregular surface, it is
randomly scattered in many directions. Such a condition is called diffuse reflection, whereas reflection
from a perfectly smooth surface is called specular (mirror like) reflection.
105 | P a g e
DataCommunication
The first figure shows normal wave propagation considering an infinite plane. Each secondary
point source (P1, P2 and so on) radiates energy outward in all directions. But, the wavefront continues
in its original direction rather than spreading out because cancellation of the secondary wavelets occurs
in all directions except straight forward. Therefore, the wavefront remains plane. When a finite plane
wavefront is considered, as in second figure, cancellation in random directions is incomplete. So, the
wavefront spreads out or scatters. This scattering effect is called diffraction.
The third figure shows diffraction around the edge of an obstacle. It can be seen that wavelet
cancellation occurs only partially. Diffraction occurs around the edge of the obstacle, which allows
secondary waves to “sneak” around the corner of the obstacle into what is called the shadow zone.
Interference: Radio wave interference occurs when two or more electromagnetic waves combine in
such a way that system performance is degraded. Interference, on the other hand, is subject to the
principle of linear superposition of electromagnetic waves and occurs whenever two or more waves
simultaneously occupy the same point in space.
In the above figure, it can be seen that, at point X the two waves occupy the same area in space.
However, wave B has travelled a different path than wave A and, therefore, their relative phase angles
may be different. If the difference in distance travelled is an odd-integral multiple of one-half
wavelength, reinforcement takes place. If the difference is an even-integral multiple of one- half
wavelength, total cancellation occurs.
106 | P a g e
DataCommunication
Ground waves are the electromagnetic waves that travel along the surface of earth and are also
called as surface waves. Ground waves must be vertically polarized and the changing electric field
induces voltages in earth’s surface, which cause currents to flow that are very similar to those in a
transmission line. Ground waves are attenuated as they propagate because of the presence of resistance
and dielectric losses in the earth’s surface. Ground waves propagate best over a surface that is a good
conductor, such as salt water and poorly over dry desert areas. Also losses in ground waves increase
rapidly with frequency, ground wave propagation is limited to frequencies below 2 MHz
The following figure shows ground wave propagation. Because of earth’s gradient density,
ground wave propagates around the earth, remaining close to its surface.
107 | P a g e
DataCommunication
The frequency and terrain over which the ground wave propagates has to be selected carefully
to ensure that the wavefront does not tilt excessively and simply turn over, lie flat on the ground and
cease to propagate. Ground wave communication is commonly used for ship-to-ship and ship-to-shore
communications, for radio navigation and for maritime mobile communications.
Space Wave Propagation: It includes radiated energy that travels in the lower few miles of earth’s
atmosphere. Space wave include both direct and ground reflected waves.
Direct waves travels essentially in a straight line between transmit and receive antennas. And
this propagation with direct waves is commonly called line-of-sight (LOS) transmission. Direct space
wave propagation is limited by the curvature of the earth. Ground-reflected waves are waves reflected
by earth’s surface as they propagate between transmit and receive antennas. The field intensity at the
receive antenna depends on the distance between the two antennas (attenuation and absorption) and
whether the direct and ground-reflected waves are in phase (interference). The curvature of earth
presents a horizon to space wave propagation commonly called the radio horizon. Because the
conditions in earth’s lower atmosphere are subject to change, the degree of refraction can vary with
time. A special condition called duct propagation occurs when the density of the lower atmosphere is
such that electromagnetic waves can propagate within the duct for great distances, causing them to
propagate around earth following its natural curvature.
Sky Wave Propagation: Electromagnetic waves that are directed above the horizon level are called
sky waves. Sky waves are radiated toward the sky, where they are either reflected or refracted back to
earth by the ionosphere. Because of this, sky wave propagation is sometimes called ionospheric
propagation. The ionosphere is the upper portion of earth’s atmosphere and is located approximately
50km to 400km (31 mi to 248 mi) above earth’s surface. Because of the ionosphere’s non uniform
composition and its temperature and density variations, it is stratified. Essentially, three layers make
up the ionosphere (the D, E, and F layers) and are shown below:
Ionospheric Layers
108 | P a g e
DataCommunication
All three layers of the ionosphere vary in location and in ionization density with the time of
day. The ionosphere is most dense during times of maximum sunlight. Because the density and
location of the ionosphere vary over time, the effects it has on electromagnetic radio wave propagation
also vary.
Skip Distance
The skip distance is the distance from the transmitter to the point where the sky wave first
returns to the earth. The skip distance depends on the wave’s frequency and angle of incidence, and the
degree of ionization.
The SKIP ZONE is a zone of silence between the point where the ground wave becomes too
weak for reception and the point where the sky wave is first returned to Earth. The size of the skip
zone depends on the extent of the ground wave coverage and the skip distance. When the ground wave
coverage is great enough or the skip distance is short enough that no zone of silence occurs, there is no
skip zone.
Where:
is the signal wavelength (in metres),
is the signal frequency (in hertz),
is the distance from the transmitter (in metres),
is the speed of light in a vacuum, 2.99792458 × 108 metres per second
109 | P a g e
DataCommunication
For typical radio applications, it is common to find measured in units of MHz and in km,
in which case the FSPL equation becomes
1. The electronic circuits used with microwave frequencies are more difficult to analyze.
2. Conventional components, such as resistors, inductors, and capacitors, are more difficult to
manufacture and implement at microwave frequencies.
3. Microwave components are more expensive.
4. Transistor transit time is a problem with microwave devices.
5. Signal amplification is more difficult with microwave frequencies.
110 | P a g e
DataCommunication
The modulator may perform frequency modulation or some form of digital modulation such as PSK or
QAM. The output of modulator is an intermediate frequency (IF) carrier that has been modulated or
encoded by the baseband input signal. The baseband signal is simply the information. The mixer and
microwave generator (oscillator) combine to perform frequency up-conversion through nonlinear
mixing. The up-converter is to translate IF frequencies to RF microwave frequencies.
With systems longer than 40 miles or when geographical obstructions block the transmission
path, repeaters are needed. A microwave repeater is a receiver and transmitter placed back to back in
the system.
111 | P a g e
DataCommunication
The repeater station receives a signal, amplifies and reshapes it, and then retransmits it to the next
repeater or terminal station down line from it. A terminal station is simply a station at the end of a
microwave system where information signals originate and terminate.
A satellite is a celestial body that orbits around a planet. In other terms, a satellite is a space
vehicle launched by humans that orbits earth or another celestial body. Communication satellites are
manmade satellites that orbit earth, providing a multitude of communications services to a wide variety
of consumers, including military, governmental, private and commercial subscribers. The main
purpose of communications satellite is to relay signals between two or more earth stations. A satellite
repeater is called a transponder, and a satellite may have many transponders. Transmissions to and
from satellites are categorized as either bus or payload. The bus includes control mechanisms that
support the payload operation. The payload is the actual user information. Satellites utilize many of the
same frequency bands as terrestrial microwave radio systems.
Satellites are generally classified as having a low earth orbit (LEO), medium earth orbit (MEO), or
geosynchronous earth orbit (GEO).
LEO satellites operate in the 1.0 GHz to 2.5 GHz frequency range. Main advantage is that the
path loss between earth stations and space vehicles is much lower thereby resulting in lower
transmit powers, smaller antennas and less weight. Example is Motorola’s satellite-based mobile
telephone system, Iridium.
MEO satellites operate in the 1.2 GHz to 1.67 GHz frequency band and orbit between 6000
miles and 12,000 miles above earth. Example is DOD’s satellite based global positioning system,
NAVSTAR.
Geosynchronous or geostationary satellites operate primarily in the 2 GHz to 18 GHz frequency
spectrum with orbits 22,300 miles above the earth’s surface. They orbit in a circular pattern with
an angular velocity equal to that of earth and have an orbital time of approx 24 hours (i.e. same
as earth).
112 | P a g e
DataCommunication
In circular orbit, the speed or rotation is constant. With elliptical orbits, the velocity of a
satellite is greatest when satellite is closest to earth. The point in an elliptical orbit farthest from earth
is called the apogee, and the point on the orbit closest to earth is called perigee. If satellite rotation is
in the same direction as earth’s rotation with angular velocity greater than that of earth, the orbit is
called prograde or posigrade orbit. If it’s in opposite direction with angular velocity less than that of
earth, then it’s called a retrograde orbit. Nonsynchronous satellites revolve around in a prograde
orbit, resulting in change of position continuously in respect to a fixed position on earth. So expensive
and complicated tracking equipment is needed to locate and lock the antennas onto the satellite track.
Out of infinite number of orbital paths possible, only three are used for communication
satellites: inclined, equatorial, or polar. When satellites orbit the Earth, either in a circular or elliptical
orbit, the satellite orbit forms a plane that passes through the centre of gravity called geocentre of the
Earth.
Inclined orbits are virtually all orbits except those that travel directly above the equator or directly
above the North and South Poles.
113 | P a g e
DataCommunication
The angle of inclination is the angle between the earth’s equatorial plane and the orbital plane
of a satellite measured counter clockwise at the point in the orbit where it crosses the equatorial plane
from south to north and this point is called ascending node. If it’s passing from north to south, it is
called descending node. Angles of inclination vary between 0 degrees and 90 degrees. The line
joining both these nodes through the center of earth is called line of nodes.
An equatorial orbit is when the satellite rotates in an orbit directly above the equator, usually
in a circular path. With an equatorial orbit, the angle of inclination is 0 degrees. All geosynchronous
satellites are in equatorial orbits. A polar orbit is when the satellite rotates in a path that takes it over
the North and South Poles in an orbital pattern that is perpendicular to the equatorial plane. The angle
of inclination of a satellite in a polar orbit is nearly 90 degrees. 100% of earth’s surface can be covered
with a single satellite in a polar orbit. Satellites in polar orbits rotate around earth in a longitudinal
orbit while earth is rotating on its axis in a latitudinal rotation.
Geosynchronous Satellites
Geosynchronous orbit requirements: The most important requirement is that the orbit must have a
0-degree angle of elevation. They also must orbit in the same direction as earth’s rotation with the
same angular velocity. Using Kepler’s third law, it can be shown that geosynchronous satellites must
revolve around earth in a circular pattern 42,164 km from the center of the earth. The circumference of
a geosynchronous satellite orbit is
C = 2 π (42,164km) = 264,790 km, and the velocity (v) is v = 264,790 km/24hr = 6840 mph
Clarke orbit: Synonymous with geostationary orbit. It is so-named because noted author Arthur C.
Clarke was the first person to realize that this orbit would be useful for communication satellites. The
Clarke orbit meets the concise setoff specifications for geosynchronous satellite orbits: (1) be located
directly above the equator, (2) travel in the same direction as earth’s rotation with a velocity of 6840
mph, (3) have an altitude of 22,300 miles above earth and (4) complete one revolution in 24 hours
2. Geosynchronous satellites are available to all earth stations within their shadow 100% of the
time. The shadow of a satellite includes all the earth stations that have a line-of-sight path to the
satellite.
3. Switching from one geosynchronous satellite to another as they orbit overhead is not necessary.
Consequently, there are no transmission breaks due to switching times
114 | P a g e
DataCommunication
Disadvantages are;
1. An obvious disadvantage of geosynchronous satellites is they require sophisticated and heavy
propulsion devices on board to keep them in a fixed orbit.
2. High-altitude geosynchronous satellites introduce much longer propagation delays. The
roundtrip propagation delay between two earth stations through a geosynchronous satellite is
typically between 500 ms and 600 ms.
3. Geosynchronous satellites require higher transmit power levels and more sensitive receivers
because of the longer distances and greater path losses.
4. High precision spacemanship is required to place a geosynchronous satellite into orbit and to
keep it there.
Satellite Look Angles
Two angles have to be determined to ensure the earth station antenna is pointed directly at the
satellite: the azimuth and the elevation angle. Both of them together are referred to as look angles.
With geosynchronous satellites, the look angles of earth station antennas need to be adjusted only
once, as the satellite will remain in a given position permanently except for minor variations. The pint
on the surface of earth directly below the satellite is used to identify its location is called the
subsatellite point (SSP) and for geosynchronous satellites, SSP must fall on the equator.
115 | P a g e
DataCommunication
Frequency division multiple accessing: FDMA is a method of multiple accessing where a given RF
bandwidth is divided into smaller frequency bands called subdivisions. FDMA transmissions are
separated in the frequency domain and must share the total available transponder bandwidth as well as
total transponder power. A control mechanism is used to ensure that two or more earth stations do not
transmit in the same subdivision at the same time. Essentially, the control mechanism designates a
receive station for each of the subdivisions. Thus, with FDMA, transmission can occur from more than
one station at the same time, but the transmitting stations must share the allocated power, and no two
stations can utilize the same bandwidth.
Time-division multiple accessing: TDMA is the predominant multiple-accessing method used today.
TDMA is a method of time-division multiplexing digitally modulated carriers between participating
earth stations within a satellite network using a common satellite transponder. With TDMA, each earth
stat ion transmits a short burst of information during a specific time slot within a TDMA frame. The
bursts must be synchronized so that each station’s burst arrives at the satellite at a different time, thus
avoiding a collision with another station’s carrier. TDMA transmissions are separated in the tune
domain, and with TDMA, the entire transponder bandwidth and power are used for each transmission
but for only a prescribed interval of time. Thus, with TDMA, transmission cannot occur from more
than one station at the same time. However, the transmitting station can use all the allocated power and
the entire bandwidth during its assigned time slot.
Code-division multiple accessing: CDMA is based on the use of modulation technique known as
spread spectrum. Users are separated both by frequency and time.
116 | P a g e
DataCommunication
Comparison: In both FDMA and TDMA, only one subscriber at a time is assigned to a channel. No
other conversion can access this channel until the subscriber’s call is finished or until that original call
to be handed off to a different channel by the system. Voice data tends to be burst in nature. So much
of the time, no data is being sent over the channel. This inefficiency tends to limit the capacity of the
system. The above drawbacks are overcome in this third technique in which the users are spread across
both frequency and time in the same channel. This is a hybrid combination of FDMA and TDMA. For
example, frequency hopping may be employed to ensure during each successive time slot, the
frequency bands assigned to the users are recorded in random manner. An important advantage of
CDMA over FDMA and TDMA is that it can provide for secure communication.
117 | P a g e
DataCommunication
Questions
1. What is a radio wave? What are the optical properties of radio waves? Explain all
the details of how they relate to radio wave propagation?
2. What is meant by a free space path loss of an electromagnetic wave? Give the
mathematical equation in decibel form. Determine, in dB, the free space path loss
for a frequency of 6 GHz travelling a distance of 50 km.
4. What is a satellite multiple accessing arrangement? List and describe, in detail with
neat diagrams, the three forms of satellite multiple accessing arrangements.
5. Explain the term skip distance, satellite footprint and give the advantages of
geosynchronous satellites
118 | P a g e
DataCommunication
MODULE-V
Part - A
DATA COMMUNICATION CODES, ERROR CONTROL, AND DATA
FORMATS:
Part - B
DATA COMMUNICATION EQUIPMENT:
119 | P a g e
DataCommunication
This refers to the way in which data is represented. The sender and receiver must use the same code in order to
communicate properly. Here, we will briefly look at two common codes, one which was developed earlier on
and was widely used in early telegraph systems, and the other, which is in widespread use today.
The Baudot code was used extensively in telegraph systems. It is a five bit code invented by the Frenchman
Emile Baudot in 1870. Using five bits allowed 32 different characters. To accommodate all the letters of the
alphabet and numerals, two of the 32 combinations were used to select alternate character sets.
Each character is preceded by a start bit, and followed by a stop bit. It is an asynchronous code, and thus suited
for low speed data communication.
For instance, let’s consider coding the phase “JAMES BOND 007 SAYS HI!” using the Baudot code. To switch
between the LTRs and FIGs requires the use of a LetterShift or a FigureShift. Once switched, you stay in that
mode till you want to switch back again. So, here is the phrase encoded in Baudot.
J A M E S B O N D 0 0 7 S A Y S H I !
3 2 3 2
1 2 2 2 1 7 2 1 2 2 7
3 1 5 4 9 4 7 4 3 5 4 6
1 8 5 4 2 2 2 1 0 1
1 2 5 3
The ASCII code is the most popular code for serial data communications today. It is a seven bit code (128
combinations), and thus supports upper and lowercase characters, numeric digits, punctuation symbols, and
special codes. The table below lists the values for each character in the ASCII set.
0 0 0 0 0 0 0 0 0 0 0 0 0
07 09 0E
0 1 2 3 4 5 6 8 A B C D F
N S S E E E A B T
B L V F C S
00 U O T T O N C E A SO
S F T F R I
L H X X T Q K L B
D D D D D N S E C S E
E F G U
10 L C C C C A Y T A U S RS
M S S S
E 1 2 3 4 K N B N B C
20 ! “ # $ % & ‘ ( ) * + , – . /
30 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
40 @ A B C D E F G H I J K L M N O
50 P Q R S T U V W X Y Z [ \ ] ^ _
60 ` a b c d e f g h i j k l m n o
D
70 p q r s t u v w x y z { | } ~ E
L
120 | P a g e
DataCommunication
To work out a particular value from the table, you first determine the row value, and then add the
column value. For example, the character A has a value of 41, being a row value of 40 and a column
value of 1.
ASCII is also used as the data code for keyboards in computers. Control Codes have values between
00 and 1F (hexadecimal). Control codes are used in binary synchronous communication, and device
control codes in communicating with devices such as printers or terminals.
A control code can be generated from a keyboard by holding down the Ctrl key and pressing another
key. For instance, holding down the Ctrl key and pressing the A key generates the control code SOH.
Bar Codes:
A bar code (often seen as a single word, barcode) is the small image of lines (bars) and spaces that is
affixed to retail store items, identification cards, and postal mail to identify a particular product
number, person, or location. The code uses a sequence of vertical bars and spaces to represent numbers
and other symbols. A bar code symbol typically consists of five parts: a quiet zone, a start character,
data characters (including an optional check character), a stop character, and another quiet zone.
121 | P a g e
DataCommunication
Error Control
Networks must be able to transfer data from one device to another with complete accuracy.
Data can be corrupted during transmission. For reliable communication, errors must be detected and
corrected. Error control can be divided into two general categories:
1. Error Detection
2. Error Correction
Error detection and Error correction are implemented either at the data link layer or the transport
layer of the OSI model.
Types of Errors
Single-bit error:
Single bit errors are the least likely type of errors in serial data transmission because the noise must
have a very short duration which is very rare. However this kind of errors can happen in parallel
transmission.
122 | P a g e
DataCommunication
Burst error:
The term burst error means that two or more bits in the data unit have changed from 1 to 0 or from 0
to 1.
Burst errors does not necessarily mean that the errors occur in consecutive bits, the length of the
burst is measured from the first corrupted bit to the last corrupted bit. Some bits in between may not
have been corrupted.
Burst error is most likely to happen in serial transmission since the duration of noise is normally
longer than the duration of a bit. The number of bits affected depends on the data rate and duration of
noise.
Error detection
Error detection means to decide whether the received data is correct or not without having a copy
of the original message. Error detection uses the concept of redundancy, which means adding extra
bits for detecting errors at the destination.
123 | P a g e
DataCommunication
124 | P a g e
DataCommunication
VRC is also referred to as character parity. With character parity, each character has its own error-
detection bit called the parity bit. The parity bit is considered as a redundant bit. An n-character
message would have 'n' redundant parity bits.
• It can detect single bit error.
• It can detect burst errors only if the total number of errors is odd.
LRC is also referred to as message parity since it is used to check error occurred within a
message. With LRC each bit position has a parity bit. LRC is the result of XORing the bits present in
all the characters present in a message whereas VRC is the result of XORing the bits within a single
character.
• In LRC even parity is generally used, whereas with VRC odd parity is generally used.
• LCR increases the likelihood of detecting burst errors.
• If two bits in one data units are damaged and two bits in exactly the same positions in another
data unit are also damaged, the LRC checker will not detect an error.
125 | P a g e
DataCommunication
Checksum
The characters within a message are combined together to produce an error-checking character
called as checksum, which can be as simple as the arithmetic sum of the numerical values of all the
characters in the message. The checksum is appended to the end of the message.
The receiver replicates the combining operation and determines its own checksum. The receivers
checksum is compared with transmitter checksum appended with the message, and if they are the
same, it is assumed that no transmission errors have occurred.
126 | P a g e
DataCommunication
G (x )
=Q( x)+R ( x)
P ( x)
G(x) = Message Polynomial (message or Data) P(x) = Generator Polynomial
Q(x) = Quotient
R(x) = Remainder (CRC bits) For this example
G( x)=x 5 +x2
P (x )=x 3 + x2 + x0
G(x) ={1,0,0,1,0,0}
P (x )={1,1,0,1}
Here in this example CRC bits are {0, 0, 1}
127 | P a g e
DataCommunication
Error Correction:
Error correction is the detection of errors and reconstruction of the original, error-free data.
Error correction may generally be realized in two different ways:
ARQ and FEC may be combined, such that minor errors are corrected without retransmission, and
major errors are corrected via a request for retransmission: this is called hybrid automatic repeat-
request (HARQ).
Hamming Code:
Hamming code is an error-correcting code used for correcting transmission errors in synchronous data
streams. The Hamming code will correct only single-bit errors. It cannot correct mulitple-bit errors.
Hamming bits also sometimes called as error bits are inserted in to a character at random manner.
The combination of data bits (m bits) and Hamming bits(n bits) called as Hamming code (m+n bits).
To correct an error, the receiver reverses the value of the altered bit. To do so, it must know
which bit is in error.
Number of redundancy bits (Hamming bits) 'n' needed: Let data bits = m
Redundancy bits = n
Total message sent = m+n
The value of 'n' must satisfy the following relation:
2n ≥ m+n+1
128 | P a g e
DataCommunication
For example, if you have a Web business from your own home and have leased a digital line (perhaps
a T-1 or fractional T-1 line) to a phone company or a gateway at an Internet service provider, you have
a CSU/DSU at your end, and the phone company or gateway host has a CSU/DSU at its end, and the
units at both ends must be set to the same communications standard.
Most modems are “voiceband”; i.e., they enable digital terminal equipment to communicate over
telephone channels, which are designed around the narrow bandwidth requirements of the human
voice. Cable modems, on the other hand, support the transmission of data over hybrid fibre-coaxial
channels, which were originally designed to provide high-bandwidth television service. Both
voiceband and cable modems are marketed as freestanding, book-sized modules that plug into a
telephone or cable outlet and a port on a personal computer. In addition, voiceband modems are
installed as circuit boards directly into computers and fax machines. They are also available as small
card-sized units that plug into laptop computers.
Modems operate in part by communicating with each other, and to do this they must follow matching
protocols, or operating standards. Worldwide standards for voiceband modems are established by the
V-series of recommendations published by the Telecommunication Standardization sector of the
International Telecommunication Union (ITU). Among other functions, these standards establish the
signaling by which modems initiate and terminate communication, establish compatible modulation
and encoding schemes, and arrive at identical transmission speeds. Modems have the ability to “fall
back” to lower speeds in order to accommodate slower modems. “Full-duplex” standards allow
simultaneous transmission and reception, which is necessary for interactive communication. “Half-
duplex” standards also allow two-way communication, but not simultaneously; such modems are
sufficient for facsimile transmission.
129 | P a g e
DataCommunication
Data signals consist of multiple alternations between two values, represented by the binary digits, or
bits, 0 and 1. Analog signals, on the other hand, consist of time-varying, wavelike fluctuations in
value, much like the tones of the human voice. In order to represent binary data, the fluctuating values
of the analog wave (i.e., its frequency, amplitude, and phase) must be modified, or modulated, in such
a manner as to represent the sequences of bits that make up the data signal. Modems employ a number
of methods to do this; they are noted below in the section.
Each modified element of the modulated carrier wave (for instance, a shift from one frequency to
another or a shift between two phases) is known as a baud. In early voiceband modems beginning in
the early 1960s, one baud represented one bit, so that a modem operating, for instance, at 300 bauds
per second (or, more simply, 300 baud) transmitted data at 300 bits per second. In modern modems a
baud can represent many bits, so that the more accurate measure of transmission rate is bits or kilobits
(thousand bits) per second.
During the course of their development, modems have risen in throughput from 300 bits per second
(bps) to 56 kilobits per second (Kbps) and beyond. Cable modems achieve a throughput of several
megabits per second (Mbps; million bits per second). At the highest bit rates, channel-encoding
schemes must be employed in order to reduce transmission errors. In addition, various source-
encoding schemes can be used to “compress” the data into fewer bits, increasing the rate of
information transmission without raising the bit rate.
Although not strictly related to digital data communication, early work on telephotography machines
(predecessors of modern fax machines) by the Bell System during the 1930s did lead to methods for
overcoming certain signal impairments inherent in telephone circuits. Among these developments were
equalization methods for overcoming the smearing of fax signals as well as methods for translating fax
signals to a 1,800-hertz carrier signal that could be transmitted over the telephone line.
The first development efforts on digital modems appear to have stemmed from the need to transmit
data for North American air defense during the 1950s. By the end of that decade, data was being
transmitted at 750 bits per second over conventional telephone circuits. The first modem to be made
commercially available in the United States was the Bell 103 modem, introduced in 1962 by the
American Telephone & Telegraph Company (AT&T).
The Bell 103 permitted full-duplex data transmission over conventional telephone circuits at data rates
up to 300 bits per second. In order to send and receive binary data over the telephone circuit, two pairs
of frequencies (one pair for each direction) were employed. A binary 1 was signaled by a shift to one
frequency of a pair, while a binary 0 was signaled by a shift to the other frequency of the pair. This
type of digital modulation is known as frequency-shift keying, or FSK. Another modem, known as the
Bell 212, was introduced shortly after the Bell 103.
130 | P a g e
DataCommunication
Transmitting data at a rate of 1,200 bits, or 1.2 kilobits, per second over full-duplex telephone circuits,
the Bell 212 made use of phase-shift keying, or PSK, to modulate a 1,800-hertz carrier signal. In PSK,
data is represented as phase shifts of a single carrier signal. Thus, a binary 1 might be sent as a zero-
degree phase shift, while a binary 0 might be sent as a 180-degree phase shift.
Between 1965 and 1980, significant efforts were put into developing modems capable of even higher
transmission rates. These efforts focused on overcoming the various telephone line impairments that
directly limited data transmission. In 1965 Robert Lucky at Bell Laboratories developed an automatic
adaptive equalizer to compensate for the smearing of data symbols into one another because of
imperfect transmission over the telephone circuit. Although the concept of equalization was well
known and had been applied to telephone lines and cables for many years, older equalizers were fixed
and often manually adjusted.
The advent of the automatic equalizer permitted the transmission of data at high rates over the public
switched telephone network (PSTN) without any human intervention. Moreover, while adaptive
equalization methods compensated for imperfections within the nominal three-kilohertz bandwidth of
the voice circuit, advanced modulation methods permitted transmission at still higher data rates over
this bandwidth.
One important modulation method was quadrature amplitude modulation, or QAM. In QAM, binary
digits are conveyed as discrete amplitudes in two phases of the electromagnetic wave, each phase
being shifted by 90 degrees with respect to the other. The frequency of the carrier signal was in the
range of 1,800 to 2,400 hertz. QAM and adaptive equalization permitted data transmission of 9.6
kilobits per second over four-wire circuits. Further improvements in modem technology followed, so
that by 1980 there existed commercially available first-generation modems that could transmit at 14.4
kilobits per second over four-wire leased lines.
In mid-1990 the CCITT began to consider the possibility of full-duplex transmission over the PSTN at
even higher rates than those allowed by the upgraded V.32 standard. This work resulted in the issuance
in 1994 of the V.34 modem standard, allowing transmission at 28.8 kilobits per second.
Beginning in 1980, a concerted effort was made by the International Telegraph and Telephone
Consultative Committee (CCITT; a predecessor of the ITU) to define a new standard for modems that
would permit full-duplex data transmission at 9.6 kilobits per second over a single-pair circuit
operating over the PSTN.
Two breakthroughs were required in this effort. First, in order to fit high-speed full-duplex data
transmission over a single telephone circuit, echo cancellation technology was required so that the
sending modem’s transmitted signal would not be picked up by its own receiver.
Second, in order to permit operation of the new standard over unconditioned PSTN circuits, a new
form of coded modulation was developed.
131 | P a g e
DataCommunication
In coded modulation, error-correcting codes form an integral part of the modulation process, making
the signal less susceptible to noise. The first modem standard to incorporate both of these technology
breakthroughs was the V.32 standard, issued in 1984. This standard employed a form of coded
modulation known as trellis-coded modulation, or TCM. Seven years later an upgraded V.32 standard
was issued, permitting 14.4-kilobit-per-second full-duplex data transmission over a single PSTN
circuit.
The engineering of modems from the Bell 103 to the V.34 standard was based on the assumption that
transmission of data over the PSTN meant analog transmission—i.e., that the PSTN was a circuit-
switched network employing analog elements. The theoretical maximum capacity of such a network
was estimated to be approximately 30 Kbps, so the V.34 standard was about the best that could be
achieved by voice band modems.
In fact, the PSTN evolved from a purely analog network using analog switches and analog
transmission methods to a hybrid network consisting of digital switches, a digital “backbone” (long-
distance trunks usually consisting of optical fibers), and an analog “local loop” (the connection from
the central office to the customer’s premises). Furthermore, many Internet service providers (ISPs) and
other data services access the PSTN over a purely digital connection, usually via a T1 or T3 wire or an
optical-fiber cable.
With analog transmission occurring in only one local loop, transmission of modem signals at rates
higher than 28.8 Kbps is possible. In the mid-1990s several researchers noted that data rates up to 56
Kbps downstream and 33.6 Kbps upstream could be supported over the PSTN without any data
compression. This rate for upstream (subscriber to central office) transmissions only required
conventional QAM using the V.34 standard. The higher rate in the downstream direction (that is, from
central office to subscriber), however, required that the signals undergo “spectral shaping” (altering the
frequency domain representation to match the frequency impairments of the channel) in order to
minimize attenuation and distortion at low frequencies.
In 1998 the ITU adopted the V.90 standard for 56-Kbps modems. Because various regulations and
channel impairments can limit actual bit rates, all V.90 modems are “rate adaptive.” Finally, in 2000
the V.92 modem standard was adopted by the ITU, offering improvements in the upstream data rate
over the V.90 standard. The V.92 standard made use of the fact that, for dial-up connections to ISPs,
the loop is essentially digital. Through the use of a concept known as preceding, which essentially
equalizes the channel at the transmitter end rather than at the receiver end, the upstream data rate was
increased to above 40 Kbps. The downstream data path in the V.92 standard remained the same 56
Kbps of the V.90 standard
132 | P a g e
DataCommunication
Cable modems
A cable modem connects to a cable television system at the subscriber’s premises and enables two-
way transmission of data over the cable system, generally to an Internet service provider (ISP). The
cable modem is usually connected to a personal computer or router using an Ethernet connection that
operates at line speeds of 10 or 100 Mbps. At the “head end,” or central distribution point of the cable
system, a cable modem termination system (CMTS) connects the cable television network to the
Internet. Because cable modem systems operate simultaneously with cable television systems, the
upstream (subscriber to CMTS) and downstream (CMTS to subscriber) frequencies must be selected to
prevent interference with the television signals.
Two-way capability was fairly rare in cable services until the mid-1990s, when the popularity of the
Internet increased substantially and there was significant consolidation of operators in the cable
television industry. Cable modems were introduced into the marketplace in 1995. At first all were
incompatible with one another, but with the consolidation of cable operators the need for a standard
arose. In North and South America a consortium of operators developed the Data Over Cable Service
Interface Specification (DOCSIS) in 1997. The DOCSIS 1.0 standard provided basic two-way data
service at 27–56 Mbps downstream and up to 3 Mbps upstream for a single user. The first DOCSIS 1.0
modems became available in 1999. The DOCSIS 1.1 standard released that same year added voice
over Internet protocol (VoIP) capability, thereby permitting telephone communication over cable
television systems. DOCSIS 2.0, released in 2002 and standardized by the ITU as J.122, offers
improved upstream data rates on the order of 30 Mbps.
All DOCSIS 1.0 cable modems use QAM in a six-megahertz television channel for the downstream.
Data is sent continuously and is received by all cable modems on the hybrid coaxial-fibre branch.
Upstream data is transmitted in bursts, using either QAM or quadrature phase-shift keying (QPSK)
modulation in a two-megahertz channel. In phase-shift keying (PSK), digital signals are transmitted by
changing the phase of the carrier signal in accordance with the transmitted information. In binary
phase-shift keying, the carrier takes on the phases +90° and −90° to transmit one bit of information; in
QPSK, the carrier takes on the phases +45°, +135°, −45°, and −135° to transmit two bits of
information. Because a cable branch is a shared channel, all users must share the total available
bandwidth. As a result, the actual throughput rate of a cable modem is a function of total traffic on the
branch; that is, as more subscribers use the system, total throughput per user is reduced. Cable
operators can accommodate greater amounts of data traffic on their networks by reducing the total span
of a single fibre-coaxial branch.
DSL modems
In the section Development of voice band modems, it is noted that the maximum data rate that can be
transmitted over the local telephone loop is about 56 Kbps. This assumes that the local loop is to be
used only for direct access to the long-distance PSTN. However, if digital information is intended to be
switched not through the telephone network but rather over other networks, then much higher data
rates may be transmitted over the local loop using purely digital methods. These purely digital methods
are known collectively as digital subscriber line (DSL) systems. DSL systems carry digital signals over
the twisted-pair local loop using methods analogous to those used in the T1 digital carrier system to
transmit 1.544 Mbps in one direction through the telephone network.
133 | P a g e
DataCommunication
The first DSL was the Integrated Services Digital Network (ISDN), developed during the 1980s. In
ISDN systems a 160-Kbps signal is transmitted over the local loop using a four-level signal format
known as 2B1Q, for “two bits per quaternary signal.” The 160-Kbps signal is broken into two “B”
channels of 64 Kbps each, one “D” channel of 16 Kbps, and one signaling channel of 16 Kbps to
permit both ends of the ISDN local loop to be initialized and synchronized. ISDN systems are
deployed in many parts of the world. In many cases they are used to provide digital telephone services,
although these systems may also provide 64-Kbps or 128-Kbps access to the Internet with the use of
an adapter card. However, because such data rates are not significantly higher than those offered by
56-Kbps V.90 voiceband modems, ISDN is not widely used for Internet access.
High-bit-rate DSL, or HDSL, was developed in about 1990, employing some of the same technology
as ISDN. HDSL uses 2B1Q modulation to transmit up to 1.544 Mbps over two twisted-pair lines. In
practice, HDSL systems are used to provide users with low-cost T1-type access to the telephone
central office. Both ISDN and HDSL systems are symmetric; i.e., the upstream and downstream data
rates are identical.
Asymmetric DSL, or ADSL, was developed in the early 1990s, originally for video-on-demand
services over the telephone local loop. Unlike HDSL or ISDN, ADSL is designed to provide higher
data rates downstream than upstream—hence the designation “asymmetric.” In general, downstream
rates range from 1.5 to 9 Mbps and upstream rates from 16 to 640 Kbps, using a single twisted-pair
wire. ADSL systems are currently most often used for high-speed access to an Internet service
provider (ISP), though regular telephone service is also provided simultaneously with the data service.
At the local telephone office, a DSL access multiplexer, or DSLAM, statistically multiplexes the data
packets transmitted over the ADSL system in order to provide a more efficient link to the Internet. At
the customer’s premises, an ADSL modem usually provides one or more Ethernet jacks capable of line
rates of either 10 Mbps or 100 Mbps.
In 1999 the ITU standardized two ADSL systems. The first system, designated G.991.1 or G.DMT,
specifies data delivery at rates up to 8 Mbps on the downstream and 864 Kbps on the upstream. The
modulation method is known as discrete multitone (DMT), a method in which data is sent over a large
number of small individual carriers, each of which uses QAM modulation (described above in
Development of voiceband modems). By varying the number of carriers actually used, DMT
modulation may be made rate-adaptive, depending upon the channel conditions. G.991.1 systems
require the use of a “splitter” at the customer’s premises to filter and separate the analog voice channel
from the high-speed data channel. Usually the splitter has to be installed by a technician; to avoid this
expense a second ADSL standard was developed, variously known as G.991.2, G.lite, or splitterless
ADSL. This second standard also uses DMT modulation to achieve the same rates as G.991.1. In place
of the splitter, user-installable filters are required for each telephone set in the home.
Unlike cable modems, ADSL modems use a dedicated telephone line between the customer and the
central office, so the delivered bandwidth equals the bandwidth actually available. However, ADSL
systems may be installed only on local loops less than 5,400 metres (18,000 feet) long and therefore
are not available to homes located farther from a central office. Other versions of DSL have been
announced to provide even higher rate services over shorter local loops. For instance, very high data
rate DSL, or VDSL, can provide up to 15 Mbps over a single twisted wire pair up to 1,500 metres
(5,000 feet) long.
134 | P a g e
DataCommunication
135 | P a g e
DataCommunication
136 | P a g e
DataCommunication
137 | P a g e
DataCommunication
138 | P a g e
DataCommunication
139 | P a g e
DataCommunication
140 | P a g e
DataCommunication
141 | P a g e
DataCommunication
142 | P a g e
DataCommunication
143 | P a g e
DataCommunication
144 | P a g e