Chapter 2 Flashcards
Router:
Forwards data packets to and from the Internet.
Home routers are actually 4 devices in one. What are they?
- Router
- Switch
- Wireless access point
- Firewall appliance
Switch:
Connects end devices using network cables.
Wireless access point:
consists of a radio transmitter capable of connecting end devices wirelessly.
Firewall appliance:
Secures outgoing traffic and derricks incoming traffic.
CISCO operating system.
CISCO internetwork Operating System (IOS)
Operating System breakdown.
- Shell
- Kernel
- Hardware
Shell:
The user interface that allows users to request specific tasks from the computer. Through CLI or GUI interfaces.
Kernel:
Communicates between the hardware/software of a computer and manages how hardware resources are used to meet the requirements of software.
Hardware:
Physical part of a computer, including underlying electronics.
IOS is stored in:
Flash
What is Flash?
- Non-volatile storage. (Not list when power goes out)
- can be changed or overwritten as needed.
- can be used to store multiple versions of IOS.
- IOS copied from flash to volatile RAM
- quantity of flash and RAM memory determines IOS that can be used.
Functions performed by CISCO routers/switches.
- provides network security
- IP addressing of virtual and physical interfaces.
- enabling interface specific configurations to optimize connectivity of the respective media.
- routing
- Enabling QoS technologies.
- supporting network management technologies.
Most common methods to access the Command Line Interface (CLI).
- Console
- Telnet or SSH
- AUX port
Console Port Access method. Everything about it.
- Device is accessible even if no networking services have been configured (out-of-band).
- can also be used when the networking services have failed and remote access of the device is not possible.
- requires a special console cable linked to a device running terminal emulation software.
- should be configured with passwords to prevent unauthorized access.
- device should be located in secure room.