Unit 6 - Communications Flashcards

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

What are the two main issues with parallel data transmission?

A

Parallel data transmission suffers from skew, where the data in individual wires is sent a varying speeds, and crosstalk, where the adjacent wires interfere electromagnetically.

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

Why is serial data transmission faster than parallel at very high speeds?

A

The problem of crosstalk within parallel transmission is amplified as the frequency of transmission increases.

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

What three additional bits have to be transmitted during asynchronous transmission? (one is related to the chance of error)

A
  • The start & stop bits are added to form breaks in transmission between bits.
  • A parity bit is included for error checking.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s the main difference in the performance of asynchronous transmission vs synchronous?

A

Asynchronous transmission is slower due to having to transfer an extra 3 bits per 8. It is cheaper and is therefore suitable for low-speed connections.

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

What is the general definition for a protocol?

A

A protocol is a set of rules governing some sort of communication between two devices.

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

What is the bit rate of a transmission?

A

Bit rate is the number of bits being transferred per second.

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

How many bits are transmitted per signal change when using baseband?

A

One bit is transmitted per signal change.

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

What is the baud rate of a transmission?

A

The baud rate is the frequency at which the signal in a transmission changes state. Data is sent at each of these signal changes.

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

What is the difference between baseband and broadband?

A

Broadband transfers more than one bit per state change, so bit rate > baud rate.

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

What is the bandwidth of a network?

A

The bandwidth of a network is the maximum capacity of a communications channel.

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

Advantages of a bus network:

A
  • Inexpensive to set up
  • Devices can easily be added
  • Good for small networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Disadvantages of a bus network:

A
  • Entirely reliant on main cable
  • Limited cable length
  • Performance degrades with increased use
  • Poor security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What protocol is used on a wired network to prevent multiple transmissions happening at once?

A

CSMA/CD is used (Carrier Sense Multiple Access/Collision Detection).

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

What are the two pieces of hardware that can be used for the central node of a wired star network and how are they different.

A

The central node of a star network can be a hub, which broadcasts received messages to all other devices on the LAN, or a switch, which forwards messages to their intended destination.

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

What address is attributed to the Network Interface Card of all devices?

A

They are attributed a Media Access Control (MAC) address.

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

What does a network need to connect to a wireless network? (4/5 things)

A
  • An internet service provider
  • A modem and wireless router
  • A device with a Network Interfacing Card
  • A wireless access point
17
Q

What is required for a device to be able to connect to a wireless network?

A

All wireless networks require a Network Interfacing Card for a device to connect.

18
Q

What is an SSID?

A

An SSID is a Service Set Identifier and is used by all devices connected to a network. It provides a name to identify the network by.

19
Q

What protocol is used to avoid multiple devices communicating at once, leading to interference?

A

CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) is used. The device checks the channel and only communicates if it is empty. RTS/CTS (Request To Send/Clear To Send) is also used to avoid the problem of “hidden nodes”.

20
Q

What is a the “hidden node” problem?

A

The hidden node problem occurs when two devices are connected to a WAP, but they are unable to detect each other due to being out of each others range.

21
Q

What is shared between two communicating devices using public key cryptography? (cannot explain full process in flashcard format)

A

The two devices will send each other their public keys.