Skip to main content

Application Performance and WAN Speedup

Terry Critchley

Much emphasis is placed on servers and storage when discussing Application Performance, mainly because the application lives on a server and uses storage. However, the network has considerable importance, certainly in the case of WANs where there are ways of speeding up the transmission of data of a network. These techniques usually go under the title WAN Acceleration or WAN Optimization.

It is often thought that the limiting factor in speed of network transmission is the bandwidth of the medium involved but this is not strictly true. There are techniques for getting better performance from WANs, often by biasing data transmission priorities towards more important business processes. Having designed the WAN network and its components, is that it then? Job done?

Not really, since there are tricks you can employ to enhance performance but that is a bonus not a panacea for poor design. There are ways to get apparent extra bandwidth without a disruptive upgrade.

The normal definition is the optimization of available bandwidth in the areas:

■ Don't send what you don't need to send, especially large files or print loads

■ If it must be sent, try to schedule it appropriately so as not to interfere with critical workloads. Use business prioritization as the decision yardstick

■ Use techniques to optimize use of the available bandwidth (discussed below).

1. Caching

This is the storage of data transmitted from a source to a destination at that destination. If the same data is requested at the destination, the optimization software recognizes this and stops any request to the original source for a retransmission.

2. Deduplication

Data deduplication is the replacement of multiple copies or blocks of data (at various levels of granularity) with references to a shared copy in order to save storage space and/or bandwidth (SNIA Definition). Data deduplication can operate at the file, block or bit level.

3. Compression

This is fairly obvious and the data transmission is reduced by an amount dictated by the efficiency of the data compression/decompression algorithms used. The efficiency of a compression technique is measured by the ratio original size of data to the compressed size.

4. FEC (Forward Error Correction)

A “receiver makes it right” transmission technique where extra bits are added to a packet/message for analysis at the receiving end. In general, it means that the receiving end of the transmission is able to detect, and in most cases correct, any erroneous transmissions.

Packets warranting retransmission may:

■ be corrupted due to errors, for example noise

■ lost in link or host failures

■ dropped due to buffer overflow

■ dropped due to aging or sell by date exceeded, for example the TTL (Time To Live) field in IP (Internet Protocol)

5. Traffic shaping

Traffic shaping is the practice of regulating network data transfer to assure a certain level of performance, quality of service (QoS). The practice involves favoring transmission of data from higher priority applications over lesser ones, as designated by the business organization. It is sometimes called packet shaping.

6. Congestion Control

This TCP function is designed to stop the sender shipping more data than the network can handle, as if trying to drink from a fire hose. TCP uses a number of mechanisms based on a parameter called the congestion window.

7. Protocol acceleration

A class of techniques for improving application performance by avoiding or circumventing shortcomings of various protocols. There are several forms of protocol acceleration:

■ TCP Acceleration

■ CIFS (Common Internet File Systems) and NFS (Network File System) Acceleration

■ HTTP (Hypertext Transfer Protocol) Acceleration

■ Microsoft Exchange Acceleration

See reference 7 below, under "WAN Optimization References" which presents good coverage of some of the factors listed above.

8. Transmission protocol

Choose your transmission protocol according to what you are transmitting. Some protocols are better than other at transmitting certain types of data. This will also dictate the expected loss (and hence retransmission) rate

9. Take advice

Take advice from outside if you aren't sure what you are doing.

10. Tricks of the trade

Some of the tricks of the optimization trade are:


Dr. Terry Critchley is the Author of "Making It in IT", "High Performance IT Services" and “High Availability IT Services”.

This blog was created from extracts from Terry Critchley's book: High Performance IT Services [ August 25 2016]


WAN Optimization References

There are a number of useful references on this topic. I found all the following ones useful in various areas as well as being quite easy to follow. I have therefore decided to list them all and let the network experts among you choose your own favorite.

1. WAN Optimization Part 1: TCP Limitations

2. WAN Optimization Part 2: Put Performance Second

3. WAN Optimization Part 3: Overcoming Bandwidth Limitations

4. The 2014 Application & Service Delivery Handbook. Part1: Introduction and Challenges
[Search on “Application and Service Delivery Handbook” to find versions from 2011, 2012 and 2013. Add the search term “webtorials” if the hit list is too large.]

5. The Definitive Guide to Cloud Acceleration

6. An Introduction to IP Header Compression

Hot Topics

The Latest

IT and line-of-business teams are increasingly aligned in their efforts to close the data gap and drive greater collaboration to alleviate IT bottlenecks and offload growing demands on IT teams, according to The 2025 Automation Benchmark Report: Insights from IT Leaders on Enterprise Automation & the Future of AI-Driven Businesses from Jitterbit ...

