Multiple choice server windows-2000

You are responsible for maintaining the Windows 2000 Server installations in your network. You have a SMP server that runs both 32bit and 16bit applications. Based on the advice from your boss, these 16bit applications are configured to run in the same me

  1. performance monitoring is to be done via thread IDs

  2. performance monitoring is to be done via NTVDM instance

  3. the 16-bit applications can be running simultaneously

  4. multiple 16-bit application threads can be running simultaneously

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When 16-bit applications run in the same memory space (a single NTVDM instance), they share process resources and can be individually monitored using thread IDs in Performance Monitor. This is the most granular way to track specific 16-bit application performance within the shared NTVDM process. Monitoring by NTVDM instance (Option B) only shows aggregate data for all apps in that instance. Options C and D describe concurrent execution capabilities rather than monitoring methodology.