EC-Council: Computer Hacking Forensic Investigator(CHFI-V10) |
||||
Module 3 : Understanding Hard Disks and File Systems |
||||
Questions available : 89 |
You are not logged in. Please Login for track your learning progress |
|||
Go to Question No. |
Question No 0
If you want to share the link of this question, please click here to "Copy Question Link" and share that generated link. Link from URL may change in future.
Comunity Comments:

Opted Answer: D
Hard disk data addressing is a method of allotting addresses to each logical block of data on a hard disk. A logical block is a unit of data that is independent of the physical characteristics of the storage device, such as the number of sectors, tracks, or cylinders.

Opted Answer: D
Logical Block Addressing (LBA) is the standard method for data addressing, not physical block addressing as Cylinder-Head-Sector (CHS). OS does not directly address physical blocks. It works with logical blocks. The disk controller translates logical addresses into physical addresses.