A properly designed corporate forensic department will require some significant changes to the building infrastructure. Which of the following are among them?
a. A thicker firewall needs to be built around the facility.
b. The physical space that the unit occupies should be secured and made inaccessible to anyone except authorized personnel.
c. A raised floor is a requirement, in order to run the necessary cabling used by the various servers and workstations.
d. A dedicated evidence storage facility is needed that can only be accessed by one or more authorized evidence custodians.
e. A separate fire exist is required so that it can be alarmed and monitored 24/7.
b. The physical space that the unit occupies should be secured and made inaccessible to anyone except authorized personnel.
d. A dedicated evidence storage facility is needed that can only be accessed by one or more authorized evidence custodians.
You might also like to view...
A ________ is a simple, inexpensive device that joins multiple computers together in a single network but does not manage the traffic between the connections, which usually results in frequent collisions.
a. network interface card b. hub c. modem d. chipset
Answer the following statements true (T) or false (F)
1. One can use the & operator to extract the value that a pointer points to. 2. When declaring several pointer variables, there must be one pointer declarator * for each pointer variable. 3. Dangling pointers present no problem in C++ 4. Dynamic variables or dynamically allocated variables in C++ are created and destroyed according to the program’s needs. 5. There should eventually be a call to the operator delete on a pointer that points to the memory allocated by each call to new.