Digital Forensics Tools&Tech week 11

 

Week Eleven Assignment

Using Chapter 10 as a reference, explain the concept of information stores. Why is an understanding of how different clients store messaging information critical to the success of an email search?

Write your answer using a WORD document. Do your own work. Submit here. Note your Safe Assign score. Score must be less than 25 for full credit.

You have three attempts.

SDLC Diagram

 For this assignment, you will evaluate the systems development life cycle (SDLC) methodology by creating a diagram for an information system. Carefully review the ISM500 SDLC Diagram Scenario ( Attached) and formulate a solution for the problem presented in the scenario. Your paper must include the following elements.

  • Create a diagram of the systems development life cycle (SDLC) for your solution.
    • Provide a graphical representation of the SDLC you will use to implement your solution.
    • Identify the elements you will need in order to create your solution and include them in each of the appropriate phases of your diagram.
  • Explain how each of the solution elements you’ve identified fit in the lifecycle phases you have depicted in your diagram. Include citations from the text to support your position.

The SDLC Diagram

  • Must be two to three double-spaced pages (600-900 words) in length (not including title and references pages) and formatted according to APA style as outlined in the Ashford Writing Center (Links to an external site.).
  • Must include a separate title page with the following:
    • Title of paper
    • Student’s name
    • Course name and number
    • Instructor’s name
    • Date submitted
  • Must use at least two credible sources including the course text.

  • Must document all sources in APA style
  • Must include a separate references page that is formatted according to APA style

CIS

 

Your client is interested in how you will structure the website. Before you begin to write the HTML for your pages, it’s a good practice to create a storyboard that outlines your ideas for colors, font sizes, placement of images, hyperlinks, and sections on each page. Your storyboard and file structure should outline your homepage, inside pages, navigational scheme, and where you plan to add your form. This is a high-level design that you will be adjusting and changing throughout the quarter. You do not need to write this in HTML! In fact, it will save you time if you develop your storyboard in Word, PowerPoint, or Visio first, so you can make adjustments based on feedback.

Here are some online resources to help you think through the process:

Part Two

Based on your storyboard, you will begin to create your file structure for your site. It is never a good practice to keep all your files in the same folder.

For example, if you are developing a site that sells clothing for men, women, and children, you might have one folder for all the pages that house men’s clothing, another for women’s clothing, and so on.

You can create this portion in Word, indicating where each of your HTML pages will be located, as shown in Section 2.4: Links in Your Text.

Requirements

dicussion-9

 

The shared security responsibility model that a dba must be aware of  when moving to the cloud.

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 using APA format. Use the quotes in your paragaphs.  Stand alone quotes will not count toward the 3 required quotes.

Security Architecture.

Briefly respond to all the following questions. Make sure to explain and backup your responses with facts and examples. This assignment should be in APA format and have to include at least two references. Minimum length of 800 words.

  1. When should the architect begin the analysis?
  2. What are the activities the architect must execute?
  3. What is the set of knowledge domains applied to the analysis?
  4. What are the tips and tricks that make security architecture risk assessment easier?

WEB Answer

 

  1. Pitch Deck
    Overview
    You have been hired to create a website. In this assignment, you will begin to gather the necessary information to complete the work and present your ideas to your client.
    Instructions
    You will need to answer the following questions:

    • What kind of domain names will you register (that is .com, .biz, .net, et cetera)? Why do you suggest this kind of domain? (Review the section in Week 1 on domain names.)
    • Will you register the site using multiple domains? Why is or isn’t this necessary?
    • Will you need to secure any portion of your site? Why? (See the section on HTTPS.)
    • Given the nature of Web trends and changes in technology, what steps, if any, do you suggest to keep your site viable for more than one year?
    • What browsers do you anticipate your visitors will be using based on information available today?
    • Does the browser have any impact on your design?
    • Based on what you’ve just learned this week about CSS, how will this help in the development of your site?
    • Requirements
      You may use any one of a variety of formats to create a pitch deck. PowerPoint is highly recommended, with extra points for creating a presentation using a video device or software that you can upload to YouTube or another easily accessible online hosting service. (If you choose this option, you must coordinate ahead of time with your instructor, to ensure that your instructor will be able to access your video.) Note: You’ve already been hired, but remember that you still need to show off how awesome you are.
      This course requires the use of Strayer Writing Standards. For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course. Check with your professor for any additional instructions.
      The specific course learning outcome associated with this assignment is:
    • Present information and requirements for a website design to a customer.
  2. By submitting this paper, you agree: (1) that you are submitting your paper to be used and stored as part of the SafeAssign™ services in accordance with the Blackboard Privacy Policy; (2) that your institution may use your paper in accordance with your institution’s policies; and (3) that your use of SafeAssign will be without recourse against Blackboard Inc. and its affiliates.

Part 6 – Plan for Business Data and Analytics

 

You are the Vice President of Information Technology at a small, growing business. You have been tasked with developing a plan for maintaining databases for storage of business data and use in business analytics. 

Using the work from Weeks 1-5, create a 20-minute presentation (10-12 slides) to explain your Database Management Plan. Ensure you:  

  • Provide an overview of how databases can be used in a company to store and extract information. 
  • Distinguish how organizational data can be used in the most effective way through developing a database. 
  • Compare how structured and unstructured data are used for data analytics, including concepts like Cloud and Hadoop. 
  • Evaluate and assist company decision makers in understanding the importance of database administration and data governance in relation to building scalable and robust applications. 
  • List the benefits of data administration compared to database administration.  
  • Propose an effective data governance program. 
  • Recommend how individual team roles can contribute to finding ways to build in ongoing monitoring; all roles have an interest in database quality and recovery. 
  • Summarize how your plan will assist the company in overall effectiveness, including the value of analytic results, such as data visualization and finding and applying patterns. 

Your goal is to convince them that by implementing your Database Management Plan, the organization will be able to deliver effective, reliable data management support to meet business needs.

Machine learning

 Exp#1: Develop a system based on two-class Support Vector Machine (SVM) that can predict if the subject will purchase iPhone. Dataset: 

https://github.com/omairaasim/machine_learning/blob/master/project_11_k_nearest_neighbor/ip hone_purchase_records.csv

Training/ Test Split: 75-25 

Exp#2: Develop a voting classifier based on Decision Tree, Logistic Regression and SVM.