Software Architecture

Master-slave architecture.

Master has the name of Job Tracker (JT).

Slave has the name of Task Tracker (TT).

The communication strategy is pull scheduling.

  • It is not the master that attributes jobs, but the slaves that ask for them.

Last updated