What is the significance of data locality in distributed processing?
- A Moving computation to where the data resides avoids expensive network transfer
- B Data must be stored locally on one node
- C It refers to geographic data
- D It concerns data residency law
Answer
Moving computation to where the data resides avoids expensive network transfer
Network bandwidth is typically the scarcest resource in a cluster, which is why scheduling favours nodes already holding the data.





