From 86d577778766118677b04afd896f6d5ecbca12d6 Mon Sep 17 00:00:00 2001 From: Raj Patil Date: Thu, 6 Jun 2024 14:58:53 +0530 Subject: [PATCH] 0x2261 Signed-off-by: Raj Patil --- Content/20240219150231-distributed_compute.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/20240219150231-distributed_compute.org b/Content/20240219150231-distributed_compute.org index 43df20f..17e83dc 100644 --- a/Content/20240219150231-distributed_compute.org +++ b/Content/20240219150231-distributed_compute.org @@ -12,7 +12,7 @@ The uniting feature of all distributed systems is that the workload is distribut Some basic advantages of distributed compute: - efficiency increases if workload is distributed - - [[id:20240519T193311.937619][fault tolerance]] in case of workload redundancy + - [[id:20240519T162542.805560][Fault tolerance]] in case of workload redundancy - execution modularity helps with debugging the specific module when an error arises rather than having to examine the whole code-base A few trade-offs incurred due to the above: