Which feature on an NTFS volume provides file encryption?

A. EFS
B. NFS
C. SMB
D. FTP

Answer: A

Computer Science & Information Technology

You might also like to view...

Which is the correct syntax for placing the string “boat” into an ArrayList name recVehicles in position 3 for the first time?

a. recVehicles.set(3, “boat”); b. recVehicles.set(“boat”, 3); c. recVehicles.add(3, “boat”); d. recVehicles.add(“boat”, 3);

Computer Science & Information Technology

Where is an email access protocol used?

What will be an ideal response?

Computer Science & Information Technology