Unit 2 Basics of Communication Technology: 2.0 Objectives
Unit 2 Basics of Communication Technology: 2.0 Objectives
TECHNOLOGY
Structure
2.0 Objectives
2.1 Introduction
2.2 Analog and Digital Communication
2.2.1 Analog Signal
2.2.2 Digital Data Transmission
2.0 OBJECTIVES
After going through this Unit, you will be able to:
understand the concept of Data Transmission terminology;
differentiate between Serial and Parallel communication;
differentiate between Analog and Digital Data Transmission;
know different types of transmission modes;
compare the different Transmission Media and their characteristics;
explain the characteristics and working of devices used for data communication;
and
understand communication protocols/standards and realise its importance.
2.1 INTRODUCTION
We all are familiar with the term “Communication”, its meaning is contextual and can be
interpreted by different words. In general sense we can say the process of sharing
ideas, information, and messages with others at a particular time and place is
communication. Communication is a vital part of personal life and is also important in
business, education, and any other situation where people encounter each other.
Communication between two people is an outgrowth of methods developed over
28
centuries of expression. Gestures, the development of language, and the necessity to Basics of
Communication
engage in joint action all play a part. Communication, as we see it today, has evolved a Technology
long way. In this unit we will discuss the primitive modes of computer communication
used for data transfer in networks and Internet. Also, this unit will cover the devices
used for computer communication. All communication between devices requires that
the devices agree on the format of the data. The set of rules defining a format is known
as a protocol. In the end of this unit we have briefly given the details of communication
protocols/standards used for data transfer between computers particularly for Internet.
30
Basics of
2.3 DATA COMMUNICATION MODES Communication
Technology
Data can be transmitted from Source to Destination in a number of ways. The different
modes of data transmission are outlined as follows:
Asynchronous, Synchronous and Isochronous Communication.
Simplex, Half Duplex and Full Duplex Communication.
33
Network Fundamentals
38
Hub Basics of
Communication
A hub is a device used to connect a PC to the network. The function of a hub is to Technology
direct information around the network, facilitating communication between all connected
devices, means A hub contains multiple ports as shown in figure 2.12, which is used to
connect devices in a star topology. When a packet arrives at one port, it is copied to all
the ports of the hub.
Fig. 2.15: A Common Router with its Front and Back View
Router has nothing to care about the host machine; it need to care about networks and
the best path to each network. The logical network address of the destination host is
used to get packets to a network through a routed network, and then the hardware
address of the host is used to deliver the packet from a router to the correct destination
host.
40
Basics of
2.5 COMMUNICATION PROTOCOLS/STANDARD Communication
Technology
Before going through the origin of the Internet, let us examine what is communication.
Communication is a process of sharing ideas, information, and messages with others
at a particular time and place. Communication is a vital part of personal life and is also
important in business, education, and any other situation where people encounter each
other. Communication between two people is an outgrowth of methods developed
over centuries of expression. Gestures, the development of language, and the necessity
to engage in joint action all play a part. Communication, as we see it today, has evolved
a long way. We will discuss the primitive modes of communication briefly.
42
Basics of
Layer 7 — Application layer Communication
Technology
Layer 6 — Presentation layer
Layer 5 — Session layer
Layer 4 — Transport layer
Layer 3 — Network layer
Layer 2 — Data Link layer
Layer 1 — Physical layer
Fig. 2.16: OSI Layers
The OSI model is modular. Each successive layer of the OSI model works with the one
above and below it. Although, each layer of the OSI model provides its own set of
functions, it is possible to group the layers into two distinct categories. The first four
layers i.e., physical, data link, network, and transport layer provide the end-to-end
services necessary for the transfer of data between two systems. These layers provide
the protocols associated with the communications network used to link two computers
together. Together, these are communication oriented. The top three layers i.e., the
application, presentation, and session layers provide the application services required
for the exchange of information. That is, they allow two applications, each running on a
different node of the network to interact with each other through the services provided
by their respective operating systems. Together, these are data processing oriented.
Though OSI model is very important for data communication but multiple layers slow
down the communication process. Practically OSI was never fully implemented; to
provide robustness and better efficiency another but similar model was implemented
named as TCP/IP model (its named was given because of its two most important
protocols in it). The TCP/IP model is made up of four layers: interface layer, network,
transport, and application. The first layer of TCP/IP (Application layer) is similar to the
first three layers (Application, presentation and Session layer) of the OSI model. The
services of transport layers of both the models are similar. Further, the services of
network layers in both models are also similar, while some time network layer is also
known as Internet layer. The last layer of TCP/IP is interface layer, which includes the
services of data link layer and physical layer of OSI model. In OSI model, each layer
takes the services of the lower layer. Whereas the layers of TCP/IP protocol suite
contain relatively independent protocols as shown in figure 2.17.
OSI model. It allows the user to run various applications on Internet. These applications
are File Transfer Protocol (FTP), remote login (TELNET), email (SMTP), WWW
(HTTP). The session layer of OSI model is almost dropped in TCP/IP. Whenever we
work on the Internet we use most of these protocols. For example when use are surfing
or browsing the Internet websites actually you are using WWW.
Self-Check Exercise
Note: i) Write your answers in the space given below.
ii) Check your answers with the answers given at the end of this Unit.
3) Write any three important advantages of Optical fibers.
.....................................................................................................................
.....................................................................................................................
.....................................................................................................................
.....................................................................................................................
4) Differentiate between Switches and hubs.
.....................................................................................................................
.....................................................................................................................
.....................................................................................................................
.....................................................................................................................
2.6 SUMMARY
In this unit, we have studied the basic concepts of Data Transmission. As it is essential
to know how data can be transmitted from the source to the destination, the different
types of transmission were discussed like Asynchronous, Synchronous and Isochronous
communication. Further we have explained different modes like Simplex, Half duplex
and full duplex communication. How the network are designed and for this are the
different components are required, to explain it we have discussed the characteristics
and working of various communication channels and devices in this unit. Towards the
end, we have focused about the communication protocols and standards used for
communication in the networks and Internet.
2.8 KEYWORDS
Coaxial Cable : A type of electric cable that is used to send
telegraph, telephone, and television signals.
MAC Addresses : A media access control address is a unique
identifier assigned to network interfaces for
communications on the physical network
segment. MAC addresses are used as a network
address for most IEEE 802 network
technologies, including Ethernet.
Open System Interconnection : A set of seven layers that define the different
(OSI) Reference Model stages that data must go through to travel from
one device to another over a network. OSI model
is a set of protocols that attempt to define and
standardize the data communications process.
Shielded Twisted Pair (STP) : Cable construction that includes an external
grounded shield as well as twisting on a regular
basis to help minimize noise interferences.
Unshielded Twisted Pair (UTP) : Copper wiring used in small-to-large networks
to connect host devices to hubs and switches.