Term
| What is processing delay? |
|
Definition
| Processing delay is the time it takes for a device such as a router to perform all the tasks necessary to move a packet from the input (ingress) interface to the output (egress) interface |
|
|
Term
|
Definition
| Queuing delay is the amount of time that a packet spends in the output queue of a router interface. |
|
|
Term
| What is serialization delay? |
|
Definition
| Serialization delay is the time it takes to send all the bits of a frame to the physical meduim for transmission across the physical layer. |
|
|
Term
| What is propagation delay? |
|
Definition
| Propagation delay is the time it takes for the bits of a frame to cross the physical link from end to end. |
|
|
Term
|
Definition
| Delay variation or jitter, is the variation in delays experianced by the packets of the same flow. |
|
|
Term
| Implementing QoS involved what three major steps? |
|
Definition
1. Identifying traffic types and their requirements. 2. Classifying traffic based on the requirements identified 3. Defining policies for each traffic class. |
|
|
Term
| Describe the Best-Effort QoS model. |
|
Definition
| The best-effort model means that no QoS policy is implemented. Within this model, packets belonging to voice calls, emails, file transfers, and so on are treated as equally important. |
|
|
Term
| Describe the Integrated Services QoS model. |
|
Definition
| The Integrated Services (IntServ) model is based on explicit signaling and managing/reserving network resources for the applications that need it and demand it. IntServ is ofter referred to as Hard-QoS, because it guarantees characteristics such as bandwidth, delay, and packet loss, thereby providing a predictable service level. |
|
|
Term
| Describe how the Integrated Services model used Resource Reservation Protocol (RSVP) as its signaling protocol. |
|
Definition
| An application that has a specific bandwidth requirement must wait for RSVP to run along the path from source to destination, and request bandwidth reservation for the application flow. If the RSVP attempt to reserve bandwidth along the path succeeds, the application can begin operating. If RSVP fails to successfully reserve the bandwidth hop by hop all the way from source to destinationm the application cannot begin operating. |
|
|
Term
| Describe the basic concept of the Differentiated Services QoS model |
|
Definition
| Differentiated Services (DiffServ) has been called the "Soft QoS" model, since it is not a guaranteed QoS model, but a highly scalable one. Pure DiffServ does not use signaling, but is based on a per-hop behavior (PHB), meaning that each hop in a network must be preprogrammed to provide a specific level of service for each class of traffic. |
|
|
Term
| What are the three major steps involved when implementing QoS with Modular QoS Command-Line Interface (MQC)? |
|
Definition
1. Define traffic classes using the class-map command. 2. Define QoS policies for the defined traffic classes using the policy-map command 3. Apply the defined policies in the inbound or outbound direction to each intended interface using the service-policy command, |
|
|
Term
| What type of match statements are used when defining a class map? |
|
Definition
| Class maps are composed of one or more match statements, depending on whether the class map contrains the match-any or the match-all command (match-all being the default). |
|
|
Term
| Describe what a policy map is used for. |
|
Definition
| With policy maps, you create traffic policies by associating required QoS features to traffic classes defined by class maps |
|
|
Term
| What is the class-default statement used for in a class map? |
|
Definition
| The class-default gets no QoS guarantees and can use a FIFO or a WFQ. Any traffic that the defined classes do not match will still be treated as class-default |
|
|
Term
| What command applies a policy map to a specific interface? |
|
Definition
| service-policy {input | output} policy-map |
|
|
Term
| What command displays all the configured class maps? |
|
Definition
|
|
Term
| What command displays all the configured policy maps? |
|
Definition
|
|
Term
| What command displays QoS interface statistics? |
|
Definition
| show policy-map interface interface |
|
|
Term
| How does AutoQoS handle traffic classification when enabled? |
|
Definition
| AutoQoS automatically discovers applications and protocols (Using Network Based Application Recognition, or NBAR). It also used Cisco Discovery Protocol (CDP) to check whether an IP phone is attached to a switch port. |
|
|
Term
| How does AutoQoS handle policy generation when enabled? |
|
Definition
| It checks interface encapsulations, and accordingly, it considers usage of features such as fragmentation, compression, and traffic shaping. Access lists, class maps, and policy maps are automatically generated. |
|
|
Term
| How is QoS configured when you enable AutoQoS on a router? |
|
Definition
| It is enabled by entering only one command, auto qos, at the interface. The proper commands to classify, mark, prioritize, preempt packets, and so on are added to the configuration appropriately. |
|
|
Term
| How does AutoQoS handle monitoring and reporting when enabled? |
|
Definition
| It generates system logging messages, SNMP traps, and summary reports. |
|
|
Term
| What kind of functions are performed by AutoQoS when enabled on a WAN device or interface? |
|
Definition
| It creates a traffic class for voice payload (RTP), and it builds another class for voice signaling (Skinny, H.323, or MGCP). Service policies for voice bearer and voice signaling are created and deployed using LLQ with bandwidth guarantees. Voice traffic is assigned to the priority queue. |
|
|
Term
| What are some prerequisites that must be met before AutoQoS is enabled on an interface? |
|
Definition
1. Cisco Express Forwarding (CEF) must be enabled. CEF is a prerequisite for NBAR 2. NBAR must be enabled. AutoQoS for the Enterprise uses NBAR for traffic discovery and classification. 3. The correct bandwidth on the interface must be configured. AutoQoS configures LLQ, cRTP, and LFI based on the interface type and the interface bandwidth. |
|
|
Term
| What command allows the router to discover and analyze network traffic entering an interface using NBAR? |
|
Definition
|
|
Term
| What command builds class maps and then creates and applies a policy map on an interface? |
|
Definition
|
|