Final Project – IoT Security Research

Securing IoT Devices: What are the Challenges? Read through attached documents to start on your research activity:

Security practitioners suggest that key IoT security steps include:

1) Make people aware that there is a threat to security;

2) Design a technical solution to reduce security vulnerabilities;

3) Align the legal and regulatory frameworks; and

4) Develop a workforce with the skills to handle IoT security.

Final Assignment – Project Plan (Deliverables):

Address each of the FOUR IoT security steps listed above in terms of IoT devices. Explain them in detail, in a step-by-step guide, how to make people more aware of the problems associated with the use of IoT devices. 

This research paper must be in at-least 1000 words along with conclusion with no inline citations. Provide at-least 3 reference at the end with hyperlinks enabled.

Note: Use your own words. Plagiarism score must be less than 15%. Please attach plagiarism report along with answer document while submitting.

CC-11

 In 500 words or more, discuss the benefits of DNS failover as an adjunct to cloud failover.  

Company Privacy Policy – Operations Security

For this assignment, you are asked to locate any company privacy policy. Some of the more popular ones might include GOOGLE, APPLE, or MICROSOFT, but you may elect to review another agency. In 3- 4 paragraphs, explain what you find to be the most interesting information contained in that privacy policy. At the end of your report, please include a LINK to the policy you have reviewed. 

– 1 Page, 3-4 paragraphs required

– NO Plagiarism 

– References required

Cloud computing project

  

Propose and defend a topic for your final project.  Write  500 words or more explaining why this topic is important for your peers to understand. Be focused and specific. Look into the general topic provided in the list in this folder to find something new and interesting to write about. You should do a deep dive into a topic. Do not do a survey. Use the Research Databases available from the Danforth Library not Google. 

You MUST make a statement saying exactly what your topic is. 

Use at least five sources. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources.

Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 

Write in essay format not in bulleted, numbered or other list format. 

Do not use attachments as a submission. 

Respond helpfully to two classmates’ posting in a paragraph of at least five sentences by asking questions, reflecting on your own experience, challenging assumptions, pointing out something new you learned, offering suggestions. Write to help them focus and say something that you think would help them say something that would be valuable.    You should make your initial post by Thursday evening so your classmates have an opportunity to respond before Sunday.at midnight when all three posts are due. 

It is important that you use your own words, that you cite your sources, that you comply with the instructions regarding length of your post and that you reply to two classmates in a substantive way (not ‘nice post’ or the like).  Your goal is to help your colleagues write better. Do not use spinbot or other word replacement software. It usually results in nonsense and is not a good way to learn anything. Please do not use attachments unless requested

1: Business strategy Analysis

 

Imagine you are preparing for an interview with a company as an IT manager. Part of the interview process is providing a work sample. You must provide an analysis of Amazon’s business strategy and explain what part IT governance functions in Amazon reaching their strategic goal to demonstrate your understanding of IT governance and IT strategic vision.  

Research at least 2 articles on Amazon’s business strategy.

Develop a 1- to 2-page checklist detailing the main points Amazon’s IT department should consider to be properly aligned to Amazon’s strategic business plan. Include relevant laws, regulations, and industry standards that would impact the business plan, such as PCI standards and SOX regulations. 

Write a 1- to 2-page summary of how Amazon’s IT Governance works with the Strategic Business Plan to achieve continued success and growth.

Format your citations according to APA guidelines.

Submit your assignment.

Research Paper on organization and their global strategy

Research a company or organization and their global strategy to address specific issues (business challenges, breaches, etc). Describe the company, their strategy plan, and the issues in your group paper while including recommendations to alleviate issues.

 * At least 20 pages, no more than 25

 * with PPT to summarize your research paper 

 * Double spaced APA format

 * At least 15 references

 * At least 5 of your references have to be scholarly peer-reviewed articles

Document Store Implementation

This project implements a document store system. It can be written in any language, but I’ve been told that python works best because of the use of dictionaries. I need it back by midnight tomorrow which is 0:00 CST December 6th. All information should be given in the pdf. Attached are also the txt files that will be used, data.txt, queries copy.txt, and just a solution txt you can view to see the correct answer.

Lab 5.1

Lab 4

Complete the following in Chapter 6 Problems: #31 , #34  from textbook (Page #282, #283). 

Excel data has been attached below.

Work on the problems and clearly explain answering the questions in word document.Provide the worked on excel files

Algorithm

 

Design and write an algorithm to find all the common elements in two sorted lists of numbers. For example, for the lists 2, 5, 5, 5 and 2, 2, 3, 5, 5, 7, the output should be 2, 5, 5. What is the maximum number of comparisons your algorithm makes if the lengths of the two given lists are m and n, respectively?