SlideShare a Scribd company logo
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 6: Quality of
Service
CCNA Routing and Switching
Connecting Networks
Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 6: Best Practices
Prior to teaching Chapter 6, the instructor should:
 Complete Chapter 6 Assessment.
 Each section has a short video to introduce the material.
 Ask students to describe other types of situations where
priority queueing is used. For example, first class, business
class, and couch on airlines.
 Review the Quality of Service chapter.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9
Chapter 6: Quality of
Service
Connecting Networks
Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 6 - Sections & Objectives
 6.1 QoS Overview
• Explain the purpose and characteristics of QoS.
 6.2 QoS Mechanisms
• Explain how networking devices implement QoS.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11
6.1 QoS Overview
Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Overview
Network Transmission Quality
 Prioritizing Traffic
• Queuing packets causes delay because new packets cannot be
transmitted until previous packets have been processed.
• If the number of packets to be queued continues to increase, the
memory within the device fills up and packets are dropped.
Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Overview
Network Transmission Quality
 Bandwidth, Congestion, Delay, and Jitter
• Network congestion causes delay.
• Delay is the time it takes for a packet to travel from the source to the
destination.
• Jitter is the variation in the delay of received packets.
 Packet Loss
• When congestion occurs, network devices such as routers and switches
can drop packets.
• Packet loss is a very common cause of voice quality problems on an IP
network.
• In a properly designed network, packet loss should be near zero.
• Network engineers use QoS mechanisms to classify voice packets for
zero packet loss.
Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Network Traffic Trends
• The type of demands voice,
video, and data traffic place on
the network are very different.
 Voice
• Voice is very sensitive to delays
and dropped packets; there is no
reason to re-transmit voice if
packets are lost.
• Voice packets must receive a
higher priority than other types of
traffic.
• Voice can tolerate a certain
amount of latency, jitter, and loss
without any noticeable effects.
QoS Overview
Traffic Characteristics
Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Video
• Compared to voice, video is less
resilient to loss and has a higher
volume of data per packet.
• video can tolerate a certain
amount of latency, jitter, and loss
without any noticeable affects.
 Data
• Data applications that have no
tolerance for data loss, such as
email and web pages, use TCP to
ensure that, if packets are lost in
transit, they will be resent.
• Data traffic is relatively insensitive
to drops and delays compared to
voice and video.
QoS Overview
Traffic Characteristics
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 First In First Out (FIFO)
• FIFO has no concept of priority or classes of traffic and consequently,
makes no decision about packet priority.
• FIFO, which is the fastest method of queuing, is effective for large links
that have little delay and minimal congestion.
QoS Overview
Queueing Algorithms
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Weighted Fair Queuing (WFQ)
• An automated scheduling method that provides fair bandwidth allocation
to all network traffic.
• Applies priority, or weights, to identified traffic and classifies it into
conversations or flows.
• WFQ is not supported with tunneling and encryption because these
features modify the packet content information required
QoS Overview
Queueing Algorithms
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Class-Based Weighted Fair Queuing (CBWFQ)
• Extends the standard WFQ functionality to provide support for user-defined
traffic classes.
• To characterize a class, you assign it bandwidth, weight, and maximum
packet limit.
• You also specify the queue limit for that class, which is the maximum
number of packets allowed to accumulate in the queue for the class.
• Packets belonging to a class are subject to the bandwidth and queue limits
that characterize the class.
QoS Overview
Queueing Algorithms
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Low Latency Queuing (LLQ)
• LLQ provides strict priority queuing for CBWFQ, reducing jitter in voice
conversations.
• The bandwidth assigned to the packets of a class determines the order
in which packets are sent.
• Without LLQ, all packets are serviced fairly based on weight; no class of
packets may be granted strict priority.
• LLQ allows delay-sensitive data such as voice to be sent first.
QoS Overview
Queueing Algorithms
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 20
6.2 QoS Mechanisms
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Models
• Selecting an Appropriate QoS Policy Model
• Best-Effort
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Models
 Integrated Services (IntServ)
• Uses resource reservation and admission-control mechanisms as
building blocks to establish and maintain QoS.
• The edge router performs admission control to ensure that available
resources are sufficient in the network.
• The IntServ standard assumes that routers along a path set and
maintain the state for each individual communication.
• If network devices along the path
can reserve the necessary
bandwidth, the originating
application can begin transmitting.
• If the requested reservation fails
along the path, the originating
application does not send any
data.
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Models
 Differentiated Services (DiffServ)
