SlideShare a Scribd company logo
RED1PROYDESA
L ATA M
S D LU
L
TID N L E A R NING S . SERVI CES
FUNDACION
PROYDESA
PROYECTOS Y
DESARROLLOS
ARGENT I NOS
Using the Medium
Introducción de QoS
Comprendiendo la necesidad de QoS
QoSDefinición
Before Converged Networks
Traditional data traffic characteristics:
– Bursty data flow
– First-come, first-served access
– Mostly not time-sensitive – delays OK
– Brief outages are survivable
Después de las redes convergentes
Características tradicionales del tráfico de datos:
 Flujo de datos en ráfagas
 Acceso por orden de llegada
 La mayoría de las veces no es sensible al
tiempo, si hay retrasos no hay problema
 Se puede sobrevivir a breves interrupciones
Redes convergentes: problemas de calidad
– Llamada Telefónica: “I cannot understand you;
your voice is breaking up.”
– Teleconferencia: “The picture is very jerky.
Voice not synchronized.”
– Casa de Bolsa: “I needed that information two hours
ago. Where is it?”
– Call Center: “Please hold while my screen refreshes.”
Requisitos de tráfico de QoS: Datos
•
Diferentes aplicaciones tienen
diferentes características de
tráfico.
Diferentes versiones de la misma
aplicación puede tener diferentes
características de tráfico.
Clasifique los datos en un modelo de
prioridad relativa con no más de
cuatro a cinco clases:
•
•
– Apps de misión crítica: aplicaciones
críticas definidas localmente
– Transaccional: tráfico interactivo,
servicio de datos preferido
– Mejor esfuerzo: Internet, correo
electrónico, tráfico no especificado
– Menos que el mejor esfuerzo
(Scavenger): Napster, Kazaa,
aplicaciones de igual a igual
Suave o ráfaga
Benigno o codicioso
Insensible a las caídas
Insensible al retraso
Retransmisiones de TCP
QoS Traffic Requirements: Voice
•
•
•
•
Latency < 150 ms*
Jitter < 30 ms*
Loss < 1%*
17-106 kbps guaranteed
priority bandwidth
per cal–
l
150 bps (+ Layer 2
QoS
ve
T
rh
ra
e
fa
fid
c)Requirements: Voice
guaranteed bandwidth for
voice-control traffic per call
•
*one-way requirements
Fluido
Benigno
Sensible a las Caídas
Sensible a Demoras
Prioridad UDP
QoS Requirements: Videoconferencing
• Latency ≤ 150 ms*
• Jitter ≤ 30 ms*
• Loss ≤ 1%*
• Minimum priority bandwidth
guarantee required is:
– Video stream + 20%
– For example, a 384 kbps
stream would require 460
kbps of priority bandwidth
*one-way requirements
Ráfaga
Ávido
Sensible a las Caídas
Sensible a Demoras
Prioridad UDP
Converged Networks:
Quality Issues (Cont.)
– Lack of bandwidth: Multiple flows compete for a limited amount of
bandwidth.
– End-to-end delay (fixed and variable): Packets have to traverse many
network devices and links that add up to the overall delay.
– Variation of delay (jitter): Sometimes there is a lot of other traffic, which
results in more delay.
– Packet loss: Packets may have to be dropped when a link is congested.
Video Lacking
Proper QoS
– Best-Effort: No QoS is applied to packets.
– IntServ: Applications signal to the network that they require special QoS.
– DiffServ: The network recognizes classes that require special QoS.
Best-Effort Model
Llegará ahí cuando llegue.
– Internet initially based on a best-
effort packet delivery service
– The default mode for all traffic
– No differentiation between types
of traffic
– Like using standard mail
Best-Effort Model (Cont.)
+ Benefits:
• Highly scalable
• No special mechanisms required
Drawbacks:
• No service guarantees
• No service differentiation
–
IntServ Model
– Some applications have special
bandwidth or delay requirements
or both
– IntServ introduced to guarantee a
predictable behavior of the
network for these applications
– Guaranteed delivery:
no other traffic can use reserved
bandwidth
– Like having your own private
courier plane
It will be there by 10:30 a.m.
IntServ Model (Cont.)
– Provides multiple service levels
– Requests specific kind of service
from the network before sending
data
– Uses RSVP to reserve network
resources
– Uses intelligent queuing
mechanisms
– End to end
– RSVP QoS services
•
•
Guaranteed-rate service
Controlled-load service
– RSVP provides policy to QoS mechanisms
IntServ Model (Cont.)
IntServ Model (Cont.)
+ Benefits:
•
•
Explicit resource admission control (end to end)
Per-request policy admission control (authorization object, policy
object)
Signaling of dynamic port numbers (for example, H.323)
•
– Drawbacks:
•
•
Continuous signaling because of stateful architecture
Flow-based approach not scalable to large implementations such as
the public Internet (can be made more scalable when combined with
elements of the DiffServ model)
DiffServ Model
– Network traffic identified by class
– Network QoS policy enforces
differentiated treatment of traffic
classes
– You choose level of service for
each traffic class
– Like using a package delivery
service
• Do you want overnight delivery?
Do you want two-day air
• delivery?
• Do you want three- to seven-day
ground delivery?
Descripción general
R1 R2
QoS for Converged Networks
Step 1:
Identify Traffic and Its Requirements
– Network audit
• Identify traffic on the network
– Business audit
• Determine how each type of
traffic is important for
business
– Service levels required
• Determine required response
time
Step 2:
Divide Traffic into Classes
Classification
– Classification is the identifying and splitting of traffic into different classes.
– Traffic can be classed by various means, including the DSCP.
– Modular QoS CLI allows classification to be implemented separately from
policy.
Calificación
– Marking, also known as coloring, marks each packet as a member of a
network class so that the packet class can be quickly recognized throughout
the rest of the network.
Differentiated Services Model
– The Differentiated Services model describes services associated with
traffic classes.
– Complex traffic classification and conditioning is performed at the network
edge, resulting in a per-packet DSCP.
– No per-flow state in the core.
– The core only performs simple “per-hop behaviors” on traffic aggregates.
– The goal is scalability.
DSCP Encoding
– DiffServ field: The IP version 4 header ToS octet or the IPv6 traffic class
octet, when interpreted in conformance with the definition given in RFC
2474
– DSCP: The first six bits of the DiffServ field, used to select a PHB
(forwarding and queuing method)
DiffServ Model (Cont.)
+ Benefits:
• Highly scalable
• Many levels of quality possible
– Drawbacks:
•
•
No absolute service guarantee
Complex mechanisms
QoS for Converged Networks
QoS Mechanisms
– Classification: Each class-oriented QoS mechanism has to support some
type of classification.
– Marking: Used to mark packets based on classification, metering, or
both.
– Congestion management: Each interface must have a queuing
mechanism to prioritize transmission of packets.
– Congestion avoidance: Used to drop packets early to avoid congestion
later in the network.
– Policing and shaping: Used to enforce a rate limit based on the metering
(excess traffic is either dropped, marked, or delayed).
– Link Efficiency: Used to improve bandwidth efficiency through
compression, link fragmentation, and interleaving.
Classification
– Classification is the identifying and splitting of traffic into different classes.
– Traffic can be classed by various means, including the DSCP.
– Modular QoS CLI allows classification to be implemented separately from
policy.
Marking
– Marking, also known as coloring, marks each packet as a member of a
network class so that the packet class can be quickly recognized throughout
the rest of the network.
Congestion Management
– Congestion management uses the marking on each packet to
determine in which queue to place packets.
– Congestion management uses sophisticated queuing technologies,
such as WFQ and LLQ, to ensure that time-sensitive packets such as
voice are transmitted first.
Congestion Avoidance
– Congestion avoidance may randomly drop packets from selected queues
when previously defined limits are reached.
– By dropping packets early, congestion avoidance helps prevent bottlenecks
downstream in the network.
– Congestion avoidance technologies include random early detection and
weighted random early detection.
Policing
– Policing drops or marks packets when a predefined limit is reached.
Organización
– Shaping queues packets when a predefined limit is reached.
Compression
– Header compression can dramatically reduce the overhead associated with
voice transport.
Link Fragmentation and Interleaving
– Without link fragmentation and interleaving, time-sensitive voice traffic can
be delayed behind long, non-time-sensitive data packets.
– Link fragmentation breaks long data packets apart and interleaves time-
sensitive packets so that the time-sensitive packets are not delayed.
Applying QoS to Input and
Output Interfaces
Methods for Implementing QoS Policy
– CLI
– MQC
– AutoQoS VoIP (voice QoS)
– AutoQoS Enterprise (voice, video, and data QoS)
– QPM
Implementing QoS with CLI
interface Multilink1
ip address 10.1.61.1 255.255.255.0
ip tcp header-compression iphc-format
load-interval 30
custom-queue-list 1
ppp multilink
ppp multilink fragment-delay 10
ppp multilink interleave
multilink-group 1
ip rtp header-compression iphc-format
!
– Traditional method
– Nonmodular
– Cannot separate traffic
classification from policy
definitions
– Used to augment, fine-tune
newer AutoQoS method
Implementing QoS with MQC
•
• A command syntax
for configuring QoS
policy
• Reduces configuration steps
and time
• Configure policy, not
“raw” per-interface
commands
• Uniform CLI across major
Cisco IOS platforms
• Uniform CLI structure for all
QoS features
• Separates classification
engine from the policy
•
•
•
•
•
• class-map VoIP-RTP
match access-group 100
class-map VoIP-Control
match access-group 101
• !
•policy-map QoS-
Policy class VoIP-RTP
•priority 100
class VoIP-Control
bandwidth 8
class class-default
fair-queue
• !
• interface serial 0/0
• service-policy output QoS-Policy
• !
• access-list 100 permit ip any any
precedence 5 access-list 100 permit ip any any
dscp ef
• access-list 101 permit tcp any host 10.1.10.20
range 2000 2002
• access-list 101 permit tcp any host 10.1.10.20
range 11000 11999
Implementing QoS with AutoQoS
[trust] option is used to trust DSCP marking
– AutoQoS VoIP supported both in
the LAN and WAN environments
– AutoQoS Enterprise supported
on WAN interfaces
– Routers can deploy Enterprise
QoS policy treatment for voice,
video, and data traffic
– Switches can deploy QoS policy
treatments for voice by a single
command
Comparing Methods for
Implementing QoS

