SlideShare a Scribd company logo
C
C
o
o
m
m
p
p
u
u
t
t
e
r
e
rF
F
u
n
u
n
d
d
a
a
m
m
e
n
e
n
t
t
a
a
l
l
s
s
:
:P
P
r
r
a
d
a
d
e
e
e
p
e
pK
K
.
.SSiinhanha &
&
P
P
r
r
iit
i
t
iSSiinhanha
Ref. Page Chapter 17: Data Communications and Computer Networks Slide 1/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
In this chapter you will learn about:
 Basic elements of a communication system
 Techniques, channels, and devices used to transmit
data between distant locations
 Types of computer networks
 Communication protocols and their use in computer
networks
 Internetworking tools and their use in building large
computer networks
 Characteristics and advantages of distributed data
processing
Ref. Page 320 Chapter 17: Data Communications and Computer Networks Slide 2/57
Learning Objectives
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Sender
(source)
Receiver
(sink)
Ref. Page 321 Chapter 17: Data Communications and Computer Networks Slide 3/57
Medium
Carries the message
Creates and sends
a message
Receives the
message
Basic Elements of a Communication
System
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Data Transmission Modes
Sender Receiver
(a) Simplex
Sender
(or Receiver)
Receiver
(or Sender)
OR
(b) Half-duplex
Sender
(and Receiver)
Receiver
(and Sender)
AND
(c) Full-duplex
Ref. Page 321 Chapter 17: Data Communications and Computer Networks Slide 4/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 Bandwidth: Range of frequencies available for data
transmission. It refers to data transmission rate. Higher
the bandwidth, the more data it can transmit
 Baud: Unit of measurement of data transfer rate.
Measured in bits per second (bps)
Ref. Page 322 Chapter 17: Data Communications and Computer Networks Slide 5/57
Data Transmission Speed
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 Narrowband: Sub-voice grade channels in range from
45 to 300 baud. Mainly used for telegraph lines and
low-speed terminals
 Voiceband: Voice grade channels with speed up to
9600 baud. Mainly used for ordinary telephone voice
communication and slow I/O devices
 Broadband: High speed channels with speed up to 1
million baud or more. Mainly used for high-speed
computer-to-computer communication or for
simultaneous transmission of data
Ref. Page 322 Chapter 17: Data Communications and Computer Networks Slide 6/57
Data Transmission Speed Category
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
The most commonly used ones are:
 Twisted-pair wire (UTP cable)
 Coaxial cable
 Microwave system
 Communications satellite
 Optical fibers
Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 7/57
Data Transmission Media
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Unshielded Twisted-Pair (UTP)
Cable
Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 8/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Coaxial Cable
Central copper wire
PVC insulation
Copper mesh
Outer PVC shield
Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 9/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Microwave Communication System
Transmitting
station
Receiving
station
In between
repeaters
Transmitting antennas Receiving
antennas
Line of sight Line of sight Line of sight
Ref. Page 324 Chapter 17: Data Communications and Computer Networks Slide 10/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Satellite Communication System
Satellite in space
Transmitting
station on earth
6 GHz 4 GHz
Uplink Downlink
Receiving
station on earth
Ref. Page 325 Chapter 17: Data Communications and Computer Networks Slide 11/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Optical Fiber Communication System
Electrical
signal
Optical fiber
Amplifier
Electrical
signal
Light to
electrical wave
converter
Electrical to
light wave
converter
Light waves
Sender
Ref. Page 326 Chapter 17: Data Communications and Computer Networks Slide 12/57
Receiver
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Digital and Analog Data Transmission
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 13/57
 Analog signal: Transmitted power varies over a
continuous range. Example: sound, light, and radio
waves
 Digital signal: Sequence of voltage pulses represented
in binary form
 Computer generated data signal is digital, whereas
telephone lines carry analog signals
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
(Continued from previous slide)
 When digital data is to be sent over an analog facility,
digital signals must be converted to analog form
 Conversion of digital signal to analog form is known as
modulation
 Conversion of analog signal to digital form is known as
demodulation
 Digital transmission of data is preferred over analog
transmission of data due to lower cost, higher
transmission speeds, and lower error rate
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 14/57
Digital and Analog Data Transmission
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Analog and Digital Signals
v
t
0
1 1 1 1
0 0 0
(b) Digital signal
-v
0 1/f 2/f
(a) Analog signal
Voltage
+v
t
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 15/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Modulation Techniques
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 16/57
 Amplitude Modulation (AM): Two binary values (0 and
1) of digital data are represented by two different
amplitudes of the carrier signal, keeping frequency and
phase constant
 Frequency Modulation (FM): Two binary values of
digital data are represented by two different frequencies,
while amplitude and phase are kept constant
 Phase Modulation (PM): Two binary values of digital
data are represented by shift in phase of carrier signal
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Modems
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 17/57
 Modem is short for MOdulator/DEModulator
 Special device used for conversion of digital data to
analog form (modulation) and vice-versa (demodulation)
 Essential piece of hardware where two digital devices
