Home > Articles > Software Development & Management

Enterprise Quality of Service Part II: Enterprise Solution using Solaris Bandwidth Manager 1.6 Software

📄 Contents

  1. QoS Deployment Scenarios
  2. Products
  3. Summary
  4. Appendix A
This is the second in a two-part series that focuses on Quality of Service (QoS) issues. This article explores possible approaches to deploying an Enterprise Quality of Service solution using Solaris Bandwidth Manager 1.6 software. It also presents an integrated close-loop solution using Sun Management Center 3.0 software, which exploits API's offered by both products and creates a policy-based QoS solution for the enterprise.
Like this article? We recommend

Like this article? We recommend

This article is Part II of a two-part series with a focus on Enterprise Networks detailing what corporations can do to prioritize traffic in an optimal manner to ensure that certain applications receive priority over less important applications, starting from the computing server up to the enterprise's egress point. This article investigates the effectiveness of Solaris™ Bandwidth Manager 1.6 (Solaris BM 1.6) software in implementing a Quality of Service (QoS) solution in an enterprise network. This article also briefly looks at how policy based network and systems management takes Solaris BM 1.6 software one step further, allowing the QoS configurations to change dynamically based on certain feedback measurements. It doesn't make sense to restrict traffic when there is no congestion, however to constantly manually perform QoS reconfigurations itself can be a daunting task, this is where policy controls play a major role.

This article details the following:

  • QoS deployment scenarios

  • Available QoS solutions

NOTE

Solaris Bandwidth Manager 1.6 software is supported on Solaris™ Operating Environment version 8 and older.

QoS Deployment Scenarios

There are several QoS solution approaches from a deployment perspective. Further, there are two available options from an implementation perspective, hardware and software. This article focuses on where in the enterprise QoS can be deployed and is limited to a software implementation.

The end-to-end path from a client to the server is composed of various network segments, each with different bandwidths and more important, different loads. QoS deployments are all based on one fundamental principle, restricting the amount of traffic that is injected into a slower link from a faster link. In this context, the notion of slower and faster is not necessarily about bandwidth, it is also about oversubscription of a link. To better understand this concept, let's step out of the enterprise environment and into the access network, where a local Internet Service Provider (ISP), provides Digital Subscriber Line (DSL) service. In order to generate profits, it is often the case where many DSL lines are aggregated into a DSL Access multiplier (DSLAM). Aggregate egress traffic is forwarded to an Optical Carrier 3 (OC-3) line. Although the DSL line is much slower in terms of bandwidth, the choke point is in fact the OC-3 link at 155 mbps, since the service provider may aggregate thousands of 144 kbs lines, hoping that not all the lines will be in use at the same time. Back in the enterprise environment, where enterprise networks are usually over provisioned. Recent trends in enterprise networks have evolved where centralize web servers often provide services to all employees and partners. This is often an area of contention and an ideal situation where Solaris BM 1.6 software may be used to control traffic. There are various deployment options and the following list describes some QoS deployment possibilities:

Outsourcing the ISP to provide QoS Network services, providing enterprise customers with a web interface provision and their own QoS policies for their portion of bandwidth.

Deploying a QoS Capable Network Switch. This is usually located at a choke point at a corporate Wide Area Network (WAN) access point.

Deploying a Solaris BM 1.6 software server at a choke point, in front of a centralized network resource such as a consolidated server.

Deploying Solaris BM 1.6 software on the consolidated server themselves.

One of the main limitations of a purely network-centric approach, is that the network is not always the bottleneck. Often the server may be the source of a bottleneck. For example, web servers or application servers that are generating dynamic web pages, using JavaServer Pages™ (JSP™) technology, servlets, and Enterprise JavaBeans™ (EJB™) technology can be central processing unit (CPU) bound, due to a few relatively small-sized Hypertext Transfer Protocol (HTTP) requests. In this case, having QoS policy enforcement points (PEP) that can only control the network bandwidth does not contribute to improving overall performance. However, if there is some feedback from the servers that provides some indication of load, the QoS device can restrict the incoming requests, aligning the requests with the server load, letting only the priority requests through. This article describes QoS from network bandwidth perspective and then describes a solution that takes server load into consideration of the QoS equation.

In order to understand the effectiveness of the Solaris BM 1.6 software, FIGURE 1 illustrates several representative configurations deployed with heavy loads. Measurements were taken on the server and the client side for verification. FIGURE 1 illustrates that with the same offered load the following is true:

No QoS—all clients receive poor service.

QoS on a dedicated server—clients receive good differential services, ensuring that priority clients receive noticeably better service than non-priority.

QoS located on the application server—the amount of load that QoS uses up on a server to implement differential services. This shows that there is a cost to implementing QoS, which uses CPU cycles that could be used to service client requests.

This section discusses a proposed integrated feedback closed loop solution, that integrates Solaris BM 1.6 software with Sun™ Management Center 3.0 (Sun MC 3.0) software as illustrated in FIGURE 1. This solution takes the server load into consideration when restricting traffic and providing differentiated services.

In FIGURE 1 configuration A, shows the baseline case, where no QoS was deployed.

In FIGURE 1 configuration B, shows a dedicated server deployed to control bandwidth allocation. This also illustrates how an integrated Systems and Network Approach can be used, where the policy decision point (PDP) is monitoring and controlling both the servers and the network and taking the appropriate action. In this case, if the servers become overloaded, the PDP can perform several actions to remedy the situation, depending on the Policy Decision Algorithms. The PDP can increase the priority of the process involved and can also reduce the number of requests coming into the server. This provides a closed loop solution. The PDP is located on the same server as the PEP. As previously mentioned, the PDP makes the decision about what to do with particular flows, based on console input or other input. The PDP then instructs the PEPs about what level of QoS to give specific traffic.

In FIGURE 1 configuration C, shows a deployment where the QoS function is no longer implemented on a dedicated server, but located on the server labelled Server Load. This approach describes an architecture where the PDP and policy management tool (PMT) can be shifted from a dedicated separate box, to the servers themselves (in this case, the Server Load). This would normally represent a web server. This solution may make sense for enterprise customers who do not want to add new hardware into existing data center deployments and who want to make better use of current resources that are not fully utilized. The PEP in this case, is implemented in the network protocol stack.

FIGURE 1 Performance Tests Configurations

Configuration A—Baseline Results with No QoS

FIGURE 2 shows the results of the client average bandwidths for the four classes; bronze, silver, gold, and platinum. Platinum is referred to the best class of service and bronze as the worst class of service. Gold and silver are the middle of line service. Clearly all classes received poor results, ranging from .6 Mbits/sec to 0.1 Mbits/sec. Response times for the platinum class range from 38 seconds to 155 seconds. The bronze class response times range from 64 seconds to 115 seconds. FIGURE 2 also shows the average load on the client, server, and QoS Solaris BM 1.6 software server. The client and end server CPU utilization is maxed out, yet the overall throughput is extremely low. The network is saturated. This clearly demonstrates that in a oversubscribed network, all traffic degrades. If this were an example of an e-commerce site, QoS would prove to be of extreme value at the time when business peaks.

FIGURE 2 Client Side Measurements of Throughput

Configuration B—QoS Policy on Dedicated Server TCP Traffic

FIGURE 3 shows the device specific configuration file used to configure the PEP, which was implemented by Solaris BM 1.6 software. Various filters and classes are defined.

FIGURE 3 Solaris Bandwidth Manager 1.6 Software Configuration File

FIGURE 4 shows the measurements taken on the client side, clearly showing that the four classes of traffic are first experiencing throughput ranging from 40 Mbits/sec to 5 Mbits/sec, much better than the results of no QoS.

FIGURE 4 Dedicated Server Case

As a cross check, FIGURE 5 and FIGURE 6 illustrate the measurements taken on the policy server, showing the bandwidth proportions of all classes of traffic. The measurements show that for the transmission control protocol (TCP) traffic, all classes are in fact receiving the proportions of bandwidth of the specified configuration. Clearly, there is a tremendous improvement in all classes except the lowest bronze class whose response times have worsened to 352 seconds during congestion. Platinum class on the other hand is consistently receiving 1.5 seconds response times and an average bandwidth of 44 Mbits/sec. Gold class is also not consistently receiving response times of 2.7 seconds with an average bandwidth of 24 Mbits/sec. Silver class is not consistently receiving 4.7 seconds response times with an average bandwidth of 14.2 Mbits/sec. Bronze class is not as important, its traffic is dramatically sacrificed for the others, starving out the lowest class queue, disproportionately. As illustrated, the bandwidth manager proved effective in allocating TCP traffic.

