Home > Articles > Networking

Low-Level Policies

The different business needs outlined in the preceding section are satisfied by a variety of techniques. Many of these techniques can be used interchangeably. The choice of scheme depends on the specifics of the particular environment.

In order to support business SLAs, you can follow the approaches of capacity planning, Differentiated Services, or Integrated Services.

The basic idea behind supporting SLAs using capacity planning is fairly simple: Provide enough link bandwidth and processing capacity that the SLA requirements are satisfied. If an SLA is feasible at all (if it can be met on an unloaded network with unloaded servers), it should be possible to determine the link bandwidth and processing capacity that satisfied the performance objectives under normal operating environments. When the appropriate network has been designed, it can be operated as a best-effort network. Of course, the network needs to be monitored to ensure that the SLAs are being complied with.

There are many cases in which capacity planning might not be adequate. An example is the case in which loads on the network are not readily predictable or show a sudden spurt of growth. Situations in which capacity planning has failed are quite common on the Internet, where many companies have launched an advertising campaign or hosted an event that caused their servers to become overwhelmed. In these cases, QoS techniques can help ensure that the performance of a subset of the users in the network can be maintained.

As described in Chapter 2, there are two main approaches to support QoS in IP networks—Integrated Services/RSVP and Differentiated Services. The RSVP approach can be loosely described as a signaled approach, and DiffServ is a provisioned multiclass approach. In a signaled approach, applications communicate (or signal) their QoS requirements to the network routers and remote workstations. Each router that is signaled reserves enough local resources (link bandwidth or buffer space) to support the application's QoS requirements. The other approach is to support multiple preprovisioned and differentiated classes of service in the network. These multiple classes are provisioned so as to deliver different levels of average performance. Different service classes have different expectations of average network delays and loss rates. With the provisioned multiclass approach, the network decides to map an application's packet flow into one of these preprovisioned differentiated classes of service and schedules them appropriately. A subset of Differentiated Services capabilities can also be used to provide rate control within the networks. Rate control devices can also be used to effectively control SLAs within the network.

In order to support the security needs in the different environments, you can use the protocols associated with IPsec or use the analogous transport layer scheme of SSL. Both of these technologies were described in Chapter 2. Either of these approaches can be used to support the different security needs within the different environments.

The next few sections take a closer look at the policy requirements of the different devices within each of the technologies.

Policy Issues with IntServ

The main issue with policy in an integrated services network is to try to answer these questions:

  • Who is entitled to signal a reservation request using RSVP?

  • Which requests should be honored by a router, and which ones should be rejected?

Because QoS mechanisms are intended to provide an assured performance level for a set of specific applications, their goal is to provide preferential treatment to those applications. These applications can obtain the desired performance by means of reservation. However, nothing prevents other applications in the network from invoking RSVP to reserve bandwidth to improve their own performance. Any application can signal that resources be reserved for it. If no internal charge-back is associated with any reservation, there is no incentive to not ask for the maximum possible reservation that you can extract from the network. Obviously, a free-for-all reservation architecture is not likely to perform any better than a best-effort service. It can even perform worse. A user who is relatively sloppy at ending reservations might hog a large amount of bandwidth and never give any of it up.

The policy control module in RSVP decides who should be allowed to make reservations and also limits the number and duration of reservations that can be made. When reservation requests are received by the routers, they check the policy control module to ensure that the reservation should be honored. Thus, an enterprise can allow only reservations invoked by some key applications to succeed. Furthermore, it can also determine the amount of bandwidth that should be reserved by each flow belonging to the particular application.

Some routers in the network might not be capable of making policy decisions on their own. In that case, the routers can obtain policy decisions from an external policy server using a protocol called COPS.

When signaling for the reservation using the PATH message or RESV message, the end-points involved in an RSVP flow can include a policy object as part of the message. This policy object can (among other things) identify the user, organization, or application requesting the reservation. The policy server can thereby enforce policy decisions at various levels of granularity.

Policy decisions can prevent someone from hogging resources or allow reservations to be made only by specific applications that are considered business-critical.

Policy Issues with DiffServ

A DiffServ network consists of two types of boxes—access routers and core routers. The access routers classify the various packets depending on the contents of the packet headers. This classification is marked into the DiffServ field of the IP header. An access router must know the rules which determine how different packets should be marked.

In addition to the marking, DiffServ access routers also can implement various types of rate control, limiting the amount of network bandwidth to be used by a particular type of traffic to specific limits. The policy definition for an access router needs to specify any such limits if they exist.

The core routers interpret the DiffServ field according to the set of PHBs defined for them. Thus, the policy definition for core routers must specify the type of queuing behavior that corresponds to different packet markings. Such a behavior can indicate the queuing priorities of the different network devices, as well as the rate limits or bandwidth shares that can be allocated to the different classes of traffic.

With the availability of any level of differentiation, you have to decide who or what gets which class of service. The answer to this question constitutes policy in DiffServ networks. In order to manage the performance of a DiffServ network, you must obtain the configuration information for all the DiffServ access routers so that the classifiers and rate controllers at DiffServ boundaries can be managed to meet expectations. Similarly, the core routers that make up a DiffServ network must be configured to have the correct configuration corresponding to that of different applications.

