Data Transmission is how data moves between devices.
In serial transmission bits are sent one after another down one wire; in parallel they are sent together down several wires. Data is split into packets. Methods like the parity check and checksum detect errors.
Remember
- Serial = one bit at a time; parallel = several at once.
- Parity checks help detect transmission errors.