SlideShare a Scribd company logo
1
Integrated and Differentiated
Services
Introduction
• New additions to Internet increasing traffic
—High volume client/server application
—Web
• Graphics
—Real time voice and video
• Need to manage traffic and control congestion
• IEFT standards
—Integrated services
• Collective service to set of traffic demands in domain
– Limit demand & reserve resources
—Differentiated services
• Classify traffic in groups
• Different group traffic handled differently
Integrated Services
Architecture (ISA)
• IPv4 header fields for precedence and type of
service usually ignored
• ATM only network designed to support TCP,
UDP and real-time traffic
—May need new installation
• Need to support Quality of Service (QoS) within
TCP/IP
—Add functionality to routers
—Means of requesting QoS
Internet Traffic – Elastic
• Can adjust to changes in delay and throughput
• E.g. common TCP and UDP application
—E-Mail – insensitive to delay changes
—FTP – User expect delay proportional to file size
• Sensitive to changes in throughput
—SNMP – delay not a problem, except when caused by
congestion
—Web (HTTP), TELNET – sensitive to delay
• Not per packet delay – total elapsed time
—E.g. web page loading time
—For small items, delay across internet dominates
—For large items it is throughput over connection
• Need some QoS control to match to demand
Internet Traffic – Inelastic
• Does not easily adapt to changes in delay and
throughput
—Real time traffic
• Throughput
—Minimum may be required
• Delay
—E.g. stock trading
• Jitter - Delay variation
—More jitter requires a bigger buffer
—E.g. teleconferencing requires reasonable upper bound
• Packet loss
Inelastic Traffic Problems
• Difficult to meet requirements on network with
variable queuing delays and congestion
• Need preferential treatment
• Applications need to state requirements
—Ahead of time (preferably) or on the fly
—Using fields in IP header
—Resource reservation protocol
• Must still support elastic traffic
—Deny service requests that leave too few resources
to handle elastic traffic demands
ISA Approach
• Provision of QoS over IP
• Sharing available capacity when congested
• Router mechanisms
—Routing Algorithms
• Select to minimize delay
—Packet discard
• Causes TCP sender to back off and reduce load
• Enahnced by ISA
Flow
• IP packet can be associated with a flow
—Distinguishable stream of related IP packets
—From single user activity
—Requiring same QoS
—E.g. one transport connection or one video stream
—Unidirectional
—Can be more than one recipient
• Multicast
—Membership of flow identified by source and
destination IP address, port numbers, protocol type
—IPv6 header flow identifier can be used but isnot
necessarily equivalent to ISA flow
ISA Functions
• Admission control
—For QoS, reservation required for new flow
—RSVP used
• Routing algorithm
—Base decision on QoS parameters
• Queuing discipline
—Take account of different flow requirements
• Discard policy
—Manage congestion
—Meet QoS
Figure 9.1 ISA Implemented in
Router
ISA Components – Background
Functions
• Reservation Protocol
—RSVP
• Admission control
• Management agent
—Can use agent to modify traffic control database and
direct admission control
• Routing protocol
ISA Components – Forwarding
• Classifier and route selection
—Incoming packets mapped to classes
• Single flow or set of flows with same QoS
– E.g. all video flows
• Based on IP header fields
—Determines next hop
• Packet scheduler
—Manages one or more queues for each output
—Order queued packets sent
• Based on class, traffic control database, current and past
activity on outgoing port
—Policing
ISA Services
• Traffic specification (TSpec) defined as service
for flow
• On two levels
—General categories of service
• Guaranteed
• Controlled load
• Best effort (default)
—Particular flow within category
• TSpec is part of contract
Token Bucket
• Many traffic sources can be defined by token
bucket scheme
• Provides concise description of load imposed by
flow
—Easy to determine resource requirements
• Provides input parameters to policing function
Figure 9.2 Token Bucket
Scheme
ISA Services –
Guaranteed Service
• Assured capacity level or data rate
• Specific upper bound on queuing delay through
network
—Must be added to propagation delay or latency to get
total delay
—Set high to accommodate rare long queue delays
• No queuing losses
—I.e. no buffer overflow
• E.g. Real time play back of incoming signal can
use delay buffer for incoming signal but will not
tolerate packet loss
ISA Services –
Controlled Load
• Tightly approximates to best efforts under unloaded
conditions
• No upper bound on queuing delay
—High percentage of packets do not experience delay over
minimum transit delay
• Propagation plus router processing with no queuing delay
• Very high percentage delivered
—Almost no queuing loss
• Adaptive real time applications
—Receiver measures jitter and sets playback point
—Video can drop a frame or delay output slightly
—Voice can adjust silence periods
Queuing Discipline
• Traditionally first in first out (FIFO) or first come first
served (FCFS) at each router port
• No special treatment to high priority packets (flows)
• Small packets held up by large packets ahead of them in
queue
—Larger average delay for smaller packets
—Flows of larger packets get better service
• Greedy TCP connection can crowd out altruistic
connections
—If one connection does not back off, others may back off more
Fair Queuing (FQ)
• Multiple queues for each port
—One for each source or flow
—Queues services round robin
—Each busy queue (flow) gets exactly one packet per
cycle
—Load balancing among flows
—No advantage to being greedy
• Your queue gets longer, increasing your delay
—Short packets penalized as each queue sends one
packet per cycle
Figure 9.3
FIFO and Fair Queuing
Processor Sharing
• Multiple queues as in FQ
• Send one bit from each queue per round
—Longer packets no longer get an advantage
• Can work out virtual (number of cycles) start
and finish time for a given packet
• However, we wish to send packets, not bits
Bit-Round Fair Queuing (BRFQ)
• Compute virtual start and finish time as before
• When a packet finished, the next packet sent is
the one with the earliest virtual finish time
• Good approximation to performance of PS
—Throughput and delay converge as time increases
Figure 9.4
Examples
of PS and
BRFQ
Figure 9.5
Comparison
of FIFO and
Fair Queue
Generalized Processor Sharing
(GPS)
• BRFQ can not provide different capacities to
different flows
• Enhancement called Weighted fair queue
(WFQ)
• From PS, allocate weighting to each flow that
determines how many bots are sent during each
round
—If weighted 5, then 5 bits are sent per round
• Gives means of responding to different service
requests
• Guarantees that delays do not exceed bounds
Weighted Fair Queue
• Emulates bit by bit GPS
• Same strategy as BRFQ
Figure 9.6
Comparison
of FIFO,
WFQ
Proactive Packet Discard
• Congestion management by proactive packet
discard
—Before buffer full
—Used on single FIFO queue or multiple queues for
elastic traffic
—E.g. Random Early Detection (RED)
Random Early Detection (RED)
Motivation
• Surges fill buffers and cause discards
• On TCP this is a signal to enter slow start phase,
reducing load
—Lost packets need to be resent
• Adds to load and delay
—Global synchronization
• Traffic burst fills queues so packets lost
• Many TCP connections enter slow start
• Traffic drops so network under utilized
• Connections leave slow start at same time causing burst
• Bigger buffers do not help
• Try to anticipate onset of congestion and tell one
connection to slow down
RED Design Goals
• Congestion avoidance
• Global synchronization avoidance
—Current systems inform connections to back off
implicitly by dropping packets
• Avoidance of bias to bursty traffic
—Discard arriving packets will do this
• Bound on average queue length
—Hence control on average delay
RED Algorithm – Overview
Calculate average queue size avg
if avg < THmin
queue packet
else if THmin ≤ avg < Thmax
calculate probability Pa
with probability Pa
discard packet
else with probability 1-Pa
queue packet
else if avg ≥ THmax
discard packet
Figure 9.7
RED Buffer
RED Algorithm Detail
Figure 9.9
RED
Probability
Parameter
Figure 9.10 Comparison of Drop
Tail and RED Performance
Differentiated Services (DS)
• ISA and RSVP complex to deploy
• May not scale well for large volumes of traffic
—Amount of control signals
—Maintenance of state information at routers
• DS architecture designed to provide simple,
easy to implement, low overhead tool
—Support range of network services
• Differentiated on basis of performance
Characteristics of DS
• Use IPv4 header Type of Service or IPv6 Traffic Class
field
—No change to IP
• Service level agreement (SLA) established between
provider (internet domain) and customer prior to use of
DS
—DS mechanisms not needed in applications
• Build in aggregation
—All traffic with same DS field treated same
• E.g. multiple voice connections
—DS implemented in individual routers by queuing and forwarding
based on DS field
• State information on flows not saved by routers
Table 9.1
DS Terminology (1)
Behavior Aggregate A set of packets with the same DS codepoint crossing a link in a
particular direction.
Classifier Selects packets based on the DS field (BA classifier) or on multiple
fields within the packet header (MF classifier).
DS Boundary Node A DS node that connects one DS domain to a node in another
domain
DS Codepoint A specified value of the 6-bit DSCP portion of the 8-bit DS field in
the IP header.
DS Domain A contiguous (connected) set of nodes, capable of implementing
differentiated services, that operate with a common set of service
provisioning policies and per-hop behavior definitions.
DS Interior Node A DS node that is not a DS boundary node.
DS Node A node that supports differentiated services. Typically, a DS node is
a router. A host system that provides differentiated services for
applications in the host is also a DS node.
Dropping The process of discarding packets based on specified rules; also
called policing.
Table 9.1
DS Terminology (2)
Marking The process of setting the DS codepoint in a packet. Packets may
be marked on initiation and may be re-marked by an en route DS
node.
Metering The process of measuring the temporal properties (e.g., rate) of a
packet stream selected by a classifier. The instantaneous state of
that process may affect marking, shaping, and dropping functions.
Per-Hop Behavior
(PHB)
The externally observable forwarding behavior applied at a node to
a behavior aggregate.
Service Level
Agreement (SLA)
A service contract between a customer and a service provider that
specifies the forwarding service a customer should receive.
Shaping The process of delaying packets within a packet stream to cause it
to conform to some defined traffic profile.
Traffic Conditioning Control functions performed to enforce rules specified in a TCA,
including metering, marking, shaping, and dropping.
Traffic Conditioning
Agreement (TCA)
An agreement specifying classifying rules and traffic conditioning
rules that are to apply to packets selected by the classifier.
Services
• Provided within DS domain
—Contiguous portion of Internet over which consistent set of DS
policies administered
—Typically under control of one administrative entity
• Defined in SLA
—Customer may be user organization or other DS domain
—Packet class marked in DS field
• Service provider configures forwarding policies routers
—Ongoing measure of performance provided for each class
• DS domain expected to provide agreed service internally
• If destination in another domain, DS domain attempts to
forward packets through other domains
—Appropriate service level requested from each domain
SLA Parameters
• Detailed service performance parameters
—Throughput, drop probability, latency
• Constraints on ingress and egress points
—Indicate scope of service
• Traffic profiles to be adhered to
—Token bucket
• Disposition of traffic in excess of profile
Example Services
• Qualitative
—A: Low latency
—B: Low loss
• Quantitative
—C: 90% in-profile traffic delivered with no more than
50ms latency
—D: 95% in-profile traffic delivered
• Mixed
—E: Twice bandwidth of F
—F: Traffic with drop precedence X has higher delivery
probability than that with drop precedence Y
Figure 9.11
DS Field
DS Field Detail
• Leftmost 6 bits are DS codepoint
—64 different classes available
—3 pools
• xxxxx0 : reserved for standards
– 000000 : default packet class
– xxx000 : reserved for backwards compatibility with IPv4 TOS
• xxxx11 : reserved for experimental or local use
• xxxx01 : reserved for experimental or local use but may be
allocated for future standards if needed
• Rightmost 2 bits unused
Precedence Field
• Indicates degree of urgency or priority
• If router supports precedence, three approaches:
• Route selection
—Particular route may be selected if smaller queue or next hop on
supports network precedence or priority
—e.g. token ring supports priority
• Network service
—Network on next hop supports precedence, service invoked
• Queuing discipline
—Use to affect how queues handled
—E.g. preferential treatment in queues to datagrams with higher
precedence
Router Queuing Disciplines –
Queue Service
• RFC 1812
• Queue service
—SHOULD implement precedence-ordered queue
service
—Highest precedence packet queued for link is sent
—MAY implement other policy-based throughput
management
• MUST be configurable to suppress them (i.e., use strict
ordering)
Router Queuing Disciplines –
Congestion Control
• Router receives packet beyond storage capacity
— Discard that or other packet or packets
• MAY discard packet just received
— Simplest but not best policy
• Should select packet from session most heavily abusing link given
QoS permits
— Recommended policy in datagram environments using FIFO queues is
to discard packet randomly selected
— Routers using fair queues discard from longest queue
— Router MAY use these algorithms
• If precedence-ordered implemented and enabled MUST NOT
discard packet with precedence higher than packet not discarded
• MAY protect packets that request maximize reliability TOS
— Except where doing so breaks previous rule
• MAY protect fragmented IP packets
— Dropping fragment may cause all fragments to be retransmitted
• MAY protect packets used for control or management
Figure 9.12
DS Domains
Configuration – Interior Routers
• Domain consists of set of contiguous routers
• Interpretation of DS codepoints within domain is
consistent
• Interior nodes (routers) have simple mechanisms to
handle packets based on codepoints
—Queuing gives preferential treatment depending on codepoint
• Per Hop behaviour (PHB)
• Must be available to all routers
• Typically the only part implemented in interior routers
—Packet dropping rule dictated which to drop when buffer
saturated
Configuration – Boundary
Routers
• Include PHB rules
• Also traffic conditioning to provide desired
service
—Classifier
• Separate packets into classes
—Meter
• Measure traffic for conformance to profile
—Marker
• Policing by remarking codepoints if required
—Shaper
—Dropper
Per Hop Behaviour –
Expedited forwarding
• Premium service
—Low loss, delay, jitter; assured bandwidth end-to-end
service through domains
—Looks like point to point or leased line
—Difficult to achieve
—Configure nodes so traffic aggregate has well defined
minimum departure rate
• EF PHB
—Condition aggregate so arrival rate at any node is
always less that minimum departure rate
• Boundary conditioners
Per Hop Behaviour –
Explicit Allocation
• Superior to best efforts
• Does not require reservation of resources
• Does not require detailed discrimination among flows
• Users offered choice of number of classes
• Monitored at boundary node
—In or out depending on matching profile or not
• Inside network all traffic treated as single pool of
packets, distinguished only as in or out
• Drop out packets before in packets if necessary
• Different levels of service because different number of in
packets for each user
PHB - Assured Forwarding
• Four classes defined
—Select one or more to meet requirements
• Within class, packets marked by customer or
provider with one of three drop precedence
values
—Used to determine importance when dropping
packets as result of congestion
Required Reading
• Stallings chapter 9

More Related Content

What's hot

Quality of service
Quality of serviceQuality of service
Quality of service
arya krazydude
 
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
 
QoS (quality of service)
QoS (quality of service)QoS (quality of service)
QoS (quality of service)
Sri Safrina
 
Cisco: QoS
Cisco: QoSCisco: QoS
Advanced networking - scheduling and QoS part 1
Advanced networking - scheduling and QoS part 1Advanced networking - scheduling and QoS part 1
Advanced networking - scheduling and QoS part 1
GIST (Gwangju Institute of Science and Technology)
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Quality of Service
Quality of ServiceQuality of Service
Quality of Service
silenceIT Inc.
 
Mpls Qos Jayk
Mpls Qos JaykMpls Qos Jayk
Mpls Qos Jayk
Suraj Kumar
 
Chap24
Chap24Chap24
Chap24
Waqas !!!!
 
Basics of Network Traffic Management
Basics of Network Traffic ManagementBasics of Network Traffic Management
Basics of Network Traffic Management
Puneet Bawa
 
Quality of service
Quality of serviceQuality of service
Quality of service
vmkris000
 
QoS
QoSQoS
NZNOG 2020: Buffers, Buffer Bloat and BBR
NZNOG 2020: Buffers, Buffer Bloat and BBRNZNOG 2020: Buffers, Buffer Bloat and BBR
NZNOG 2020: Buffers, Buffer Bloat and BBR
APNIC
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
Raza_Abidi
 
