Network Services Flashcards
AAA Framework
A framework for intelligently controlling access to networks and systems through authentication, authorization, and accounting.
Accounting
Part of the AAA framework that is a record-keeping mechanism, recording user actions on a system or network.
Authentication
Part of the AAA framework that involves the unique identifying information for each user of a system or network.
Authorization
Part of the AAA framework that involves what a particular user is allowed to do on a system or network.
Best Effort
The least strict QoS category using a first in, first out manner in which packets are not reordered in any way.
Class of Service (CoS)
A mechanism for managing traffic in a network by grouping similar types of traffic together and treating each class with its own level of priority. For example, voice and video traffic is more sensitive to latency than email traffic, and therefore would be given a higher CoS priority value.
Class-Based Weighted Fair Queuing (WFQ)
An extension to the Weighted Fair Queuing (WFQ) functionality that provides support for user-defined traffic classes based on match criteria, such as protocols, access control lists (ACLs), and input interfaces.
Classification and Marking
A QoS mechanism used for identifying traffic flows and assigning markings within the packet headers, which are used to group them together. This is recommended to happen as close to the source of the traffic as possible.
Committed Burst (Bc)
The amount of traffic in bits (for shaping) or bytes (for policing) that are deposited into the token bucket during a timing interval, used for Committed Information Rate (CIR) calculation.
Committed Information Rate (CIR)
The average speed of data in the network over a period of one second. This can be calculated by dividing the Committed Burt rate (Bc) by the Timing Interval (Tc), or CIR = Bc / Tc.
Congestion Avoidance
A QoS mechanism used to prevent a queue from filling to capacity, which will happen if the rate of ingress traffic is greater than the rate at which the traffic can be successfully processed on an egress interface.
Device Hardening
The process of applying a collection of best practice procedures in order to secure a network device, such as disabling unnecessary services or closing unneeded ports.
Differentiated Services Code Point (DSCP)
A 6-bit code found within a Type of Service (ToS) byte that is used for traffic classification.
DiffServ
The most commonly used QoS category, used to differentiate between network flows and assign specific policies to those flows.
Dynamic Network Address Translation (NAT)
A version of NAT which maps a private IP address to a public IP address from an available group of public IP addresses, known as a NAT pool.
Explicit Congestion Notification (ECN)
The final 2 bits in a Type of Service (ToS) byte used to notify networks about congestion, with the goal of reducing packet loss and delay by decreasing the transmission rate until the congestion clears.
File Transfer Protocol (FTP)
A client-server protocol used to transfer files between systems using authentication with the TCP protocol.
FTP with SSL (FTPS)
A variant of File Transfer Protocol (FTP) that uses Secure Sockets Layer (SSL) technology to provide encryption, in addition to the authentication offered by FTP. This requires a valid SSL certificate in order to function correctly.
Generic Routing Encapsulation (GRE)
A very flexible type of VPN tunnel that can encapsulate nearly any type of data, but does not provide any data security.
Global Synchronization
Also referred to as TCP Synchronization, this is a situation that occurs when all flows within a network simultaneously experience TCP Slow Start.
Honeypot Deployment
The tactic of configuring vulnerable decoy hosts or networks that do not contain sensitive information, in order to redirect malicious attacks away from critical infrastructure.
IEEE 802.1p Marking
The additional 4 bytes added to a frame in order to indicate a Layer 2 priority using a Class of Service (CoS) value.
Inside Global Address
A public IP address that represents one or more inside local IP addresses to the outside world.
Inside Local Address
A private IP address that is assigned to a host in the inside, local network.
IntServ
The most strict QoS category, which creates strict bandwidth reservations for specific applications.
IP Security (IPsec)
Used as the primary protocol of the Internet, IPsec provides a tunnel with added features of confidentiality, integrity, authentication, and anti-replay.