9 - Fundamentals of Communication and Networking Flashcards
Explain how a thin-client network works.
- Most processing is done by a central server
- The user input is transmitted from the terminal to the server over the network
- Data needed to produce image is transmitted from server to the terminal over the network
- Applications are not installed on thin client workstations
- Operating system is loaded by clients from server at boot
Explain how the use of a thin-client network instead of a traditional rich-client (thick-client) network will affect the selection of the hardware of the system.
- Higher bandwidth network connection required
- Network must use switch not hub
- Slower processor and reduced RAM
- Server must have multiple processors and a lot of RAM
What is Serial Data Transmission?
Data bits are sent in a sequence, one after the other, over a single wire from the source to the destination.
What is Parallel Data Transmission?
Multiple bits are sent simultaneously over multiple parallel wires from the source to the destination.
What is a problem with Parallel Data Transmission?
There is a possibility that data skew may occur as the bits could travel at slightly different speeds over each of the wires.
What are the advantages of serial over parallel data transmission?
- Parallel communication requires more wires and hardware; therefore, serial transmission tends to be cheaper.
- With parallel communication, there is a risk of data skew over long distances, whereas serial is reliable over much longer distances.
- Parallel communication carries the risk of crosstalk between wires which results in more chance of errors. This is largely avoided with serial transmission.
- Serial transmission suffers from little interference at high frequencies, so the serial frequency can be much higher than with parallel transmission. This results in higher net data transfer rates.
What is the bit rate?
What unit is it measured in?
The number of bits that are transferred between devices in one second.
It’s measured in bits per second. (Typically megabits or gigabits per second).
What is the baud rate?
What unit is it measured in?
Number of signal changes in a communications channel per second.
It’s measured in bauds.
What is the relationship between bit rate and baud rate?
bit rate = baud rate × number of bits per signal
What is bandwidth?
What unit is it measured in?
A measure of the maximum capacity of a given communication channel.
(Bandwidth and bit rate are directly proportional).
It is measured in hertz.
What is latency?
Time delay between the moment an action is initiated and the moment its effect begins.
What is synchronous transmission?
Data is transferred at regular intervals which are synchronised by a clock pulse signal.
What is asynchronous transmission?
Each byte is sent separately and the receiver and transmitter do not need to be synchronised, as the bytes are sent as soon as they are ready. To control the communication start and stop bits are used.
What is the relationship between bit rate and bandwidth?
Bit rate is directly proportional to bandwidth.
Explain how it is possible for the number of bits transmitted per second to be higher than the baud rate.
More than one bit is encoded in each signal change