All questions
Question 1
A local area network (LAN) is set up with two switches. All computers are connected to the first switch. The second switch is kept in a closet as a spare, ready to be installed if the first one fails.
How does this setup differ from a truly fault-tolerant system?
- A fault-tolerant system would use a single, more reliable switch instead of two.
- In a fault-tolerant system, the backup switch would be automatically and instantly activated upon failure, without manual intervention. (correct answer)
- A fault-tolerant system would not require switches and would connect all computers directly to each other.
- In a fault-tolerant system, the backup switch would be from a different manufacturer to avoid common bugs.
Explanation: Having a spare part is a form of redundancy, but fault tolerance implies the system can handle the failure automatically with minimal or no downtime. This setup, known as a cold spare, requires manual intervention and results in system downtime, whereas a hot spare in a truly fault-tolerant system would take over automatically.
Question 2
A small business relies on a single Internet connection from one service provider. The owner is concerned that if this provider has an outage, the business will be unable to process online orders.
To best improve the fault tolerance of the business's Internet access, which action should be taken?
- Upgrade the existing Internet connection to a higher bandwidth plan.
- Purchase a second, separate Internet connection from a different service provider. (correct answer)
- Install a new, more powerful router to replace the one provided by the current provider.
- Set up a local server to cache frequently visited websites to reduce Internet usage.
Explanation: This action introduces redundancy for the entire Internet connection. If the primary provider has an outage, the business can switch to the secondary provider, thus continuing operations. This directly addresses the single point of failure.
Question 3
The original design motivation for the network that became the Internet included the need for a communication system that could withstand a large-scale disaster. This motivation directly led to which core principle?
- High-speed data transfer
- Fault tolerance (correct answer)
- Data encryption
- Open protocols
Explanation: The need for a network that could survive the loss of some of its nodes is the very definition of fault tolerance. This foundational requirement shaped the Internet's decentralized, packet-switched architecture with redundant paths.
Question 4
What is a primary trade-off associated with building a fault-tolerant system using redundancy?
- A decrease in the overall speed of the system because of the complexity of managing duplicate components.
- An increase in costs and complexity due to the need for additional hardware, software, and maintenance. (correct answer)
- A reduction in system security, as redundant components can provide more points of entry for attackers.
- A limit on the system's ability to scale, since redundancy works best for small, contained networks.
Explanation: Implementing redundancy involves duplicating components (like servers, network paths, power supplies), which adds to the initial cost and the ongoing complexity of managing the system. This is a key trade-off against the benefit of increased reliability.
Question 5
A large social media platform experiences a software bug that causes one of its image-hosting servers to crash. However, users are still able to view and upload images without interruption. Which of the following is the most likely explanation for this?
- The platform has a fault-tolerant design with multiple redundant servers, and traffic was automatically rerouted to working servers. (correct answer)
- The users' web browsers had cached all the images, so they did not need to connect to the server.
- The platform's protocol automatically fixed the software bug on the crashed server and restarted it instantly.
- The platform uses a lossless compression algorithm, which reduces the load on the servers and prevents them from crashing.
Explanation: This scenario describes a classic case of fault tolerance in action. The failure of a single component (one server) did not cause a failure of the entire system because redundant components (other servers) were available to take over its workload.
Question 6
Which of the following best explains how packet switching supports a fault-tolerant network?
- It establishes a dedicated, fixed circuit between two communicating devices, guaranteeing the connection quality.
- It ensures all packets in a message arrive in the correct sequence by numbering them before transmission.
- It allows each data packet to be routed independently, enabling the network to bypass failed or congested links. (correct answer)
- It bundles data from multiple users into a single packet to maximize the use of the network's bandwidth.
Explanation: The independent routing of packets is key. Unlike circuit switching, which uses a fixed path, packet switching allows the network to be flexible and adaptive. If one path fails, only the packets currently on that path are lost; subsequent packets can be sent on working routes.
Question 7
Which of the following scenarios best illustrates the concept of redundancy in a computing system?
- A user protects their account with a password and a fingerprint scan.
- A file is compressed to a smaller size before being sent over a network.
- An airline's booking system runs on identical servers in two geographically separate locations. (correct answer)
- A program is broken into smaller tasks that can be run simultaneously on multiple processors.
Explanation: This is a clear example of redundancy for fault tolerance. The identical servers are duplicate components. If one location fails, the other can take over, ensuring the booking system remains available.
Question 8
A home security company monitored sensors over a wireless network. Sometimes interference flipped bits in a message, so the system added a small check value to each packet. If the check did not match, the receiver requested the packet again, and the correct alert was delivered. This kept door and window events accurate even on noisy nights. In the example given, how does the described system maintain functionality during a failure?
- It encrypted data to hide sensor names
- It detected errors and requested resend (correct answer)
- It boosted volume so alerts sounded louder
- It deleted packets to prevent delays
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the system uses error detection and correction by adding check values to packets and requesting retransmission when errors are detected. Choice B is correct because it accurately describes how the system detects errors through check values and requests resending of corrupted packets. Choice A is incorrect because encryption is about security and privacy, not error detection - the passage specifically mentions detecting bit flips from interference. To help students, emphasize the difference between error detection (finding mistakes) and other fault tolerance mechanisms. Practice identifying checksum/parity concepts and how they enable reliable communication over unreliable channels.
Question 9
A cloud storage service ran on a primary server and a backup server in different data centers. When the primary server crashed during peak use, the system automatically switched users to the backup within seconds, and most people kept uploading files without noticing. The service logged the failure and later repaired the primary server, then restored it as the main system. Based on the scenario described, in the scenario, what role does Failover play?
- It split traffic evenly to speed uploads
- It switched service to a backup server (correct answer)
- It permanently shut down the service
- It reduced file sizes before sending
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the system uses automatic failover to maintain functionality when the primary server crashes, switching users to a backup server within seconds. Choice B is correct because it accurately reflects how the system automatically switched service to the backup server when the primary failed, which is the definition of failover. Choice A is incorrect because it describes load balancing, not failover - the system didn't split traffic evenly but rather redirected all traffic to the backup. To help students, emphasize that failover specifically involves switching from a failed component to a working backup, not distributing load. Practice identifying the difference between failover (switching to backup) and load balancing (distributing work).
Question 10
A large data center hosted websites for local hospitals. To keep services available, the building used 2 power feeds from different utility lines. If both feeds dropped, battery units kept the servers running long enough for diesel generators to start. During a storm, one utility line failed, but the servers stayed online because the other feed continued providing electricity. Later that night, the second line flickered and the batteries bridged the gap until the generator took over. Staff reported that patients could still access appointment pages the entire time. In the example given, what is the primary benefit of using Redundancy as illustrated in the passage?
- It reduces the price of electricity
- It keeps services available during outages (correct answer)
- It speeds up website loading every day
- It prevents any component from failing
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the system uses multiple layers of redundancy including two power feeds, battery units, and diesel generators to maintain continuous power supply. Choice B is correct because it accurately identifies that redundancy keeps services available during outages, as demonstrated when the hospital websites remained accessible throughout the storm. Choice D is incorrect because redundancy doesn't prevent failures but rather ensures continued operation despite failures. To help students, emphasize that redundancy provides backup options rather than preventing failures entirely. Watch for: confusion between prevention and mitigation strategies, and overgeneralization about what redundancy can achieve.
Question 11
A small business hosted its website in a cloud service with 2 regions. The website ran in Region 1, but Region 1 had an outage. The cloud provider redirected requests to Region 2 automatically, and customers still browsed products. Later, the provider restored Region 1 and returned traffic gradually. Based on the scenario described, which mechanism ensures system operation when a component fails?
- Automatic Failover to another region (correct answer)
- Manual typing of each customer request
- Extra animations to keep users engaged
- A larger logo to improve brand recall
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the cloud service uses automatic failover between regions - when Region 1 has an outage, the provider automatically redirects requests to Region 2. Choice A is correct because it accurately identifies automatic failover as the mechanism that maintains service by switching from the failed region to a working region. Choice B is incorrect because manual typing of requests would be inefficient and doesn't relate to automated fault tolerance mechanisms. To help students, emphasize that cloud providers often use geographic redundancy with automatic failover between regions. Practice identifying how DNS redirection and load balancers enable seamless regional failover.
Question 12
An online store ran its checkout service on 2 servers: one active and one standby. When the active server’s disk failed, the standby server took over the same network address and continued processing carts. Customers mostly saw no interruption, and orders still completed. The failed disk was replaced later and the standby returned to waiting mode. In the example given, in the scenario, what role does Failover play?
- It switched checkout to the standby server (correct answer)
- It compressed images to load pages faster
- It prevented any server from ever failing
- It caused checkout to stop until repairs
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the system uses failover when the active server's disk fails - the standby server takes over the same network address and continues processing. Choice A is correct because it accurately describes the failover process where checkout switched from the failed active server to the standby server. Choice C is incorrect because failover doesn't prevent failures from occurring; it provides a mechanism to continue operating when failures do happen. To help students, emphasize that failover involves automatic switching to backup systems when primary systems fail. Practice identifying active-standby configurations and how they maintain service continuity.
Question 13
A delivery company sent route updates from trucks to headquarters over a cellular network. Some messages arrived with mistakes due to weak signal. Each message included extra bits that helped the receiver spot an error and rebuild the original data, so dispatch still saw correct locations. This kept tracking reliable without calling drivers repeatedly. Based on the scenario described, which mechanism ensures system operation when a component fails?
- Error detection and correction in messages (correct answer)
- Load balancing across multiple web pages
- Adding more drivers to reduce traffic
- Turning off updates to avoid wrong data
Explanation: This question tests AP Computer Science Principles skills, specifically understanding fault tolerance in computing systems and networks. Fault tolerance is the ability of a system to continue operating properly in the event of a failure of some of its components. It involves mechanisms like redundancy, error detection and correction, and failover. In the passage, the system uses error detection and correction through extra bits that help spot errors and rebuild original data when messages are corrupted by weak signals. Choice A is correct because it accurately identifies error detection and correction as the mechanism that ensures reliable communication despite transmission errors. Choice B is incorrect because load balancing distributes work across resources, which is different from correcting transmission errors in messages. To help students, emphasize that error correction codes allow systems to recover from data corruption without retransmission. Practice identifying different error handling strategies: detection only vs. detection and correction.
Question 14
Which of the following statements best describes a fault-tolerant computer system?
- A system designed to prevent any and all component failures from occurring through rigorous testing.
- A system that can continue to function, potentially at a reduced level, even when one or more of its components fail. (correct answer)
- A system optimized to perform computations at the highest possible speed, minimizing processing time.
- A system that uses advanced encryption to protect itself from all types of unauthorized access and cyberattacks.
Explanation: Fault tolerance is the property that enables a system to continue operating properly in the event of the failure of some of its components. It does not prevent failures but allows the system to cope with them.
Question 15
The ability of the Internet to sustain operations even when individual routers or connections fail is primarily due to which of the following design principles?
- The use of high-bandwidth fiber-optic cables for all major data pathways.
- The hierarchical structure of domain names (DNS) for locating servers.
- The implementation of redundancy through multiple, alternative data routing paths. (correct answer)
- The requirement for all connected devices to have a unique IP address.
Explanation: The Internet's fault tolerance is largely achieved through redundancy. Data packets can be rerouted through many different paths, so the failure of a single path does not typically stop data from reaching its destination.
Question 16
A large e-commerce company wants to ensure its website remains available to customers even if one of its data centers experiences a complete power outage. The company currently operates a single, large data center.
Which of the following strategies would be most effective for making the company's website fault-tolerant with respect to a power outage?
- Installing more powerful servers within the existing single data center to handle traffic more efficiently.
- Increasing the bandwidth of the Internet connection to the single data center to allow for faster data transfer.
- Creating a complete, mirrored copy of the website and its database in a separate data center in a different geographic location. (correct answer)
- Implementing a more complex password policy for customer accounts to improve overall system security.
Explanation: This strategy introduces redundancy at a large scale. If one data center fails (due to a power outage or other issue), the system can redirect traffic to the mirrored site in the other location, allowing the service to continue functioning.
Question 17
A network is configured in a star topology, where all devices are connected to a single central switch. Data sent from one device to another must pass through this central switch.
What is the greatest vulnerability of this network design from a fault-tolerance perspective?
- If one of the connected devices fails, it may disrupt traffic for all other devices on the network.
- The central switch represents a single point of failure; if it malfunctions, the entire network will cease to function. (correct answer)
- The network's performance will decrease significantly as more devices are added and communicate simultaneously.
- Data packets can collide if two devices attempt to send data at the exact same time through the switch.
Explanation: In a star topology, the central switch is a critical component. Its failure will disconnect all devices from each other, making it a single point of failure and a major vulnerability for fault tolerance.
Question 18
How does dynamic routing contribute to the fault tolerance of the Internet?
- It guarantees that data packets always travel along the shortest possible path to minimize latency.
- It allows routers to automatically find alternative paths for data when a preferred path becomes unavailable. (correct answer)
- It encrypts packet data during transmission, preventing unauthorized users from reading the information.
- It breaks large files into smaller packets, which are easier for the network to handle and process.
Explanation: Dynamic routing protocols enable routers to communicate with each other and update their routing tables based on network conditions. If a link or router fails, the protocols can detect this change and reroute traffic through working paths, which is a key aspect of the Internet's fault tolerance.
Question 19
A hospital maintains its critical patient records in a database. To ensure the data is always accessible, the system automatically saves a copy of the database to a backup server in the same building every hour.
While this system has some redundancy, it is still vulnerable to which of the following failures?
- A failure of the main database server's hard drive, which would cause temporary data inaccessibility.
- A localized event like a fire or building-wide power outage that affects both servers simultaneously. (correct answer)
- A software bug that corrupts a single patient record on the main server before the hourly backup.
- A slow network connection between the main server and the backup server, delaying the copy process.
Explanation: Keeping the backup server in the same building means that a single, localized disaster could destroy both the primary and backup systems. This identifies a vulnerability where the redundancy is insufficient to protect against a large-scale failure affecting the entire location.
Question 20
Which of the following is the most significant benefit of engineering the Internet to be fault-tolerant?
- It ensures that the cost of accessing the Internet remains low for all users.
- It allows for the rapid development of new communication protocols.
- It increases the overall reliability of the network, allowing communication to continue despite component failures. (correct answer)
- It enables data to be transmitted at the maximum possible speed allowed by the physical infrastructure.
Explanation: The primary benefit of fault tolerance is reliability. By being able to withstand failures of individual parts, the overall system remains available and functional for its users, which is crucial for a global communication network like the Internet.