Network Security Project Assignment

 Overall Project Scenario

Corporation Techs provides remote and on-site support to small and mid-size businesses. Clients use Corporation Techs’ services to solve problems involving malware removal, to manage data recovery and network issues, and to install hardware and software.Due to recent developments, most technical representatives will begin working from home within the next six months. Because Corporation Techs provides 24/7 support, its systems and communications pathways must be fully operational at all times. In addition, the company has been experiencing unprecedented growth and is preparing to double its client-facing staff.You are a junior network architect who is responsible for helping to plan and design network enhancements to create a more secure internal network, and to ensure secure remote access.

Deliverables

The project is divided into several parts. Details for each deliverable can be found in this document. Refer to the course Syllabus for submission dates.

  • Project Part 1: Network Design

Discussion

 (Chapter 1):  Give examples of systems in which it may make sense to use traditional file processing instead of a database approach. 

Instructions:  Your response to the initial question should be 250-300 words.  Next respond to two postings provided by your classmates. The first post should be made by Wednesday 11:59 p.m., EST. I am looking for active engagement in the discussion.  Please engage early and often. You are require to create your initial thread in order to view and respond to the threads posted by other students.  There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post as needed.  Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.

(Chapter 2):  If you were designing a Web-based system to make airline reservations and to sell airline tickets, which DBMS Architecture would you choose from Section 2.5? Why? Why would the other architectures not be a good choice?

Instructions:  Your response to the initial question should be 250-300 words.  Next respond to two postings provided by your classmates. The first post should be made by Wednesday 11:59 p.m., EST. I am looking for active engagement in the discussion.  Please engage early and often. You are require to create your initial thread in order to view and respond to the threads posted by other students.  There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post as needed.  Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.

Activity 3- Project HR & Stakeholder Mngt

What is the purpose of a Stakeholder Register and how is it used? How can a project manager incorporate this tool into controlling the project?

Text

Title: Managing Project Stakeholders 

ISBN: 9781118504277 

Authors: Tres Roeder 

Publisher: John Wiley & Sons 

Publication Date: 2013-04-22

Unzip Info

  

Unzip Info – – Just copy paste this file under default package of eclipse.. Once you have file in Eclipse then right click on it and Run As Applet
If you were able to run the program in Eclipse and see the working applet that mean eclipse would have created the .class file for it
 

do this next
right click on the java file i had sent in eclipse left panel and select properties.
You see the location where the .java file is located something like
C:somepathsrceclipseprojectMortgageCalculatorGui.java
 

Go to
C:somepathbin and you would see MortgageCalculatorGui.class
 

Copy MortgageCalculatorGui.class and place it in same directory where the MortgageCalculatorGui.html file that i had sent is located.. then open MortgageCalculatorGui.html in browser

Your client needs an application to

  

Your client needs an application to that can display either the heads or tails of a coin. You need to create an application with a Show Heads button and a Show Tails button. When the user clicks the Show Heads button, an image of the heads side of a coin should appear. When the user clicks the Show Tails button, an image of the tails side of a coin should appear. The following figure shows how the application’s form should appear after either the Show Heads button or Show Tails buttons have been clicked.
Think carefully about your implementation. In particular how the form will look when the application firsts starts. Should any coins be showing?. For this question a GUI has been provided by the client. Make sure you implementation matches the clients requestThe client has supplied the images to be used. To achieve full marks, your solution must:Meets the client requirements specified above;
Work correctly;
Contain appropriate comments;
Use appropriate indentation; and
Follow conventions for naming variables and controls

Review of Literature

Please find at least six scholarly papers that relate to Restaurant Web Application Capstone Project and write a review of the literature.

Write one conclusion paragraph for each research papers, so you should have at least six paragraphs. 

In the attachment file is an example, there are two research papers related to the topic, Mobile Phone Security Capstone Project. Each paragraph explains how each research paper connects to the project. At the end of the example, you need to provide a reference using APA Style.

 

Database Management Systems

 

1. How can the key and foreign key constraints be enforced by the DBMS? Is the enforcement technique you suggest difficult to implement? Can the constraint checks be executed in an efficient manner when updates are applied to the database?

2.What is the FUNCTION operation? For what is it used? And Present a practical example/ scenario.

Exp19_Excel_Ch10_Cap_Auto_Sales| Exp19 Excel Ch10 Cap Auto Sales

Exp19_Excel_Ch10_Cap_Auto_Sales| Exp19 Excel Ch10 Cap Auto Sales

     

#Start   Excel. Download and open the file named Exp19_Excel_Ch10_Cap-AutoSales.xlsx. Grader has automatically added   your last name to the beginning of the filename.

 

#Use Get & Transform (Power   Query) to import the file e10c1Agents.csv.   
  Hint: Get Data is located on the Data tab in the Get & Transform Data   group.

 

Rename the worksheet Agents.
  Hint: Double click the worksheet tab to edit the sheet name.

 

#Use Get & Transform (Power   Query) to import the Vehicles table from the file e10c1Vehicles.accdb.
  Hint: Get Data is located on the Data tab in the Get & Transform Data   group.

 

Rename the worksheet Sales.
  Hint: Double click the worksheet tab to edit the sheet name.

 

#Load the file e10c1Customer_Leads.txt in the Power   Query Editor. Use the Power Query Editor to ensure the first row is used as   Headers. Close and load the table.
  Hint: To open the data in the Power Query Editor click Edit on the Import   window.

 

Rename the worksheet Customer_Leads.
  Hint: Double click the worksheet tab to edit the sheet name.

 

 

Add the Vehicles, e10c1Agents,   and e10c1Customer_Leads tables to the data model.
 

  Hint: Manage Data Model is located on the Data tab in the Data Tools group.

 

#Define the following   relationship:
  Table:
  e10c1Agents
  Field:
  AgentID
  Table:
  Vehicles
  Field:
  AgentID
  Hint: Relationships is located on the Data tab in the Data Tools group.

 

#Use Power Pivot to create a   PivotTable on Sheet1 starting in cell B3. Add the Last field from the   e10c1Agents table to the Rows area and Price from the Vehicles table to the   Values area.
 

  Hint: Power Pivot is an Excel add-in that must be loaded. Power Pivot can be   loaded by accessing COM add-ins in Excel options. Once loaded, the Power   Pivot tab is located on the Office ribbon.

 

Format the range C4:C20 with   Accounting Number Format.
 

  Hint: Accounting Number Format is located on the Home tab in the Number   group.

 

Insert a Clustered Column Pivot   Chart. Position the chart so the upper left corner is in the center of cell   D3.
 

  Hint: #PivotChart is located on the Analyze tab in the Tools group.

 

Add the Chart Title Sales.
  Hint: Chart elements can be added or edited on the Design tab in the Chart   Layouts group. 

 

Rename the worksheet SalesAnalysis.
  Hint: Double-click the worksheet tab to edit the sheet name.