Communication Technologies Tutorial PDF
Communication Technologies Tutorial PDF
In this tutorial, we will discuss in detail how networks have evolved since the first network
known as ARPANET. We will also discuss the hardware and software components of
networking and the concept of global communication via Internet.
Audience
This tutorial is designed for anyone who wants to understand the basic concepts of
networking and how a network functions.
Prerequisites
There are no prerequisites for this course except an appetite for learning how networks in
general and Internet in particular operate.
All the content and graphics published in this e-book are the property of Tutorials Point (I)
Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish
any contents or a part of contents of this e-book in any manner without written consent
of the publisher.
We strive to update the contents of our website and tutorials as timely and as precisely as
possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt.
Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our
website or its contents including this tutorial. If you discover any errors on our website or
in this tutorial, please notify us at [email protected]
i
Communication Technologies
Table of Contents
About the Tutorial .................................................................................................................................... i
Audience .................................................................................................................................................. i
Prerequisites ............................................................................................................................................ i
Infrared ................................................................................................................................................. 13
ii
Communication Technologies
PAN ....................................................................................................................................................... 26
LAN ....................................................................................................................................................... 27
MAN...................................................................................................................................................... 28
GSM ...................................................................................................................................................... 35
CDMA .................................................................................................................................................... 35
WLL ....................................................................................................................................................... 35
GPRS ..................................................................................................................................................... 36
SMTP ..................................................................................................................................................... 39
POP3 ..................................................................................................................................................... 40
IMAP ..................................................................................................................................................... 40
H.323..................................................................................................................................................... 41
SIP ......................................................................................................................................................... 42
Wi-Fi...................................................................................................................................................... 43
WiMax .................................................................................................................................................. 44
iii
Communication Technologies
Virus ...................................................................................................................................................... 46
Trojan Horse.......................................................................................................................................... 47
Worms .................................................................................................................................................. 47
Spams ................................................................................................................................................... 48
WWW ................................................................................................................................................... 59
HTML..................................................................................................................................................... 59
XML ....................................................................................................................................................... 59
HTTP...................................................................................................................................................... 61
URL ....................................................................................................................................................... 63
Websites ............................................................................................................................................... 63
iv
Communication Technologies ─Communication
IntroductionTechnologies
Exchange of information through the use of speech, signs or symbols is called communication.
When early humans started speaking, some 5,00,000 years ago, that was the first mode of
communication. Before we dive into modern technologies that drive communication in
contemporary world, we need to know how humans developed better communication
techniques to share knowledge with each other.
History of Communication
Communicating with people over a distance is known as telecommunication. The first forms
of telecommunication were smoke signals, drums or fire torches. The major disadvantage
with these communication systems was that only a set of pre-determined messages could be
transmitted. This was overcome in the 18th and 19th century through development of
telegraphy and Morse code.
5
Communication Technologies
Telephones slowly gave way to television, videophone, satellite and finally computer
networks. Computer networks have revolutionized modern day communication and
communication technologies. That will be the subject of our in-depth study in subsequent
chapters.
6
Communication Technologies
Communication Technologies ─ History of Networking
It had four nodes at University of California at Los Angeles (UCLA), Stanford Research
Institute (SRI), University of California at Santa Barbara (UCSB) and University of Utah. On
October 29, 1969, the first message was exchanged between UCLA and SRI. E-mail was
created by Roy Tomlinson in 1972 at Bolt Beranek and Newman, Inc. (BBN) after UCLA was
connected to BBN.
7
Communication Technologies
Internet
ARPANET expanded to connect DOD with those universities of the US that were carrying out
defense-related research. It covered most of the major universities across the country. The
concept of networking got a boost when University College of London (UK) and Royal Radar
Network (Norway) connected to the ARPANET and a network of networks was formed.
The term Internet was coined by Vinton Cerf, Yogen Dalal and Carl Sunshine of Stanford
University to describe this network of networks. Together they also developed protocols to
facilitate information exchange over the Internet. Transmission Control Protocol (TCP) still
forms the backbone of networking.
Telenet
8
Communication Technologies
Telenet was the first commercial adaptation of ARPANET introduced in 1974. With this the
concept of Internet Service Provider (ISP) was also introduced. The main function of an ISP
is to provide uninterrupted Internet connection to its customers at affordable rates.
World Wide Web is a complex web of websites and web pages connected together through
hypertexts. Hypertext is a word or group of words linking to another web page of the same
or different website. When the hypertext is clicked, another web page opens.
The evolution from ARPANET to WWW was possible due to many new achievements by
researchers and computer scientists all over the world. Here are some of those developments:
Year Milestone
9
Communication Technologies
1986 National Science Foundation brings connectivity to more people with its
NSFNET program
ARPANET decommissioned
1990 First web browser Nexus developed
HTML developed
10
Communication Technologies ─Communication
TerminologiesTechnologies
Before we dive into details of networking, let us discuss some common terms associated with
data communication.
Channel
Physical medium like cables over which information is exchanged is called channel.
Transmission channel may be analog or digital. As the name suggests, analog channels
transmit data using analog signals while digital channels transmit data using digital
signals.
In popular network terminology, path over which data is sent or received is called data
channel. This data channel may be a tangible medium like copper wire cables or broadcast
medium like radio waves.
11
Communication Technologies
Bandwidth
Data transfer rates that can be supported by a network is called its bandwidth. It is measured
in bits per second (bps). Modern day networks provide bandwidth in Kbps, Mbps and Gbps.
Some of the factors affecting a network’s bandwidth include:
Throughput
Throughput is the actual speed with which data gets transferred over the network. Besides
transmitting the actual data, network bandwidth is used for transmitting error messages,
acknowledgement frames, etc.
Protocol
Protocol is a set of rules and regulations used by devices to communicate over the network.
Just like humans, computers also need rules to ensure successful communication. If two
people start speaking at the same time or in different languages when no interpreter is
present, no meaningful exchange of information can occur.
Similarly, devices connected on the network need to follow rules defining situations like when
and how to transmit data, when to receive data, how to give error-free message, etc.
In large networks, there may be more than one paths for transmitting data from sender to
receiver. Selecting a path that data must take out of the available options is called
switching. There are two popular switching techniques – circuit switching and packet
switching.
Circuit Switching
When a dedicated path is established for data transmission between sender and receiver, it
is called circuit switching. When any network node wants to send data, be it audio, video, text
or any other type of information, a call request signal is sent to the receiver and
acknowledged back to ensure availability of dedicated path. This dedicated path is then used
to send data. ARPANET used circuit switching for communication over the network.
Once path is set up, the only delay is in data transmission speed
No problem of congestion or garbled message
13
Communication Technologies
A request token must travel to the receiver and then acknowledged before any
transmission can happen
Packet Switching
As we discussed, the major problem with circuit switching is that it needs a dedicated line for
transmission. In packet switching, data is broken down into small packets with each packet
having source and destination addresses, travelling from one router to the next router.
14
Communication Technologies
Communication Technologies ─ Transmission Media
For any networking to be effective, raw stream of data is to be transported from one device
to other over some medium. Various transmission media can be used for transfer of data.
These transmission media may be of two types:
Guided: In guided media, transmitted data travels through cabling system that has a
fixed path. For example, copper wires, fibre optic wires, etc.
Unguided: In unguided media, transmitted data travels through free space in form of
electromagnetic signal. For example, radio waves, lasers, etc.
Each transmission media has its own advantages and disadvantages in terms of bandwidth,
speed, delay, cost per bit, ease of installation and maintenance, etc. Let’s discuss some of
the most commonly used media in detail.
15
Communication Technologies
Up to 25 twisted pair are put together in a protective covering to form twisted pair cables that
are the backbone of telephone systems and Ethernet networks.
16
Communication Technologies
Such twisted pairs are called shielded twisted pair (STP) cables. The wires that are not
shielded but simply bundled together in a protective sheath are called unshielded twisted
pair (UTP) cables. These cables can have maximum length of 100 metres.
Shielding makes the cable bulky, so UTP are more popular than STP. UTP cables are used as
the last mile network connection in homes and offices.
Coaxial Cable
Coaxial cables are copper cables with better shielding than twisted pair cables, so that
transmitted signals may travel longer distances at higher speeds. A coaxial cable consists of
these layers, starting from the innermost:
Coaxial cables are widely used for cable TV connections and LANs.
17
Communication Technologies
18
Communication Technologies
Optical Fibre
Thin glass or plastic threads used to transmit data using light waves are called optical fibre.
Light Emitting Diodes (LEDs) or Laser Diodes (LDs) emit light waves at the source, which is
read by a detector at the other end. Optical fibre cable has a bundle of such threads or
fibres bundled together in a protective covering. Each fibre is made up of these three layers,
starting with the innermost layer:
Note that both core and cladding are made of similar material. However, as refractive index
of the cladding is lower, any stray light wave trying to escape the core is reflected back due
to total internal reflection.
Optical fibre is rapidly replacing copper wires in telephone lines, internet communication and
even cable TV connections because transmitted data can travel very long distances without
19
Communication Technologies
weakening. Single node fibre optic cable can have maximum segment length of 2 kms and
bandwidth of up to 100 Mbps. Multi-node fibre optic cable can have maximum segment
length of 100 kms and bandwidth up to 2 Gbps.
High bandwidth
Immune to electromagnetic interference
Suitable for industrial and noisy areas
Signals carrying data can travel long distances without weakening
Light waves are unidirectional, so two frequencies are required for full duplex
transmission
Infrared
Low frequency infrared waves are used for very short distance communication like TV remote,
wireless speakers, automatic doors, hand held devices etc. Infrared signals can propagate
within a room but cannot penetrate walls. However, due to such short range, it is considered
to be one of the most secure transmission modes.
20
Communication Technologies
Radio Wave
Transmission of data using radio frequencies is called radio-wave transmission. We all are
familiar with radio channels that broadcast entertainment programs. Radio stations transmit
radio waves using transmitters, which are received by the receiver installed in our devices.
Both transmitters and receivers use antennas to radiate or capture radio signals. These radio
frequencies can also be used for direct voice communication within the allocated range.
This range is usually 10 miles.
22
Communication Technologies
Communication Technologies ─ Network Devices
Hardware devices that are used to connect computers, printers, fax machines and other
electronic devices to a network are called network devices. These devices transfer data in
a fast, secure and correct way over same or different networks. Network devices may be
inter-network or intra-network. Some devices are installed on the device, like NIC card or
RJ45 connector, whereas some are part of the network, like router, switch, etc. Let us explore
some of these devices in greater detail.
Modem
Modem is a device that enables a computer to send or receive data over telephone or cable
lines. The data stored on the computer is digital whereas a telephone line or cable wire can
transmit only analog data.
The main function of the modem is to convert digital signal into analog and vice versa. Modem
is a combination of two devices – modulator and demodulator. The modulator converts
digital data into analog data when the data is being sent by the computer. The demodulator
converts analog data signals into digital data when it is being received by the computer.
Types of Modem
Modem can be categorized in several ways like direction in which it can transmit data, type
of connection to the transmission line, transmission mode, etc.
1. Simplex: A simplex modem can transfer data in only one direction, from digital device
to network (modulator) or network to digital device (demodulator).
23
Communication Technologies
2. Half duplex: A half-duplex modem has the capacity to transfer data in both the
directions but only one at a time.
24
Communication Technologies
25