← Back to 17. Distributed Systems

πŸ“ Remote file access in Distributed Systems

πŸ“– From Operating System β€’ 17. Distributed Systems β€’ 42 questions available

Practice MCQs for Remote file access in Distributed Systems. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-27

10
Easy Questions
20
Medium Questions
12
Hard Questions

πŸ“ Sample Questions

Q1. A computer on a local Ethernet network wants to transfer a file to another computer whose IP address is known. Its ARP cache already contains the correct Ethernet (MAC) address. Which of the following actions will the sending host take next?

πŸ”Ή A. Broadcast an ARP request to find the MAC address
πŸ”Ή B. Send the Ethernet frame directly to the cached MAC address
πŸ”Ή C. Forward the packet to the default router
πŸ”Ή D. Drop the packet due to missing ARP entry

πŸ’‘ Difficulty: easy | βœ… Correct: B

Q2. Host A (192.168.1.10) wants to access a remote file on Host B (10.0.0.5). Host A’s ARP cache lacks B’s MAC, but it knows the default gateway 192.168.1.1. What is the correct sequence of actions?

πŸ”Ή A. Send an ARP request for B’s MAC, then send directly
πŸ”Ή B. Send the packet to the default gateway’s MAC, which routes it onward
πŸ”Ή C. Drop the packet because the ARP entry is missing
πŸ”Ή D. Broadcast the packet on the LAN

πŸ’‘ Difficulty: medium | βœ… Correct: B

Q3. Host X has an ARP cache entry mapping IP 203.0.113.20 to MAC AA:BB:CC:DD:EE:FF. The actual device with that IP has been replaced, but the stale entry remains. Host X attempts to retrieve a file from the new device. What is the most likely outcome?

πŸ”Ή A. The packet will reach the new device because routers update the MAC
πŸ”Ή B. The packet will be delivered to the old device, causing a failure
πŸ”Ή C. Host X will automatically resend an ARP request after a timeout, correcting the entry
πŸ”Ή D. The Ethernet frame will be broadcast to all hosts, ensuring delivery

πŸ’‘ Difficulty: hard | βœ… Correct: B

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ Advantages of Distributed SystemsπŸ“ Resource sharing in distributed systemπŸ“ Computation speedup in distributed systemπŸ“ Reliability in distributed systemπŸ“ Communication in distributed system
πŸš€ Start Quiz πŸ“ Practice Mode