What is it meant by ‘extending’ here?

——————–
Ensure systems are dependable – Scalability, availability and security are not optional. Extending business-critical applications to the Web doesn’t make them any less critical. In a system that is only available 95% of the time, 5% of sales transactions are lost.

Responses are currently closed, but you can trackback from your own site.

3 Responses to “What is it meant by ‘extending’ here?”

  1. momomo says:

    ‘Extending’ in this case refers to adding these applications to Web use, where before they were used in a more limited way (probably internally only).

  2. MikeyG says:

    In the context you mention, if a business extends its critical applications to the Web, the business is making those applications available via the Web.

  3. Kate H says:

    As Momomo said, it means “making them available through the web.”

    The point here is that when you make a business-critical non-web application, such as payroll or an in-store sales application, available over the Web (Internet or Intranet), you add another layer of complexity. Not only do you have to keep the application server up 24/7, but the also the network server that allow you to GET to the application server. It’s still a business-critical application, so now the network server ALSO has be up 24/7. Just because the application is now available on the Web doesn’t make it any less critical.