Communication Flashcards
(36 cards)
Baud rate
The number of signal changes per second
Bit rate
- The number of bits that are transmitted per second
- Baud rate * number of bits per signal
Bandwidth
The range of frequencies that a communication medium is capable of transmitting
Latency
The difference in time between an action being initiated and its effect being noticed
Protocol
- A set of rules relating to communication between device
- Enables devices made by different manufacturers to communicate seamlessly
Serial data transmission
- Data is sent one bit at a time over a single communication line
- Used for transmitting data over medium to long distances
Parallel data transmission
- Numerous parallel communication lines that allows for multiple bits to be sent simultaneously
- Used for transmitting data over short distances
Examples of data transmission
- Serial => USB
- Parallel => between parts of the processor
Crosstalk
Signals from tightly packed communication lines can “leak” into other, causing data corruption
Skew
- Each line in parallel transmission has slightly different electrical properties, leading to different times taken
- This means that bits sent together may not be received together, leading to bits being overlapping and the corruption of data
Serial vs Parallel
- Serial data transmission does not suffer from skew or crosstalk, making it a more reliable communication method over long distances
- Serial mediums are cheaper to install
Synchronous transmission
Data is sent on shared clock pulses at regular intervals, received in the same order that they were sent
Uses of synchronous transmission
- Transmitting information in real-time systems
- Used by busses in the processor
Asynchronous transmission
- Start and stop bits are used to indicated the duration of a transmission
- The sender and receiver must use the same Baud rate and synchronize their clocks for the duration of data transmission
Physical star network topology
- 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
Advantages of physical star network topology
- Packets are sent directly to the recipient so other clients cannot see packets that aren’t intended for them
- It is easy to add and remove clients to and from the network
- Each cable has just one device, removing the possibility of collisions
- The failure of one cable does not affect the rest of the network
Disadvantages of physical star network topology
- If the central hub fails all communication is stopped
- Expensive to install due to the large amounts of cable
Physical bus topology
- All devices are connected to a single central cable (the backbone)
- A terminator is at each end of the cable, preventing signals from bouncing back along the cable
Advantages of physical bus topology
- No central hub, reducing the chance of a network failure
- Inexpensive to install due to minimum length of cable
Disadvantages of physical bus topology
- Packets are sent through the shared backbone, allowing every client on the network to see packets that aren’t intended for them
- The backbone is used for communication by multiple clients, introducing the risk of collisions
- The entire network will fail if the backbone fails
Logical network topology
The flow of data packets within a network
Logical bus network
Delivers packets to all clients on the network
Logical star network
Delivers packets only to their recipient
Host
A device on a network that provides services