Serial transmission

Serial transmission is when we have a single wire which we send data down, one bit at a time in a sequence (specific order).

Most peripherals use serial transmission, primarily the universal serial bus (or what you probably know as USB) which is used to connect loads of different devices to a computer.

Advantages of serial transmission

Compared to parallel transmission, serial transmission has a few advantages:

Disadvantages of serial transmission

The main disadvantage of serial transmission compared to parallel transmission is that it can be slower than parallel in some cases, as it sends bits one at a time, whereas parallel can send multiple bits at once.

However, as mentioned above, this isn’t always the case, because parallel can also be slowed down by various different things.

Examples of serial transmission