How to Do Multiple Unicast Server Load Balancing

Last reviewed: September 16, 1997
Article ID: Q171610
The information in this article applies to:
  • Microsoft NetShow version 2.0

SUMMARY

This article discusses how you can do multiple Unicast server load balancing.

MORE INFORMATION

In High volume situations, you should separate servers, and each server should run a separate network connection. Then the servers' IP addresses can be placed in a DNS table resolving to the same name. As a result, you would get round-robin load distribution managed by the DNS servers.

The above suggestion is the easiest and most reliable way to service a large volume of connections. However, you can use scripting to do load balancing. A script (for example, an Active Server Page) could be used to cycle through a list of servers.


Additional query words: ns
Keywords : kbother nssrv kbfaq
Version : 2.00
Platform : WINDOWS
Hardware : x86


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.