|
Answer» DIFFERENT memories that are used in CISCO router include: - NVRAM (Non-volatile RAM): It is used to store STARTUP configuration files. It also RETAINS its content even after a device is restarted or powered down.
- DRAM (DYNAMIC Random-Access Memory): It is used to store configuration files that are being EXECUTED. It loses its content when a device is restarted.
- ROM (Read Only Memory): It is used to store a bootstrap program that initializes a boot process. It also runs and maintains instructions for POST diagnostics.
- Flash Memory: It is used to store CISCO IOS. It can also be used to store other files such as backup configuration files.
|