More Related Content

What's hot

Quality of Service
Quality of ServiceQuality of Service
Quality of Service
silenceIT Inc.
 
Quality of service
Quality of serviceQuality of service
Quality of service
vmkris000
 
Cisco Live! Designing Multipoint WAN QoS
Cisco Live! Designing Multipoint WAN QoSCisco Live! Designing Multipoint WAN QoS
Cisco Live! Designing Multipoint WAN QoS
Eddie Kempe
 
Techniques of achieving google quality of service
Techniques of achieving google quality of serviceTechniques of achieving google quality of service
Techniques of achieving google quality of service
Satya P. Joshi
 
Mpls Qos Jayk
Mpls Qos JaykMpls Qos Jayk
Mpls Qos Jayk
Suraj Kumar
 
QoS
QoSQoS
Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS)
Reza Farahani
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
Raza_Abidi
 
Quality of service
Quality of serviceQuality of service
Quality of service
Cesar Aguirre
 
Quality of service
Quality of serviceQuality of service
Quality of service
Yasser El Harbili
 
Qo s
Qo sQo s
Network Design Implications of QoS and QoE
Network Design Implications of QoS and QoENetwork Design Implications of QoS and QoE
Network Design Implications of QoS and QoE
MusTufa Nullwala
 
Qo s rsvp......
Qo s rsvp......Qo s rsvp......
Qo s rsvp......
Abhishek Kesharwani
 
