SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    I am trying to stress test the effects of SSL on a web server using Web
    Application Stress Tool (WAST).

    However, when using SSL and according to the WAST Help files, the peformance
    HIT is in the opposite direction. It's on the clients at 5 times the load!!!
    as opposed the server I want to test. So the help files are correct.

    Therefore, I can't even test the server for SSL until I significantly
    upgrade my client or clients to even deliver the stress in the first place.

    It seems like SSL stress testing is tougher on the "tester" as I THINK, it
    needs to do some decryting of the sending page?

    So, it's the clients that are doing most of the work on SSL as opposed to
    the server?

    Can anyone enlighten me more on this subject. As I wanted to see the effects
    of SSL on the web server as opposed to not using SSL.


    anon Guest

  2. Similar Questions and Discussions

    1. HTTP tunneling and reverse proxy server
      We're currently using Windows Media Services (WMS) to stream video on our website. There is an option WMS to use the HTTP protocol and to specify...
    2. Configure Reverse Proxy to a ColdFusion Site using IBMHTTP Server 1.3
      We are trying to set up a reverse proxy using IBM HTTP Server 1.3.6 to render a CFMX 6.1 site and are having some difficulties. Here is how we...
    3. AIX DHCP Server and W2K Clients: help!
      Hi, I am trying to set up a "simple" AIX DHCP server directly connected to W2K/NT Clients (no routers). Everything is properly connected, but the...
    4. WTT: NT Server w/ 10 Clients
      Have Windows NT 4.0 Server with 10 Client licenses. Fully registerable. Wanted Dreamweaver/Flash/Fireworks package. Newest/Registerable only. ...
    5. NT-Server and 2 XP-Clients no shares??
      Hallo all, i'm close to going crazy trying to link two XP Pro clients to an NT 4 server, so that the two clients can communicate with each other!!...
  3. #2

    Default Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    Please post only to relevant groups. This has nothing to do with VB.NET (for
    example), or C#

    Both the client, and the server, are being stressed when using SSL. The
    communication in both directions needs to be encrypted at one end, and
    decrypted at the other. So, the client makes a request (and encrypts the
    request details). The server receives the request (and decrypts it). The
    server sends a response (and encrypts the response), and the client receives
    the response (and decrypts it). Both of these operations (encryption and
    decryption) are CPU intensive.

    Cheers
    Ken

    "anon" <anon@hotmail.com> wrote in message
    news:eZtqSLWPEHA.272@TK2MSFTNGP12.phx.gbl...
    : I am trying to stress test the effects of SSL on a web server using Web
    : Application Stress Tool (WAST).
    :
    : However, when using SSL and according to the WAST Help files, the
    peformance
    : HIT is in the opposite direction. It's on the clients at 5 times the
    load!!!
    : as opposed the server I want to test. So the help files are correct.
    :
    : Therefore, I can't even test the server for SSL until I significantly
    : upgrade my client or clients to even deliver the stress in the first
    place.
    :
    : It seems like SSL stress testing is tougher on the "tester" as I THINK, it
    : needs to do some decryting of the sending page?
    :
    : So, it's the clients that are doing most of the work on SSL as opposed to
    : the server?
    :
    : Can anyone enlighten me more on this subject. As I wanted to see the
    effects
    : of SSL on the web server as opposed to not using SSL.
    :
    :


    Ken Schaefer Guest

  4. #3

    Default Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    Hello Anon,

    Can you tell us in which way this question is VB.net language related, maybe
    we can give you an answer from that newsgroup?

    Cor


    Cor Ligthert Guest

  5. #4

    Default Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    Of all the newsgroups, VB programmers tend to explain things better than
    most other programmers, that's why.



    "Cor Ligthert" <notfirstname@planet.nl> wrote in message
    news:e0vxqXWPEHA.904@TK2MSFTNGP12.phx.gbl...
    > Hello Anon,
    >
    > Can you tell us in which way this question is VB.net language related,
    maybe
    > we can give you an answer from that newsgroup?
    >
    > Cor
    >
    >

    anon Guest

  6. #5

    Default Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    [Thought about removing the long list of irrelevant groups, but it's too
    much work...]
    > However, when using SSL and according to the WAST Help files, the
    peformance
    > HIT is in the opposite direction. It's on the clients at 5 times the
    load!!!
    > as opposed the server I want to test. So the help files are correct.
    Is the issuing certificate authority trusted by the clients?


    Keith W. McCammon Guest

  7. #6

    Default Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?

    > Of all the newsgroups, VB programmers tend to explain things better than
    > most other programmers, that's why.
    Heck, if I always wanted a thorough and concise explanation for things, I
    wouldn't even bother posting to Usenet half of the time...


    Keith W. McCammon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139