SDK Question:

What is difference between fat & ntfs?

Software Development Kit (SDK) Interview Question
Software Development Kit (SDK) Interview Question

Answer:

NTFS
1) allows access local to w2k,w2k3,XP,win NT4 with SP4 &
later may get access for some file.
2) Maximum size of partition is 2 Terabytes & more.
3) Maximum File size is up to 16TB.
4) File & folder Encryption is possible only in NTFS.
FAT 32
1) Fat 32 Allows access to win 95,98,win millenium,win2k,xp
on local partition.
2) Maximum size of partition is up to 2 TB.
3) Maximum File size is up to 4 GB.
4) File & folder Encryption is not possible


Previous QuestionNext Question
Which file system allow as much fragmentation FAT32 or NTFS?Write short note on Dynamic memory allocation algorithm?