Module 2

 Moqup.com is the sight I’m using for this assignment.

Password:

!Atun5803

[email protected] -Username

Module 2 instructions:

 

Instructions

Update your mockup to reflect any instructor feedback and any new design principles covered. 

Using HTML apply the basic web design principles learned so far to create the personal website that you proposed in Module 1. At this point, you are just creating the structure of your website. This includes a blank web page, a layout for the opening page, and a navigation (menu bar). It is important that you do not go beyond creating the structure at this point, since in the future assignments you will add additional features and content based on instructor feedback on your website structure.

Write one page outlining the website’s purpose and audience.

Create a zipped folder containing all files and name it under your last name plus Assig2. Example Kalantari-Assig2. Submit your zipped folder to Module 2 Assignment link.

 

:

;

Servers Remote Management

While working on the homework assignment, the differences between servers and desktops will become more obvious. What tools and technology would you use to remotely manage servers? These may be the same as those used with desktops or completely different. Discuss with the other students how you would manage one remote server, 10 remote servers, and 1,000 remote servers. Make sure to think about out-of-band management along with management through remote protocols such as remote desktop and ssh.

Aligned Objectives

  • Understand the core elements of an IT infrastructure, servers, network devices, and wired and wireless network links
  • Understand through practical examples, how protocols are used to enable communication between computing devices
  • Understand the differences between workstation and server hardware
  • Manage servers both remotely and locally

Response Parameters

  • Each initial post should be 250 to 350 words. Respond to at least one peer’s post by providing potential solutions to their concern

Discussion

-need one page

 

  1. In 100-200 words, please explain in your own words the difference between Authentication and Authorization and how they work together.
  2. In 100-200 words, outline the Incident Response steps. Does Digital Forensics work into the Incident Response process? If so, please explain. 

Week 3 DQ AIT

For this discussion: 

  1. Select two of your research sources to be used in your annotated bibliography assignment. 
  2. Provide a brief summary of each and how they apply to your project. 
  3. Identify the challenges you see in determining the best solution for your project.

Note: 300 words with 2 intext citations and 2 references

Our project: Dominos Pizza group PLC

Computer Systems

TOPIC: Describe systems at risk, data breaches, the need for disaster recovery, and how data centers fit into this equation.

Further details attached

MKT 8

 

Answer questions 1-4 of chapter 13, page 428 case 13.1.

1.  What additional information should Anna attempt to obtain regarding the absenteeism problem?

2.  Advise Anna on the steps she should take to control absenteeism. Include in your answer the types of standards and strategies she should use.

Access and Optimization of Technology

1. What Does the Bible Say About Wealth and Provision? (Overview)

2. Devise a short plan for evaluating IT asset distribution, technical skills, and costs within an organization

3. How does the plan address technology optimization, performance, and efficiency?

minimum 500 words with reference for each point

Design an abstract class called Shape

  

Design an abstract class called Shape. This class must contain a single constructor that accepts a single numeric value that can be used to calculate various values, one of which is area. Include an abstract method called findArea that can be defined to find the area of any shape. Also provide a concrete to return the area. Design two concrete classes, Circle and Square that inherits fhe class Shape. Each of these classes finds the respective area; i.e. area of circle and area of square. You are responsible for providing the relevant variables.