Chapter 4
Chapter 4
CHAPTER FOUR
DATA COMMUNICATION & COMPUTER NETWORK
4.1. DATA COMMUNICATION
Data communication is the exchange of data between two devices via some form of
wired or wireless transmission medium. It includes the transfer of data, the method
of transfer and the preservation of the data during the transfer process. To initiate
data communication, the communicating devices should be a part of an existing
communications system. For data communication to be effective, the following three
fundamental characteristics should be considered:
1. Delivery: The system must deliver data to the correct or the interned
destination.
3. Timeliness: The system must deliver data in a timely manner without enough
time lags.
communicate data. Without the protocol, the sender and receiver cannot
communicate with each other; just as a person speaking English cannot be
understood by a person speaks only Hindi.
Sender Receiver
Message Medium
Data transmission mode refers to the direction of signal flow between two linked
devices. There are three types of transmission modes: simplex, half-duplex, and
full–duplex.
Sender Receiver
Fig: Simplex
Sender Receiver
Sender Receiver
A. Guided media
Guided transmission media use a cabling system that guide the data signals along a
specific path. The data signals are bound by the cabling system. Cabling refers to
transmission medium that consists of cables. There are four basic types of guided
media.
Coaxial cable
Optical fiber
Twisted Pair: In this kind of cabling, pairs of wires are twisted together which are
surrounded by an insulating material and an outer layer called Jacket.
Each pair consists of a wire, used for receiving data signal, and for
transmission data signal.
The wires are twisted in order to reduce noise (unwanted signal) and interface
for external sources.
Forms of Twisted Pair: There are two forms of Twisted Pair. These are
It is most suited for both data and voice transmission, and hence is commonly
use in telephone system.
Fig: UTP
Shielded Twisted Pair (STP): Has a metal foil or braided-mesh covering that covers
each pair of insulated conductor.
Fig: STP
Coaxial cable: Has a single central conductor, which is made up of solid wire
(usually copper). This conductor is surrounded by an insulator.
Copper
core
Insulation Metal connector
Protective plastic
covering
Optical fiber: Both twisted pair and coaxial cable transmit data in the form of
current, but optical fiber carry information in the form of visible light.
They are smaller and lighter than copper wire and are free from corrosion as
well.
It is expensive
Unguided media: Unguided transmission media is data signals that flow through
air. They are not bounded to a fixed channel to follow. One of the common unguided
media is radio frequency propagation. Microwave and Satellite
This need to share data and resources led to the development of networking. A
network is a group of connected computers that allows people to share information.
In a network, multiple users can access the same information and connect to the
same resource. For example, instead of linking each computer to its own printer, all
computers can be linked to a common printer for shared access by multiple users.
1. Server – is a dedicated computer that serves the client with huge storage ca-
pacity, database, interconnections to other networks etc.
2. Clients_ Computers that access shared network resources provided by a
server.
3. Media – The wires that make the physical connections.
4. Shared data- Files provided to clients by servers across the network.
5. Shared printers and other peripherals– Additional resources provided by
the server.
6. Resources- Any service or device, such as files, printers or other items.
7. A workstation computer is a peer –to- peer network architecture.
8. Stand-alone computer a computer that is not connected in the network.
9. Node- is a computer, printers, or whatever, simply latch onto the cable at any
position between the two terminals in a topology.
Span of Control
Geographical Span
Based on span of control computer networks can be classified into two major
groups:
Centralized Network
Distributed Network
Centralized Network: Centralized network has one main CPU that processes all
information requests and handles communication. The main CPU in a centralized
network is usually a mainframe or minicomputer capable of handling the processing
workload of many people simultaneously. People interface with the host computer
by using terminals and other input and output devices.
Dumb Terminals
Intelligent Terminals
Terminals that have no storage or processing capabilities are called dumb terminals.
Because dumb terminals do not have any processing capabilities, they must be
connected to a host computer that can perform any processing functions necessary.
Intelligent terminals, on the other hand, do have limited storage and processing
capabilities.
Client/Server, or
Peer-to-Peer
FileServer
Local Area network (LAN): A LAN, or local Area Network, is a computer network
that spans only a small geographical area (usually within a square mile or less),
such as an office, home or building.
MAN
LAN LAN LAN
WAN
The term topology refers to the way a network is laid out, either physically or
logically. A topology can be considered as the network’s shape. It is thee geometric
representation of the relationship of all the links. There are four basic
topologies: Bus, Ring, Star, and Mesh.
Bus Topology: Bus topology uses a common bus or backbone ( a single cable) to
connect all devices with terminators at both ends. The backbone acts as a shared
communication medium and each node (file server, Workstations, and peripherals)
is attached to it with an interface connector. Whenever a message is to be
transmitted on the network, it is passed back and forth along the cable, past the
stations (computers) and between the two terminators, from one end of the network
to the other. As the message passes each station, the station checks the message’s
destination address. If the address in the message matches the station’s address,
the station receives the message. If the addresses do not match, the bus carries the
message to the next station, and so on. Figure 12.33 illustrates how devices such as
file serve workstations, and printers are connected to the linear cable or the
backbone.
This topology requires least amount of cabling to connect the computers and
therefore, less expensive than other cabling arrangement.
It is easy to extend a bus since two cables can be joined into longer cable with
a connector.
Heavy traffic can slow down a bus because computers on such networks
do not coordinate with each other to reserve time to transmit.
Ring Topology: In ring topology, computers are placed on a circle of cable without
any terminated ends since there are no unconnected ends. Every node has exactly
two neighbors for communication purposes. All messages travel through a ring in
the same direction (clockwise or counterclockwise) until it reaches its destination.
Each node in the ring incorporates a repeater. When a node receives a signal
intended for another device, its repeater regenerates the bits and passes them along
the wire.
Every computer is given equal access to the ring. Hence, no single computer
can monopolize the network.
Failure in any cable or node breaks the loop and can take down the entire
network.
Star Topology: In star topology, devices are not directly linked to each other but
they are connected via a centralized network component known as hub or
concentrator. The hub acts as a central controller and if a node wants to send data
to another node, it boosts up the message and sends the message to the intended
node. This topology commonly uses twisted pair cable; however, coaxial cable or
fiber optic cable can also be used.
The network is not disrupted even if a node fails or is removed from the network.
The cost of the hub makes the network expensive as compared to bus and ring
topology.
Mesh Topology: In the mesh topology, every node has a dedicated point-to-point
link to every other node. Messages sent on a mesh network can take any of several
possible paths from source to destination. A fully connected mesh network has n(n-
1)/2 physical links to link n devices. For example, if an organization has 5 nodes
and wants to implement a mesh topology, 5(5-1)/2, that is, 10 links are requires. In
addition, to accommodate that many links, every device on the network must have
n-1 communication (input/output) ports.
If one link becomes unusable, it does not disable the entire system.