(say two computers) want to communicate over an
analog transmission channel (say a telephone line)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Use of Modems in Data Communications
Sender
Computer
Receiver
0 1 1 0
0 0
Computer
1 0 0
Demodulator 0 1 1 0
Digital signals
Digital signals
Analog signals on
telephone line
Modulator
Modulator
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 18/57
1 0 0 Demodulator
modem at
sender
computer end
modem at
receiver
computer end
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Factors for Modem Selection
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 19/57
 Transmission speed
 Internal versus external
 Facsimile facility
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Data Transmission Services
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 20/57
 Data transmission service providers are popularly
known as common carriers
 Various types of services offered by common carriers
are:
 Dial-up line: Operates in a manner similar to a
telephone line
 Leased line: Special conditioned telephone line
that directly and permanently connects two
computers
 Integrated Services Digital Network (ISDN):
Telephone system that provides digital (not analog)
telephone and data services
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
(Continued from previous slide)
 Value Added Network (VAN): Provides value-added
data transmission service. Value added over and
above the standard services of common carriers may
include e-mail, data encryption/decryption, access to
commercial databases, and code conversion for
communication between computers
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 21/57
Data Transmission Services
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Multiplexing
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 22/57
 Method of dividing physical channel into many logical
channels so that a number of independent signals may
be simultaneously transmitted
 Electronic device that performs multiplexing is known
as a multiplexer
 Multiplexing enables a single transmission medium to
concurrently transmit data between several
transmitters and receivers
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Two Basic Methods of Multiplexing
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 23/57
 Frequency-Division Multiplexing (FDM): Available
bandwidth of a physical medium is divided into several
smaller, disjoint logical bandwidths. Each component
bandwidth is used as a separate communication line
 Time-Division Multiplexing (TDM): Total time
available in a channel is divided among several users,
and each user of the channel is allotted a time slice
during which he/she may transmit a message
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
40 KHz
50 KHz
60 KHz
70 KHz
80 KHz
Signal-1
Signal-2
Signal-3
Signal-4
Signal-5
Channel
40 KHz
50 KHz
60 KHz
70 KHz
80 KHz
Signal-1
Signal-2
Signal-3
Signal-4
Signal-5
Sending end Receiving end
Modulator Demodulator
Frequency-Division Multiplexing
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 24/57
Frequency-Division Multiplexing
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
A3 A2 A1
B3 B2 B1
C3 C2 C1
Signal
A
Signal
B
Signal
C
C3 C2 C1
B3 B2 B1
A3 A2 A1
Channel
… C2 B2 A2 C1 B1 A1
Time sliced
signals
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 25/57
Reassembled
signals
Sending
end
Receiving
end
Demulti-
plexer
Time-Division Multiplexing
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Asynchronous and Synchronous
Transmission
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 26/57
 Two modes of data transmission on a communication
line are asynchronous and synchronous
 Asynchronous transmission
 Sender can send data at any convenient time and
the receiver will accept it
 Data is transmitted character by character at
irregular intervals
 Well suited to many keyboard type terminals
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 Synchronous transmission
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 27/57
 Sender and receiver must synchronize with each
other to get ready for data transmission before it
takes place
 Entire blocks of characters are framed and
transmitted together
 Well suited to remote communication between a
computer and such devices as buffered terminals
and printers
(Continued from previous slide)
Asynchronous and Synchronous
Transmission
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Irregular time intervals
between two characters
Each character framed by
start and stop bits
Character Character Character
(a) Asynchronous transmission
Char Char Char Char Char Char
Indefinite time interval
between two blocks of data
A block of characters may
consist of hundreds of
characters
Trailer containing end of block
indication
Header containing synchronizing
and other information
(b) Synchronous transmission
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 28/57
Data Transmission
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Switching Techniques
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 29/57
 Data is often transmitted from source to destination
through a network of intermediate nodes
 Switching techniques deal with the methods of
establishing communication links between the sender
and receiver in a communication network
 Three commonly used switching techniques are:
 Circuit switching: Dedicated physical path is
established between sending and receiving stations
through nodes of the network for the duration of
communication
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
(Continued from previous slide)
 Message switching: Sender appends receiver’s
destination address to the message and it is
transmitted from source to destination either by
store-and-forward method or broadcast method
 Packet switching: Message is split up into fixed size
packets and each packet is transmitted independently
from source to destination node. Either store-and-
forward or broadcast method is used for transmitting
the packets. All the packets of a message are re-
assembled into original message at the destination
node
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 30/57
Switching Techniques
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Source
node
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 31/57
Destination
node
Dotted line
indicates
establishment of
physical path
Switching
nodes
Circuit Switching Method
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Store-and-Forward Method of
Message Switching
C
D
A
B
C
1
3
2
4
5
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 32/57
Either path 1-2-3-4 or 1-5-4 may be used to
transmit a message from A to B.
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
1 2 3
Message
Broadcast Channel
Nodes n
Broadcast Method of Message
Switching
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 33/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Routing Techniques
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 34/57
 In a WAN, when multiple paths exist between the source
and destination nodes of a packet, any one of the paths
may be used to transfer the packet
 Selection of path to be used for transmitting a packet is
