Communication Flashcards
1
Q
What is a symbol?
A
- A particular pattern of bits represented by a signal
2
Q
What is the baud rate?
A
- The number of signal changes in the medium per second
- 1 Baud = 1 symbol change per second
3
Q
What is the bit rate?
A
- The number of bits that are transmitted over the medium per second
- Measured in bits per second
- = Baud rate x no of bits per signal
4
Q
What is bandwidth?
A
- The range of frequencies that a communication medium is capable of transmitting
- Expressed in Hertz
- Higher bandwidth results in a higher bit rate (direct relationship)
5
Q
What is latency?
A
- The difference in time between an action being initiated and its effect being noticed
- Measured in milliseconds
- Increases with distance
6
Q
What is a protocol?
A
- A set of rules relating to communication between devices
7
Q
What is serial transmission?
A
- Data is sent one bit at a time over one communication line
8
Q
What is parallel transmission?
A
- Numerous parallel communication lines send multiple bits between components simultaneously
9
Q
What is crosstalk?
A
- Signals from the tightly packed communication lines can “leak” into others
- Causes data corruption
10
Q
What is skew?
A
- Each of the lines have slightly different properties
- The time taken for one bit to be transferred differs slightly from line to line
- Bits sent together may not be received together
- Leads to bits from different pulses overlapping, causing a corruption of data
11
Q
Evaluate serial vs parallel transmission
A
- Serial doesn’t suffer from skew or crosstalk
- Serial more reliable, especially over long distances
- Serial uses only one line, making it cheaper to install
12
Q
What is synchronous transmission?
A
- A clock signal, shared by the sender and receiver, times when signals are sent
- The signals, sent at regular intervals, will be received in the same order they were sent
- Used within the busses of the processor in the fetch-execute cycle
13
Q
What is asynchronous transmission?
A
- Start and stop bits are used to indicate the duration of transmission
- The start bit can be either a 1 or 0 and the stop bit is always the opposite
- The sender and receiver must use the same baud rate
- The sender and receiver must synchronise their clocks for the duration of transmission
14
Q
What is a physical network topology?
A
- Refers to the actual architecture of a network
- Two types:
- Star
- Bus
15
Q
What is a physical star network topology?
A
- Each client has its own direct connection to a central hub
- The hub receives packets for all clients and delivers them to the correct recipient
- A server can be added to the network in the same way clients are connected to the hub