Why should you configure different admin passwords for all your routers and switches?

What will be an ideal response?


You are not doing yourself any favors in terms of security if all of your routers and switches have the same admin password. Having different passwords adds a layer of difficulty before the potential attacker. If your network administrator from the New York office quits, then you will only have to change the passwords on the routers and switches that she had control over, rather than all of the passwords. If a company is running multiple locations and using one global admin password, it is unlikely to change the password globally, as that is a big hassle. This is not proper security policy, but it is how the real world works.

Computer Science & Information Technology

You might also like to view...

Suppose that a recursive function with integer parameter n has a base case of 0, and for each non-base case, the function makes a recursive call with argument n+1. If the function is initially called with an actual argument of n = 3, the function call will

A) cause an infinite chain of recursive calls. B) return after a chain of 2 recursive calls. C) return after a chain of 3 recursive calls. D) return after a chain of 4 recursive calls. E) None of the above

Computer Science & Information Technology

To use the Live Distribute feature, you select three or more objects, then press and hold the ____________________ while you drag a bounding box handle.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) _______ object is used to represent a color in Ogre.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is NOT a security recommendation when using iSCSI?

A. Use access control lists to control access. B. Use strong authentication. C. Use a single VLAN for SAN and regular traffic. D. Encrypt sensitive data in transit and at rest.

Computer Science & Information Technology