determined by the routing technique used
 Two popularly used routing algorithms are:
 Source routing: Source node selects the entire path
before sending the packet
 Hop-by-hop routing: Each node along the path
decides only the next node for the path
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Network Topologies
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 35/57
 Term network topology refers to the way in which
the nodes of a network are linked together
 Although number network topologies are possible,
four major ones are:
 Star network
 Ring network
 Completely connected network
 Multi-access bus network
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Host
Node
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 36/57
Star Network
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Ring Network
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 37/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Completely Connected Network
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 38/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Computers (nodes)
Single communication line shared by all nodes
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 39/57
Multi-Access Bus Network
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Ring
Star
Completely
connected
Hybrid Network
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 40/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Network Types
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 41/57
 Networks are broadly classified into two types: Local
Area Network (LAN) and Wide Area Network (WAN)
 Local Area Network (LAN) as compared to WAN:
 Limited to a small geographic coverage
 Has much higher data transmission rate
 Experiences fewer data transmission errors
 Has lower data communication cost
 Typically owned by a single organization
 Networks that share some of the characteristics of both
LANs and WANs are referred to as Metropolitan Area
Network (MAN)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Communication Protocols
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 42/57
 Protocol is a set of formal operating rules, procedures,
or conventions that govern a given process
 Communication protocol describes rules that govern
transmission of data over communication networks
 Roles of communication protocol:
 Data sequencing
 Data routing
 Data formatting
 Flow control
 Error control
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Communication Protocols
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 43/57
(Continued from previous slide)
 Precedence and order of transmission
 Connection establishment and termination
 Data security
 Log information.
 Communication protocols are normally split up into a
series of modules logically composed of a succession of
layers.
 Terms protocol suite, protocol family, or protocol stack
are used to refer to the collection of protocols (of all
layers) of a network system
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Network Interface Card (NIC)
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 44/57
 Hardware device that allows a computer to be
connected to a network, both functionally and
physically
 Printed circuit board installed on to one of the
expansion slots of computer
 Provides a port on the back to which network cable is
attached
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
The OSI Model
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 45/57
 The Open System Interconnection (OSI) model is
framework for defining standards for linking
heterogeneous computers in a packet switched
network
 Standardized OSI protocol makes it possible for any
two heterogeneous computer systems, located
anywhere in the world, to easily communicate with
each other
 Separate set of protocols is defined for each layer in its
seven-layer architecture. Each layer has an
independent function
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Network
Layer 7
(application)
Layer 6
(presentation)
Layer 5
(session)
Layer 4
(transport)
Layer 3
(network)
Layer 2
(data link)
Layer 1
(physical)
Application protocol
Presentation protocol
Session protocol
Transport protocol
Network protocol
Data-link protocol
Physical protocol
Layer 7
(application)
Layer 6
(presentation)
Layer 5
(session)
Layer 4
(transport)
Layer 3
(network)
Layer 2
(data link)
Layer 1
(physical)
Process A Process B
Node 1 Node 2
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 46/57
Interface
Interface
Interface
Interface
Interface
Interface Interface
Interface
Interface
Interface
Interface
Interface
Layers, Interfaces, and Protocols
in the OSI Model
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
An example illustrating transfer of message M from sending node to the
receiving node in the OSI model: Hn, header added by layer n:Tn, trailer
added by layer n.
7
H7 M
H6 H M
H5 H6 H
7
M
Sending node
H4 H5 H6 H7 M1 5 7
H4 H H6 H M2
H2 H3 H4 H5 H6 H7 M
1
T2 5 2
H2 H3 H4 H H6 H7 M T2
H
3
H4 H5 H6 H
7
M2
H3 H4 H5 H6 H7 M1
Process A
H7 M
H6 H7 M
H5 H6 H7 M
Receiving node
H4 H5 H6 H7 M1 H4 H5 H6 H7 M2
H2 H3 H4 H5 H6 H7 M1 T2 2
H2 H3 H4 H5 H6 H7 M T2
5
H3 H4 H H6 H7 M2
6
H3 H4 H5 H H7 M1
Process B
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 47/57
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Internetworking
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 48/57
 Interconnecting two or more networks to form a single
network is called internetworking, and the resulting
network is called an internetwork
 Goal of internetworking is to hide details of different
physical networks, so that resulting internetwork
functions as a single coordinated unit
 Tools such as bridges, routers, brouters, and gateways
are used for internetworking
 The Internet is the best example of an internetwork
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Bridges
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 49/57
 Operate at bottom two layers of the OSI model
 Connect networks that use the same communication
protocols above data-link layer but may use different
protocols at physical and data-link layers
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Routers
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 50/57
 Operates at network layer of the OSI model
 Used to interconnect those networks that use the same
high-level protocols above network layer
 Smarter than bridges as they not only copy data from
one network segment to another, but also choose the
best route for the data by using routing table
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Gateways
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 51/57
 Operates at the top three layers of the OSI model
(session, presentation and application)
 Used for interconnecting dissimilar networks that use
different communication protocols
 Since gateways interconnect dissimilar networks,
