1.2 Communication and Internet Flashcards
What is serial data transmission?
- Method of data transmission
- each bit is sent one after another …
- over a single wire (channel)
What is parallel data transmission?
- Method of data transmission
- Multiple bits (often 8 bits) sent at the same time …
- using multiple wires (lines)
Advantages and disadvantages of serial transmission are?
- more accurate/fewer errors over a longer distance
- less expensive wiring (single wire)
- less chance of data being skewed/out of synchronisation
- slower, less data sent at once dues to only one wire
Advantages and disadvantages of parallel transmission are?
- less accurate/more errors over a longer distance
- more expensive wiring (multiple wires)
- more chance of data being skewed/out of synchronisation
- faster, more data sent at once due to more wires
Uses of serial transmission?
- Medium to long distances e.g. Ethernet, Telephone Wire
- USB (Universal Serial Bus)
Uses of parallel transmission?
- Short distances
- Fast internal data transfer within a computer system (buses)
- IC’s (Integrated Circuits)
- Older printers
What is meant by synchronous transmission?
Synchronous
- A continuous stream of data
- The data is accompanied by timing signals (generated by an internal clock)
- The clock ensures the sender and receiver are in step with each other
What is meant by asynchronous transmission?
Asynchronous
- Data is transmitted in discrete packets (usually 1 byte)
- Each packet of data is sent with control bits
- The control bits allow the receiver to know when the data starts and ends
- The control bits prevent the packets of data getting mixed up
- Packets are sent intermittently (they have uneven time intervals between them
- Slower than synchronous
Explain duplex data transmission and give an example
- Direction of data transmission is both ways at the same time (simultaneously)
- Examples: Telephone call, broadband connections, video conferencing
Explain half-duplex data transmission and give an example
- Direction of data transmission is both ways but not at the same time (not simultaneously)
- Examples: Walkie Talkie, Intercom
Explain simplex data transmission and give an example
- Direction of data transmission is one way only (unidirectional)
- Examples: radio/tv broadcast, microphone to computer, computer to speaker
What are Integrated Circuits?
- self-contained circuits with many separate components (e.g. transistors, diodes) etched into a tiny silicon chip.
- Uses parallel transmission for …
- …sending data internally in computer systems
What are the drawbacks of integrated circuits?
- Less flexible - individual component or components cannot be removed or replaced – whole IC must be replaced
- Limited power rating
What are the benefits of integrated circuits?
- Small size – Thousands times smaller than discrete circuits
- Small weight due to miniaturised circuit
- Low cost due to mass production
- Low power consumption because of their smaller size
What is USB?
Universal Serial Bus
- Uses asynchronous serial transmission for …
- … sending data externally
- … (to and from peripherals / between devices)
Advantages of USB are?
- Devices plugged into the computer are automatically detected
- The connectors can only fit one way; this prevents incorrect connections being made
- Industry standard; this means that considerable support is available to users
- Supported by many operating systems
Explain what happens when a USB device is plugged into a computer
- The computer automatically detects a device (due to a small change in the voltage level)
- A known device is automatically recognised, and the appropriate device driver is loaded
- If a new device is detected, the computer will look for and install the device driver
- If this is not available, the user is prompted to download the device driver