A large majority (86%) of data management and AI decision makers cite protecting data privacy as a top concern, with 76% of respondents citing ROI on data privacy and AI initiatives across their organization, according to a new Harris Poll from Collibra ...

According to Gartner, Inc. the following six trends will shape the future of cloud over the next four years, ultimately resulting in new ways of working that are digital in nature and transformative in impact ...

2020 was the equivalent of a wedding with a top-shelf open bar. As businesses scrambled to adjust to remote work, digital transformation accelerated at breakneck speed. New software categories emerged overnight. Tech stacks ballooned with all sorts of SaaS apps solving ALL the problems — often with little oversight or long-term integration planning, and yes frequently a lot of duplicated functionality ... But now the music's faded. The lights are on. Everyone from the CIO to the CFO is checking the bill. Welcome to the Great SaaS Hangover ...

Regardless of OpenShift being a scalable and flexible software, it can be a pain to monitor since complete visibility into the underlying operations is not guaranteed ... To effectively monitor an OpenShift environment, IT administrators should focus on these five key elements and their associated metrics ...

An overwhelming majority of IT leaders (95%) believe the upcoming wave of AI-powered digital transformation is set to be the most impactful and intensive seen thus far, according to The Science of Productivity: AI, Adoption, And Employee Experience, a new report from Nexthink ...

Overall outage frequency and the general level of reported severity continue to decline, according to the Outage Analysis 2025 from Uptime Institute. However, cyber security incidents are on the rise and often have severe, lasting impacts ...

In March, New Relic published the State of Observability for Media and Entertainment Report to share insights, data, and analysis into the adoption and business value of observability across the media and entertainment industry. Here are six key takeaways from the report ...

Regardless of their scale, business decisions often take time, effort, and a lot of back-and-forth discussion to reach any sort of actionable conclusion ... Any means of streamlining this process and getting from complex problems to optimal solutions more efficiently and reliably is key. How can organizations optimize their decision-making to save time and reduce excess effort from those involved? ...

As enterprises accelerate their cloud adoption strategies, CIOs are routinely exceeding their cloud budgets — a concern that's about to face additional pressure from an unexpected direction: uncertainty over semiconductor tariffs. The CIO Cloud Trends Survey & Report from Azul reveals the extent continued cloud investment despite cost overruns, and how organizations are attempting to bring spending under control ...

Image
Azul

Application Performance and WAN Speedup

Terry Critchley

Much emphasis is placed on servers and storage when discussing Application Performance, mainly because the application lives on a server and uses storage. However, the network has considerable importance, certainly in the case of WANs where there are ways of speeding up the transmission of data of a network. These techniques usually go under the title WAN Acceleration or WAN Optimization.

It is often thought that the limiting factor in speed of network transmission is the bandwidth of the medium involved but this is not strictly true. There are techniques for getting better performance from WANs, often by biasing data transmission priorities towards more important business processes. Having designed the WAN network and its components, is that it then? Job done?

Not really, since there are tricks you can employ to enhance performance but that is a bonus not a panacea for poor design. There are ways to get apparent extra bandwidth without a disruptive upgrade.

The normal definition is the optimization of available bandwidth in the areas:

■ Don't send what you don't need to send, especially large files or print loads

■ If it must be sent, try to schedule it appropriately so as not to interfere with critical workloads. Use business prioritization as the decision yardstick

■ Use techniques to optimize use of the available bandwidth (discussed below).

1. Caching

This is the storage of data transmitted from a source to a destination at that destination. If the same data is requested at the destination, the optimization software recognizes this and stops any request to the original source for a retransmission.

2. Deduplication

Data deduplication is the replacement of multiple copies or blocks of data (at various levels of granularity) with references to a shared copy in order to save storage space and/or bandwidth (SNIA Definition). Data deduplication can operate at the file, block or bit level.

3. Compression

This is fairly obvious and the data transmission is reduced by an amount dictated by the efficiency of the data compression/decompression algorithms used. The efficiency of a compression technique is measured by the ratio original size of data to the compressed size.

4. FEC (Forward Error Correction)

A “receiver makes it right” transmission technique where extra bits are added to a packet/message for analysis at the receiving end. In general, it means that the receiving end of the transmission is able to detect, and in most cases correct, any erroneous transmissions.

Packets warranting retransmission may:

■ be corrupted due to errors, for example noise

■ lost in link or host failures

■ dropped due to buffer overflow

■ dropped due to aging or sell by date exceeded, for example the TTL (Time To Live) field in IP (Internet Protocol)

5. Traffic shaping

Traffic shaping is the practice of regulating network data transfer to assure a certain level of performance, quality of service (QoS). The practice involves favoring transmission of data from higher priority applications over lesser ones, as designated by the business organization. It is sometimes called packet shaping.

