0
4.6kviews
Explain System bus arbitration in Loosely Coupled System
1 Answer
0
42views
  1. A loosely coupled configuration provides the following advantages:
  2. High system throughput can be achieved by having more than one CPU.
  3. The system can be expanded in a modular form. Each bus master module is an independent unit and normally resides on a separate PC board. Therefore, a bus master module can be added or removed without affecting the other modules in the system.
  4. A failure in one module normally does not cause a breakdown of the entire system and the faulty module can be easily detected and replaced.
  5. Each bus master may have a local bus to access dedicated memory or I/O devices so that a greater degree of parallel processing can be achieved.
  6. More than one bus master module may have access to the shared system bus- extra bus control logic must be provided to resolve the bus arbitration problem.
  7. The extra logic is called bus access logic and it is its responsibility to make sure that only one bus master at a time has control of the bus.
  8. Simultaneous bus requests are resolved on a priority basis.
  9. There are three schemes for establishing priority:
  10. Daisy chaining.
  11. Polling.
  12. Independent requesting.

enter image description here

Please log in to add an answer.