exam questions

Exam 98-365 All Questions

View all questions & answers for the 98-365 exam

Exam 98-365 topic 1 question 233 discussion

Actual exam question from Microsoft's 98-365
Question #: 233
Topic #: 1
[All 98-365 Questions]

On 32-bit x86 systems, the total virtual address space is of 4GB. By default, Windows allocates half of this address space to processes for their unique private storage and the other half for its own protected system memory utilization. Since 2GB is not enough virtual address space to map very large databases, which
Windows mechanism can be used by 32-bit applications to allocate up to 64GB of physical memory and to map views into its 2GB virtual address space?

  • A. Tracer
  • B. Driver signing mechanism
  • C. Address Windowing Extension
  • D. Trap dispatching
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
klever
3 years ago
Address Windowing Extensions (AWE) is a set of extensions that allows an application to quickly manipulate physical memory greater than 4GB. AWE allows applications to have data caches larger than 4GB (where sufficient physical memory is present). AWE uses physical nonpaged memory and window views of various portions of this physical memory within a 32-bit virtual address space. https://docs.microsoft.com/en-us/windows/win32/memory/address-windowing-extensions
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...