InterviewSolution
| 1. |
Is There A Native Component Of Load Balancing Or Clustering Within Windows Server 2008 And/or Iis 7.0? |
|
Answer» NLB is part of WINDOWS Server 2008. It is essentially the same as it was in Windows 2003. To install NLB, go to Server Manager > FEATURES > "Add Features" and select "Network Load Balancing" from the list. To CONFIGURE NLB, you need to open a command prompt and run nlbmgr. This is the UI that EXISTED in Windows 2003. NLB is part of Windows Server 2008. It is essentially the same as it was in Windows 2003. To install NLB, go to Server Manager > Features > "Add Features" and select "Network Load Balancing" from the list. To configure NLB, you need to open a command prompt and run nlbmgr. This is the UI that existed in Windows 2003. |
|