• Specifies a simple and scalable mechanism for classifying and
managing network traffic and providing QoS guarantees on modern IP
networks.
• DiffServ can provide an “almost guaranteed” QoS while still being
cost-effective and scalable.
• DiffServ uses a “soft QoS” approach.
It works on the provisioned-QoS
model, where network elements are
set up to service multiple classes of
traffic each with varying QoS
requirements.
• DiffServ divides network traffic into
classes based on business
requirements.
• Each of the classes can then be
assigned a different level of service.
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Implementation Techniques
 Avoiding Packet Loss
• Dropped TCP segments cause TCP sessions to reduce their window
sizes.
• Some applications do not use TCP and cannot handle drops.
 QoS Tools
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Implementation Techniques
 Classification and Marking
• Before a packet can have a QoS policy applied to it, the packet has to
be classified.
• Methods of classifying traffic flows at Layer 2 and 3 include using
interfaces, ACLs, and class maps.
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Implementation Techniques
 Marking at Layer 2
 Marking at Layer 3
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
QoS Mechanisms
QoS Implementation Techniques
 Trust Boundaries
• Traffic should be classified and marked as close to its source as
technically and administratively feasible.
 Congestion Avoidance
• When the queue is below the minimum threshold, there are no drops.
• As the queue fills up to the maximum threshold, a small percentage of
packets are dropped.
• When the maximum threshold is passed, all packets are dropped.
 Shaping and Policing
• Traffic shaping retains excess packets in a queue and then schedules
the excess for later transmission over increments of time.
• Policing is applied to inbound traffic on an interface.
• When the traffic rate reaches the configured maximum rate, excess
traffic is dropped (or remarked).
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 28
6.3 Chapter Summary
Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter Summary
Summary
 The quality of network transmission is impacted by the bandwidth of the
links between the source and destination, the sources of delay as packets
are routed to the destination, and jitter or the variation in delay of the
received packets. Without QoS mechanisms in place, packets are
processed in the order in which they are received. When congestion
occurs, time-sensitive packets will be dropped with the same frequency as
packets that are not time-sensitive.
 Voice packets require latency of no more than 150 milliseconds (ms).
Jitter should be no more than 30 ms, and voice packet loss should be no
more than 1%. Voice traffic requires at least 30 Kb/s of bandwidth.
 Video packets require latency no more than 400 milliseconds (ms). Jitter
should be no more than 50 ms, and video packet loss should be no more
than 1%. Video traffic requires at least 384 Kb/s of bandwidth.
 For data packets, two factors impact the Quality of Experience (QoE) for
end users:
• Does the data come from an interactive application?
• Is the data mission critical?
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter Summary
Summary Continued
 The four queuing algorithms discussed in this chapter are as follows:
• First in First Out (FIFO) - Packets are forwarded in the order in which they are received.
• Weighted Fair Queuing (WFQ) - Packets are classified into different flows based on
header information including the ToS value
• Class-Based Weighted Fair Queuing (CBWFQ) - Packets are assigned to user-defined
classes based on matches to criteria such as protocols, ACLs, and input interfaces. The
network administrator can assign bandwidth, weight, and maximum packet limit to each
class.
• Low Latency Queuing (LLQ) - Delay-sensitive data such as voice is added to a priority
queue so that it can be sent first (before packets in other queues).
 The three queuing models discussed in the chapter are as follows:
• Best-Effort - This is the default queuing model for interfaces. All packets are treated in
the same way. There is no QoS.
• Integrated Services (IntServ) - IntServ provides a way to deliver the end-to-end QoS
that real-time applications require by explicitly managing network resources to provide
QoS to specific user packet streams, sometimes called microflows.
• Differentiated Services (DiffServ) - DiffServ uses a soft QoS approach that depends on
network devices that are set up to service multiple classes of traffic each with varying QoS
requirements. Although there is no QoS guarantee, the DiffServ model is more cost-
effective and scalable than IntServ.
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 QoS tools include the following:
• Classification and Marking - Classification determines the class of
traffic to which packets or frames belong. Marking means that we are
adding a value to the packet header. Devices receiving the packet look
at this field to see if it matches a defined policy.
• Congestion Avoidance - Congestion avoidance tools monitor network
traffic loads in an effort to anticipate and avoid congestion. As queues
fill up to the maximum threshold, a small percentage of packets are
dropped. Once the maximum threshold is passed, all packets are
dropped.
• Shaping and Policing - Shaping retains excess packets in a queue
and then schedules the excess for later transmission over increments of
time. Shaping is used on outbound traffic. Policing either drops or
remarks excess traffic. Policing is often applied to inbound traffic.
Chapter Summary
Summary Continued
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ad

