← Back to 17. Distributed Systems

πŸ“ Failure detection in Robustness

πŸ“– From Operating System β€’ 17. Distributed Systems β€’ 11 questions available

Practice MCQs for Failure detection in Robustness. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-27

2
Easy Questions
5
Medium Questions
4
Hard Questions

πŸ“ Sample Questions

Q1. Which technique commonly used for failure detection involves processes periodically sending short messages to each other?

πŸ”Ή A. Heartbeat
πŸ”Ή B. Token passing
πŸ”Ή C. Checkpointing
πŸ”Ή D. Election

πŸ’‘ Difficulty: easy | βœ… Correct: A

Q2. How does the timeout interval affect the trade‑off between detection speed and false positives in a failure detector?

πŸ”Ή A. Shorter timeout leads to slower detection but fewer false positives
πŸ”Ή B. Longer timeout leads to faster detection
πŸ”Ή C. Shorter timeout leads to faster detection but more false positives
πŸ”Ή D. Timeout does not affect false positives

πŸ’‘ Difficulty: medium | βœ… Correct: C

Q3. Consider a system with N processes where each process sends a ping to every other process every \(T\) seconds. The network can deliver messages with latency up to \(L\) seconds. To guarantee that a real crash is detected within \(D\) seconds with at most one false suspicion, which inequality must hold?

πŸ”Ή A. \(D \ge T + L\) and \(T \le L\)
πŸ”Ή B. \(D \ge 2T\) and \(L < T\)
πŸ”Ή C. \(D \ge T + L\) and \(T > L\)
πŸ”Ή D. \(D \ge L\) and \(T = D\)

πŸ’‘ Difficulty: hard | βœ… Correct: C

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ Advantages of Distributed SystemsπŸ“ Resource sharing in distributed systemπŸ“ Computation speedup in distributed systemπŸ“ Reliability in distributed systemπŸ“ Communication in distributed system
πŸš€ Start Quiz πŸ“ Practice Mode