When devising a solution, you should consider what kind of undesirable results the proposed solution might have. What can you create to reverse your changes if the proposed solution does not succeed?

What will be an ideal response?

When you've found a solution that you'd like to implement, you should take steps to create a rollback plan, which allows you to return to the original state prior to the implementation of the solution, just in case something goes wrong. A rollback plan might involve saving all network device configuration files, documenting and backing up workstation configurations, and documenting wiring closet configurations.

Computer Science & Information Technology

You might also like to view...

If you delete a field the data will be maintained in the database in case you add the field again later

Indicate whether the statement is true or false

Computer Science & Information Technology

Class StringBuilder is used to:

a) create Strings b) manipulate Strings c) modify Strings d) All of the above

Computer Science & Information Technology