The case for this module intends to ensure that you can: (a) describe the general structure of a computer network, (b) present some typical procedures for securing and maintaining networks, and (c) identify the links between the technological components and the overall social technical framework of the firm.
Before writing-up this case, read and review the following documents (we recommend reading in this same order):
Network Structure: http://www.pcmech.com/article/network-structure/
Breeding, M. (2013). Designing and Building the Best Small Office Network From the Ground Up. Network Computing. Available at http://www.networkcomputing.com/netdesign/soho1.html
CISCO (2010). Internet working Technology Handbook. Retrieved from http://docwiki.cisco.com/wiki/Internetworking_Technology_Handbook
Network Structure Design: http://www.geeksnerds.co.uk/it-support/computer-network/
Paquet, C. (2013). Network Security Concepts and Policies. CISCO Press. Section on Security Policies. Available at http://www.ciscopress.com/articles/article.asp?p=1998559&seqNum=3
Ten steps to securing Networks: http://howto.techworld.com/security/1862/ten-steps-to-secure-networking/
Sociotechnical systems in the 21st century: http://www.bayswaterinst.org/storage/Sociotechnical%20systems%20theory%20in%20the%2021st%20Century.pdf
Jahani,S., Abdullah, A., & Ramayah, E. (2011). The effect of socio-technical enablers on knowledge sharing in institutions of higher learning: A proposed model. Retrieved from http://ijcaonline.org/ibc/number1/ibc043.pdf
Case Assignment
Now, imagine you are starting a new business; you are opening a medium-sized food store in your hometown. (if a food store does not suit you, then any similar-sized business is fine for this assignment.) Specifically, you now must design the technology and networking architecture for your business.
For this case, write a 4-5 page description and justification for the technology and network architecture you decide upon and design. Be sure to articulate the structure, your procedure for securing and maintaining the network, and discuss and rationalize the sociotechnical linkages that you design between your organization and the technology
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 });