More Related Content

What's hot (19)

CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8
Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9
Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
Chaing Ravuth
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6
Chaing Ravuth
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
Nil Menon
 
Chapter 18 : routing dynamically
Chapter 18 : routing dynamicallyChapter 18 : routing dynamically
Chapter 18 : routing dynamically
teknetir
 
CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
Chaing Ravuth
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
Chaing Ravuth
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3
Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
Chaing Ravuth
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
Nil Menon
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8
Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9
Chaing Ravuth
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
Waqas Ahmed Nawaz
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
Chaing Ravuth
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6
Chaing Ravuth
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
Nil Menon
 
Chapter 18 : routing dynamically
Chapter 18 : routing dynamicallyChapter 18 : routing dynamically
Chapter 18 : routing dynamically
teknetir
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
Chaing Ravuth
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3CCNA3 Verson6 Chapter3
CCNA3 Verson6 Chapter3
Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
Chaing Ravuth
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
Nil Menon
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
Waqas Ahmed Nawaz
 

Similar to CCNA4 Verson6 Chapter6 (20)

CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA Routing and Switching 06_Quality_of_Service
CCNA Routing and Switching 06_Quality_of_ServiceCCNA Routing and Switching 06_Quality_of_Service
CCNA Routing and Switching 06_Quality_of_Service
illegalmanuals
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdf
yohansurya2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
ENSA_Module_9-QoS Concept.pptx
ENSA_Module_9-QoS Concept.pptxENSA_Module_9-QoS Concept.pptx
ENSA_Module_9-QoS Concept.pptx
ZikoSuryaLesmana
 
Quality of service
Quality of serviceQuality of service
Quality of service
Cesar Aguirre
 
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.pptcis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
akram583300
 
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.pptcis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
akram583300
 
Cisco: QoS
Cisco: QoSCisco: QoS
Cisco: QoS
Fundación Proydesa
 
Itn6 instructor materials_chapter3
Itn6 instructor materials_chapter3Itn6 instructor materials_chapter3
Itn6 instructor materials_chapter3
limenih muluneh
 
Implementing Cisco IP Switched Networks
Implementing Cisco IP Switched NetworksImplementing Cisco IP Switched Networks
Implementing Cisco IP Switched Networks
Archana Parameshwari
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptxCCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptx
ParthaDas754073
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
JavierHurtado39
 
CCNA Quality of Services (QoS)
CCNA Quality of Services (QoS)CCNA Quality of Services (QoS)
CCNA Quality of Services (QoS)
Networkel
 
document de référence prod_presentation0900aecd80200552.ppt
document de référence prod_presentation0900aecd80200552.pptdocument de référence prod_presentation0900aecd80200552.ppt
document de référence prod_presentation0900aecd80200552.ppt
moinahousna
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
mashiur
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
Raza_Abidi
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA Routing and Switching 06_Quality_of_Service
CCNA Routing and Switching 06_Quality_of_ServiceCCNA Routing and Switching 06_Quality_of_Service
CCNA Routing and Switching 06_Quality_of_Service
illegalmanuals
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdf
yohansurya2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
ENSA_Module_9-QoS Concept.pptx
ENSA_Module_9-QoS Concept.pptxENSA_Module_9-QoS Concept.pptx
ENSA_Module_9-QoS Concept.pptx
ZikoSuryaLesmana
 
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.pptcis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
akram583300
 
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.pptcis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
cis187-8-QoS CISCO CCNP PRESENTATIONS.ppt
akram583300
 
Itn6 instructor materials_chapter3
Itn6 instructor materials_chapter3Itn6 instructor materials_chapter3
Itn6 instructor materials_chapter3
limenih muluneh
 
Implementing Cisco IP Switched Networks
Implementing Cisco IP Switched NetworksImplementing Cisco IP Switched Networks
Implementing Cisco IP Switched Networks
Archana Parameshwari
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptxCCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptx
ParthaDas754073
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
CCNA Quality of Services (QoS)
CCNA Quality of Services (QoS)CCNA Quality of Services (QoS)
CCNA Quality of Services (QoS)
Networkel
 
