Skip Navigation Links | |
Exit Print View | |
Managing IP Quality of Service in Oracle Solaris 11.1 Oracle Solaris 11.1 Information Library |
1. Introducing IPQoS (Overview)
What Are Differentiated Services?
Where to Get More Information About Quality-of-Service Theory and Practice
Books About Quality of Service
Requests for Comments (RFCs) About Quality of Service
Providing Quality of Service With IPQoS
Implementing Service-Level Agreements
Assuring Quality of Service for an Individual Organization
Introducing the Quality-of-Service Policy
Improving Network Efficiency With IPQoS
How Bandwidth Affects Network Traffic
Using Classes of Service to Prioritize Traffic
Meter (tokenmt and tswtclmt) Overview
Marker (dscpmk and dlcosmk) Overview
Flow Accounting (flowacct) Overview
How Traffic Flows Through the IPQoS Modules
Traffic Forwarding on an IPQoS-Enabled Network
Packet Forwarding in a Diffserv Environment
2. Planning for an IPQoS-Enabled Network (Tasks)
3. Creating the IPQoS Configuration File (Tasks)
4. Starting and Maintaining IPQoS (Tasks)
5. Using Flow Accounting and Statistics Gathering (Tasks)
IPQoS enables the Differentiated Services (Diffserv) architecture that is defined by the Differentiated Services Working Group of the Internet Engineering Task Force (IETF). In Oracle Solaris, IPQoS is implemented at the IP level of the TCP/IP protocol stack.
By enabling IPQoS, you can provide different levels of network service for selected customers and selected applications. The different levels of service are collectively referred to as differentiated services. The differentiated services that you provide to customers can be based on a structure of service levels that your company offers to its customers. You can also provide differentiated services based on the priorities that are set for applications or users on your network.
Providing quality of service involves the following activities:
Delegating levels of service to different groups, such as customers or departments in an enterprise
Prioritizing network services that are given to particular groups or applications
Discovering and eliminating areas of network bottlenecks and other forms of congestion
Monitoring network performance and providing performance statistics
Regulating bandwidth to and from network resources
IPQoS has the following features:
ipqosconf Command-line tool for configuring the QoS policy
Classifier that selects actions, which are based on filters that configure the QoS policy of your organization
Metering module that measures network traffic, in compliance with the Diffserv model
Service differentiation that is based on the ability to mark a packet's IP header with forwarding information
Flow-accounting module that gathers statistics for traffic flows
Statistics gathering for traffic classes, through the UNIX® kstat command
Support for SPARC® and x86 architecture
Support for IPv4 and IPv6 addressing
Interoperability with IP Security Architecture (IPsec)
Support for 802.1D user-priority markings for virtual local area networks (VLANs)
You can find information on differentiated services and quality of service from print and online sources.
For more information on quality-of-service theory and practice, refer to the following books:
Ferguson, Paul and Geoff Huston. Quality of Service. John Wiley & Sons, Inc., 1998.
Kilkki, Kalevi. Differentiated Services for the Internet. Macmillan Technical Publishing, 1999.
IPQoS conforms to the specifications that are described in the following RFCs and the following Internet drafts:
RFC 2474, Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers – Describes an enhancement to the type of service (ToS) field or DS fields of the IPv4 and IPv6 packet headers to support differentiated services
RFC 2475, An Architecture for Differentiated Services – Provides a detailed description of the organization and modules of the Diffserv architecture
RFC 2597, Assured Forwarding PHB Group – Describes how the assured forwarding (AF) per-hop behavior works.
RFC 2598, An Expedited Forwarding PHB – Describes how the expedited forwarding (EF) per-hop behavior works
Internet-Draft, An Informal Management Model for Diffserv Routers – Presents a model for implementing the Diffserv architecture on routers.
The Differentiated Services Working Group of the IETF maintains a web site with links to Diffserv Internet drafts at http://www.ietf.org/html.charters/diffserv-charter.html.
Router manufacturers such as Cisco Systems and Juniper Networks provide information on their corporate web sites that describes how Differentiated Services are implemented in their products.
IPQoS documentation includes the following man pages:
ipqosconf(1M) - Describes the command for setting up the IPQoS configuration file
ipqos(7ipp) – Describes the IPQoS implementation of the Diffserv architectural model
ipgpc(7ipp) – Describes the IPQoS implementation of a Diffserv classifier
tokenmt(7ipp) – Describes the IPQoS tokenmt meter
tswtclmt(7ipp) – Describes the IPQoS tswtclmt meter
dscpmk(7ipp) – Describes the DSCP marker module
dlcosmk(7ipp) – Describes the IPQoS 802.1D user-priority marker module
flowacct(7ipp)– Describes the IPQoS flow-accounting module
acctadm(1M) – Describes the command that configures the Oracle Solaris extended accounting facilities. The acctadm command includes IPQoS extensions.