Communication and Networking Flashcards
what is a Symbol (signal)?
- A symbol is a particular pattern of bits represented by a signal.
- For example, a symbol of four bits might be 1101
Baud Rate
- A communication system’s Baud rate is the number of signal changes in the medium per second. - 1 Baud (or 1Bd) is equal to 1 symbol change per second.
Bit rate
- A communication medium’s bit rate refers to the number of bits that are transmitted over the medium per second.
- This is often measured in bits per second (bps).
How do you calculate a communication systems bit rate?
Bit rate = Baud rate x No of bits per signal
How is it possible for bit rate to be higher than Baud rate?
- each signal change represents more than one bit of data
What is the exact relationship between the bit rate and the baud rate?
Directly proportional, the greater the bandwidth the higher the bit rate
Bandwidth
- Expressed in Hertz(Hz)
- Relates to the range of frequencies that a medium is capable of transmitting
- Direct relationship between this and the bit rate
Latency
- Often measured in Milliseconds(ms)
- Difference between an action being initiated and its effect being noticed
- Latency usually increases with distance
Protocol
- Set of rules relating to communication between devices
- Allow international organisations that have different devices to communicate seamlessly
What is Serial Data Transmission?
- Where data is sent one bit at a time over one communication line (this is usually a metal wire, but could also be an optical fibre or a wireless channel).
What is Serial Data Transmission used for?
- Transmitting data over medium to long distances (computationally speaking), such as from wired peripherals like mice and keyboards to your computer.
What is Parallel Data Transmission?
- It uses numerous parallel communication lines in order to send multiple bits between components simultaneously.
- The more lines, the more data can be transferred simultaneously.
- Each line has slightly different electrical properties, meaning time taken for one bit to be transferred will be differed from line to line
What are the issues of PDT (e.g. skewing)?
- Bits sent together may not be received together due to the differing electrical properties of each line. Over long distances this can cause overlapping of pulses, causing corruption of data.
- It can also be more expensive due to use of multiple lines.
- Crosstalk can also occur, where these tightly packed lines signals leak into each other, causing data corruption
What are the advantages of Serial DT over Parallel DT
- Serial data transmission doesn’t suffer from skew or crosstalk, so it is more reliable over long distances, less likely to have errors
- Serial communication mediums are cheaper due to using just one line/less wire
- PDT is more likely to error due to needing the data to be kept synchronised over long distances
What is synchronous transmission?
- A clock signal shared by transmission sender and receiver (synched) is used to time when signals are sent. - It is used in the FDE cycle.
- Suitable for real time transmissions.
What is Asynchronous transmission?
- Uses start and stop bits to indicate the duration of a transmission
- Receiver and transmitter clocks do not need to be synchronized, transmission of data without use of external clock signal
How does an Asynchronous Transmission Start Bit operate?
- Start receiver clock ticking
- Synchronise the clock in the receiver to the transmitter clock
- Bring the clock in the receiver into phase with the transmitter
How does an Asynchronous Transmission Stop Bit operate?
- Provides time for the receiver to process/transfer the received data
- Allows the (next) start bit to be recognised
What is Physical Network Topology?
Refers to the actual physical architecture of a network.
What are two types of Physical Network Topology?
- Star Topology
- Bus Topology
What is a Physical Star Topology?
- Each client has its own direct connection to the central hub (like a star)
- The hub recieves packets for all of the clients connected to it and is responsible for delivering them to the correct recipient
- A server can be added to the network in the same way that clients are connected to the central hub
What are the advantages of a Physical Star Topology?
- Packets are sent directly to their recipient, over a cable that is only connected to the recipient, it is secure as other clients on the network cannot see packets that aren’t intended for them
- It is easy to add and remove clients from the network
- Each cable has just one device communicating over it, eliminating the possibility of collisions
- Failure of one cable does not affect the performance of the rest
What are the disadvantages of a Physical Star Topology?
- If the hub fails, communication over the whole network is stopped
- Expensive to install due to the large amount of cable required
What is a Physical Bus Topology?
- A physical bus connects clients to a single cable called a backbone. A device called a terminator is placed at either end of the backbone
- No need for a central hub like in a physical star network and a server can be connected to the backbone just like a client