4.9 - Fundamentals of communication and networking Flashcards
What are the 3 features of synchronous transmission?
Streams of bits are transferred over a communication channel at a constant rate
The transmitter and the receiver are synchronised using a common clock signal
No need for a start or stop bit - more information can be sent per unit of time
What are the 2 features of asynchronous transmission?
There is no clock signal, so additional data (start and stop bits) is used to control the communication
Data is transmitted when it is available, rather than at specific intervals - there can be periods of time when the transmission channel is idle
What is serial and parallel transmission?
Serial - data bits are sent in a sequence, one after the other, over a single wire
Parallel - several bits are sent at the same time over their own dedicated wires or printed circuit tracks
What are the 4 advantages of serial transmission?
Can operate efficiently at higher bit rates - not affected by skew, and there are fewer wires in close proximity, which minimises crosstalk
Specific solutions that are not affected by interference, such as fibre-optic cables, can be used for transmitting over longer distances
Also uses fewer wires- cheaper to implement
Interfaces have fewer pins, so they are cheaper and easier to produce
What are the 2 disadvantages of parallel transmission?
Only reliable over short distances and with lower bit rates than serial- mainly used inside a computer and in some early peripherals
Can be affected by skew and crosstalk when higher bit rates and longer wires are used
What is skew and crosstalk?
Skew - happens when the bits that are transmitted across parallel links travel at different speeds
Crosstalk - occurs when electromagnetic interference between wires that are in proximity (such as parallel links) results in transmitting corrupted data that will need to be re-sent
What are the 2 advantages of a bus topology?
Easy to connect nodes to network
Less cabling needed - cheaper to install
What are the 3 disadvantages of a bus topology?
If two (or more) devices try to transmit at the same time, it will cause acollision - signals will interfere with each other
Every device attached to the bus can “read” every unencrypted message since signals are transmitted across the whole network - can be a security issue
A failure of the main bus cable will bring the whole network to a stop
What are physical and logical toplogies?
Physical - the physical layout of the network
Logical - the flow of data packets around a network
What are the 3 advantages of a star topology?
If one workstation fails, the rest of the network can continue to operate
New nodes can be added to the network simply by connecting them to the switch
Tends to have better performance - message is passed on to its intended node only
What are the 2 disadvantages of a star topology?
Switch or hub is acentral point of failure - if it fails, none of the connected devices will be able to communicate or access network resources
Requires plenty of cable if wired - can be expensive in large networks
What is a client and a server?
Client- a program that typically runs on a device used by an end-user such as a laptop or mobile phone
Server- a program on a computer that shares resources with, or provides services to, any authorised client
How does a client-server network function? (2 points)
A client sends arequestto the server
The serverprocessesthe request and then sends aresponseback to the client
What are the 2 advantages of a client-server network?
Servers can be located in secure rooms - easier to monitor a server room than to monitor every device on the network
Most important files are stored on servers - easier to make sure all files are backed up
What are the 2 disadvantages of a client-server network?
High setup cost - servers will need to be set up and configured
If a server fails, many users will be affected