Module 1 - Data Communication and Networking
Module 1 - Data Communication and Networking
Introduction to Data
Communication and
Networking
Telecommunication – communication at
distance (tele Greek for far)
Data Communication – is the exchange of
data between two devices via some form of
transmission medium such as wire cable
The effectiveness of data communications system
depends on three fundamental characteristics:
TEXT
1. ASCII - the American National Standard Institute
(ANSI) developed a code called American Standard
Code for Information Interchange (ASCII). This cod
uses 7 bits for each symbol. This means 128 different
symbols can defined by this code.
2. Extended ASCII – to make the size of each pattern 1
byte (8bits), the ASCII bit patterns are augmented with
an extra 0 at the left. Now each pattern is exactly 1 byte
of memory. The first pattern is 00000000 and the last
one is 11111111.
Data Representation
TEXT
3. Unicode – a coalition of hardware and software
manufacturers have designed Unicode that uses 16
bits and represents up to 65,536 symbols.
4. ISO – the International Organization for
Standardization known as ISO, has designed a code
using 32-bit pattern. This code represents up to
4,294,967,296 symbols, which is definitely enough
to represent any symbol in the world today.
Data Representation
Dis.
Difficult reconnection and fault isolation
Fault or break in the bus cable stops all
transmission
3. Bus
4. Ring
In a ring topology, each device has a dedicated
point-to-point connection only with the two
devices on either side of it.
Adv.
Easy to install and reconfigure
Fault isolation is simplified
Dis.
a break in the ring can disable the entire network
4. Ring
CATEGORIES OF NETWORK
Network
Metropolitan-
Local-area Wide-area
area network
network (LAN) network (WAN)
(MAN)
CATEGORIES OF NETWORK
Application
Transport
Network
Data Link
Physical
Functions of Layers
PHYSICAL LAYER