4.9 Fundamentals of communication and networking Flashcards
define serial data transmission
sends one bit at a time, serial uses a single wire, typically used for transmitting data over medium to long distances
define parallel data transmission
sends multiple bits simultaneously, parallel uses several wires, the more lines that the medium uses the more data can be transferred simultaneously, used for short distances
advantages of serial over parallel transmission (three reasons)
1) parallel communication requires more wires so higher cost and more difficult to manage when setting up the system
2) parallel needs the data to be synchronised across the wires so more chance of errors and limiting factor on transmission speed
3) parallel carries risk of crosstalk between wires so also more chance of errors
what is skew and how does it occur
skew is a problem where the bits sent will not be received together - each of the communication lines in parallel transmission will have slightly different electrical properties meaning time takes for bit to transfer will differ slightly - skew is worse over long distances and an lead to buts from different pulses overlapping causing corruption
what is crosstalk
occurs in parallel transmission when the communication lines are tightly packed signals from one line can leak into another also causing data corruption
define synchronous data transmission
a clock signal shared between sender and receiver is used to time when signals are sent - used within buses in the FDE cycle - signals sent in regular intervals will be received in the same order so suitable for transmitting information in real time systems
define asynchronous data transmission
start and stop bits are used to indicate the duration of a transmission - start bits are either 0 or 1 and stop bits are the opposite of the start bit - sender and receiver must use the same baud rate so they only need to synchronise clock for duration of data transmission
define baud rate
number of signal changes per second - measured in bauds
define bit rate
the number of bits that can be sent in one second - measured in bits per second (bps)
relationship between bit rate and baud rate
bit rate = baud rate x no of bits per signal
define bandwidth
bandwidth relates to the range of frequencies that a communication medium is capable of transmitting - measured in hertz
what is the relationship between bit rate and bandwidth
bit rate is directly proportionate to bandwidth
how can bit rate be higher than baud rate
each signal change represents more than one bit of data
define latency
time delay between a signal being transmitted and it being received - measured in milliseconds - usually increases with distance
define protocol
a set of rules relating to communication between devices
what is a physical network topology
the physical architecture of the cabling between devices on the network
what is a logical network topology
the flow of data packets around a network
what is a physical star topology
each client has a direct connection to a central node, the central node receives all packets and delivers them to the recipient
advantages of a physical star topology - 4 reasons
1) packets are sent directly to recipient so other clients on the network can’t see packets not intended for them - improved security
2) easy to add and remove clients to and from network
3) speed of links are constant as no collisions
4) improved reliability as if one link fails the other links are not affected
disadvantages of physical star topology - 2 reasons
1) if the central hub fails, all communication is stopped
2) its expensive to install as lots of cables required
what is a physical bus topology
connects clients to a single cable called the backbone - a device called a terminator is placed on either end of the backbone with the server connected via the backbone too
advantages of a physical bus topology
1) no central hub so reduces chance of network failure and cost of installation
2) inexpensive to install as a minimum length of cable required
disadvantages of a physical bus topology
1) low security as packets are sent through shared backbone so all clients can see them
2) the backbone may be used by multiple clients - increasing risk of collisions
3) if the backbone fails the entire network becomes unusable
difference between logical bus and star topology
logical bus network delivers packets to all clients on the network whereas logical star network only delivers the packet to the recipient