Which of the following is a disadvantage of using a distributed database system?
2024
Which of the following is a disadvantage of using a distributed database system?
- A.
Improved data accessibility
- B.
Increased data security
- C.
Data inconsistency
- D.
More than one of the above
- E.
None of the above
Attempted by 643 students.
Show answer & explanation
Correct answer: C
In a distributed database system, data is stored across multiple locations, which can lead to challenges in maintaining consistency. When updates are made to data at one node, it may take time for all other nodes to reflect the change. This delay can result in data inconsistency, where different users see different versions of the same data. This is a significant disadvantage because it can lead to incorrect decisions or errors in applications relying on up-to-date information.
हिन्दी उत्तर: वितरित डेटाबेस प्रणाली में डेटा कई स्थानों पर संग्रहीत होता है, जिससे सुसंगतता बनाए रखने में चुनौतियाँ उत्पन्न हो सकती हैं। जब किसी नोड पर डेटा में अपडेट किया जाता है, तो अन्य सभी नोड्स को इस बदलाव को अपडेट करने में समय लग सकता है। इस देरी के कारण डेटा असंगतता हो सकती है, जहाँ विभिन्न उपयोगकर्ता एक ही डेटा के अलग-अलग संस्करण देख सकते हैं। यह एक महत्वपूर्ण नुकसान है क्योंकि यह उपयोगकर्ताओं को गलत निर्णय लेने या अपडेटेड जानकारी पर निर्भर अनुप्रयोगों में त्रुटियों का कारण बन सकता है।