Well I recently ran into a practice exam question asking what the difference is between a half duplex and full duplex on a 32 bit bus. The correct answer was half duplex only pulls 16 bits at a time while full duplex pulls 32 bits at a time. I'm confused. I would think that:
- half duplex on a 32 bit bus (or any width bus) would use the whole data bus width to pull OR push data
- full duplex would use half the bus width for pulling and the other half for pushing data simultaneously if need be or
- full duplex would be able to use the whole data bus width for pulling OR pushing data if need be
is that clear to anybody? Maybe my mind is just fried.