FIGURE 5 TCP Traffic Flow Statistics of QoS and Policy on Dedicated Server

FIGURE 6 TCP Traffic Statistics of QoS and Policy on Dedicated Server

The load statistics in FIGURE 7 show that the client and server are under a full load, and the policy server under approximately 2/3 capacity. The server is completely overloaded, because the server feedback was not used. By including feedback and restricting overall bandwidth, across all classes, it is not expected to dramatically improve response times by all clients. Better allocation of overall resources is achieved by keeping the server from reaching its saturation point.

FIGURE 7 MPSTAT-CPU Performance Load Statistics

Two sets of tests were ran, the TCP traffic and the user datagram protocol (UDP) traffic, using the dedicated server to enforce policies as shown in FIGURE 1, configuration B. The results show the usefulness of the bandwidth manager product. Premium customers are getting a larger share of the overall pipe. The TCP traffic is flow-controlled and the client slows in sending data if the server advertises a small receive window. This allows packets to be dropped or the ACK Packet returned after various time-outs. An ACK Packet is a TCP packet that the receiver sends to the sender acknowledging receipt of certain sequence of bytes of the stream. Using UDP traffic allows the client to blindly pump data.

Configuration B—QoS Policy on Dedicated Server UDP Traffic

If you use the same architecture as shown in FIGURE 1, configuration C, but change the traffic from TCP to UDP, some interesting results are revealed. FIGURE 8 and FIGURE 9 graphically illustrate the measurements captured on the QoS policy server. The results show a dramatic degradation in performance, for all classes. The graphical results taken on the bandwidth manager server are consistent with the class settings. As FIGURE 3 previously illustrated, the configuration file, out of a total pipe of 100 Mbits/sec, platinum class is 50% of the pipe, gold is 25%, silver is 15%, and bronze is 10%. Referring to FIGURE 8, you can see that platinum, in general, is experiencing better bandwidth and response times than gold. In the same matter, gold is better than silver, and silver is still better than bronze. You can clearly see that it is much more difficult to implement QoS on UDP traffic than on TCP traffic. The reason for this is that TCP traffic is flow-controlled. When packets are dropped, the sender reduces the amount of traffic it injects into the network, thus reducing congestion. In comparison, UDP traffic is not well-behaved. If packets are dropped, the sender continues to interject the same amount of traffic, so the congestion on the client side is not improved.

FIGURE 8 QoS and Policy on Dedicated Server UDP Traffic Statistics

FIGURE 9 QoS and Policy on Dedicated Server UDP Traffic Flow Statistics

FIGURE 10 shows the performance measurements taken on the client side. By looking at the client throughput, you can see that the UDP traffic can be controlled by QoS. It is not controlled as well as the TCP traffic but much better than without using QoS at all.

FIGURE 10 Dedicated Server, QoS UDP Traffic

Configuration C—QoS Policy Software Only Solution

FIGURE 11 shows the results of deploying the architecture that is illustrated in FIGURE 1, where the PDP function is deployed on the server running the network application. The results show that the CPU availability is required to process all the packets, classify, queue, and schedule. This is all processed in the kernel mode. The one issue realized after the experimental results are reviewed, is that the configuration of the interfaces in creating classes made a big difference. The CPU performance was much better when only one side of the network was filtered and classified, either on the ingress or egress, but not both sides.

FIGURE 11 QoS and Policy Deployed on the Application Server—TCP Traffic Statistics

Experimental Setup

This section describes an experimental setup. The client and server hosts were deployed on dual CPU Sun Enterprise 250™ servers and in-between the Sun Enterprise 250 servers is a 4 CPU Ultra™ 80 workstation running Solaris BM 1.6 software. The client side runs an equal number of New Test TCP—TCP Performance Test Program (NTTCP) sessions per class. Care is taken to ensure a calibrated load among the classes, in order to achieve correct results. Equal number of platinum, gold, silver, and bronze NTTCP requests are generated from client to server.

As FIGURE 12 illustrates, the client and server are attached via an 100 Mbyte/sec FDX Netgear switch. The client side continuously runs NTTCP in a loop, ensuring that each class runs the same number of NTTCP requests, thus calibrating the load equally across all the four classes of traffic (platinum, gold, silver, and bronze). Each class is mapped directly to one logical interface, thus simplifying the filters and class configurations on the Solaris BM 1.6 software.

FIGURE 12 Example of an Experimental Setup

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020