Using this week’s readings, personal knowledge, and outside sources, please answers the following questions.
1. Why should we worry about physical security when discussing computer and digital assets?
2. What is a business continuity plan and why is it important?
3. From the assigned weekly readings, develop and post in the Discussion Board one question that was not answered to your satisfaction in the readings (listed from your class preparation guide). The student-generated question must be directly related to the weekly readings or lesson topic.
Reading Material
Attach are the reading material to complete this discussion essay, the information should be collected to answer the above questions…
1. Chapter 4 : Computer and Digital Assets
2. Chapter 9 : Business Continuity and Disaster Recovery Planning
3. Presentation (attached)
4. Business Continuity Planning Suite Introductory Video
a. http://www.fema.gov/media-library/assets/videos/80069
Reference for Chapter 2-3
Newman, R. C. (2010). Computer Security: Protecting Digital Resources. Sudbury, MA: Jones and Bartlett.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