Integrated and Differentiated services Chapter 17
Integrated and Differentiated services Chapter 17Integrated and Differentiated services Chapter 17
Integrated and Differentiated services Chapter 17
daniel ayalew
 
AusNOG 2019: TCP and BBR
AusNOG 2019: TCP and BBRAusNOG 2019: TCP and BBR
AusNOG 2019: TCP and BBR
APNIC
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer Networks
IIIT Manipur
 
Qos Demo
Qos DemoQos Demo
Qos Demo
love4upratik
 
Bandwidth management and qos
Bandwidth management and qosBandwidth management and qos
Bandwidth management and qos
Shane Duffy
 
IntServ & DiffServ
IntServ & DiffServIntServ & DiffServ

What's hot (20)

Quality of service
Quality of serviceQuality of service
Quality of service
 
Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS) Fundamental of Quality of Service(QoS)
Fundamental of Quality of Service(QoS)
 
QoS (quality of service)
QoS (quality of service)QoS (quality of service)
QoS (quality of service)
 
Cisco: QoS
Cisco: QoSCisco: QoS
Cisco: QoS
 
Advanced networking - scheduling and QoS part 1
Advanced networking - scheduling and QoS part 1Advanced networking - scheduling and QoS part 1
Advanced networking - scheduling and QoS part 1
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
 
