Data Transmission IGCSE
Data Transmission IGCSE
Disadvantages:
o Slower compared to parallel transmission as bits are sent
sequentially.
2. Parallel Transmission
Data is sent multiple bits at a time, typically using multiple wires.
Used for short-distance communication, such as between components
inside a computer (e.g., RAM and CPU).
Advantages:
o Faster transmission speed since multiple bits are transmitted
simultaneously.
Disadvantages:
o More expensive as multiple wires are required.
2. MAC Address
Media Access Control (MAC) Address is a unique 48-bit identifier
assigned to network interfaces.
Usually written in hexadecimal format (e.g., 00:1A:2B:3C:4D:5E).
Unlike IP addresses, MAC addresses are hardcoded into the hardware
and do not change.
Used in local network communication to identify devices.
3. Packet Switching
Packet switching is a method of data transmission used on the Internet.
Process:
o Data is divided into small units called packets.
Advantages:
o Efficient use of network resources.
o If a packet is lost, only that packet needs to be resent, not the entire
message.