What is the difference between simplex, half duplex and full duplex?

These are different forms of data transfer. Simplex means that data can only travel in one direction between an interface. An example of this would be a keyboard - you type into the computer which is registered in the CPU but the CPU doesn't send things back to the computer.Half Duplex means data can travel in both directions, but not at the same time. An excellent (and typically one of the only examples you'll come across) is walkie-talkie devices. You press the button and whilst it is held down, the other device can hear you but you wouldn't be able to hear any return transmission as long as you are transmitting data.Duplex means data can travel in both directions at the same time - this is easy as you use the internet all the time!

MM

Related Computing A Level answers

All answers ▸

Image a graph. In which instances is it more appropriate to use an adjacency list instead of an adjacency matrix?


Express the number 208 as a) an 8-bit binary number b) an octal string c) a hexadecimal string


Convert the hexadecimal '3E', which represents a 2's compliment binary number, in decimal.


How can the idea of precondtioning as part of 'Thinking Ahead' benefit a programmer when writing code?