blob: ea3f92e1daf451a68b72c07b0f64fce6fe78a864 (
plain)
1
2
3
|
1) address bus
2) Sending multiple bits of data down multiple wires, all at the same time, ensuring each bit is recieved at onces, it will be synced with a clock
3) Because it only required one wire (and a clock) to send data down it. This means the cables can be cheaper, smaller and simpler. It also means the deviecs can be simpler to make as they don't need to sync multiple lines.
|