List the different types of memory and their main function found in Cisco routers?
What will be an ideal response?
Cisco memory types include:
- Random access memory (RAM): Holds the router's running configuration, routing tables, and buffers.
- Nonvolatile RAM (NVRAM): Holds the router's configuration file, but the information isn't lost if the router is turned off.
- Flash memory: holds the IOS the router is using.
- Read-only memory (ROM): Contains a minimal version of the Cisco IOS to boot the router if flash memory gets corrupted.
You might also like to view...
The ________ Bar Open/Close button at the top of the pane opens and closes the pane
A) Navigation B) Property C) Forms D) Shutter
If the next entry you want to make is in an adjacent cell, use the _________________________ keys to complete the entry in the current cell and activate the adjacent cell.
Fill in the blank(s) with the appropriate word(s).
In the Intel architecture, the __________ register contains the offset (or displacement) in the current code segment for the next instruction to be executed.
a. instruction counter b. instruction pointer c. PSW d. L1 code
Which of these “properties” of testing using stubs and drivers are correct?
a) Using drivers and stubs is a lot of work for not much gain. b) Using drivers and stubs avoids trying to debug a large program all at once. c Testing the pieces is difficult to do in any significant way. You need the entire program to run a meaningful test. d) Drivers run the pieces individually. They are temporary. They can be minimal, without i/o, having only data generating code, and not doing much (except possibly validating) with the information they return. e) Stubs are short programs that are fairly easy to write. They return only minimum data necessary for the caller to be debugged.