Network Bandwidth Estimation

As Unifier users make requests to the Unifier server using various browsers, the browsers store static content in the cache and only dynamic requests will be sent to the server.

You can use the following table to estimate the amount of bandwidth that you may need for a set number of users; however, Oracle recommends that you calculate your application bandwidth requirements in order to better represent the number of people actually using the applications assuming varying levels of intensity.

Concurrent users

< = 50

51 - 100

101 - 150

151 - 200

201 - 250

250 - 300

Recommended Bandwidth (Mbps)

2

4

6

8

10

12

Important information about Network Bandwidth Estimation

You can calculate the bandwidth requirements for an application using the following process:

  1. Calculate the weighted average of the request and compressed response payload-sizes (s) in KB considering the frequency in which your organization views pages and performs actions on them.
  2. Calculate the bandwidth of one user regarding transmission time (n):

    Bandwidth (Kbps) = (8 *s) / n

  3. Calculate the bandwidth for a percentage (c%) of the total number of users (u) that are concurrently logged in and are using the system, assuming that think-time and server-side or client-side processing times are negligible:

    Bandwidth for named users with zero think / processing time (Kbps) = (8*s*u*c%) / n

  4. Calculate the bandwidth for a percentage (c%) of the total number of users (u) that are concurrently logged in and are using the system, including think-time (t) and server-side / client-side processing times (p):

    Bandwidth for named users with think and processing time (Kbps) = (8*s*u*c%) / (n + t + p)

    Important information about calculating the bandwidth:

    • If a high number of users can access the application, use a low percentage of the total users to estimate your bandwidth.
    • If a low number of users can access the application, use a high percentage of the total users to estimate your bandwidth.
    • Oracle recommends that you at least provision the bandwidth for a single user even if the value received in this step is smaller.
  5. Repeat this process for each application that you deploy.
  6. Calculate your overall bandwidth requirement by taking the sum of the highest bandwidth estimates that you calculated for each application.


Legal Notices | Your Privacy Rights
Copyright © 1998, 2020

Last Published Wednesday, December 16, 2020