Home > Articles > Software Development & Management

Like this article? We recommend

18.9 Parameters

There are various reasons for having parameters, some good and others bad.

  • The protocol designers can not figure out reasonable values, so they leave it to the user. This might make sense if deployment experience might help people determine reasonable values. However, if the protocol designers simply can't decide, it is unreasonable to expect the users to have better judgment. At any rate, if deployment experience gives people enough information to set the values, it would be nice to make the parameters constants in later versions of the protocol.

  • The values are parameters because there are reasonable trade-offs—say, between responsiveness and overhead—and it is desirable to allow the user to tune the network. In this case, the parameter descriptions should explain the range and the reasons for choosing points in the range.

18.9.1 Avoiding Parameters

In general, it is a good idea to avoid parameters whenever possible because it makes for intimidating documentation that must be written—and, what's more, read—to use the protocol. Sometimes a parameter is an unnecessary frill, and it is possible to pick a value and let everyone live with it. In other cases the parameter can be figured out by the computer rather than the human, and protocols should try hard to make everything plug and play. For example, it is highly desirable for addresses to autoconfigure. Admittedly, autoconfiguration is easier with a protocol such as IPX, but it was well worth the complexity and expense to deploy DHCP to make IP largely autoconfigure.

Another parameter that can autoconfigure is link cost. IPXWAN is a protocol that measures the round trip delay and bandwidth when a link starts up and, from that, calculates a reasonable link cost.

18.9.2 Legal Parameter Setting

It is important to design a protocol so that parameters set by people can be modified in a running network, one node at a time.

In some protocols, parameters can be set incorrectly and the protocol will not run properly. Unfortunately, it isn't as simple as having a legal range for the parameter because one parameter might interact with another, even a parameter in a different layer. In a distributed system it's possible for two systems to independently have reasonable parameter settings but have the parameter settings be incompatible. A simple example of incompatible settings is in a neighbor aliveness detection protocol, in which one sends hellos every n seconds and the other declares the neighbor dead if it does not hear a hello for k seconds. If k is not greater than n, the protocol will not work very well.

There are some tricks for causing parameters to be compatible in a distributed system. In some cases, it is reasonable for nodes to operate with different parameter settings, as long as all the nodes know the parameter setting of other (relevant) nodes.

18.9.2.1 "Report My Values" Method

The report method has node N report the value of its parameter, in protocol messages, to all the other nodes that need to hear it. IS-IS uses the report method. If the parameter is one that neighbors need to know, it is reported in a hello message (a message that does not get forwarded and is therefore seen only by the neighbors). If the parameter is one that all nodes (in an area) need to know, it is reported in an LSP. This method allows each node to have independent parameter settings and yet interoperate. For example, a node adjusts its Listen timer (when to declare a neighbor dead) for neighbor N based on N's reported Hello timer (how often N sends Hellos).

18.9.2.2 "Detect Misconfiguration" Method

Another method is the detect misconfiguration method, in which parameters are reported so that nodes can detect whether they are misconfigured. For example, the detect misconfiguration strategy makes sense when routers on a LAN might report to each other the (IP address, subnet mask) of the LAN.

An example in which the detect misconfiguration method is not the best choice is the OSPF protocol, which puts the Hello timer and other parameters into hello messages and has neighbors refuse to talk if the parameter settings aren't identical. This forces all nodes on a LAN to have the same Hello timer, but there might be legitimate reasons that the responsiveness versus overhead trade-off for one router might be different from that of another router so that neighbors might legitimately need different values for the Hello timer. Also, the OSPF method makes it difficult to change parameters in a running network because neighbors refuse to talk to each other while the network is being migrated from one value to another.

18.9.2.3 "Use My Parameters" Method

Another method is the use my parameters method. In one example (the bridge spanning tree algorithm), the Root bridge reports, in its spanning tree message, its values for parameters that should be used by all the bridges. In this way, bridges can be configured one by one, but a non-Root bridge simply stores its configured value in nonvolatile storage to be used if that bridge becomes Root. The values everyone uses for the parameters are the ones configured into the bridge that is currently acting as Root. This is a reasonable strategy provided that there is no reason to want nodes to be working with different parameter values.

Another example of this method is AppleTalk, in which the seed router informs the other routers of the proper LAN parameters, such as network number range. However, it is different from the bridge algorithm because if there is more than one seed router, they must be configured with the same parameter values.

A dangerous version of this method is one in which all nodes store the parameters when receiving a report. This might lead to problems because misconfiguring one node can cause all the other nodes to be permanently misconfigured. In contrast, consider the bridge algorithm. Although the Root bridge might get misconfigured with undesirable parameters, even if those parameters cause the network to be nonfunctional, simply disconnecting the Root bridge will cause some other bridge to take over and cause all bridges to use that bridge's parameter settings. Or simply reconfiguring the one Root bridge will clear the network.

    Real-World-Protocol

    The handshake protocol: This is bad enough when there are two people. Invariably I'm carrying things in both hands. Or I've just sneezed (see sneeze protocol). Or I've just come in from outside and my hand is embarrassingly cold (and I'm wishing the protocol were "stick your hand on the other person's neck protocol"). But when there's a group of n people all greeting each other, as with the wineglass protocol, it winds up as n2. And it takes complex choreography to avoid getting between a pair of handshakers.

    To add to the confusion, when I go to a meeting such as an IETF meeting, most people look at least vaguely familiar. Some of them, apparently, I'm supposed to ignore. Others I'm supposed to acknowledge with a vague nod. To others I'm supposed to say "Hi." With others I'm supposed to shake their hands. Others I'm supposed to hug. Then there are some countries in which you're supposed to kiss even the most casual acquaintance on the cheek. And other countries in which you're supposed to kiss both cheeks. I've never figured out how people decide what protocol to use, and I'm always worried about offending people by guessing the wrong protocol.

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