Computer Science, asked by abdullahedumail2020, 15 days ago

Which among the following options is a challenge in the Master-Slave Replication model?
All the options
Availability
Load Balancing
Write Resilience​

Answers

Answered by pprajwala24
12

Answer

In the 'Master-Slave Replication model', the slave node services Data Security, Analytics.

Explanation:

Master-slave replication allows data information from one 'database server' to be duplicated to one or many other 'database servers'.

Data security - As data is duplicated to the slave, and the slave may interrupt the duplication method, it is possible to run backup services on the slave by not disturbing the equivalent master data.

'Analytics' - Live data may be generated on the master, during which the analysis of the information can take place on the slave by not disturbing the output of the master.

Similar questions