Async, Sync and Line Coding Flashcards

1
Q

What is an Asynchronous system?

A

Requires extra elements added to a Tx data stream to inform Rx terminal where a word begins and ends. This system does not require a linked timing device.

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

What is a Synchronous system?

A

Requires extra elements added to a Tx data stream to inform Rx terminal where a block of data starts and ends. Clocking devices at both Tx and Rx must be synchronised to avoid errors.

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

Disadvantages of an Asynchronous system?

A

1) No large amount of data
2) Large amount of overhead
3) Terminal clocks are independent which can result in corrupt data

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

Disadvantages of a Synchronous system?

A

1) Potential to send a long run of 1s or 0s

2) Start/Stop Flag could be recreated in the data stream

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

Describe a Character Oriented Transmission:

A

A sequence of data, usually 8 bits in length with all control data in character form. Each frame begins with a SYN which signals the Rx terminal at the beginning of a block.

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

Describe a Bit Oriented Transmission:

A

A transmission where the block of data is treated as a sequence of bits. Uses a flag to indicate the beginning and end of a block.

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

What is Zero Bit Insertion?

A

To ensure flags are not repeated in the data, after every five 1s a zero is automatically added. E.g 01111110 = a flag, 0111110 = Zero bit insertion to stop the data being mistaken for a flag.

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