| By Lori MacVittie | Article Rating: |
|
| January 11, 2010 04:30 PM EST | Reads: |
2,982 |
If it is, you might want to reconsider how you’re handling security, acceleration, and delivery of your applications before users “go postal” because of poor application performance.
Sometimes wisdom comes from the most unexpected places. Take Jason Rahm’s status update on Facebook over the holidays. He’s got what is likely a common complaint regarding the delivery model of the US postal service: the inefficiency of where postage due is determined. Everyone has certainly had the experience of sending out a letter (you know, those paper things) and having it returned a week or more later with a big stamp across it stating: Returned – Postage Due.
As Jason points out, the US postal service doesn’t determine whether postage may be due or not until the package arrives at its destination. If the addressee isn’t willing/able to pay that postage due, the package is of course returned via the delivery service, which incurs round-trip costs of transportation and handling at every point along the way.
If this sounds anything like your application infrastructure architecture, then you might want to reconsider how you’re handling the delivery of applications and where you’re applying policies that may affect the delivery process.
Every architecture has them: strategic points of control. These are points at which decisions can – and should – be made regarding the delivery of applications. Such points of control range from routing to admission control (security and identity management functions) to application-specific authorizations. There are myriad policies that govern access to and delivery of applications and each one is most efficiently applied at a different point in the infrastructure. If every function – admission control, delivery optimization, application authorization – is applied at the application, it leads to a postal service architecture in which the same costs (both monetary and in performance) are incurred for every request and response, regardless of whether they were actually fulfilled or even legitimate requests.

If the postal service were cost conscious, they’d examine the package at the first strategic point of control based on the destination and the package variables and there determine how much it would cost before it ships that happy box of caffeine off only to be returned – days or weeks later – for lack of proper postage that it should have been able to determine in the first place.
The postal service – and you – likely have all the data available at the first point of entry into your application to determine whether the request is legitimate and what optimizations need to be applied before the package enters “the delivery system”, a.k.a. the infrastructure. Incurring costs associated with processing, storage, and risk by processing what could have already been detected as malicious or illegitimate seems a terrible waste of infrastructure on the scale of the waste associated with the postal service.
Why apply compression to data on the application server when that data may need to be examined by other components in the architecture on the way back to the user and may, in fact, degrade performance rather than improve it? Why not apply compression at the last point possible; at the strategic control point that sits between your infrastructure and the “rest of the world”, i.e. the user and their network. Why are requests not examined at the first possible strategic point of control for validity? Why allow what is potentially a dangerous and malicious request pass through the infrastructure so it can be processed by every component in the architecture and potentially wreak havoc throughout the data center? Why not examine the request at the first possible point and accept or reject it before the costs associated with that processing and the risks are incurred by the organization?
All this additional processing on what are illegitimate and malicious requests places a burden on the entire infrastructure and, especially in the case of web and application servers, that burden can translate into reduced performance for legitimate users as well as additional costs in the form of unnecessary increases in resource capacity required to support both illegitimate and legitimate requests.
You can’t eliminate all the costs, of course, but you can significantly reduce them when you apply application delivery policies at the most strategic point in your architecture possible. That means web application and e-mail scrubbing at the outer edges of your network, preventing spam and illegitimate requests from using up bandwidth and processing power on network, application network, storage, and application infrastructure. It means a reduction in the size of your logs, which makes correlation and reporting easier, faster, and less of a chore for IT personnel who must comb through gigabytes of data daily looking for needles in haystacks to help application developers track down errors in application code. It means reducing the overall costs associated with delivering applications to user and improving the performance and reliability of your entire architecture.
Very few IT architects would point to the US postal service as an ideal model of delivery. So if your infrastructure looks anything like the postal service, maybe it’s time to take another look at how you’re applying policies and processing requests and make some modifications to a more cost-effective, efficient service delivery model.
Read the original blog entry...
Published January 11, 2010 Reads 2,982
Copyright © 2010 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Lori MacVittie
Lori MacVittie is responsible for education and evangelism of application services available across F5’s entire product suite. Her role includes authorship of technical materials and participation in a number of community-based forums and industry standards organizations, among other efforts. MacVittie has extensive programming experience as an application architect, as well as network and systems development and administration expertise. Prior to joining F5, MacVittie was an award-winning Senior Technology Editor at Network Computing Magazine, where she conducted product research and evaluation focused on integration with application and network architectures, and authored articles on a variety of topics aimed at IT professionals. Her most recent area of focus included SOA-related products and architectures. She holds a B.S. in Information and Computing Science from the University of Wisconsin at Green Bay, and an M.S. in Computer Science from Nova Southeastern University.
- Book Excerpt: Introducing HTML5
- Big Data in Telecom: The Need for Analytics
- Patterns for Building High Performance Applications
- Microsoft Tries Hadoop on Azure
- Amazon to Fix Some Kindle Fire Problems
- What Motivates Open Standards in the Cloud?
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- Ten Hot Trends in Cloud Data for 2012
- Oracle Disaster Recovery Site Hosted by Amazon Cloud
- Cross-Platform Mobile Website Development – a Tool Comparison
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- The Future of Cloud Computing: Industry Predictions for 2012
- Make Customer On-Boarding Easy as Paint-by-Numbers for Cloud Services
- Gartner Hype Cycle for Emerging Technologies 2011
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Big Data in Telecom: The Need for Analytics
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- Patterns for Building High Performance Applications
- Microsoft Tries Hadoop on Azure
- The Next Web Architecture
- How to Wreck a Good Product in 90 Days or Less
- The i-Technology Right Stuff
- The Top 150 Players in Cloud Computing
- Who Are The All-Time Heroes of i-Technology?
- Where Are RIA Technologies Headed in 2008?
- Get the Message
- ESB Myth Busters: 10 Enterprise Service Bus Myths Debunked
- i-Technology Viewpoint: Is Web 2.0 the Global SOA?
- i-Technology Viewpoint: Thinking Outside the VC Box
- i-Technology Viewpoint: When to Leave Your First IT Job
- SOA Web Services Edge Conference Coverage on SYS-CON.TV
- SYS-CON.TV's "SOA Web Services" and "Enterprise Open Source" Programs To Air in December
- Five Reasons Why Web 2.0 Matters

















