Data Communication - Chapter 1
Data Communication - Chapter 1
Telecommunication:
The term telecommunication, which includes telephony, telegraphy, and television,
means communication at a distance (tele is Greek for "far").
Data Communication:
Data communications are the exchange of data between two devices via some form
of transmission medium such as a wire cable.
1. Message
The message is the information (data) to be communicated. Popular forms
of information include text, numbers, pictures, audio, and video.
2. Sender
The sender is the device that sends the data message. It can be a
computer, workstation, telephone handset, video camera, and so on.
3. Receiver
The receiver is the device that receives the message. It can be a computer,
workstation, telephone handset, television, and so on
4. Transmission Medium
Data Communication Page 1
4. Transmission Medium
The transmission medium is the physical path by which a message travels
from sender to receiver. Some examples of transmission media include
twisted-pair wire, coaxial cable, fiber-optic cable, and radio waves.
5. Protocol
A protocol is a set of rules that govern data communications. It represents
an agreement between the communicating devices. Without a protocol,
two devices may be connected but not communicating, just as a person
speaking French cannot be understood by a person who speaks only
Japanese.
Data Representation:
1. Text
2. Numbers
3. Images
4. Audio
5. Video
Data Flow
1. Simplex:
○ the communication is unidirectional
○ Only one of the two devices on a link can transmit; the other can only
receive
Data Communication Page 2
receive
○ Keyboards and traditional monitors are examples of simplex devices.
2. Half-duplex:
○ each station can both transmit and receive, but not at the same time.
○ When one device is sending, the other can only receive, and vice versa
○ the entire capacity of a channel is taken over by whichever of the two
devices is transmitting at the time
○ Walkie-talkies and CB (citizens band) radios are both half-duplex systems.
3. Full-duplex:
○ both stations can transmit and receive simultaneously
○ signals going in one direction share the capacity of the link: with signals
going in the other direction.
○ This sharing can occur in two ways:
○ Either the link must contain two physically separate t:nmsmissiIDn paths,
one for sending and the other for receiving;
○ or the capacity of the channel is divided between signals traveling in both
directions.
Network:
A network is a set of devices connected by communication links.
A link is a communications pathway that transfers data from one device to another.
Distributed Processing:
Most networks use distributed processing, in which a task is divided among
multiple computers. Instead of one single large machine being responsible for all
aspects of a process, separate computers (usually a personal computer or
workstation) handle a subset.
Network Criteria:
Performance:
Transit time:
Transit time is the amount of time required for a message to travel from one
device to another.
Response time:
Response time is the elapsed time between an inquiry and a response.
Performance also depends on:
Throughput and delay.
these two criteria are often contradictory. If we try to send more data to the
network, we may increase throughput but we increase the delay because of traffic
congestion in the network.
Reliability:
1. Accuracy of delivery
2. Frequency of failure and the time to recover from a failure
Type of Connection:
Point-to-point:
• A point-to-point connection provides a dedicated link between two devices.
• The entire capacity of the link is reserved for transmission between those two
devices.
• Most point-to-point connections use an actual length of wire or cable to
connect the two ends
• When you change television channels by infrared remote control, you are
establishing a point-to-point connection between the remote control and the
television's control system.
Multi-point:
• A multipoint (also called multidrop) connection is one in which more than two
specific devices share a single link
• In a multipoint environment, the capacity of the channel is shared
Spatially: If several devices can use the link simultaneously.
Timeshared: If users must take turns.
Physical Topology:
The term physical topology refers to the way in which a network is laid out
physically.
Two or more devices form a link. Two or more links form a topology. The topology
of a network is the geometric representation of the relationship of all the links and
Data Communication Page 4
of a network is the geometric representation of the relationship of all the links and
linking devices (usually called nodes) to one another.
Topologies:
1. Mesh: In a mesh topology, every device has a dedicated point-to-point link to
every other device.
Advantage:
○ the use of dedicated links guarantees that each connection can carry its
own data load
○ a mesh topology is robust. If one link becomes unusable, it does not
incapacitate the entire system.
○ there is the advantage of privacy or security. When every message travels
along a dedicated line, only the intended recipient sees it.
○ Physical boundaries prevent other users from gaining access to messages.
○ Finally, point-to-point links make fault identification and fault isolation
easy.
Disadvantage:
○ The main disadvantages of a mesh are related to the amount of cabling
and the number of I/O ports required.
○ installation and reconnection are difficult.
○ the hardware required to connect each link (I/O ports and cable) can be
prohibitively expensive.
• the connection of telephone regional offices in which each regional office
needs to be connected to every other regional office.
2. Star Topology: In a star topology, each device has a dedicated point-to-point
link only to a central controller, usually called a hub.
Advantages:
○ ease of installation
○ a bus uses less cabling than mesh or star topologies
Disadvantages:
○ Entire network shuts down if there is a break in the main cable.
○ Difficult to identify the problem if the entire network shuts down.
○ difficult reconnection and fault isolation.
4. Ring Topology:
In a ring topology, each device has a dedicated point-to-point connection with
only the two devices on either side of it.