There are several pieces of hardware that will need to be purchased when outfitting a new forensic department. The workstations and servers are quite obvious. What are some other things you should add to your shopping list?

a. Forensic write-blockers
b. Electronic name badges for each member of the team
c. Separate routers for the department
d. A high-capacity data storage facility

a. d.

Computer Science & Information Technology

You might also like to view...

The Head section of an HTML document contains text and links to images.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the HashTable functions, we had to make sure the client’s hash function did not produce an index outside of the array; yet, we didn’t need a size variable as a private member of HashTable because:

A. the client knows what size the hash table is B. the Array used for the hash table has a length function C. if the hash function is faulty, the index produced must be less than 0 D. we require that the client thoroughly test the hash function

Computer Science & Information Technology