Quality of Service
Quality of ServiceQuality of Service
Quality of Service
 
Mpls Qos Jayk
Mpls Qos JaykMpls Qos Jayk
Mpls Qos Jayk
 
Chap24
Chap24Chap24
Chap24
 
Basics of Network Traffic Management
Basics of Network Traffic ManagementBasics of Network Traffic Management
Basics of Network Traffic Management
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
QoS
QoSQoS
QoS
 
NZNOG 2020: Buffers, Buffer Bloat and BBR
NZNOG 2020: Buffers, Buffer Bloat and BBRNZNOG 2020: Buffers, Buffer Bloat and BBR
NZNOG 2020: Buffers, Buffer Bloat and BBR
 
Quality of Servise
Quality of ServiseQuality of Servise
Quality of Servise
 
Integrated and Differentiated services Chapter 17
Integrated and Differentiated services Chapter 17Integrated and Differentiated services Chapter 17
Integrated and Differentiated services Chapter 17
 
AusNOG 2019: TCP and BBR
AusNOG 2019: TCP and BBRAusNOG 2019: TCP and BBR
AusNOG 2019: TCP and BBR
 
QOS (Quality of Services) - Computer Networks
 QOS (Quality of Services) - Computer Networks QOS (Quality of Services) - Computer Networks
QOS (Quality of Services) - Computer Networks
 
Qos Demo
Qos DemoQos Demo
Qos Demo
 
Bandwidth management and qos
Bandwidth management and qosBandwidth management and qos
Bandwidth management and qos
 
IntServ & DiffServ
IntServ & DiffServIntServ & DiffServ
IntServ & DiffServ
 

Similar to integrated and diffrentiated services

