“Securing Windows 8 Using Windows Firewall” Please respond to the following:
From the e-Activity, identify at least two (2) advantages that host-based firewalls have over network (i.e., perimeter-based) firewalls. Use one (1) example that demonstrates the superiority of host-based firewalls in order to justify your response.
Analyze the two (2) methods available for allowing an application’s traffic to pass through a Windows (Host-based) Firewall (e.g., adding an app to the list of other allowed apps, opening a port, etc.). Recommend the method that you believe would do the most to decrease the overall security risk. Provide a rationale for your response.
e-Activity
Visit the Science Opposing Views Website and read the article titled, “Host-Based Vs. Network-Based Firewalls”, located at http://science.opposingviews.com/hostbased-vs-networkbased-firewalls-2000.html. Next, visit the Inform IT Website and read the article titled, “Why Use a Host-Based Firewall?”, dated January 30, 2004, located athttp://www.informit.com/articles/article.aspx?p=169573&seqNum=2. Be prepared to discuss.
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 });

