Interview Question
Qus: How many types of clustering?
(i) Stateless - If one server in cluster goes down during request process. the data will be lost.
(ii) Stateful - No data loss. It required below for clustering.
Same OS, Database, Port, adapters, Time Zone, messaging, connection, prefix.
Answers (1)
(ii) Stateful - No data loss. It required below for clustering.
Same OS, Database, Port, adapters, Time Zone, messaging, connection, prefix.