Chapter 1 Introduction-1
Chapter 1 Introduction-1
Overview of Data
Communications and
Networking
1
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2000
Chapter 1: Introduction
Chapter 2:Network Models
1.2 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1-1 DATA COMMUNICATIONS
1.3
1-1 DATA COMMUNICATIONS
Topics discussed in this section:
1.4
1-1 DATA COMMUNICATIONS
1.5
Figure 1.1 Components of a data communication system
1.6
1-1 Data representation
Text, numbers, images, audio, and video
Text:
• ASCII: 7-bit patteren(128 different symbols)
• Extended ASCII: 8-bit pattern (with an extra 0 at left from 00000000 to
0111111
• Unicode: 32 bits pattern (65,536,216) symbols, which is definitely enough
to represent any symbol in the world.
Numbers:
represented by bit pattern (binary number)
Images :
represented by matrix of pixels (picture element), small dot. The size of
pixel represent the resolution.
Audio:
represent sound by continuous (analog) signal
Video:
can be analog or digital signal
1.7
Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)
1.8
1-2 NETWORKS
1.9
Network Criteria
Performance
Depends on Network Elements
Measured in terms of Delay and Throughput
Reliability
Failure rate of network components
Measured in terms of availability/robustness
Security
Data protection against corruption/loss of data due to:
Errors
Malicious users (unauthorized access)
1.10
Physical Structures
Type of Connection
Point to Point - single transmitter and receiver
Multipoint - multiple recipients of single transmission
Physical Topology
Connection of devices
Type of transmission - unicast, mulitcast, broadcast
1.11
Physical Structures (Type of Connection)
Point to Point - single transmitter and receiver
1.12
Physical Structures (Type of Connection)
Multipoint (multidrop) connection:
1.13
Figure 1.4 Categories of topology
1.14
Figure 1.5 A fully connected mesh topology (five devices)
1.15
Figure 1.6 A star topology connecting four stations
1.16
Figure 1.7 A bus topology connecting three stations
1.17
Figure 1.8 A ring topology connecting six stations
1.18
Figure 1.9 A hybrid topology: a star backbone with three bus networks
1.19
Categories of Networks
1.20
Single building LAN
1.21
Multiple -building -LAN
1.22
MAN
1.23
WAN
1.24
1-3 THE INTERNET
Interconnections of networks :
internetwork
An internet (small i) is two or more networks that can communicate
with each other.
Internet:
Internet is a collaboration of more than 100 of 1000 interconnected
network.
1.25
1-4 PROTOCOLS
1.26
Elements of a Protocol
Syntax:
Structure or format of the data, meaning the order in which
they are presented.
Example: A simple protocol might expect the first byte of data to be the
address of the sender, the second byte to be the address of the
receiver and the reset of the stream to be the message itself.
Semantics:
Refers to the meaning of each section of bits.
Example: does an address identify the route to be taken or the final
destination of the message.
1.27
Elements of a Protocol
•Timing:
When data to should be sent?
How fast they can be sent?
Example: If a sender produces data at 100Mpbs but the receiver can
process data at only 1Mpbs, transmission will overload the receiver and
data will be largely lost.
1.28