What is journaling?

A) Keeping track of operating system events and optionally sending these logs to a logging server
B) Keeping track of changes to the file system
C) An improved method of tracking files for faster search capabilities
D) Specialized software for load balancing file access and writing across multiple hard drives


B

Computer Science & Information Technology

You might also like to view...

The following conditions are errors that occur when drawing a data flow diagram:

What will be an ideal response?

Computer Science & Information Technology

Critical Thinking QuestionsCase 5-1You have written the code below and you want to step through it with some actual values to make sure that it is working in practice the way you expect it to work.If decGPA > 3.5 Then      If intSatScore > 1000 Then            lblAdmissionsStatus.Text = "You have earned admission"      Else            lblAdmissionsStatus.Text = "Retake the SAT exam"      EndIfElse      If intSatScore > 1200 Then            lblAdmissionsStatus.Text = "You have earned probationary admission"      Else            lblAdmissionStatus.Text = "You have been denied admission"      End IfEnd IfAssuming that an applicant has a GPA of 3.55, what is the value of lblAdmissionsStatus.Text if the applicant's SAT score

is 1000? a. Retake the SAT examc. You have earned probationary admissionb. You have earned admission d. You have been denied admission What will be an ideal response?

Computer Science & Information Technology

The available encryption types for the WPA2-Enterprise security are ________

a. TKIP or AES b. AES only c. WEP d. None of the above

Computer Science & Information Technology

Which is not a primitive type in Java?

a) String b) float c) double d) long

Computer Science & Information Technology