Review Note

Last Update: 04/26/2023 04:04 AM

Current Deck: CZ4052 - Cloud Computing

Published

Fields:

Front
How can we improve request throughput (mean response time) in a Directory-based Architecture?
Back
Replicate popular key-value pairs in more nodes
  • Master node can distribute the incoming requests for that key to different nodes, reducing the strain on a specific node
  • Master node can also broadcast an incoming request to ALL nodes that store that key, and return the result from the fastest one, allowing for better net performance at the cost of increased network traffic.

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: