Chapter 2 Configuring a Network Operating System Flashcards
What is a router?
2.0.1.1
Forwards data packets to and receives data packets from the Internet
What is a Switch?
2.0.1.1
Connects end devices using network cables
What is a Wireless access point?
2.0.1.1
Consists of a radio transmitter capable of connecting end devices wirelessely
What is a firewall?
2.0.1.1
Secures outgoing traffic and restricts incoming traffic
What is the deference between RAM and Flash?
2.1.1.3
RAM is volatile memory where stored memory is lost when power is lost.
Flash memory is non volatile and retains memory when power is lots. Flash memory can be over written.
What is the difference between ROM and NVRAM?
2.1.1.3
ROM is read only Memory information stored on the ROM chip is permanent and can not be deleted.
NVRAM is Non volatile RAM that data is retained even after the lose power, it also can be update
What is a Router boot order?
- Perform Power-on self test (POST) and load the bootstrap program.
- Locate and load the Cisco IOS software
- Locate and execute the startup configuration file orenter setup mode.
- After the Cisco IOS software is loaded, the bootstrap program searches for the startup configuration file in NVRAM
What are the 3 ways to connect to a router or switch?
2.1.2.1
Direct to the Console Telnet or SSH (Remotely via the internet or network) AUX port (Phone Line)
What are 4 types Command Line (CLI) modes?
2.1.3.1
> User executive (User EXEC) mode
# Privileged executive (Privileged EXEC) mode
(config) # Global configuration mode
(config) # Specific Configuration Modes
What access is granted at the User executive (User EXEC) mode?
2.1.3.2
The user EXEC mode allows only a limited number of basic monitoring commands. This is often referred to as view-only mode.
What access is granted at Privileged executive (Privileged EXEC) mode?
2.1.3.2
execution of configuration and management commands requires that the network administrator use the privileged
What access is granted at the Global Configuration Mode?
2.1.3.3
global configuration mode, CLI configuration changes are made that affect the operation of the device as a whole.
What is access is granted at the Specific Configuration Mode?
2.1.3.3
Can access sub-configuration modes. Each of these modes allows the configuration of a particular part or function of the IOS device
What is the command to access User executive (User EXEC) mode?
2.1.3.4
press enter
What is the command to access Privileged executive (Privileged EXEC) mode?
2.1.3.4
enable (type “disable” ) to exit