Vocab Flashcards
Name and brief description of Acronyms and command line functions
What does the ping function do? What is the syntax for the function?
“ping” will test the connectivity to a remote network/site (using IP address)
“ping” will be followed by the IP address or the domain name of the site that will be tested.
What does DNS stand for? What does it do? Why?
DNS = Domain Name Server
DNS is used to translate URLs into IP addresses. By doing so, the system is able to accurately decipher the location on the network/internet of the data requested.
What does the function tracert do? What is the syntax for the function?
tracert checks the path to the remote network/site. This is done by showing each “step” (switch/router routing) that is taken in order to reach the requested IP.
tracert will be followed by the IP address or the domain name of the site that is being checked.
What does IP address stand for? What is an IP address?
IP address = Internet Protocol address
An IP address is a numerical address assigned to every device on a computer network that uses the Internet Protocol for communication.
What does DHCP stand for? What is DHCP?
DHCP = Dynamic Host Control Protcol
DHCP is the process in which a router assigns IP addresses to connected devices from a pool of unused IP addresses as they join the network.
What are the Two Network Components?
Physical and Logical Connections
Describe the Physical Component of the Network.
The physical component is used to create a physical topology. Any kind of physical connection in a computer network. This can be seen as various types of cables being plugged into a Network Interface Card (NIC).
Describe the Logical component of the Network.
The logical component is used to determine how wireless data is sent and received to the system. (Internet Protocols)
What does OSI stand for? What is OSI?
OSI = Open Systems Interconnections model
The OSI model seeks to standardize how devices communicate with each other on a network. This is done through a multi-layered approach in communication between devices on a network.
What does ISO stand for?
ISO = International Organization for Standardization
Distance from the reference clock
stratum
Belongs to and carries the traffic of only one VLAN
Access port (no tagging)
Way of explicitly tagging VLAN info onto an ethernet frame
Inter-switch Link (ISL)
Standard of inserting a field into the frame to identify the VLAN
IEEE 802.1q
Number of bits in the VLAN ID in an 802.1q tag
12
A list of conditions that categorize packets to filter unwanted packets when implementing security policies
Access list (ACLs)
Access list that uses only the source IP in a packet as the condition test
Standard Access List
Access list that can evaluate source and destination IP, the protocol field in the network layer, and the port number at the transparent layer
Extended Access List
Value that indicated NTP prioity
stratum 1-15
Extended Access-List Number Ranges
100-199 and 2000-2699
Standard Access-List Number Ranges
1-99 and 1300-1999
Default Config Setting
0x2102
Setting to bypass the config in NVRAM to perform password recovery
0x2142
Allows you to store messages that are time-stamped, sequenced, and display severity levels
syslog
severity level where system is unusable
Emergency
severity 0
Severity level where immediate action is needed
Alert (severity 1)
Severity level of critical conditions
Critical (severity 2)
Severity level of error conditions
Error (severity 3)
Severity level of warning conditions
Warning (Severity 4)
Severity level of normal but a significant condition has occurred
Notification (severity 5)
Security level with a debugging message
Debugging (severity 7)
Security level of normal information message
Informational (severity 6)
Config your router interface to forward the DHCP client requests
DHCP relay
Component that brings a router up during initialization and loads the IOS
bootstrap
Component used to check the basic functionality of the router hardware and det. which interfaces are present
POST (Power-On Self-Test)
Component used for manufacturing, testing, and troubleshooting.
Runs a mini-IOS when IOS in flash fails to load
ROM monitior
Component used to bring up an interface and load a cisco IOS into flash memory
Mini-IOS
Component used to hold packet buffers, ARP cache, routing tables, and running-config
RAM (Random access memory)
Component used to start and maintain the router, contains POST and bootsrap
ROM (read-only memory)
Component that stores the cisco IOS by default
Flash memory
Component used to hold the router and switch config
NVRAM (non-volatile RAM)
Component used to control how the router boots up
Configuration register
Application that assigns IP addresses to hosts
DHCP (Dynamic Host Configuration Protocol)
List the four step process hosts use to gen an address from a server
- ) DHCP discovery
- ) Layer 2 unicast DHCP offer
- ) DHCP request
- ) Unicast DHCP acknowledgement
Minimum requirements to configure a DHCP server
- ) Network and mask for each LAN
- ) Reserved/Excluded addresses
- ) Default router
- ) DNS address
Application that resolves hostnames to IP addresses
DNS (Domain Name Service)
ICMPv6 process that prevents IPv6 from doing any fragmentation
path MTU discovery
ICMPv6 process of finding addresses of other devices on the local link
NDP (Neighbor Discovery Protocol)
A function of NS/NA messages that asks if anyone has this same address
DAD (Duplicate Address Detection)
3 DADs sent out
Complex PAcket forwarding technique that involves looking up every destination in the routing table and finding the exit interface for every packet
Process Switching
First step in Stateless Auto-configuration
RS (Router solicitation) request is sent out from a host as a multicast ICMP message
Second step in Stateless Auto-configuration
Router replies with the prefix info in a RA (Router advertisement)
Forwarding technique that uses a cache to store the most recently used destination so that lookups are not required for every packet
Fast Switching
Forwarding technique that makes multiple cache tables and is altered whenever the network topology changes
CEF (Cisco Express Forwarding)
Either a single network or a collection of networks under a common administrative domain
AS (Autonomous system) which is an IGP (interior gateway protocol)
Protocol used to communicate between AS
EGP (Exterior Gateway Protocol)
Ex: BGP (Border Gateway Protocol)
Used to rate the trustworthiness of routing information received on a router from a neighbor router
AD (Administrative Distance)
0 - 255
Lower num means more trust
Class of routing protocols that finds the best path to a remote network by judging distance
Distance Vector
Class of routing protocols that creates three tables: a table for directly attached neighbors, one to det. the topology of the entire netowrk, and one for a routing table
Link State
Which routing protocol uses periodic keep-alives are exchanged between directly connected neighbors to establish and maintain neighbor relationships
Link State
Parameters of RIP (Routing Information Protocol)
Complete table sent out every 30 sec
Relies on hop count
Max allowable hop count of 15
Class of routing protocols that use both link state and distance vector
Advanced Distance Vector
AD of a connected interface
0
AD of a Static Route
1
AD of EIGRP
90
AD of OSPF
110
AD of RIP
120
Port Number of FTP (File Transfer Protocol)
TCP 20 and 21
Port Number of SSH (Secure Shell)
TCP 22
Port Number of SFTP (Secure FTP)
TCP 22
Port Number of SCP (Secure Copy)
TCP 22
Port Number of Telnet
TCP 23
Port Number of SMTP (Simple Mail Transfer Protocol)
TCP 25
Port Number of DNS (Domain Name System)
TCP/UDP 53
Port Number of TFTP (Trivial File Transfer Protocol)
UDP 69
Port Number of DHCP (Dynamic Host Config Protocol)
UDP 67
Port Number of Hypertext Transfer Protocol
TCP 80
Port Number of POP3 (Post Office Protocol)
TCP 110
Port Number of NTP (Network Time Protocol)
UDP 123
Port Number of IMAP4 (Internet MEssage Access Protocol)
TCP 143
Port Number of LDAP (Lightweight directory Access Protocol)
TCP 389
Port Number of HTTPS (HTTP Secure)
TCP 443
Port Number of rsh (Remote Shell)
TCP 514
Port Number of RDP (Remote Desktop Protocol)
TCP 3389
Protocol number of ICMP
1
Protocol number of IP in IP (tunneling)
4
Protocol number of TCP
6
Protocol number of UDP
17
Protocol number of EiGRP
88
Protocol number of OSPF
89
Protocol number of IPv6
41
Protocol number of GRE
47
Class A Address Range
1.0.0.0 -126.0.0.0
Class A Private Address Range
10.0.0.0 - 10.255.255.255
Class B Address Range
128.0.0.0 - 191.255.0.0
Class B Private Address Range
172.16.0.0 - 172.31.255.255
Class C Address Range
192.0.0.0 - 223.255.255.0
Class C Private Address Range
192.168.0.0 - 192.168.255.255
What is Regional Internet Registries?
RIR
What is eui-64? How does it work?
Extended Unique Identifier
Router automatically generates a unique ID by splitting the MAC Address into two halves
“FFFE” is then placed between the two halves
The seventh bit is then inverted (0 to 1 or 1 to 0)
Put everything back together
Well known port number range
0 - 1023
Registered port number range
1024 - 49151
Dynamic (Private) port number range
49152 - 65535
What is an AD hoc wireless LAN?
An AD hoc wireless LAN connection is a wireless between two or more devices. Connection grows weaker the further away devices are.
What is a SSID?
Service Set Identifier
name of wireless network
What is a BSSID?
Basic Service Set Identifier
MAC address of single router or Access Point
What is an ESSID?
Extended Service Set Identifier
Name given to a collection of BSSIDs making up a network (same as a SSID)
Describe a Mesh wireless LAN?
There is no single AP, not everything connects to send packets
Describe the infrastructure of an enterprise wireless LAN
Wireless Access Points connect to Wireless LAN Controller WLC.
Describe what a Wireless LAN Controller is
Wireless LAN Controller (WLC) coordinates operations b/t APs. Allows movement of device connections to other APs.
Self-healing
What is Self-healing
Boost power/frequency of other APs to account for a downed AP. Can reduce power if causing interference.
What is a Cisco DNA (Digital Network Architecture) Center?
An appliance that provides a graphical interference and a programming interface to Design your network, implement Policies, implement Provisions, Assurance, and Platform development
management for enterprise
Describe Cisco DNA Center Design
Implement site floor plans, device locations, etc.
Describe Cisco DNA Center Policy
IP ACL, QoS, Bandwidth allowance
Describe Cisco DNA Center Provision
By plugging in new devices, device can acquire IP address through DHCP. Once IP is given DNA gives boot config to newly connected devices. (Auto-boot config)
Describe Cisco DNA Center Assurance
Troubleshooting, feedback on how to resolve issues, can trace paths through network. Network Time Travel (trace data stoppage at any point from the past)
Describe Cisco DNA Center Platform
Development, APIs, use scripts to develop
What is an ACI?
Application Centric Infrastructure, management for data center