Master/Slave
From TBwiki
Master
Master is a module state that indicates which module instance is taking decisions for the system.
Slave
Slave is another instance state that indicates the module is taking orders from the master application. The slave instance can still exectute some actions as opposed to Active/Standby modules where the standby module does not take any actions.
Example
Example: tboamapp is a master/slave type application. The master tboamapp makes most decisions, but the slave tboamapp is still responsible to start applications on its host.