How does Sprite handle server crashes?

What will be an ideal response?


Sprite is not fault tolerant because it does not use replication servers. Sprite places the
burden of state control on the clients, using a log-based file system with checkpointing on the
server. When clients realize that a server has crashed, they wait until it reboots. Once the
server is running again, clients send it information about their files that they have cached.The
server uses this information to rebuild its state.

Computer Science & Information Technology

You might also like to view...

To set a red color for the text in the label lbl, use _________.

a. lbl.setFill(Color.red); b. lbl.setTextFill(Color.red); c. lbl.setFill(Color.RED); d. lbl.setTextFill(Color.RED);

Computer Science & Information Technology

A default chart sheet is named ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT an attribute of the frame element?

A) src B) frameborder C) name D) target

Computer Science & Information Technology

The _____ alert accepts the invalid data but still allows you to cancel the data entry.

A. Information B. Stop C. Security D. Warning

Computer Science & Information Technology