Qos Quality of services
Qos   Quality of services Qos   Quality of services
Qos Quality of services
HayderThary
 
Quality of service(qos) by M.BILAL.SATTI
Quality of service(qos) by M.BILAL.SATTIQuality of service(qos) by M.BILAL.SATTI
Quality of service(qos) by M.BILAL.SATTI
Muhammad Bilal Satti
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networks
Chandra Meena
 
Quality of service
Quality of serviceQuality of service
Quality of service
Ismail Mukiibi
 
Quality of Service
Quality  of  ServiceQuality  of  Service
Quality of Service
S. M. Shakib Limon
 
High Speed Networks - Applications in Finance
High Speed Networks - Applications in FinanceHigh Speed Networks - Applications in Finance
High Speed Networks - Applications in Finance
Omar Bashir
 

What's hot (19)

Quality of Service
Quality of ServiceQuality of Service
Quality of Service
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
Cisco Live! Designing Multipoint WAN QoS
Cisco Live! Designing Multipoint WAN QoSCisco Live! Designing Multipoint WAN QoS
Cisco Live! Designing Multipoint WAN QoS
 
Techniques of achieving google quality of service
Techniques of achieving google quality of serviceTechniques of achieving google quality of service
Techniques of achieving google quality of service
 
Mpls Qos Jayk
Mpls Qos JaykMpls Qos Jayk
Mpls Qos Jayk
 