document de référence prod_presentation0900aecd80200552.ppt
document de référence prod_presentation0900aecd80200552.pptdocument de référence prod_presentation0900aecd80200552.ppt
document de référence prod_presentation0900aecd80200552.ppt
moinahousna
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
mashiur
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
Raza_Abidi
 
Ad

More from Chaing Ravuth (20)

CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
Chaing Ravuth
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
Chaing Ravuth
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
Chaing Ravuth
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
Chaing Ravuth
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
Chaing Ravuth
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
Chaing Ravuth
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
Chaing Ravuth
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
Chaing Ravuth
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
Chaing Ravuth
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
Chaing Ravuth
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
Chaing Ravuth
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
Chaing Ravuth
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
Chaing Ravuth
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
Chaing Ravuth
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
Chaing Ravuth
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
Chaing Ravuth
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
Chaing Ravuth
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
Chaing Ravuth
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
Chaing Ravuth
 
Ad

Recently uploaded (20)

UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
businessweekghana
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit..."Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
AlionaBujoreanu
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
libbys peer assesment.docx..............
libbys peer assesment.docx..............libbys peer assesment.docx..............
libbys peer assesment.docx..............
19lburrell
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
2025 The Senior Landscape and SET plan preparations.pptx
2025 The Senior Landscape and SET plan preparations.pptx2025 The Senior Landscape and SET plan preparations.pptx
2025 The Senior Landscape and SET plan preparations.pptx
mansk2
 
IPL QUIZ | THE QUIZ CLUB OF PSGCAS | 2025.pdf
IPL QUIZ | THE QUIZ CLUB OF PSGCAS | 2025.pdfIPL QUIZ | THE QUIZ CLUB OF PSGCAS | 2025.pdf
IPL QUIZ | THE QUIZ CLUB OF PSGCAS | 2025.pdf
Quiz Club of PSG College of Arts & Science
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
ITI COPA Question Paper PDF 2017 Theory MCQ
ITI COPA Question Paper PDF 2017 Theory MCQITI COPA Question Paper PDF 2017 Theory MCQ
ITI COPA Question Paper PDF 2017 Theory MCQ
SONU HEETSON
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
The History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.pptThe History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.ppt
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
How to Change Sequence Number in Odoo 18 Sale Order
How to Change Sequence Number in Odoo 18 Sale OrderHow to Change Sequence Number in Odoo 18 Sale Order
How to Change Sequence Number in Odoo 18 Sale Order
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Cyber security COPA ITI MCQ Top Questions
Cyber security COPA ITI MCQ Top QuestionsCyber security COPA ITI MCQ Top Questions
Cyber security COPA ITI MCQ Top Questions
SONU HEETSON
 
UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
UPSA JUDGEMENT.pdfCopyright Infringement: High Court Rules against UPSA: A Wa...
businessweekghana
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit..."Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
"Bridging Cultures Through Holiday Cards: 39 Students Celebrate Global Tradit...
AlionaBujoreanu
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
libbys peer assesment.docx..............
libbys peer assesment.docx..............libbys peer assesment.docx..............
libbys peer assesment.docx..............
19lburrell
 
How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18How to Use Upgrade Code Command in Odoo 18
How to Use Upgrade Code Command in Odoo 18
Celine George
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
2025 The Senior Landscape and SET plan preparations.pptx
2025 The Senior Landscape and SET plan preparations.pptx2025 The Senior Landscape and SET plan preparations.pptx
2025 The Senior Landscape and SET plan preparations.pptx
mansk2
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdfAntepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Antepartum fetal surveillance---Dr. H.K.Cheema pdf.pdf
Dr H.K. Cheema
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
ITI COPA Question Paper PDF 2017 Theory MCQ
ITI COPA Question Paper PDF 2017 Theory MCQITI COPA Question Paper PDF 2017 Theory MCQ
ITI COPA Question Paper PDF 2017 Theory MCQ
SONU HEETSON
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
How to Change Sequence Number in Odoo 18 Sale Order
How to Change Sequence Number in Odoo 18 Sale OrderHow to Change Sequence Number in Odoo 18 Sale Order
How to Change Sequence Number in Odoo 18 Sale Order
Celine George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Cyber security COPA ITI MCQ Top Questions
Cyber security COPA ITI MCQ Top QuestionsCyber security COPA ITI MCQ Top Questions
Cyber security COPA ITI MCQ Top Questions
SONU HEETSON
 

