Multiple choice technology operating systems

If in an Indirect pointer block has:1) address is of 2 bytes and 2)one block is of 1024 bytes, then how many pointers to indirect blocks can this block have ?

  1. 400

  2. 512

  3. 1024

  4. 2048

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

Each pointer requires 2 bytes of storage. A block of 1024 bytes can therefore hold 1024/2 = 512 pointers. This determines how many indirect blocks can be pointed to by a single indirect pointer block.