QoS
QoSQoS
QoS
 
Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS)
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
Qo s
Qo sQo s
Qo s
 
Network Design Implications of QoS and QoE
Network Design Implications of QoS and QoENetwork Design Implications of QoS and QoE
Network Design Implications of QoS and QoE
 
Qo s rsvp......
Qo s rsvp......Qo s rsvp......
Qo s rsvp......
 
Qos Quality of services
Qos   Quality of services Qos   Quality of services
Qos Quality of services
 
Quality of service(qos) by M.BILAL.SATTI
Quality of service(qos) by M.BILAL.SATTIQuality of service(qos) by M.BILAL.SATTI
Quality of service(qos) by M.BILAL.SATTI
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networks
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
Quality of Service
Quality  of  ServiceQuality  of  Service
Quality of Service
 
High Speed Networks - Applications in Finance
High Speed Networks - Applications in FinanceHigh Speed Networks - Applications in Finance
High Speed Networks - Applications in Finance
 

Similar to Presentacion qos-

Presentacion QoS.pptx
Presentacion QoS.pptxPresentacion QoS.pptx
Presentacion QoS.pptx
Daniel Viveros Sepulveda
 
integrated and diffrentiated services
 integrated and diffrentiated services integrated and diffrentiated services
integrated and diffrentiated services
Rishabh Gupta
 
Qo s 09-integrated and red
Qo s 09-integrated and redQo s 09-integrated and red
Qo s 09-integrated and red
Abhishek Kesharwani
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdf
yohansurya2
 
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
 
Chapter11
Chapter11Chapter11
Chapter11
Muhammad Ahad
 
High performance browser networking ch1,2,3
High performance browser networking ch1,2,3High performance browser networking ch1,2,3
High performance browser networking ch1,2,3
Seung-Bum Lee
 
QOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptxQOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptx
Luluj2
 
MULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKSMULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKS
Kathirvel Ayyaswamy
 
1.CN-PPT.ppt
1.CN-PPT.ppt1.CN-PPT.ppt
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
Chaing Ravuth
 
UAV Data Link Design for Dependable Real-Time Communications
UAV Data Link Design for Dependable Real-Time CommunicationsUAV Data Link Design for Dependable Real-Time Communications
UAV Data Link Design for Dependable Real-Time Communications
Gerardo Pardo-Castellote
 
PLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
PLNOG16: Usługi w sieciach operatorskich, Marcin AronowskiPLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
PLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
PROIDEA
 
Performance & Monitoring Performance.pdf
Performance & Monitoring Performance.pdfPerformance & Monitoring Performance.pdf
Performance & Monitoring Performance.pdf
Phcng785014
 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtech
SSPI Brasil
 
H ip qo s for 3g
H ip qo s for 3gH ip qo s for 3g
H ip qo s for 3g
Socnho Kit
 
Enterprise campus networks
Enterprise campus networksEnterprise campus networks
Enterprise campus networks
Kishor Satpathy
 
QoSintro.PPT
QoSintro.PPTQoSintro.PPT
QoSintro.PPT
payal445263
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
mashiur
 
9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)
Jeff Green
 

Similar to Presentacion qos- (20)

Presentacion QoS.pptx
Presentacion QoS.pptxPresentacion QoS.pptx
Presentacion QoS.pptx
 
integrated and diffrentiated services
 integrated and diffrentiated services integrated and diffrentiated services
integrated and diffrentiated services
 
Qo s 09-integrated and red
Qo s 09-integrated and redQo s 09-integrated and red
Qo s 09-integrated and red
 
6. QoS Concepts.pdf
6. QoS Concepts.pdf6. QoS Concepts.pdf
6. QoS Concepts.pdf
 
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
 