Communication in any network is bidirectional, and improving the quality of communication requires improving performance in both directions. Thus, trying to improve the performance of a specific application session would require configuring at least two access routers (plus the core routers that lie along the path). Coordinating a consistent configuration of multiple access routers is not a trivial task. The goal of the policy management tools described in Chapter 5, "Resource Discovery," is to ensure such a consistent configuration in the various network configurations.


Policies and Device Configuration

There is a subtle but important distinction which needs to be made between the notion of a device configuration and the low-level policies associated with a technology. The low-level policy definition for DiffServ consists of the rules that determine the behavior of the network and devices in a manner that is independent of the details of a specific device. These rules are represented in a format that can be understood and interpreted by any of the devices within the network. As an example, such policies may be represented in an LDAP directory using a commonly accepted schema. Also, these policies may be specified for a group of devices (or for the entire network), rather than for each device individually.

Corresponding to the policy specification, each device can generate its configuration which implements the set of policies which are relevant to it. The semantics of the configuration must match the semantics of the low level policies.

Thus, there are two important differences between the low-level policies and device configuration: representation, for example, where policies are represented in a device-independent manner; and scope, for example, where policies are applicable to more than one device.

This book discusses an application of the policy technology, namely how to get all the devices in a network configured in order to meet some high level goals. The primary use of low level policies for this application is generating the device configuration. As a result, the line between device configuration and low level policies may appear blurry at times, but the reader should keep in mind that the two are different.


Policy Issues with Servers

Providing adequate performance within any environment depends on ensuring that performance is assured on all parts of a system, including the clients, the network, and the servers. Thus, when QoS features are being used within the network, they need to be augmented by similar functions within the servers. In some specific environments, such as the ASP environment, server controls might be more important than network controls.

If the server operating system supports any notion of different levels of service offered to different applications, that service-level information must be encoded into the appropriate configuration for the server platforms. The set of priorities that are needed to manage the performance of the various applications must be specified in some manner in the server configuration.

In cases where server differentiation mechanisms such as support different priority levels are available, the appropriate configurations for the various platforms need to be generated. These configurations must include the appropriate performance priorities (or other suitable information) for the different classes of applications that are supported on a given server or cluster of servers.

Policy Issues with IKE/IPsec

The policy issues associated with IKE involve defining the set of parameters that specify how secure communication using IKE is to be implemented. A typical IKE configuration is specified in terms of the characteristics of the Phase 1 and Phase 2 tunnels that need to be established in order to exchange the keys required for IPsec communication.

The typical IKE configuration consists of specifying three types of records:

  • Phase 1 characteristics. This defines the characteristics associated with a Phase 1 security association of IKE. These characteristics define how long a key used in Phase 1 would be valid and the type of authentication mechanisms used by the communicating parties to validate each other. Two common techniques that can be used for authentication are the use of a shared common secret and the use of public certificates. With a shared common secret, both parties in the IKE establish a secret key that they use to identify each other. With public certificates, they both trust a certificate-issuing authority that can be used to obtain the public keys of the other party.

  • Phase 1 transform lists. During the Phase 1 negotiations, the communicating parties discuss a list of encryption and authentication algorithms that they would be willing to accept in communication over a Phase 1 security association. This transform list would be used to secure the exchange of keys for establishing Phase 2 security associations. A transform list would indicate whether encryption or authentication or both should be used for the communication, and which algorithms should be used for this purpose.

  • Phase 1 tunnel descriptions. This specifies which phase 1 characteristics and phase 1 transform lists should be used for communication between a pair of source and destination machines. The granularity of the source and destination can be further refined by the use of port numbers at the source and destinations.


Note - Here's a quick note on terminology: What I call tunnel descriptions are usually referred to as policies in the IKE/IPsec implementation and RFCs. Because this usage might cause some confusion with the definition of policy I have been using all along, I have opted to call these tunnel descriptions.


The other three types of records are the corresponding Phase 2 characteristics, Phase 2 transform lists, and Phase 2 tunnel descriptions. There are differences in the exact set of characteristics that is specified among the two phases, or for the transform lists that make sense in the two phases of communication.

It is probably apparent to you by now that configuring the IKE correctly is a daunting task. It doesn't help that the configuration must be done not for one firewall, but consistently across multiple firewalls in order to enable some business needs.

Policy Issues with SSL

The typical SSL configuration for the bidding client or bidding server application consists of parameters such as the type of authentication that should be used for the different communication types—such as based on shared secrets or public certificates. Furthermore, the configuration should indicate whether only the server is authenticated or if both the client and the server are authenticated.

Other SSL parameters, such as when the security keys should be renegotiated, also need to be specified as part of the SSL configuration.

Although SSL configuration is simpler than the corresponding IKE configuration, it is essential that the configuration be consistent across the bidding client and bidding server applications so that the establishment of the secure SSL connection succeeds.

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