Module 6 Chapter 1 Communication Methods Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is meant by data communication?

A

Sending and receiving data from one computer or device to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give three common applications of data communication.

A
  • Sending and receiving e-mails
  • Making and receiving calls on mobile phones
  • Requesting and fetching data from a server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is data communication limited to data transferred across separate computer systems?

A

No, data communication takes place with all computer systems, between the CPU and its peripheral devices such as a disk drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two alternative methods of data transmission we use?

A
  • Serial data transmission

- Parallel data transmission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is serial data transmission?

A

When data is sent from source to destination over a single cable, one bit at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is parallel data transmission?

A

When several bits are sent simultaneously over a number of parallel wires to transmit data from source to destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the advantages of serial data transmission over parallel data transmission?

A
  • Very high bit rates can be achieved (depending on the type of cable, fibre-optic cables being very fast)
  • Data can be easily transmitted over longer distances
  • No problem with skew or crosstalk as found in parallel data transmission
  • Serial cables are cheaper in general
  • Serial connectors typically take up less space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the typical range of data transfer rates achieved by serial data transmission?

A

50 Megabits per second (Mbs) to 100 Gigabits per second (Gbs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where is parallel data transmission normally used?

A

Within a computer system. Parallel cables are often used for computer buses. Parallel cables can also be used to transmit data over short distances ,a couple of metres at most, connecting devices such as a PC and a nearby printer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the advantage of using parallel data transmission?

A

More bits can be transferred at once, which can lead to a faster transfer rate, but not always as the baud rate can be severely limited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What two problems with parallel data transmission can cause corrupted data at higher signal frequencies?

A
  • Crosstalk: interference between parallel lines

- Skew: bits travelling parallel lines at different rates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is crosstalk?

A

A problem that occurs in parallel data transmission where parallel lines interfere with each other, corrupting the data. This is worsened by higher signal frequencies and transmitting data over longer distances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is skew?

A

When variations in the exact properties of individual wires in a parallel connection cause bits to travel across them at different speeds and arrive at their destination out of order, causing data to be corrupted. For this reason, parallel data transmission is only reliable over short distances and signal frequencies are limited.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When would you use serial data transmission?

A

When you need to transfer data across distances over about two metres.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is protocol?

A

A set of rules relating to communication between devices.
In order to allow equipment from different suppliers to be networked, a standardised set of rules (protocols) has to be implemented, covering standards for physical connectors, cabling, mode of transmission, speed, data format, error detection and correction methods. Any pieces of equipment which use the same communication protocol can be networked.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is bit rate?

A

The speed at which data is transmitted, measured in bits per second.

17
Q

What is baud rate?

A

The rate at which the signal changes, so how quickly the signal can go from 1 to 0 or 0111 to 0100. It is measured in ‘units’ per second.

18
Q

How do you calculate bit rate?

A

bit rate = baud rate * number of bits per signal

19
Q

What is baseband?

A

Baseband is when bit rate is equal to baud rate. In other words, the number of bits per signal is one.

20
Q

What is bandwidth?

A

The amount of data that can be transmitted in a fixed amount of time. It is usually expressed in bits per second (bps). Bandwidth is essentially the maximum bit rate of a signal.

21
Q

What is latency?

A

Latency is the time delay between the moment the first byte of a communication leaves the source and when it arrives at its destination.

22
Q

What is a parity bit?

A

The last bit in a byte, used for error checking.

23
Q

What are the two types of parity?

A
  • Odd parity, where the number of 1’s must be odd

- Even parity, where the number of 1’s must be even

24
Q

Assuming no error has occurred, does the following byte use even or odd parity?
00010110

A

Odd parity.

25
Q

Assuming no error has occurred, does the following byte use even or odd parity?
01010110

A

Even parity.

26
Q

A computer system is using an even parity system and needs to transmit the following seven digit binary number:
0011101
What would the parity bit be?

A

0

27
Q

A computer system is using an even parity system and needs to transmit the following seven digit binary number:
1011101
What would the parity bit be?

A

1

28
Q

A computer system is using an odd parity system and needs to transmit the following seven digit binary number:
0011101
What would the parity bit be?

A

1

29
Q

A computer system is using an odd parity system and needs to transmit the following seven digit binary number:
1011101
What would the parity bit be?

A

0

30
Q

A computer system is using an odd parity system and transmits the following byte:
01101001
Has an error occurred?

A

Yes; there’s an even number of 1’s.

31
Q

A computer system is using an odd parity system and transmits the following byte:
11101001
Has an error occurred?

A

No; there’s an odd number of 1’s.

32
Q

A computer system is using an even parity system and transmits the following byte:
01101001
Has an error occurred?

A

No; there’s an even number of 1’s.

33
Q

A computer system is using an even parity system and transmits the following byte:
01101011
Has an error occurred?

A

Yes; there’s an odd number of 1’s.

34
Q

How does parity checking work?

A

When a byte is transmitted, the first seven bits are used to store the data and the eighth bit is used to give the entire byte either and odd or even number of 1’s, depending on the parity system being used. When the byte is received, the number of 1’s in each byte is checked and if they’re not correct (odd or even) then the data is discarded as corrupted and the receiving computer requests the source to resend it.

35
Q

What is synchronous transmission?

A

When data is transferred at regular intervals that are timed by a clocking signal. This allows for a constant and reliable transmission of time-sensitive data.

36
Q

Where is synchronous transmission typically used?

A

When using parallel data transmission such as a computer bus.

37
Q

What is asynchronous transmission?

A

When bytes are sent one after another as soon as they’re available. Bytes are encased in stop and start bits to prevent bytes overlapping.

38
Q

What is significant about the relationship between stop and start bits?

A

They’re always opposite. If the start bit is 1, the stop bit will be 0 and vice verse.