Chapter11
Chapter11Chapter11
Chapter11
 
High performance browser networking ch1,2,3
High performance browser networking ch1,2,3High performance browser networking ch1,2,3
High performance browser networking ch1,2,3
 
QOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptxQOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptx
 
MULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKSMULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKS
 
1.CN-PPT.ppt
1.CN-PPT.ppt1.CN-PPT.ppt
1.CN-PPT.ppt
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 
UAV Data Link Design for Dependable Real-Time Communications
UAV Data Link Design for Dependable Real-Time CommunicationsUAV Data Link Design for Dependable Real-Time Communications
UAV Data Link Design for Dependable Real-Time Communications
 
PLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
PLNOG16: Usługi w sieciach operatorskich, Marcin AronowskiPLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
PLNOG16: Usługi w sieciach operatorskich, Marcin Aronowski
 
Performance & Monitoring Performance.pdf
Performance & Monitoring Performance.pdfPerformance & Monitoring Performance.pdf
Performance & Monitoring Performance.pdf
 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtech
 
H ip qo s for 3g
H ip qo s for 3gH ip qo s for 3g
H ip qo s for 3g
 
Enterprise campus networks
Enterprise campus networksEnterprise campus networks
Enterprise campus networks
 
QoSintro.PPT
QoSintro.PPTQoSintro.PPT
QoSintro.PPT
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
 
9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)
 

More from Javier H

Presentación2.pptx
Presentación2.pptxPresentación2.pptx
Presentación2.pptx
Javier H
 
IMAGENES.pptx
IMAGENES.pptxIMAGENES.pptx
IMAGENES.pptx
Javier H
 
IMAGENES.pptx
IMAGENES.pptxIMAGENES.pptx
IMAGENES.pptx
Javier H
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp
Javier H
 
Ccna security-ch2-securing-network-devices
Ccna security-ch2-securing-network-devicesCcna security-ch2-securing-network-devices
Ccna security-ch2-securing-network-devices
Javier H
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp
Javier H
 

More from Javier H (7)

Presentación2.pptx
Presentación2.pptxPresentación2.pptx
Presentación2.pptx
 
IMAGENES.pptx
IMAGENES.pptxIMAGENES.pptx
IMAGENES.pptx
 
IMAGENES.pptx
IMAGENES.pptxIMAGENES.pptx
IMAGENES.pptx
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp
 
Ccna security-ch2-securing-network-devices
Ccna security-ch2-securing-network-devicesCcna security-ch2-securing-network-devices
Ccna security-ch2-securing-network-devices
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp
 

Recently uploaded

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 

Recently uploaded (20)

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 

