Você está na página 1de 27

1­1   DATA COMMUNICATIONS

The term telecommunication means communication at a


distance. The word data refers to information presented
in whatever form is agreed upon by the parties creating
and using the data. Data communications are the
exchange of data between two devices via some form of
transmission medium such as a wire cable.

1
Figure 1.1 Five components of data communication

2
Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)

3
1­2   NETWORKS

A network is a set of devices (often referred to as nodes)


connected by communication links. A node can be a
computer, printer, or any other device capable of sending
and/or receiving data generated by other nodes on the
network.

4
Networks: key issues
• Network criteria
– Performance
– Reliability
• Data transmitted are identical to data received.
• Boils down to error detection and correction &
failure detection.
– Security
• Of data, media, equipment.
• Making sure network resources are used by
authorized persons only.

5
Figure 1.3 Types of connections: point-to-point and multipoint

6
Figure 1.4 Categories of topology

7
Figure 1.5 A fully connected mesh topology (five devices)

8
Figure 1.6 A star topology connecting four stations

9
Figure 1.7 A bus topology connecting three stations

10
Figure 1.8 A ring topology connecting six stations

11
Figure 1.9 A hybrid topology: a star backbone with three bus networks

12
1­4   PROTOCOLS AND STANDARDS

In this section, we define two widely used terms: protocols


and standards. First, we define protocol, which is
synonymous with rule. Then we discuss standards, which
are agreed-upon rules.

13
Network Models

14
2­1   LAYERED TASKS

We use the concept of layers in our daily life. As an


example, let us consider two friends who communicate
through postal mail. The process of sending a letter to a
friend would be complex if there were no services
available from the post office.

Topics discussed in this section:


Sender, Receiver, and Carrier
Hierarchy

15
2­2   THE OSI MODEL
Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated to
worldwide agreement on international standards. An ISO
standard that covers all aspects of network
communications is the Open Systems Interconnection
(OSI) model. It was first introduced in the late 1970s.

16
Figure 2.2 Seven layers of the OSI model

17
Figure 2.15 Summary of layers

18
4­3   TRANSMISSION MODES

The transmission of binary data across a link can be


accomplished in either parallel or serial mode. In
parallel mode, multiple bits are sent with each clock
tick. In serial mode, 1 bit is sent with each clock tick.
While there is only one way to send parallel data, there
are three subclasses of serial transmission:
asynchronous, synchronous, and isochronous.

Topics discussed in this section:


Parallel Transmission
Serial Transmission
19
Figure 4.31 Data transmission and modes

20
Figure 4.32 Parallel transmission

21
Figure 4.33 Serial transmission

22
Note

In asynchronous transmission, we send


1 start bit (0) at the beginning and 1 or
more stop bits (1s) at the end of each
byte. There may be a gap between
each byte.

23
Note

Asynchronous here means


“asynchronous at the byte level,”
but the bits are still synchronized;
their durations are the same.

24
Figure 4.34 Asynchronous transmission

25
Note

In synchronous transmission, we send


bits one after another without start or
stop bits or gaps. It is the responsibility
of the receiver to group the bits.

26
Figure 4.35 Synchronous transmission

27

Você também pode gostar