CCNA4 Verson6 Chapter6

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 6: Quality of Service CCNA Routing and Switching Connecting Networks
  • 2. Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 6: Best Practices Prior to teaching Chapter 6, the instructor should:  Complete Chapter 6 Assessment.  Each section has a short video to introduce the material.  Ask students to describe other types of situations where priority queueing is used. For example, first class, business class, and couch on airlines.  Review the Quality of Service chapter.
  • 3. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9 Chapter 6: Quality of Service Connecting Networks
  • 4. Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 6 - Sections & Objectives  6.1 QoS Overview • Explain the purpose and characteristics of QoS.  6.2 QoS Mechanisms • Explain how networking devices implement QoS.
  • 5. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11 6.1 QoS Overview
  • 6. Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Overview Network Transmission Quality  Prioritizing Traffic • Queuing packets causes delay because new packets cannot be transmitted until previous packets have been processed. • If the number of packets to be queued continues to increase, the memory within the device fills up and packets are dropped.
  • 7. Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Overview Network Transmission Quality  Bandwidth, Congestion, Delay, and Jitter • Network congestion causes delay. • Delay is the time it takes for a packet to travel from the source to the destination. • Jitter is the variation in the delay of received packets.  Packet Loss • When congestion occurs, network devices such as routers and switches can drop packets. • Packet loss is a very common cause of voice quality problems on an IP network. • In a properly designed network, packet loss should be near zero. • Network engineers use QoS mechanisms to classify voice packets for zero packet loss.
  • 8. Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Network Traffic Trends • The type of demands voice, video, and data traffic place on the network are very different.  Voice • Voice is very sensitive to delays and dropped packets; there is no reason to re-transmit voice if packets are lost. • Voice packets must receive a higher priority than other types of traffic. • Voice can tolerate a certain amount of latency, jitter, and loss without any noticeable effects. QoS Overview Traffic Characteristics
  • 9. Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Video • Compared to voice, video is less resilient to loss and has a higher volume of data per packet. • video can tolerate a certain amount of latency, jitter, and loss without any noticeable affects.  Data • Data applications that have no tolerance for data loss, such as email and web pages, use TCP to ensure that, if packets are lost in transit, they will be resent. • Data traffic is relatively insensitive to drops and delays compared to voice and video. QoS Overview Traffic Characteristics
  • 10. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  First In First Out (FIFO) • FIFO has no concept of priority or classes of traffic and consequently, makes no decision about packet priority. • FIFO, which is the fastest method of queuing, is effective for large links that have little delay and minimal congestion. QoS Overview Queueing Algorithms
  • 11. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Weighted Fair Queuing (WFQ) • An automated scheduling method that provides fair bandwidth allocation to all network traffic. • Applies priority, or weights, to identified traffic and classifies it into conversations or flows. • WFQ is not supported with tunneling and encryption because these features modify the packet content information required QoS Overview Queueing Algorithms
  • 12. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Class-Based Weighted Fair Queuing (CBWFQ) • Extends the standard WFQ functionality to provide support for user-defined traffic classes. • To characterize a class, you assign it bandwidth, weight, and maximum packet limit. • You also specify the queue limit for that class, which is the maximum number of packets allowed to accumulate in the queue for the class. • Packets belonging to a class are subject to the bandwidth and queue limits that characterize the class. QoS Overview Queueing Algorithms
  • 13. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Low Latency Queuing (LLQ) • LLQ provides strict priority queuing for CBWFQ, reducing jitter in voice conversations. • The bandwidth assigned to the packets of a class determines the order in which packets are sent. • Without LLQ, all packets are serviced fairly based on weight; no class of packets may be granted strict priority. • LLQ allows delay-sensitive data such as voice to be sent first. QoS Overview Queueing Algorithms
  • 14. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 20 6.2 QoS Mechanisms
  • 15. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Models • Selecting an Appropriate QoS Policy Model • Best-Effort
  • 16. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Models  Integrated Services (IntServ) • Uses resource reservation and admission-control mechanisms as building blocks to establish and maintain QoS. • The edge router performs admission control to ensure that available resources are sufficient in the network. • The IntServ standard assumes that routers along a path set and maintain the state for each individual communication. • If network devices along the path can reserve the necessary bandwidth, the originating application can begin transmitting. • If the requested reservation fails along the path, the originating application does not send any data.
  • 17. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Models  Differentiated Services (DiffServ) • Specifies a simple and scalable mechanism for classifying and managing network traffic and providing QoS guarantees on modern IP networks. • DiffServ can provide an “almost guaranteed” QoS while still being cost-effective and scalable. • DiffServ uses a “soft QoS” approach. It works on the provisioned-QoS model, where network elements are set up to service multiple classes of traffic each with varying QoS requirements. • DiffServ divides network traffic into classes based on business requirements. • Each of the classes can then be assigned a different level of service.
  • 18. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Implementation Techniques  Avoiding Packet Loss • Dropped TCP segments cause TCP sessions to reduce their window sizes. • Some applications do not use TCP and cannot handle drops.  QoS Tools
  • 19. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Implementation Techniques  Classification and Marking • Before a packet can have a QoS policy applied to it, the packet has to be classified. • Methods of classifying traffic flows at Layer 2 and 3 include using interfaces, ACLs, and class maps.
  • 20. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Implementation Techniques  Marking at Layer 2  Marking at Layer 3
  • 21. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential QoS Mechanisms QoS Implementation Techniques  Trust Boundaries • Traffic should be classified and marked as close to its source as technically and administratively feasible.  Congestion Avoidance • When the queue is below the minimum threshold, there are no drops. • As the queue fills up to the maximum threshold, a small percentage of packets are dropped. • When the maximum threshold is passed, all packets are dropped.  Shaping and Policing • Traffic shaping retains excess packets in a queue and then schedules the excess for later transmission over increments of time. • Policing is applied to inbound traffic on an interface. • When the traffic rate reaches the configured maximum rate, excess traffic is dropped (or remarked).
  • 22. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 28 6.3 Chapter Summary
  • 23. Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter Summary Summary  The quality of network transmission is impacted by the bandwidth of the links between the source and destination, the sources of delay as packets are routed to the destination, and jitter or the variation in delay of the received packets. Without QoS mechanisms in place, packets are processed in the order in which they are received. When congestion occurs, time-sensitive packets will be dropped with the same frequency as packets that are not time-sensitive.  Voice packets require latency of no more than 150 milliseconds (ms). Jitter should be no more than 30 ms, and voice packet loss should be no more than 1%. Voice traffic requires at least 30 Kb/s of bandwidth.  Video packets require latency no more than 400 milliseconds (ms). Jitter should be no more than 50 ms, and video packet loss should be no more than 1%. Video traffic requires at least 384 Kb/s of bandwidth.  For data packets, two factors impact the Quality of Experience (QoE) for end users: • Does the data come from an interactive application? • Is the data mission critical?
  • 24. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter Summary Summary Continued  The four queuing algorithms discussed in this chapter are as follows: • First in First Out (FIFO) - Packets are forwarded in the order in which they are received. • Weighted Fair Queuing (WFQ) - Packets are classified into different flows based on header information including the ToS value • Class-Based Weighted Fair Queuing (CBWFQ) - Packets are assigned to user-defined classes based on matches to criteria such as protocols, ACLs, and input interfaces. The network administrator can assign bandwidth, weight, and maximum packet limit to each class. • Low Latency Queuing (LLQ) - Delay-sensitive data such as voice is added to a priority queue so that it can be sent first (before packets in other queues).  The three queuing models discussed in the chapter are as follows: • Best-Effort - This is the default queuing model for interfaces. All packets are treated in the same way. There is no QoS. • Integrated Services (IntServ) - IntServ provides a way to deliver the end-to-end QoS that real-time applications require by explicitly managing network resources to provide QoS to specific user packet streams, sometimes called microflows. • Differentiated Services (DiffServ) - DiffServ uses a soft QoS approach that depends on network devices that are set up to service multiple classes of traffic each with varying QoS requirements. Although there is no QoS guarantee, the DiffServ model is more cost- effective and scalable than IntServ.
  • 25. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  QoS tools include the following: • Classification and Marking - Classification determines the class of traffic to which packets or frames belong. Marking means that we are adding a value to the packet header. Devices receiving the packet look at this field to see if it matches a defined policy. • Congestion Avoidance - Congestion avoidance tools monitor network traffic loads in an effort to anticipate and avoid congestion. As queues fill up to the maximum threshold, a small percentage of packets are dropped. Once the maximum threshold is passed, all packets are dropped. • Shaping and Policing - Shaping retains excess packets in a queue and then schedules the excess for later transmission over increments of time. Shaping is used on outbound traffic. Policing either drops or remarks excess traffic. Policing is often applied to inbound traffic. Chapter Summary Summary Continued
  • 26. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 27. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  翻译: