2.2 Flashcards
Parallel Transmission
All bits in a byte are sent simultaneously along seperate lines
- Faster than serial transmission
- Requires 8/16 wires
- Can only be used for short distances
Serial Transmission
Data is sent bit by bit along the same data line
- Can travel longer distances than parallel
- Requires only 2 wires
- Slow
Simplex
- Data transmission is possible in one direction only
- EG sending sound to speakers
Half Duplex
- Data transfer is possible in both directions but only one at a time
- EG walkie talkies
Full Duplex
- Data transfer is possible in both directions simulatneously
- EG video conferencing
USB
- A fast interface for connecting peripherals to computers using wired connections
- Transmit data and provide a power supply for peripheral devices
- Devices can be linked using USB, chained together through hubs
Bluetooth
- Wireless interface for connecting peripherals to computers
- Avoids needs for cables
- Devices would also need own power supply
- Devices require pairing
Multiplexor
Allows for multiple messages to be combined to that they can be sent over a data link simultaneously and then seperated again at the end
Multiplexing on multiuser computer
Allows input to the system from different terminats, then routes system output to the correct terminal
Multiplexing on WAN
Used to combine messages for transmission over the very high capacity backbone of the network
Time Division Multiplexing
Allocates small time slices alternately for data from each of the input message streams
Frequency Division Multiplexing
Sends the diffeent messages simultaneously but using different transmission frequencies
Switching
- Used to connect computers in a LAN
- Switch maintains a table with MAC addresses of devices so it can send data to the required device
- When a packet is recieved it is examined to determine the destination address and forwarded as appropriate
Router
- Device on a network that holds the addresses of a computer network
- Used to forward data packets between networks
- Contol traffic on wide area network
- Router determines destination of data packets from IP address in the packet protocol then selects approproate route
- Holds information about current transmission speeds to adjacent nodes so fastest path for transmission can be selected
TCP/IP Packet Switching
- Data is split into packets
- Each packet has a destination address
- Packets are analysed by each node
- Packets are sent down the most appropriate path
- Each node contains a routing table
- Packets may take different routes
- Packets are reassembled at the destination