Communication Flashcards

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

What is the difference between Serial and Parallel Transmission.

A

Serial transmits one after another
Parallel transmits all at the same time

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

When is Serial Transmission used

A

for all long haul communication
for most computer networks

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

When is Parallel Transmission used

A

short range, high speed connections
Inside a computer
e.g. printers, RAM

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

Advantages of Serial over Parallel

A

Cheaper
Travels longer distances
Little data corruption
Cant suffer from SKEW

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

Advantages of Parallel over Serial

A

Simpler hardware
higher speed of transmission

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

What is SKEW

A

Where all the bits don’t arrive at the same time so the data becomes screwed
Only happens in Parallel transmission

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

What are the 2 different types of Serial Transmission

A

Synchronous
Asynchronous

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

What is synchronous transmission

A

Data is transferred at regular intervals
These are synchronised by a clock
Useful for real time data
Enables whole blocks of data to be sent in timed sequences
Much faster

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

What is Asynchronous transmission

A

Data is transferred one character at time
A start bit, stop bit and parity bit sent with each character
Generally for lower speed transmission (internet)
Data is sent in packets containing a character that include start,stop,parity bits

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

What is bandwidth

A

Range of frequencies that can be transmitted across a network connection

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

What is bit rate

A

The number of bits that are transferred between devices per second

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

What is baseband

A

The simplest form of data transmission, at each signal change just one bit is transmitted

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

What is baud rate

A

Number of times a signal in a communications channel changes state in a second

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

Equation for calculating bit rate

A

baud rate * number of bits per signal

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

What is Latency

A

The delay between an action being started and its effect being noticed

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

What is a protocol

A

A strict set of rules for data transmission.
It covers common principles for physical connections.
Examples of protocols:
FTP - File transfer
HTTP/HTTPS - Website/ Secure website

17
Q

What is handshaking

A

When 2 devices exchange signals in order to set up a communication link.
For example Ready to send & Clear to send.