InterviewSolution
| 1. |
What Do You Mean By Load Throttling? |
|
Answer» Limits the number of concurrent connection attempts that a server HANDLES. This prevents the server from failing when many USERS try to CONNECT to it simultaneously. The default setting (High IMPACT) assumes that logons affect server load SIGNIFICANTLY. This rule affects only the initial logon period, not the main part of a session. The Load Throttling rule can be applied only to a server, not to an individual application. Limits the number of concurrent connection attempts that a server handles. This prevents the server from failing when many users try to connect to it simultaneously. The default setting (High impact) assumes that logons affect server load significantly. This rule affects only the initial logon period, not the main part of a session. The Load Throttling rule can be applied only to a server, not to an individual application. |
|