QoSintro.PPT
QoSintro.PPTQoSintro.PPT
QoSintro.PPT
payal445263
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
Javier H
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
JavierHurtado39
 
Qo s rsvp......
Qo s rsvp......Qo s rsvp......
Qo s rsvp......
Abhishek Kesharwani
 
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
 
Chapter17.ppt
Chapter17.pptChapter17.ppt
Chapter17.ppt
deepaMS4
 
HIGH SPEED NETWORKS
HIGH SPEED NETWORKSHIGH SPEED NETWORKS
HIGH SPEED NETWORKS
Kathirvel Ayyaswamy
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Adam Dunkels
 
Presentacion QoS.pptx
Presentacion QoS.pptxPresentacion QoS.pptx
Presentacion QoS.pptx
Daniel Viveros Sepulveda
 
CN Module 5 part 2 2022.pdf
CN Module 5 part 2 2022.pdfCN Module 5 part 2 2022.pdf
CN Module 5 part 2 2022.pdf
MayankRaj687571
 
QOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptxQOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptx
Luluj2
 
qos-f05.pdf
qos-f05.pdfqos-f05.pdf
qos-f05.pdf
Tamer Nadeem
 
qos-f05.ppt
qos-f05.pptqos-f05.ppt
qos-f05.ppt
SahithiSahithiD
 
qos-f05 (2).ppt
qos-f05 (2).pptqos-f05 (2).ppt
qos-f05 (2).ppt
AshwiniKatkar3
 
qos-f05 (3).ppt
qos-f05 (3).pptqos-f05 (3).ppt
qos-f05 (3).ppt
AshwiniKatkar3
 
Congestion control and quality of service
Congestion control and quality of serviceCongestion control and quality of service
Congestion control and quality of service
JUW Jinnah University for Women
 
Advanced networking scheduling and QoS part 2
Advanced networking scheduling and QoS part 2Advanced networking scheduling and QoS part 2
Advanced networking scheduling and QoS part 2
GIST (Gwangju Institute of Science and Technology)
 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtech
SSPI Brasil
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
mashiur
 
RIPE 76: TCP and BBR
RIPE 76: TCP and BBRRIPE 76: TCP and BBR
RIPE 76: TCP and BBR
APNIC
 

Similar to integrated and diffrentiated services (20)

QoSintro.PPT
QoSintro.PPTQoSintro.PPT
QoSintro.PPT
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
 
Presentacion qos-
Presentacion qos-Presentacion qos-
Presentacion qos-
 
Qo s rsvp......
Qo s rsvp......Qo s rsvp......
Qo s rsvp......
 
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
 
Chapter17.ppt
Chapter17.pptChapter17.ppt
Chapter17.ppt
 
HIGH SPEED NETWORKS
HIGH SPEED NETWORKSHIGH SPEED NETWORKS
HIGH SPEED NETWORKS
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
 
Presentacion QoS.pptx
Presentacion QoS.pptxPresentacion QoS.pptx
Presentacion QoS.pptx
 
CN Module 5 part 2 2022.pdf
CN Module 5 part 2 2022.pdfCN Module 5 part 2 2022.pdf
CN Module 5 part 2 2022.pdf
 
QOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptxQOSPPT.2019122-2020131[1].pptx
QOSPPT.2019122-2020131[1].pptx
 
qos-f05.pdf
qos-f05.pdfqos-f05.pdf
qos-f05.pdf
 
qos-f05.ppt
qos-f05.pptqos-f05.ppt
qos-f05.ppt
 
qos-f05 (2).ppt
qos-f05 (2).pptqos-f05 (2).ppt
qos-f05 (2).ppt
 
qos-f05 (3).ppt
qos-f05 (3).pptqos-f05 (3).ppt
qos-f05 (3).ppt
 
Congestion control and quality of service
Congestion control and quality of serviceCongestion control and quality of service
Congestion control and quality of service
 
Advanced networking scheduling and QoS part 2
Advanced networking scheduling and QoS part 2Advanced networking scheduling and QoS part 2
Advanced networking scheduling and QoS part 2
 
Vsat day-2008-comtech
Vsat day-2008-comtechVsat day-2008-comtech
Vsat day-2008-comtech
 
ETE405-lec9.pdf
ETE405-lec9.pdfETE405-lec9.pdf
ETE405-lec9.pdf
 
RIPE 76: TCP and BBR
RIPE 76: TCP and BBRRIPE 76: TCP and BBR
RIPE 76: TCP and BBR
 

Recently uploaded

Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Massimo Talia
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
Kamal Acharya
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
um7474492
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
OKORIE1
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
CE19KaushlendraKumar
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
DharmaBanothu
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
DharmaBanothu
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
pvpriya2
 
