What are the benefits and drawbacks of having no single point of failure in a network?
What will be an ideal response?
The benefit is that any link can or device can fail in a network without compromising the ability to deliver the traffic from the sender to the receiver, which positively impacts the availability and uptime of the network.The problem with incorporating this kind of redundancy into the network is that it adds expense and complexity to the network design; often it means that you will have to have duplicate hardware and duplicate connections among the hardware.The expense may not be worth the increase in availability, especially if the devices are easy to repair and have a low rate of failure at manufacture.
You might also like to view...
When a database has been converted to an .accde file, it can be converted back to its source format (accdb)
Indicate whether the statement is true or false
Because database operations block the UI thread of your application, you should always run database operations in which of the following?
a. Foreground thread b. UI thread c. Background thread d. SyncTask