protocol conversion is the major job performed by
them
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Wireless Computing Systems
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 52/57
 Wireless computing system uses wireless communication
technologies for interconnecting computer systems
 Enhances functionality of computing equipment by freeing
communication from location constraints of wired
computing systems
 Wireless computing systems are of two types:
 Fixed wireless systems: Support little or no
mobility of the computing equipment associated with
the wireless network
 Mobile wireless systems: Support mobility of the
computing equipment to access resources associated
with the wireless network
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 2G and 3G
 Wireless LAN
 WiMAX
 Wireless Local Loop (WLL)
 Radio-router
 Multihop Wireless Network
 Wireless Application Protocol (WAP)
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 53/57
Wireless Technologies
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Distributed Computing Systems
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 54/57
 Configuration where many independent computer
systems are connected, and messages, processing task,
programs, data, and other resources are transmitted
between cooperating computer systems
 Such an arrangement enables sharing of many
hardware and software resources as well as information
among several users who may be sitting far away from
each other
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
Main Advantages of Distributed
Computing Systems
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 55/57
 Inherently distributed applications
 Information sharing among distributed users
 Resource sharing
 Shorter response times and higher throughput
 Higher reliability
 Extensibility and incremental growth
 Better flexibility in meeting users’ needs
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 Amplifier
 Amplitude Modulation (AM)
 Application layer
 ARPANET
 Asynchronous transmission
 Bandwidth
 Baud
 Bridge
 Broadband
 Broadcast
 C-band transmission
 Circuit switching
 Coaxial cable
 Common Carriers
 Communication protocol
 Communications satellite
 Completely connected network
 Computer network
 Concentrators
 Data-link layer
 Demodulation
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 56/57
 Dial-up line
 Distributed Computing System
 Ethernet
 Fax modem
 File Transfer Protocol (FTP)
 Font-End Processors (FEP)
 Frequency Modulation (FM)
 Frequency-Division Multiplexing (FDM)
 Full duplex
 Gateway
 Half duplex
 Hop-by-hop routing
 Hybrid network
 Internet Protocol (IP)
 Internetworking
 ISDN (Integrated Services Digital Network)
 Ku-band transmission
 Leased line
 Local Area Network (LAN)
 Message switching
Keywords/Phrases
(Continued on next slide)
Computer Fundamentals: Pradeep K. Sinha & Priti Sinha
 Metropolitan Area Network (MAN)
 Microwave system
 Mobile computing
 Modem
 Modulation
 Multi-access Bus network
 Multiplexer
 Narrowband
 Network Interface Card (NIC)
 Network layer
 Network topology
 Nomadic computing
 Optical fibers
 OSI Model
 Packet switching
 Phase Modulation (PM)
 Physical layer
 POTS (Plain Old Telephone Service)
 Presentation layer
 Protocol family
 Protocol stack
Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 57/57
 Protocol suite
 Repeater
 Ring network
 Router
 Session layer
 Simplex
 Source routing
 Star network
 Store-and-forward
 Synchronous transmission
 Time-Division Multiplexing (TDM)
 Transport Control Protocol (TCP)
 Transport layer
 Twisted-pair
 Unshielded twisted-pair (UTP)
 User Datagram Protocol (UDP)
 Value Added Network (VAN)
 Voiceband
 VSAT (Very Small Aperture Terminals)
 Wide Area Network (WAN)
 Wireless network
(Continued from previous slide)
Keywords/Phrases

More Related Content

PDF
Chapter 17 dccn
PDF
INT 1010 06-3.pdf
PDF
All chapter download Essentials of Management Information Systems 10th Editio...
PPT
Chapter09
DOC
An ethernet based_approach_for_tm_data_analysis_v2
PPT
Telecommunications.PPT
PDF
Computer Fundamentals
PDF
Project Report (Basic Telecom) BSNL
Chapter 17 dccn
INT 1010 06-3.pdf
All chapter download Essentials of Management Information Systems 10th Editio...
Chapter09
An ethernet based_approach_for_tm_data_analysis_v2
Telecommunications.PPT
Computer Fundamentals
Project Report (Basic Telecom) BSNL

Similar to data communication, types , impact on real life (20)

PPT
Chapter09
PPTX
COMPUTER NETWORKS.pptx
PDF
Essentials of Management Information Systems 10th Edition Laudon Test Bank
PPTX
DATA COMMUNICATION and impact in real life
PPTX
Unit2 network communication for CIM
PPTX
Introduction to Computer Networking Slide 1
PPT
Isdn networking
PDF
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
PDF
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
PPT
Lecture 3 -_internet_infrastructure_updated_2011
DOC
Wan notes
PDF
Lesson 5 data communication and networking (136 kb)
PPT
Chapter09
PPT
ch1-Basics Of DCN.new.ppt
PPT
IRM GROUP 2 CHAPTER 2
PDF
computer networks module 1 . fundamentals of networking and data communication
PDF
Lesson 1 introduction
PPT
PDF
Essentials of Management Information Systems 10th Edition Laudon Test Bank
PDF
Management Information Systems 13th Edition Laudon Test Bank
Chapter09
COMPUTER NETWORKS.pptx
Essentials of Management Information Systems 10th Edition Laudon Test Bank
DATA COMMUNICATION and impact in real life
Unit2 network communication for CIM
Introduction to Computer Networking Slide 1
Isdn networking
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Lecture 3 -_internet_infrastructure_updated_2011
Wan notes
Lesson 5 data communication and networking (136 kb)
Chapter09
ch1-Basics Of DCN.new.ppt
IRM GROUP 2 CHAPTER 2
computer networks module 1 . fundamentals of networking and data communication
Lesson 1 introduction
Essentials of Management Information Systems 10th Edition Laudon Test Bank
Management Information Systems 13th Edition Laudon Test Bank
Ad