6. Congestion Control

This TCP function is designed to stop the sender shipping more data than the network can handle, as if trying to drink from a fire hose. TCP uses a number of mechanisms based on a parameter called the congestion window.

7. Protocol acceleration

A class of techniques for improving application performance by avoiding or circumventing shortcomings of various protocols. There are several forms of protocol acceleration:

■ TCP Acceleration

■ CIFS (Common Internet File Systems) and NFS (Network File System) Acceleration

■ HTTP (Hypertext Transfer Protocol) Acceleration

■ Microsoft Exchange Acceleration

See reference 7 below, under "WAN Optimization References" which presents good coverage of some of the factors listed above.

8. Transmission protocol

Choose your transmission protocol according to what you are transmitting. Some protocols are better than other at transmitting certain types of data. This will also dictate the expected loss (and hence retransmission) rate

9. Take advice

Take advice from outside if you aren't sure what you are doing.

10. Tricks of the trade

Some of the tricks of the optimization trade are:


Dr. Terry Critchley is the Author of "Making It in IT", "High Performance IT Services" and “High Availability IT Services”.

This blog was created from extracts from Terry Critchley's book: High Performance IT Services [ August 25 2016]


WAN Optimization References

There are a number of useful references on this topic. I found all the following ones useful in various areas as well as being quite easy to follow. I have therefore decided to list them all and let the network experts among you choose your own favorite.

1. WAN Optimization Part 1: TCP Limitations

2. WAN Optimization Part 2: Put Performance Second

3. WAN Optimization Part 3: Overcoming Bandwidth Limitations

4. The 2014 Application & Service Delivery Handbook. Part1: Introduction and Challenges
[Search on “Application and Service Delivery Handbook” to find versions from 2011, 2012 and 2013. Add the search term “webtorials” if the hit list is too large.]

5. The Definitive Guide to Cloud Acceleration

6. An Introduction to IP Header Compression

Hot Topics

The Latest

IT and line-of-business teams are increasingly aligned in their efforts to close the data gap and drive greater collaboration to alleviate IT bottlenecks and offload growing demands on IT teams, according to The 2025 Automation Benchmark Report: Insights from IT Leaders on Enterprise Automation & the Future of AI-Driven Businesses from Jitterbit ...

A large majority (86%) of data management and AI decision makers cite protecting data privacy as a top concern, with 76% of respondents citing ROI on data privacy and AI initiatives across their organization, according to a new Harris Poll from Collibra ...

According to Gartner, Inc. the following six trends will shape the future of cloud over the next four years, ultimately resulting in new ways of working that are digital in nature and transformative in impact ...

2020 was the equivalent of a wedding with a top-shelf open bar. As businesses scrambled to adjust to remote work, digital transformation accelerated at breakneck speed. New software categories emerged overnight. Tech stacks ballooned with all sorts of SaaS apps solving ALL the problems — often with little oversight or long-term integration planning, and yes frequently a lot of duplicated functionality ... But now the music's faded. The lights are on. Everyone from the CIO to the CFO is checking the bill. Welcome to the Great SaaS Hangover ...

Regardless of OpenShift being a scalable and flexible software, it can be a pain to monitor since complete visibility into the underlying operations is not guaranteed ... To effectively monitor an OpenShift environment, IT administrators should focus on these five key elements and their associated metrics ...

An overwhelming majority of IT leaders (95%) believe the upcoming wave of AI-powered digital transformation is set to be the most impactful and intensive seen thus far, according to The Science of Productivity: AI, Adoption, And Employee Experience, a new report from Nexthink ...

Overall outage frequency and the general level of reported severity continue to decline, according to the Outage Analysis 2025 from Uptime Institute. However, cyber security incidents are on the rise and often have severe, lasting impacts ...

In March, New Relic published the State of Observability for Media and Entertainment Report to share insights, data, and analysis into the adoption and business value of observability across the media and entertainment industry. Here are six key takeaways from the report ...

Regardless of their scale, business decisions often take time, effort, and a lot of back-and-forth discussion to reach any sort of actionable conclusion ... Any means of streamlining this process and getting from complex problems to optimal solutions more efficiently and reliably is key. How can organizations optimize their decision-making to save time and reduce excess effort from those involved? ...

As enterprises accelerate their cloud adoption strategies, CIOs are routinely exceeding their cloud budgets — a concern that's about to face additional pressure from an unexpected direction: uncertainty over semiconductor tariffs. The CIO Cloud Trends Survey & Report from Azul reveals the extent continued cloud investment despite cost overruns, and how organizations are attempting to bring spending under control ...

Image
Azul