Unit -II Spectroscopy - EC I B.Tech.pdf
Unit -II Spectroscopy - EC  I B.Tech.pdfUnit -II Spectroscopy - EC  I B.Tech.pdf
Unit -II Spectroscopy - EC I B.Tech.pdf
TeluguBadi
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 

Recently uploaded (20)

Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
 
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
A high-Speed Communication System is based on the Design of a Bi-NoC Router, ...
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
 
Unit -II Spectroscopy - EC I B.Tech.pdf
Unit -II Spectroscopy - EC  I B.Tech.pdfUnit -II Spectroscopy - EC  I B.Tech.pdf
Unit -II Spectroscopy - EC I B.Tech.pdf
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 

integrated and diffrentiated services

  • 2. Introduction • New additions to Internet increasing traffic —High volume client/server application —Web • Graphics —Real time voice and video • Need to manage traffic and control congestion • IEFT standards —Integrated services • Collective service to set of traffic demands in domain – Limit demand & reserve resources —Differentiated services • Classify traffic in groups • Different group traffic handled differently
  • 3. Integrated Services Architecture (ISA) • IPv4 header fields for precedence and type of service usually ignored • ATM only network designed to support TCP, UDP and real-time traffic —May need new installation • Need to support Quality of Service (QoS) within TCP/IP —Add functionality to routers —Means of requesting QoS
  • 4. Internet Traffic – Elastic • Can adjust to changes in delay and throughput • E.g. common TCP and UDP application —E-Mail – insensitive to delay changes —FTP – User expect delay proportional to file size • Sensitive to changes in throughput —SNMP – delay not a problem, except when caused by congestion —Web (HTTP), TELNET – sensitive to delay • Not per packet delay – total elapsed time —E.g. web page loading time —For small items, delay across internet dominates —For large items it is throughput over connection • Need some QoS control to match to demand
  • 5. Internet Traffic – Inelastic • Does not easily adapt to changes in delay and throughput —Real time traffic • Throughput —Minimum may be required • Delay —E.g. stock trading • Jitter - Delay variation —More jitter requires a bigger buffer —E.g. teleconferencing requires reasonable upper bound • Packet loss
  • 6. Inelastic Traffic Problems • Difficult to meet requirements on network with variable queuing delays and congestion • Need preferential treatment • Applications need to state requirements —Ahead of time (preferably) or on the fly —Using fields in IP header —Resource reservation protocol • Must still support elastic traffic —Deny service requests that leave too few resources to handle elastic traffic demands
  • 7. ISA Approach • Provision of QoS over IP • Sharing available capacity when congested • Router mechanisms —Routing Algorithms • Select to minimize delay —Packet discard • Causes TCP sender to back off and reduce load • Enahnced by ISA
  • 8. Flow • IP packet can be associated with a flow —Distinguishable stream of related IP packets —From single user activity —Requiring same QoS —E.g. one transport connection or one video stream —Unidirectional —Can be more than one recipient • Multicast —Membership of flow identified by source and destination IP address, port numbers, protocol type —IPv6 header flow identifier can be used but isnot necessarily equivalent to ISA flow
  • 9. ISA Functions • Admission control —For QoS, reservation required for new flow —RSVP used • Routing algorithm —Base decision on QoS parameters • Queuing discipline —Take account of different flow requirements • Discard policy —Manage congestion —Meet QoS
  • 10. Figure 9.1 ISA Implemented in Router
  • 11. ISA Components – Background Functions • Reservation Protocol —RSVP • Admission control • Management agent —Can use agent to modify traffic control database and direct admission control • Routing protocol
  • 12. ISA Components – Forwarding • Classifier and route selection —Incoming packets mapped to classes • Single flow or set of flows with same QoS – E.g. all video flows • Based on IP header fields —Determines next hop • Packet scheduler —Manages one or more queues for each output —Order queued packets sent • Based on class, traffic control database, current and past activity on outgoing port —Policing
  • 13. ISA Services • Traffic specification (TSpec) defined as service for flow • On two levels —General categories of service • Guaranteed • Controlled load • Best effort (default) —Particular flow within category • TSpec is part of contract
  • 14. Token Bucket • Many traffic sources can be defined by token bucket scheme • Provides concise description of load imposed by flow —Easy to determine resource requirements • Provides input parameters to policing function
  • 15. Figure 9.2 Token Bucket Scheme
  • 16. ISA Services – Guaranteed Service • Assured capacity level or data rate • Specific upper bound on queuing delay through network —Must be added to propagation delay or latency to get total delay —Set high to accommodate rare long queue delays • No queuing losses —I.e. no buffer overflow • E.g. Real time play back of incoming signal can use delay buffer for incoming signal but will not tolerate packet loss
  • 17. ISA Services – Controlled Load • Tightly approximates to best efforts under unloaded conditions • No upper bound on queuing delay —High percentage of packets do not experience delay over minimum transit delay • Propagation plus router processing with no queuing delay • Very high percentage delivered —Almost no queuing loss • Adaptive real time applications —Receiver measures jitter and sets playback point —Video can drop a frame or delay output slightly —Voice can adjust silence periods
  • 18. Queuing Discipline • Traditionally first in first out (FIFO) or first come first served (FCFS) at each router port • No special treatment to high priority packets (flows) • Small packets held up by large packets ahead of them in queue —Larger average delay for smaller packets —Flows of larger packets get better service • Greedy TCP connection can crowd out altruistic connections —If one connection does not back off, others may back off more
  • 19. Fair Queuing (FQ) • Multiple queues for each port —One for each source or flow —Queues services round robin —Each busy queue (flow) gets exactly one packet per cycle —Load balancing among flows —No advantage to being greedy • Your queue gets longer, increasing your delay —Short packets penalized as each queue sends one packet per cycle
  • 20. Figure 9.3 FIFO and Fair Queuing
  • 21. Processor Sharing • Multiple queues as in FQ • Send one bit from each queue per round —Longer packets no longer get an advantage • Can work out virtual (number of cycles) start and finish time for a given packet • However, we wish to send packets, not bits
  • 22. Bit-Round Fair Queuing (BRFQ) • Compute virtual start and finish time as before • When a packet finished, the next packet sent is the one with the earliest virtual finish time • Good approximation to performance of PS —Throughput and delay converge as time increases
  • 25. Generalized Processor Sharing (GPS) • BRFQ can not provide different capacities to different flows • Enhancement called Weighted fair queue (WFQ) • From PS, allocate weighting to each flow that determines how many bots are sent during each round —If weighted 5, then 5 bits are sent per round • Gives means of responding to different service requests • Guarantees that delays do not exceed bounds
  • 26. Weighted Fair Queue • Emulates bit by bit GPS • Same strategy as BRFQ
  • 28. Proactive Packet Discard • Congestion management by proactive packet discard —Before buffer full —Used on single FIFO queue or multiple queues for elastic traffic —E.g. Random Early Detection (RED)
  • 29. Random Early Detection (RED) Motivation • Surges fill buffers and cause discards • On TCP this is a signal to enter slow start phase, reducing load —Lost packets need to be resent • Adds to load and delay —Global synchronization • Traffic burst fills queues so packets lost • Many TCP connections enter slow start • Traffic drops so network under utilized • Connections leave slow start at same time causing burst • Bigger buffers do not help • Try to anticipate onset of congestion and tell one connection to slow down
  • 30. RED Design Goals • Congestion avoidance • Global synchronization avoidance —Current systems inform connections to back off implicitly by dropping packets • Avoidance of bias to bursty traffic —Discard arriving packets will do this • Bound on average queue length —Hence control on average delay
  • 31. RED Algorithm – Overview Calculate average queue size avg if avg < THmin queue packet else if THmin ≤ avg < Thmax calculate probability Pa with probability Pa discard packet else with probability 1-Pa queue packet else if avg ≥ THmax discard packet
  • 35. Figure 9.10 Comparison of Drop Tail and RED Performance
  • 36. Differentiated Services (DS) • ISA and RSVP complex to deploy • May not scale well for large volumes of traffic —Amount of control signals —Maintenance of state information at routers • DS architecture designed to provide simple, easy to implement, low overhead tool —Support range of network services • Differentiated on basis of performance
  • 37. Characteristics of DS • Use IPv4 header Type of Service or IPv6 Traffic Class field —No change to IP • Service level agreement (SLA) established between provider (internet domain) and customer prior to use of DS —DS mechanisms not needed in applications • Build in aggregation —All traffic with same DS field treated same • E.g. multiple voice connections —DS implemented in individual routers by queuing and forwarding based on DS field • State information on flows not saved by routers
  • 38. Table 9.1 DS Terminology (1) Behavior Aggregate A set of packets with the same DS codepoint crossing a link in a particular direction. Classifier Selects packets based on the DS field (BA classifier) or on multiple fields within the packet header (MF classifier). DS Boundary Node A DS node that connects one DS domain to a node in another domain DS Codepoint A specified value of the 6-bit DSCP portion of the 8-bit DS field in the IP header. DS Domain A contiguous (connected) set of nodes, capable of implementing differentiated services, that operate with a common set of service provisioning policies and per-hop behavior definitions. DS Interior Node A DS node that is not a DS boundary node. DS Node A node that supports differentiated services. Typically, a DS node is a router. A host system that provides differentiated services for applications in the host is also a DS node. Dropping The process of discarding packets based on specified rules; also called policing.
  • 39. Table 9.1 DS Terminology (2) Marking The process of setting the DS codepoint in a packet. Packets may be marked on initiation and may be re-marked by an en route DS node. Metering The process of measuring the temporal properties (e.g., rate) of a packet stream selected by a classifier. The instantaneous state of that process may affect marking, shaping, and dropping functions. Per-Hop Behavior (PHB) The externally observable forwarding behavior applied at a node to a behavior aggregate. Service Level Agreement (SLA) A service contract between a customer and a service provider that specifies the forwarding service a customer should receive. Shaping The process of delaying packets within a packet stream to cause it to conform to some defined traffic profile. Traffic Conditioning Control functions performed to enforce rules specified in a TCA, including metering, marking, shaping, and dropping. Traffic Conditioning Agreement (TCA) An agreement specifying classifying rules and traffic conditioning rules that are to apply to packets selected by the classifier.
  • 40. Services • Provided within DS domain —Contiguous portion of Internet over which consistent set of DS policies administered —Typically under control of one administrative entity • Defined in SLA —Customer may be user organization or other DS domain —Packet class marked in DS field • Service provider configures forwarding policies routers —Ongoing measure of performance provided for each class • DS domain expected to provide agreed service internally • If destination in another domain, DS domain attempts to forward packets through other domains —Appropriate service level requested from each domain
  • 41. SLA Parameters • Detailed service performance parameters —Throughput, drop probability, latency • Constraints on ingress and egress points —Indicate scope of service • Traffic profiles to be adhered to —Token bucket • Disposition of traffic in excess of profile
  • 42. Example Services • Qualitative —A: Low latency —B: Low loss • Quantitative —C: 90% in-profile traffic delivered with no more than 50ms latency —D: 95% in-profile traffic delivered • Mixed —E: Twice bandwidth of F —F: Traffic with drop precedence X has higher delivery probability than that with drop precedence Y
  • 44. DS Field Detail • Leftmost 6 bits are DS codepoint —64 different classes available —3 pools • xxxxx0 : reserved for standards – 000000 : default packet class – xxx000 : reserved for backwards compatibility with IPv4 TOS • xxxx11 : reserved for experimental or local use • xxxx01 : reserved for experimental or local use but may be allocated for future standards if needed • Rightmost 2 bits unused
  • 45. Precedence Field • Indicates degree of urgency or priority • If router supports precedence, three approaches: • Route selection —Particular route may be selected if smaller queue or next hop on supports network precedence or priority —e.g. token ring supports priority • Network service —Network on next hop supports precedence, service invoked • Queuing discipline —Use to affect how queues handled —E.g. preferential treatment in queues to datagrams with higher precedence
  • 46. Router Queuing Disciplines – Queue Service • RFC 1812 • Queue service —SHOULD implement precedence-ordered queue service —Highest precedence packet queued for link is sent —MAY implement other policy-based throughput management • MUST be configurable to suppress them (i.e., use strict ordering)
  • 47. Router Queuing Disciplines – Congestion Control • Router receives packet beyond storage capacity — Discard that or other packet or packets • MAY discard packet just received — Simplest but not best policy • Should select packet from session most heavily abusing link given QoS permits — Recommended policy in datagram environments using FIFO queues is to discard packet randomly selected — Routers using fair queues discard from longest queue — Router MAY use these algorithms • If precedence-ordered implemented and enabled MUST NOT discard packet with precedence higher than packet not discarded • MAY protect packets that request maximize reliability TOS — Except where doing so breaks previous rule • MAY protect fragmented IP packets — Dropping fragment may cause all fragments to be retransmitted • MAY protect packets used for control or management
  • 49. Configuration – Interior Routers • Domain consists of set of contiguous routers • Interpretation of DS codepoints within domain is consistent • Interior nodes (routers) have simple mechanisms to handle packets based on codepoints —Queuing gives preferential treatment depending on codepoint • Per Hop behaviour (PHB) • Must be available to all routers • Typically the only part implemented in interior routers —Packet dropping rule dictated which to drop when buffer saturated
  • 50. Configuration – Boundary Routers • Include PHB rules • Also traffic conditioning to provide desired service —Classifier • Separate packets into classes —Meter • Measure traffic for conformance to profile —Marker • Policing by remarking codepoints if required —Shaper —Dropper
  • 51. Per Hop Behaviour – Expedited forwarding • Premium service —Low loss, delay, jitter; assured bandwidth end-to-end service through domains —Looks like point to point or leased line —Difficult to achieve —Configure nodes so traffic aggregate has well defined minimum departure rate • EF PHB —Condition aggregate so arrival rate at any node is always less that minimum departure rate • Boundary conditioners
  • 52. Per Hop Behaviour – Explicit Allocation • Superior to best efforts • Does not require reservation of resources • Does not require detailed discrimination among flows • Users offered choice of number of classes • Monitored at boundary node —In or out depending on matching profile or not • Inside network all traffic treated as single pool of packets, distinguished only as in or out • Drop out packets before in packets if necessary • Different levels of service because different number of in packets for each user
  • 53. PHB - Assured Forwarding • Four classes defined —Select one or more to meet requirements • Within class, packets marked by customer or provider with one of three drop precedence values —Used to determine importance when dropping packets as result of congestion