82.8k views
3 votes
NVRAM is nonvolatile random-access memory, which does not lose its information when the power is turned off. This is in contrast to the most common forms of RAM such as DRAM, which requires continual power to maintain its information. NVRAM is used by Cisco IOS Software as permanent storage for the startup configuration file (startup-config). All configuration changes are stored in the running-config file in RAM and, with few exceptions, are implemented immediately by the IOS. To save those changes in case the router is restarted or loses power, the running-config file must be copied to NVRAM, where it is stored as the startup-config file. NVRAM retains its contents even when the router is powered off.

User Lll
by
5.4k points

1 Answer

4 votes

Answer: That's Correct!

Explanation: That's correct! NVRAM is a type of nonvolatile memory that is used to store data even when the power is turned off. It is commonly used in Cisco routers to store the startup configuration file, which contains the configuration settings that are used when the router starts up.

The running-config file, which contains the current configuration settings of the router, is stored in RAM and is used to make configuration changes. To save these changes permanently, the running-config file must be copied to NVRAM and stored as the startup-config file.

This ensures that the configuration settings are retained even when the router is restarted or loses power.

User Kralyk
by
5.0k points