Computer Networks — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 1651 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
1651 questions
1111
EN + हिं Easy
GB What is outbox pattern
IN आउटबॉक्स पैटर्न क्या है
A
Security outbox सुरक्षा आउटबॉक्स
B
Reliably publishing events using database transaction outbox table डेटाबेस लेनदेन आउटबॉक्स तालिका का उपयोग करके घटनाओं को विश्वसनीय रूप से प्रकाशित करना
C
Protocol outbox प्रोटोकॉल आउटबॉक्स
D
Physical outbox भौतिक आउटबॉक्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is outbox pattern
व्याख्या (हिन्दी) आउटबॉक्स पैटर्न क्या है
1112
EN + हिं Easy
GB What is CQRS benefit
IN CQRS लाभ क्या है?
A
Physical benefit शारीरिक लाभ
B
Separate read and write models optimized independently अलग-अलग पढ़ने और लिखने के मॉडल को स्वतंत्र रूप से अनुकूलित किया गया
C
Security benefit सुरक्षा लाभ
D
Protocol benefit प्रोटोकॉल लाभ
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is CQRS benefit
व्याख्या (हिन्दी) CQRS लाभ क्या है?
1113
EN + हिं Easy
GB What is eventual consistency trade-off
IN आख़िरकार स्थिरता व्यापार-बंद क्या है?
A
Higher availability and partition tolerance at cost of immediate consistency तत्काल स्थिरता की कीमत पर उच्च उपलब्धता और विभाजन सहनशीलता
B
Security trade-off सुरक्षा व्यापार-बंद
C
Protocol trade-off प्रोटोकॉल व्यापार-बंद
D
Physical trade-off शारीरिक व्यापार-बंद
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is eventual consistency trade-off
व्याख्या (हिन्दी) आख़िरकार स्थिरता व्यापार-बंद क्या है?
1114
EN + हिं Easy
GB What is two-phase commit (2PC)
IN दो-चरणीय प्रतिबद्धता (2PC) क्या है
A
Physical commit शारीरिक प्रतिबद्धता
B
Protocol commit प्रोटोकॉल प्रतिबद्ध
C
Security commit सुरक्षा प्रतिबद्धता
D
Distributed protocol ensuring atomic transaction across multiple nodes वितरित प्रोटोकॉल कई नोड्स में परमाणु लेनदेन सुनिश्चित करता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is two-phase commit (2PC)
व्याख्या (हिन्दी) दो-चरणीय प्रतिबद्धता (2PC) क्या है
1115
EN + हिं Medium
GB 2PC coordinator in first phase sends
IN प्रथम चरण में 2पीसी समन्वयक भेजता है
A
Physical prepare शारीरिक तैयारी करें
B
Security prepare सुरक्षा तैयारी
C
Protocol prepare प्रोटोकॉल तैयार करें
D
Prepare message to all participants सभी प्रतिभागियों के लिए संदेश तैयार करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 2PC coordinator in first phase sends
व्याख्या (हिन्दी) प्रथम चरण में 2पीसी समन्वयक भेजता है
1116
EN + हिं Medium
GB 2PC coordinator in second phase sends
IN दूसरे चरण में 2पीसी समन्वयक भेजता है
A
Commit or abort based on participant votes प्रतिभागियों के वोटों के आधार पर प्रतिबद्ध होना या निरस्त होना
B
Physical commit शारीरिक प्रतिबद्धता
C
Protocol commit प्रोटोकॉल प्रतिबद्ध
D
Security commit सुरक्षा प्रतिबद्धता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 2PC coordinator in second phase sends
व्याख्या (हिन्दी) दूसरे चरण में 2पीसी समन्वयक भेजता है
1117
EN + हिं Easy
GB What is distributed lock
IN वितरित ताला क्या है
A
Protocol lock प्रोटोकॉल लॉक
B
Physical lock भौतिक ताला
C
Security lock सुरक्षा ताला
D
Coordinating exclusive access across distributed nodes वितरित नोड्स में विशेष पहुंच का समन्वय करना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is distributed lock
व्याख्या (हिन्दी) वितरित ताला क्या है
1118
EN + हिं Easy
GB What is leader election benefit
IN नेता चुनाव लाभ क्या है?
A
Protocol benefit प्रोटोकॉल लाभ
B
Security benefit सुरक्षा लाभ
C
Physical benefit शारीरिक लाभ
D
Single coordinator preventing conflicting operations एकल समन्वयक परस्पर विरोधी संचालन को रोक रहा है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is leader election benefit
व्याख्या (हिन्दी) नेता चुनाव लाभ क्या है?
1119
EN + हिं Easy
GB What is a write-ahead log (WAL)
IN राइट-फ़ॉरवर्ड लॉग (वाल) क्या है
A
Recording changes before applying for crash recovery क्रैश पुनर्प्राप्ति के लिए आवेदन करने से पहले रिकॉर्डिंग परिवर्तन
B
Protocol WAL प्रोटोकॉल वाल
C
Security WAL सुरक्षा वाल
D
Physical WAL भौतिक वाल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is a write-ahead log (WAL)
व्याख्या (हिन्दी) राइट-फ़ॉरवर्ड लॉग (वाल) क्या है
1120
EN + हिं Easy
GB What is log-structured storage
IN लॉग-स्ट्रक्चर्ड स्टोरेज क्या है
A
Appending all writes to log for high write throughput उच्च लेखन थ्रूपुट के लिए सभी लेखन को लॉग में जोड़ना
B
Protocol log प्रोटोकॉल लॉग
C
Physical log भौतिक लॉग
D
Security log सुरक्षा लॉग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is log-structured storage
व्याख्या (हिन्दी) लॉग-स्ट्रक्चर्ड स्टोरेज क्या है
1121
EN + हिं Easy
GB What is LSM tree
IN एलएसएम वृक्ष क्या है?
A
Log-Structured Merge tree for efficient writes with compaction संघनन के साथ कुशल लेखन के लिए लॉग-स्ट्रक्चर्ड मर्ज ट्री
B
Protocol tree प्रोटोकॉल वृक्ष
C
Security tree सुरक्षा वृक्ष
D
Physical tree भौतिक वृक्ष
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is LSM tree
व्याख्या (हिन्दी) एलएसएम वृक्ष क्या है?
1122
EN + हिं Easy
GB What is B-tree in databases
IN डेटाबेस में बी-ट्री क्या है?
A
Physical tree भौतिक वृक्ष
B
Protocol tree प्रोटोकॉल वृक्ष
C
Security tree सुरक्षा वृक्ष
D
Balanced tree for efficient search reads and range queries कुशल खोज पढ़ने और श्रेणी क्वेरी के लिए संतुलित वृक्ष
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is B-tree in databases
व्याख्या (हिन्दी) डेटाबेस में बी-ट्री क्या है?
1123
EN + हिं Medium
GB What is consistent hashing used for
IN लगातार हैशिंग का उपयोग किस लिए किया जाता है
A
Security hashing सुरक्षा हैशिंग
B
Distributing load and minimizing reshuffling when nodes join/leave नोड्स के जुड़ने/छोड़ने पर भार वितरित करना और फेरबदल को कम करना
C
Protocol hashing प्रोटोकॉल हैशिंग
D
Physical hashing भौतिक हैशिंग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is consistent hashing used for
व्याख्या (हिन्दी) लगातार हैशिंग का उपयोग किस लिए किया जाता है
1124
EN + हिं Easy
GB What is sharding in databases
IN डेटाबेस में शेयरिंग क्या है
A
Protocol sharding प्रोटोकॉल शेयरिंग
B
Security sharding सुरक्षा साझाकरण
C
Horizontal partitioning of data across multiple database instances एकाधिक डेटाबेस उदाहरणों में डेटा का क्षैतिज विभाजन
D
Physical sharding शारीरिक विखंडन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is sharding in databases
व्याख्या (हिन्दी) डेटाबेस में शेयरिंग क्या है
1125
EN + हिं Easy
GB What is database replication lag
IN डेटाबेस प्रतिकृति लैग क्या है
A
Delay between write on primary and availability on replica प्राथमिक पर लिखने और प्रतिकृति पर उपलब्धता के बीच विलंब
B
Protocol lag प्रोटोकॉल अंतराल
C
Physical lag शारीरिक अंतराल
D
Security lag सुरक्षा अंतराल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) What is database replication lag
व्याख्या (हिन्दी) डेटाबेस प्रतिकृति लैग क्या है
1111–1125 of 1651