Presentacion qos-

  • 1. RED1PROYDESA L ATA M S D LU L TID N L E A R NING S . SERVI CES FUNDACION PROYDESA PROYECTOS Y DESARROLLOS ARGENT I NOS
  • 5. Before Converged Networks Traditional data traffic characteristics: – Bursty data flow – First-come, first-served access – Mostly not time-sensitive – delays OK – Brief outages are survivable
  • 6. Después de las redes convergentes Características tradicionales del tráfico de datos:  Flujo de datos en ráfagas  Acceso por orden de llegada  La mayoría de las veces no es sensible al tiempo, si hay retrasos no hay problema  Se puede sobrevivir a breves interrupciones
  • 7. Redes convergentes: problemas de calidad – Llamada Telefónica: “I cannot understand you; your voice is breaking up.” – Teleconferencia: “The picture is very jerky. Voice not synchronized.” – Casa de Bolsa: “I needed that information two hours ago. Where is it?” – Call Center: “Please hold while my screen refreshes.”
  • 8. Requisitos de tráfico de QoS: Datos • Diferentes aplicaciones tienen diferentes características de tráfico. Diferentes versiones de la misma aplicación puede tener diferentes características de tráfico. Clasifique los datos en un modelo de prioridad relativa con no más de cuatro a cinco clases: • • – Apps de misión crítica: aplicaciones críticas definidas localmente – Transaccional: tráfico interactivo, servicio de datos preferido – Mejor esfuerzo: Internet, correo electrónico, tráfico no especificado – Menos que el mejor esfuerzo (Scavenger): Napster, Kazaa, aplicaciones de igual a igual Suave o ráfaga Benigno o codicioso Insensible a las caídas Insensible al retraso Retransmisiones de TCP
  • 9. QoS Traffic Requirements: Voice • • • • Latency < 150 ms* Jitter < 30 ms* Loss < 1%* 17-106 kbps guaranteed priority bandwidth per cal– l 150 bps (+ Layer 2 QoS ve T rh ra e fa fid c)Requirements: Voice guaranteed bandwidth for voice-control traffic per call • *one-way requirements Fluido Benigno Sensible a las Caídas Sensible a Demoras Prioridad UDP
  • 10. QoS Requirements: Videoconferencing • Latency ≤ 150 ms* • Jitter ≤ 30 ms* • Loss ≤ 1%* • Minimum priority bandwidth guarantee required is: – Video stream + 20% – For example, a 384 kbps stream would require 460 kbps of priority bandwidth *one-way requirements Ráfaga Ávido Sensible a las Caídas Sensible a Demoras Prioridad UDP
  • 11. Converged Networks: Quality Issues (Cont.) – Lack of bandwidth: Multiple flows compete for a limited amount of bandwidth. – End-to-end delay (fixed and variable): Packets have to traverse many network devices and links that add up to the overall delay. – Variation of delay (jitter): Sometimes there is a lot of other traffic, which results in more delay. – Packet loss: Packets may have to be dropped when a link is congested. Video Lacking Proper QoS
  • 12. – Best-Effort: No QoS is applied to packets. – IntServ: Applications signal to the network that they require special QoS. – DiffServ: The network recognizes classes that require special QoS.
  • 13. Best-Effort Model Llegará ahí cuando llegue. – Internet initially based on a best- effort packet delivery service – The default mode for all traffic – No differentiation between types of traffic – Like using standard mail
  • 14. Best-Effort Model (Cont.) + Benefits: • Highly scalable • No special mechanisms required Drawbacks: • No service guarantees • No service differentiation –
  • 15. IntServ Model – Some applications have special bandwidth or delay requirements or both – IntServ introduced to guarantee a predictable behavior of the network for these applications – Guaranteed delivery: no other traffic can use reserved bandwidth – Like having your own private courier plane It will be there by 10:30 a.m.
  • 16. IntServ Model (Cont.) – Provides multiple service levels – Requests specific kind of service from the network before sending data – Uses RSVP to reserve network resources – Uses intelligent queuing mechanisms – End to end
  • 17. – RSVP QoS services • • Guaranteed-rate service Controlled-load service – RSVP provides policy to QoS mechanisms IntServ Model (Cont.)
  • 18. IntServ Model (Cont.) + Benefits: • • Explicit resource admission control (end to end) Per-request policy admission control (authorization object, policy object) Signaling of dynamic port numbers (for example, H.323) • – Drawbacks: • • Continuous signaling because of stateful architecture Flow-based approach not scalable to large implementations such as the public Internet (can be made more scalable when combined with elements of the DiffServ model)
  • 19. DiffServ Model – Network traffic identified by class – Network QoS policy enforces differentiated treatment of traffic classes – You choose level of service for each traffic class – Like using a package delivery service • Do you want overnight delivery? Do you want two-day air • delivery? • Do you want three- to seven-day ground delivery?
  • 21. QoS for Converged Networks
  • 22. Step 1: Identify Traffic and Its Requirements – Network audit • Identify traffic on the network – Business audit • Determine how each type of traffic is important for business – Service levels required • Determine required response time
  • 23. Step 2: Divide Traffic into Classes
  • 24. Classification – Classification is the identifying and splitting of traffic into different classes. – Traffic can be classed by various means, including the DSCP. – Modular QoS CLI allows classification to be implemented separately from policy.
  • 25. Calificación – Marking, also known as coloring, marks each packet as a member of a network class so that the packet class can be quickly recognized throughout the rest of the network.
  • 26. Differentiated Services Model – The Differentiated Services model describes services associated with traffic classes. – Complex traffic classification and conditioning is performed at the network edge, resulting in a per-packet DSCP. – No per-flow state in the core. – The core only performs simple “per-hop behaviors” on traffic aggregates. – The goal is scalability.
  • 27. DSCP Encoding – DiffServ field: The IP version 4 header ToS octet or the IPv6 traffic class octet, when interpreted in conformance with the definition given in RFC 2474 – DSCP: The first six bits of the DiffServ field, used to select a PHB (forwarding and queuing method)
  • 28. DiffServ Model (Cont.) + Benefits: • Highly scalable • Many levels of quality possible – Drawbacks: • • No absolute service guarantee Complex mechanisms
  • 29. QoS for Converged Networks
  • 30. QoS Mechanisms – Classification: Each class-oriented QoS mechanism has to support some type of classification. – Marking: Used to mark packets based on classification, metering, or both. – Congestion management: Each interface must have a queuing mechanism to prioritize transmission of packets. – Congestion avoidance: Used to drop packets early to avoid congestion later in the network. – Policing and shaping: Used to enforce a rate limit based on the metering (excess traffic is either dropped, marked, or delayed). – Link Efficiency: Used to improve bandwidth efficiency through compression, link fragmentation, and interleaving.
  • 31. Classification – Classification is the identifying and splitting of traffic into different classes. – Traffic can be classed by various means, including the DSCP. – Modular QoS CLI allows classification to be implemented separately from policy.
  • 32. Marking – Marking, also known as coloring, marks each packet as a member of a network class so that the packet class can be quickly recognized throughout the rest of the network.
  • 33. Congestion Management – Congestion management uses the marking on each packet to determine in which queue to place packets. – Congestion management uses sophisticated queuing technologies, such as WFQ and LLQ, to ensure that time-sensitive packets such as voice are transmitted first.
  • 34. Congestion Avoidance – Congestion avoidance may randomly drop packets from selected queues when previously defined limits are reached. – By dropping packets early, congestion avoidance helps prevent bottlenecks downstream in the network. – Congestion avoidance technologies include random early detection and weighted random early detection.
  • 35. Policing – Policing drops or marks packets when a predefined limit is reached.
  • 36. Organización – Shaping queues packets when a predefined limit is reached.
  • 37. Compression – Header compression can dramatically reduce the overhead associated with voice transport.
  • 38. Link Fragmentation and Interleaving – Without link fragmentation and interleaving, time-sensitive voice traffic can be delayed behind long, non-time-sensitive data packets. – Link fragmentation breaks long data packets apart and interleaves time- sensitive packets so that the time-sensitive packets are not delayed.
  • 39. Applying QoS to Input and Output Interfaces
  • 40. Methods for Implementing QoS Policy – CLI – MQC – AutoQoS VoIP (voice QoS) – AutoQoS Enterprise (voice, video, and data QoS) – QPM
  • 41. Implementing QoS with CLI interface Multilink1 ip address 10.1.61.1 255.255.255.0 ip tcp header-compression iphc-format load-interval 30 custom-queue-list 1 ppp multilink ppp multilink fragment-delay 10 ppp multilink interleave multilink-group 1 ip rtp header-compression iphc-format ! – Traditional method – Nonmodular – Cannot separate traffic classification from policy definitions – Used to augment, fine-tune newer AutoQoS method
  • 42. Implementing QoS with MQC • • A command syntax for configuring QoS policy • Reduces configuration steps and time • Configure policy, not “raw” per-interface commands • Uniform CLI across major Cisco IOS platforms • Uniform CLI structure for all QoS features • Separates classification engine from the policy • • • • • • class-map VoIP-RTP match access-group 100 class-map VoIP-Control match access-group 101 • ! •policy-map QoS- Policy class VoIP-RTP •priority 100 class VoIP-Control bandwidth 8 class class-default fair-queue • ! • interface serial 0/0 • service-policy output QoS-Policy • ! • access-list 100 permit ip any any precedence 5 access-list 100 permit ip any any dscp ef • access-list 101 permit tcp any host 10.1.10.20 range 2000 2002 • access-list 101 permit tcp any host 10.1.10.20 range 11000 11999
  • 43. Implementing QoS with AutoQoS [trust] option is used to trust DSCP marking – AutoQoS VoIP supported both in the LAN and WAN environments – AutoQoS Enterprise supported on WAN interfaces – Routers can deploy Enterprise QoS policy treatment for voice, video, and data traffic – Switches can deploy QoS policy treatments for voice by a single command