Which statement describes a dynamic disk?
- It is a type of disk with the ability to create volumes that span across more than one disk even if the unallocated space is noncontiguous.
- It takes the first 512 bytes on the disk and contains the boot loader, an executable program that allows a user to choose from multiple operating systems.
- It is a standard for the layout of the hard drive partition table using globally unique identifiers. All partitions are primary.
- It is often used to organize data storage by subdividing it into as many as 23 logical sections.
Explanation & Hint:
The statement that describes a dynamic disk is: “It is a type of disk with the ability to create volumes that span across more than one disk even if the unallocated space is noncontiguous.” This statement accurately represents the key feature of dynamic disks. Dynamic disks are a type of disk management in Windows that offers more flexibility than basic disks. They allow for the creation of volumes that span multiple disks (spanned and striped volumes), as well as the ability to create volumes that can be extended without the need to restart the system. Dynamic disks can also support RAID-5 volumes and mirrored volumes. One of their notable capabilities is creating a single logical volume that spans across noncontiguous unallocated space on multiple physical disks. The other statements describe different concepts:
|