More from dbmscse61 (8)

PPT
relational algebra and it's implementation
PPTX
Computer memory and types of memory.pptx
PPTX
computercodes, BCD, EBCDIC,ASCII,UNICODE
PPTX
Computer Arithmetic(add,sub,multiply,div).pptx
PPTX
ch-01numbersystems computer fundamentals
PPTX
different Data type Modifiers in c language
PPTX
dbms lecture 1.pptx , where traditional file system vs database management ar...
PPTX
Computer Fundamentals lecture 1 Basic components of computer system.pptx
relational algebra and it's implementation
Computer memory and types of memory.pptx
computercodes, BCD, EBCDIC,ASCII,UNICODE
Computer Arithmetic(add,sub,multiply,div).pptx
ch-01numbersystems computer fundamentals
different Data type Modifiers in c language
dbms lecture 1.pptx , where traditional file system vs database management ar...
Computer Fundamentals lecture 1 Basic components of computer system.pptx
Ad

Recently uploaded (20)

PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Computing-Curriculum for Schools in Ghana
PPTX
master seminar digital applications in india
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Updated Idioms and Phrasal Verbs in English subject
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
RMMM.pdf make it easy to upload and study
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
What if we spent less time fighting change, and more time building what’s rig...
Final Presentation General Medicine 03-08-2024.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Computing-Curriculum for Schools in Ghana
master seminar digital applications in india
Chinmaya Tiranga quiz Grand Finale.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
202450812 BayCHI UCSC-SV 20250812 v17.pptx
A systematic review of self-coping strategies used by university students to ...
History, Philosophy and sociology of education (1).pptx
Updated Idioms and Phrasal Verbs in English subject
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Microbial diseases, their pathogenesis and prophylaxis
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Anesthesia in Laparoscopic Surgery in India
Paper A Mock Exam 9_ Attempt review.pdf.
RMMM.pdf make it easy to upload and study

data communication, types , impact on real life

  • 2. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha In this chapter you will learn about:  Basic elements of a communication system  Techniques, channels, and devices used to transmit data between distant locations  Types of computer networks  Communication protocols and their use in computer networks  Internetworking tools and their use in building large computer networks  Characteristics and advantages of distributed data processing Ref. Page 320 Chapter 17: Data Communications and Computer Networks Slide 2/57 Learning Objectives
  • 3. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Sender (source) Receiver (sink) Ref. Page 321 Chapter 17: Data Communications and Computer Networks Slide 3/57 Medium Carries the message Creates and sends a message Receives the message Basic Elements of a Communication System
  • 4. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Data Transmission Modes Sender Receiver (a) Simplex Sender (or Receiver) Receiver (or Sender) OR (b) Half-duplex Sender (and Receiver) Receiver (and Sender) AND (c) Full-duplex Ref. Page 321 Chapter 17: Data Communications and Computer Networks Slide 4/57
  • 5. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  Bandwidth: Range of frequencies available for data transmission. It refers to data transmission rate. Higher the bandwidth, the more data it can transmit  Baud: Unit of measurement of data transfer rate. Measured in bits per second (bps) Ref. Page 322 Chapter 17: Data Communications and Computer Networks Slide 5/57 Data Transmission Speed
  • 6. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  Narrowband: Sub-voice grade channels in range from 45 to 300 baud. Mainly used for telegraph lines and low-speed terminals  Voiceband: Voice grade channels with speed up to 9600 baud. Mainly used for ordinary telephone voice communication and slow I/O devices  Broadband: High speed channels with speed up to 1 million baud or more. Mainly used for high-speed computer-to-computer communication or for simultaneous transmission of data Ref. Page 322 Chapter 17: Data Communications and Computer Networks Slide 6/57 Data Transmission Speed Category
  • 7. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha The most commonly used ones are:  Twisted-pair wire (UTP cable)  Coaxial cable  Microwave system  Communications satellite  Optical fibers Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 7/57 Data Transmission Media
  • 8. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Unshielded Twisted-Pair (UTP) Cable Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 8/57
  • 9. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Coaxial Cable Central copper wire PVC insulation Copper mesh Outer PVC shield Ref. Page 323 Chapter 17: Data Communications and Computer Networks Slide 9/57
  • 10. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Microwave Communication System Transmitting station Receiving station In between repeaters Transmitting antennas Receiving antennas Line of sight Line of sight Line of sight Ref. Page 324 Chapter 17: Data Communications and Computer Networks Slide 10/57
  • 11. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Satellite Communication System Satellite in space Transmitting station on earth 6 GHz 4 GHz Uplink Downlink Receiving station on earth Ref. Page 325 Chapter 17: Data Communications and Computer Networks Slide 11/57
  • 12. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Optical Fiber Communication System Electrical signal Optical fiber Amplifier Electrical signal Light to electrical wave converter Electrical to light wave converter Light waves Sender Ref. Page 326 Chapter 17: Data Communications and Computer Networks Slide 12/57 Receiver
  • 13. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Digital and Analog Data Transmission Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 13/57  Analog signal: Transmitted power varies over a continuous range. Example: sound, light, and radio waves  Digital signal: Sequence of voltage pulses represented in binary form  Computer generated data signal is digital, whereas telephone lines carry analog signals (Continued on next slide)
  • 14. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha (Continued from previous slide)  When digital data is to be sent over an analog facility, digital signals must be converted to analog form  Conversion of digital signal to analog form is known as modulation  Conversion of analog signal to digital form is known as demodulation  Digital transmission of data is preferred over analog transmission of data due to lower cost, higher transmission speeds, and lower error rate Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 14/57 Digital and Analog Data Transmission
  • 15. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Analog and Digital Signals v t 0 1 1 1 1 0 0 0 (b) Digital signal -v 0 1/f 2/f (a) Analog signal Voltage +v t Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 15/57
  • 16. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Modulation Techniques Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 16/57  Amplitude Modulation (AM): Two binary values (0 and 1) of digital data are represented by two different amplitudes of the carrier signal, keeping frequency and phase constant  Frequency Modulation (FM): Two binary values of digital data are represented by two different frequencies, while amplitude and phase are kept constant  Phase Modulation (PM): Two binary values of digital data are represented by shift in phase of carrier signal
  • 17. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Modems Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 17/57  Modem is short for MOdulator/DEModulator  Special device used for conversion of digital data to analog form (modulation) and vice-versa (demodulation)  Essential piece of hardware where two digital devices (say two computers) want to communicate over an analog transmission channel (say a telephone line)
  • 18. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Use of Modems in Data Communications Sender Computer Receiver 0 1 1 0 0 0 Computer 1 0 0 Demodulator 0 1 1 0 Digital signals Digital signals Analog signals on telephone line Modulator Modulator Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 18/57 1 0 0 Demodulator modem at sender computer end modem at receiver computer end
  • 19. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Factors for Modem Selection Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 19/57  Transmission speed  Internal versus external  Facsimile facility
  • 20. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Data Transmission Services Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 20/57  Data transmission service providers are popularly known as common carriers  Various types of services offered by common carriers are:  Dial-up line: Operates in a manner similar to a telephone line  Leased line: Special conditioned telephone line that directly and permanently connects two computers  Integrated Services Digital Network (ISDN): Telephone system that provides digital (not analog) telephone and data services (Continued on next slide)
  • 21. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha (Continued from previous slide)  Value Added Network (VAN): Provides value-added data transmission service. Value added over and above the standard services of common carriers may include e-mail, data encryption/decryption, access to commercial databases, and code conversion for communication between computers Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 21/57 Data Transmission Services
  • 22. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Multiplexing Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 22/57  Method of dividing physical channel into many logical channels so that a number of independent signals may be simultaneously transmitted  Electronic device that performs multiplexing is known as a multiplexer  Multiplexing enables a single transmission medium to concurrently transmit data between several transmitters and receivers
  • 23. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Two Basic Methods of Multiplexing Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 23/57  Frequency-Division Multiplexing (FDM): Available bandwidth of a physical medium is divided into several smaller, disjoint logical bandwidths. Each component bandwidth is used as a separate communication line  Time-Division Multiplexing (TDM): Total time available in a channel is divided among several users, and each user of the channel is allotted a time slice during which he/she may transmit a message
  • 24. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha 40 KHz 50 KHz 60 KHz 70 KHz 80 KHz Signal-1 Signal-2 Signal-3 Signal-4 Signal-5 Channel 40 KHz 50 KHz 60 KHz 70 KHz 80 KHz Signal-1 Signal-2 Signal-3 Signal-4 Signal-5 Sending end Receiving end Modulator Demodulator Frequency-Division Multiplexing Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 24/57 Frequency-Division Multiplexing
  • 25. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha A3 A2 A1 B3 B2 B1 C3 C2 C1 Signal A Signal B Signal C C3 C2 C1 B3 B2 B1 A3 A2 A1 Channel … C2 B2 A2 C1 B1 A1 Time sliced signals Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 25/57 Reassembled signals Sending end Receiving end Demulti- plexer Time-Division Multiplexing
  • 26. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Asynchronous and Synchronous Transmission Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 26/57  Two modes of data transmission on a communication line are asynchronous and synchronous  Asynchronous transmission  Sender can send data at any convenient time and the receiver will accept it  Data is transmitted character by character at irregular intervals  Well suited to many keyboard type terminals (Continued on next slide)
  • 27. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  Synchronous transmission Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 27/57  Sender and receiver must synchronize with each other to get ready for data transmission before it takes place  Entire blocks of characters are framed and transmitted together  Well suited to remote communication between a computer and such devices as buffered terminals and printers (Continued from previous slide) Asynchronous and Synchronous Transmission
  • 28. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Irregular time intervals between two characters Each character framed by start and stop bits Character Character Character (a) Asynchronous transmission Char Char Char Char Char Char Indefinite time interval between two blocks of data A block of characters may consist of hundreds of characters Trailer containing end of block indication Header containing synchronizing and other information (b) Synchronous transmission Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 28/57 Data Transmission
  • 29. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Switching Techniques Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 29/57  Data is often transmitted from source to destination through a network of intermediate nodes  Switching techniques deal with the methods of establishing communication links between the sender and receiver in a communication network  Three commonly used switching techniques are:  Circuit switching: Dedicated physical path is established between sending and receiving stations through nodes of the network for the duration of communication (Continued on next slide)
  • 30. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha (Continued from previous slide)  Message switching: Sender appends receiver’s destination address to the message and it is transmitted from source to destination either by store-and-forward method or broadcast method  Packet switching: Message is split up into fixed size packets and each packet is transmitted independently from source to destination node. Either store-and- forward or broadcast method is used for transmitting the packets. All the packets of a message are re- assembled into original message at the destination node Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 30/57 Switching Techniques
  • 31. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Source node Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 31/57 Destination node Dotted line indicates establishment of physical path Switching nodes Circuit Switching Method
  • 32. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Store-and-Forward Method of Message Switching C D A B C 1 3 2 4 5 Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 32/57 Either path 1-2-3-4 or 1-5-4 may be used to transmit a message from A to B.
  • 33. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha 1 2 3 Message Broadcast Channel Nodes n Broadcast Method of Message Switching Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 33/57
  • 34. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Routing Techniques Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 34/57  In a WAN, when multiple paths exist between the source and destination nodes of a packet, any one of the paths may be used to transfer the packet  Selection of path to be used for transmitting a packet is determined by the routing technique used  Two popularly used routing algorithms are:  Source routing: Source node selects the entire path before sending the packet  Hop-by-hop routing: Each node along the path decides only the next node for the path
  • 35. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Network Topologies Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 35/57  Term network topology refers to the way in which the nodes of a network are linked together  Although number network topologies are possible, four major ones are:  Star network  Ring network  Completely connected network  Multi-access bus network
  • 36. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Host Node Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 36/57 Star Network
  • 37. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Ring Network Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 37/57
  • 38. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Completely Connected Network Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 38/57
  • 39. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Computers (nodes) Single communication line shared by all nodes Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 39/57 Multi-Access Bus Network
  • 40. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Ring Star Completely connected Hybrid Network Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 40/57
  • 41. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Network Types Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 41/57  Networks are broadly classified into two types: Local Area Network (LAN) and Wide Area Network (WAN)  Local Area Network (LAN) as compared to WAN:  Limited to a small geographic coverage  Has much higher data transmission rate  Experiences fewer data transmission errors  Has lower data communication cost  Typically owned by a single organization  Networks that share some of the characteristics of both LANs and WANs are referred to as Metropolitan Area Network (MAN)
  • 42. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Communication Protocols Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 42/57  Protocol is a set of formal operating rules, procedures, or conventions that govern a given process  Communication protocol describes rules that govern transmission of data over communication networks  Roles of communication protocol:  Data sequencing  Data routing  Data formatting  Flow control  Error control (Continued on next slide)
  • 43. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Communication Protocols Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 43/57 (Continued from previous slide)  Precedence and order of transmission  Connection establishment and termination  Data security  Log information.  Communication protocols are normally split up into a series of modules logically composed of a succession of layers.  Terms protocol suite, protocol family, or protocol stack are used to refer to the collection of protocols (of all layers) of a network system
  • 44. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Network Interface Card (NIC) Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 44/57  Hardware device that allows a computer to be connected to a network, both functionally and physically  Printed circuit board installed on to one of the expansion slots of computer  Provides a port on the back to which network cable is attached
  • 45. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha The OSI Model Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 45/57  The Open System Interconnection (OSI) model is framework for defining standards for linking heterogeneous computers in a packet switched network  Standardized OSI protocol makes it possible for any two heterogeneous computer systems, located anywhere in the world, to easily communicate with each other  Separate set of protocols is defined for each layer in its seven-layer architecture. Each layer has an independent function
  • 46. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Network Layer 7 (application) Layer 6 (presentation) Layer 5 (session) Layer 4 (transport) Layer 3 (network) Layer 2 (data link) Layer 1 (physical) Application protocol Presentation protocol Session protocol Transport protocol Network protocol Data-link protocol Physical protocol Layer 7 (application) Layer 6 (presentation) Layer 5 (session) Layer 4 (transport) Layer 3 (network) Layer 2 (data link) Layer 1 (physical) Process A Process B Node 1 Node 2 Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 46/57 Interface Interface Interface Interface Interface Interface Interface Interface Interface Interface Interface Interface Layers, Interfaces, and Protocols in the OSI Model
  • 47. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha An example illustrating transfer of message M from sending node to the receiving node in the OSI model: Hn, header added by layer n:Tn, trailer added by layer n. 7 H7 M H6 H M H5 H6 H 7 M Sending node H4 H5 H6 H7 M1 5 7 H4 H H6 H M2 H2 H3 H4 H5 H6 H7 M 1 T2 5 2 H2 H3 H4 H H6 H7 M T2 H 3 H4 H5 H6 H 7 M2 H3 H4 H5 H6 H7 M1 Process A H7 M H6 H7 M H5 H6 H7 M Receiving node H4 H5 H6 H7 M1 H4 H5 H6 H7 M2 H2 H3 H4 H5 H6 H7 M1 T2 2 H2 H3 H4 H5 H6 H7 M T2 5 H3 H4 H H6 H7 M2 6 H3 H4 H5 H H7 M1 Process B Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 47/57
  • 48. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Internetworking Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 48/57  Interconnecting two or more networks to form a single network is called internetworking, and the resulting network is called an internetwork  Goal of internetworking is to hide details of different physical networks, so that resulting internetwork functions as a single coordinated unit  Tools such as bridges, routers, brouters, and gateways are used for internetworking  The Internet is the best example of an internetwork
  • 49. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Bridges Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 49/57  Operate at bottom two layers of the OSI model  Connect networks that use the same communication protocols above data-link layer but may use different protocols at physical and data-link layers
  • 50. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Routers Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 50/57  Operates at network layer of the OSI model  Used to interconnect those networks that use the same high-level protocols above network layer  Smarter than bridges as they not only copy data from one network segment to another, but also choose the best route for the data by using routing table
  • 51. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Gateways Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 51/57  Operates at the top three layers of the OSI model (session, presentation and application)  Used for interconnecting dissimilar networks that use different communication protocols  Since gateways interconnect dissimilar networks, protocol conversion is the major job performed by them
  • 52. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Wireless Computing Systems Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 52/57  Wireless computing system uses wireless communication technologies for interconnecting computer systems  Enhances functionality of computing equipment by freeing communication from location constraints of wired computing systems  Wireless computing systems are of two types:  Fixed wireless systems: Support little or no mobility of the computing equipment associated with the wireless network  Mobile wireless systems: Support mobility of the computing equipment to access resources associated with the wireless network
  • 53. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  2G and 3G  Wireless LAN  WiMAX  Wireless Local Loop (WLL)  Radio-router  Multihop Wireless Network  Wireless Application Protocol (WAP) Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 53/57 Wireless Technologies
  • 54. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Distributed Computing Systems Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 54/57  Configuration where many independent computer systems are connected, and messages, processing task, programs, data, and other resources are transmitted between cooperating computer systems  Such an arrangement enables sharing of many hardware and software resources as well as information among several users who may be sitting far away from each other
  • 55. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha Main Advantages of Distributed Computing Systems Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 55/57  Inherently distributed applications  Information sharing among distributed users  Resource sharing  Shorter response times and higher throughput  Higher reliability  Extensibility and incremental growth  Better flexibility in meeting users’ needs
  • 56. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  Amplifier  Amplitude Modulation (AM)  Application layer  ARPANET  Asynchronous transmission  Bandwidth  Baud  Bridge  Broadband  Broadcast  C-band transmission  Circuit switching  Coaxial cable  Common Carriers  Communication protocol  Communications satellite  Completely connected network  Computer network  Concentrators  Data-link layer  Demodulation Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 56/57  Dial-up line  Distributed Computing System  Ethernet  Fax modem  File Transfer Protocol (FTP)  Font-End Processors (FEP)  Frequency Modulation (FM)  Frequency-Division Multiplexing (FDM)  Full duplex  Gateway  Half duplex  Hop-by-hop routing  Hybrid network  Internet Protocol (IP)  Internetworking  ISDN (Integrated Services Digital Network)  Ku-band transmission  Leased line  Local Area Network (LAN)  Message switching Keywords/Phrases (Continued on next slide)
  • 57. Computer Fundamentals: Pradeep K. Sinha & Priti Sinha  Metropolitan Area Network (MAN)  Microwave system  Mobile computing  Modem  Modulation  Multi-access Bus network  Multiplexer  Narrowband  Network Interface Card (NIC)  Network layer  Network topology  Nomadic computing  Optical fibers  OSI Model  Packet switching  Phase Modulation (PM)  Physical layer  POTS (Plain Old Telephone Service)  Presentation layer  Protocol family  Protocol stack Ref. Page 327 Chapter 17: Data Communications and Computer Networks Slide 57/57  Protocol suite  Repeater  Ring network  Router  Session layer  Simplex  Source routing  Star network  Store-and-forward  Synchronous transmission  Time-Division Multiplexing (TDM)  Transport Control Protocol (TCP)  Transport layer  Twisted-pair  Unshielded twisted-pair (UTP)  User Datagram Protocol (UDP)  Value Added Network (VAN)  Voiceband  VSAT (Very Small Aperture Terminals)  Wide Area Network (WAN)  Wireless network (Continued from previous slide) Keywords/Phrases