Neo4j DB

How much for this Neo4j project?

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Network Design(500-700 words)

 

Task

Task 1 (Research) [5 marks]

In this task, you are required to research a range of options/methods that can be used for network designing in this assessment. Based on your research you are required to clearly list your views on pros and cons of each available option for the completion of this assessment and select an option that you will use to complete this assessment.

Task 2 – Setting up a Network [10 marks]

You are required to set up a network consisting of PCs, routers, switches and servers. You need to configure routing between routers, use any dynamic routing protocol. The PCs (clients) will be connected to switches and switches to the router’s interfaces. Clients and Servers are connected on different networks (don’t attach clients and servers on same network).
 Client(s) <–> Switch <–> Router <–> Router <–> Switch <–> Server(s) 

Use ONLY the IP address which you calculated in Assignment 2.

Perform the following activities and support your workings with screenshots [10 marks]:
  1. Configure the PCs, Server and Router interfaces with appropriate network addressing;
  2. Configure any classless dynamic routing protocol on the routers;
  3. On any client, ping the client’s own network interfaces, then the local router gateway interface, then the remote router interface, then the servers. Check full network conductivity;
  4. Use the traceroute command from the client to the server. Include results of the traceroute in your submission, explaining meaning of traceroute output.

Task 3 – Configuring Network Services [10 marks]:
 Using the same network topology that you have setup in Task 1, perform the following additional activities 

1.DHCP: Configure DHCP servers and show that the client PC has successfully received IP Addresses and other network parameters (default gateway, subnet mask and DNS IP address) using DHCP
 2.WEB Server: Configure WEBs server on the dedicated machines in their specified networks, with URL as sanchithadesilva.csu.org
 3.DNS: Configure DNS Servers on the server device and demonstrate that forward and reverse DNS are working from the client PC; test DNS Server by browsing yourname.csu.org from client PC, DNS must resolve this URL to IP address of WEB Server
 4.Firewall: Configure traffic filtering on the web servers to block ONLY HTTP TCP traffic between one of the client PCs and WEB Servers and allowing all other IP traffic, provide evidence of such traffic filtering. You should verify firewall by using PING and HTTPS TCP traffic which should not be blocked.

A series of screenshots with commentary on each of the required tasks is to be submitted. The submission must include a comprehensive explanation of each task and all the commands used along with the output (or final result) in report format.

Task 4 [5 marks]

Task 4 will be given to you by your lecturer 7 days before date due. This is to allow everyone to work in this timeframe and to prevent unauthorized assistance with your work. This task is face to face questioning and answering with your lecturer, and must be completed during class time before the due date.

 

Presentation

Please note that this assessment is asking for your reflections/thoughts and understanding of the topic. Therefore refrain from directly copying and pasting from other sources. I encourage wider reading to increase your knowledge base however proper referencing guidelines MUST be followed (please refer to the APA referencing guide in student resources) otherwise your work can be reported for plagiarism.

We have a very diverse learning group with students from different parts of the world, and it is important to respect that with such a diverse group, everyone’s ability to express themselves in written language can vary. Therefore it is important to respect diversity and opinions different from yours, no matter where they come from. Let us all also be mindful that written communication can be easily misinterpreted, therefore please be careful and avoid using strong words so we don’t cause confusion and/or anxiety for our peers. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Consumerization of Technology at IFG

 Read the Consumerization of Technology at IFG Case Study on pages 239-242 in the textbook. Answer the Discussion Questions at the end of the Case Study. Your responses must be complete, detailed, and in APA format. The length requirement is 2 to 3 pages, but no more than 3, not including your title page, abstract page, and references page. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

The results of the analysis to non-technical decision makers On ERM

Chapter 22 presented a case study in creating value from uncertainty, and chapter 25 presented the use of efficient frontier analysis in SRM. Assume you are the project lead for the analysis team that uses Efficient Frontier Analysis to evaluate risks of the portfolio presented in chapter 25. How would you explain the results of the analysis to non-technical decision makers? What recommendation would you make, assuming the risk appetite presented in chapter 25?

To complete this assignment, you must do the following:

A) Create a new thread. As indicated above, assume you are the project lead for the analysis team that uses Efficient Frontier Analysis to evaluate risks of the portfolio presented in chapter 25. How would you explain the results of the analysis to non-technical decision makers? What recommendation would you make, assuming the risk appetite presented in chapter 25?

Word count: 300

Text Book Attached

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

each answer should have 5 sentences

 

1. With all the stories about millions and millions of bytes of personal data having been exposed, why is their still any faith at all in the Internet?

2. How has the term hacking changed meaning over the years?

3. What is the most dangerous hacker tool?

4. From the news: How were NSA’s hacker tools  compromised? 

5. What was the vulnerability in the Target Breach?

6. What do you think of hactivism?

7. How did Stuxnet work? 

8. What was the Arpanet?

9. Deep brain stimulation is a treatment for Parkinson’s disease. Medical devices such as these are now becoming accessible through the web. Consider the dangers (threat surface)?

10. What is the Red Team?

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Cybersecurity Engineering Template

Create an annotated cybersecurity engineering template to be   delivered to all applicable enterprise departments of an organization   to guide them through securing their systems. This template must be   tailored specifically to an organization of your choice.

Include the following components:

  1. Privacy and Data Security
  2. Scams and Fraud
  3. Network Security
  4. Website Security
  5. Email
  6. Mobile Devices
  7. Employees
  8. Facility   Security
  9. Operational Security
  10. Payment Cards
  11. Incident Response and Reporting
  12. Policy Development,   Management
  13. Cyber Security Glossary
  14. Cyber Security   Links

APA style is not required, but solid academic writing?is expected.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

SQLAlchemy- STEP 2

 

  • Use Flask to create your routes.

Routes

  • /
    • Home page.
    • List all routes that are available.
  • /api/v1.0/precipitation
    • Convert the query results to a dictionary using date as the key and prcp as the value.
    • Return the JSON representation of your dictionary.
  • /api/v1.0/stations
    • Return a JSON list of stations from the dataset.
  • /api/v1.0/tobs
    • Query the dates and temperature observations of the most active station for the last year of data.
    • Return a JSON list of temperature observations (TOBS) for the previous year.
  • /api/v1.0/<start> and /api/v1.0/<start>/<end>
    • Return a JSON list of the minimum temperature, the average temperature, and the max temperature for a given start or start-end range.
    • When given the start only, calculate TMIN, TAVG, and TMAX for all dates greater than and equal to the start date.
    • When given the start and the end date, calculate the TMIN, TAVG, and TMAX for dates between the start and end date inclusive.

Hints

  • You will need to join the station and measurement tables for some of the queries.
  • Use Flask jsonify to convert your API data into a valid JSON response object.

Temperature Analysis I

  • Hawaii is reputed to enjoy mild weather all year. Is there a meaningful difference between the temperature in, for example, June and December?
  • You may either use SQLAlchemy or pandas’s read_csv() to perform this portion.
  • Identify the average temperature in June at all stations across all available years in the dataset. Do the same for December temperature.
  • Use the t-test to determine whether the difference in the means, if any, is statistically significant. Will you use a paired t-test, or an unpaired t-test? Why?

Temperature Analysis II

  • The starter notebook contains a function called calc_temps that will accept a start date and end date in the format %Y-%m-%d. The function will return the minimum, average, and maximum temperatures for that range of dates.
  • Use the calc_temps function to calculate the min, avg, and max temperatures for your trip using the matching dates from the previous year (i.e., use “2017-01-01” if your trip start date was “2018-01-01”).
  • Plot the min, avg, and max temperature from your previous query as a bar chart.
    • Use the average temperature as the bar height.
    • Use the peak-to-peak (TMAX-TMIN) value as the y error bar (YERR).

 

Daily Rainfall Average

  • Calculate the rainfall per weather station using the previous year’s matching dates.
  • Calculate the daily normals. Normals are the averages for the min, avg, and max temperatures.
  • You are provided with a function called daily_normals that will calculate the daily normals for a specific date. This date string will be in the format %m-%d. Be sure to use all historic TOBS that match that date string.
  • Create a list of dates for your trip in the format %m-%d. Use the daily_normals function to calculate the normals for each date string and append the results to a list.
  • Load the list of daily normals into a Pandas DataFrame and set the index equal to the date.
  • Use Pandas to plot an area plot (stacked=False) for the daily normals.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Mod Meters case study

Develop an IT planning process for ModMeters to accomplish the demands.Answer should in APA format.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

DATABASE SYSTEM DESIGN AND MANAGEMENT

What is a trigger, and what is its purpose?

What is a stored procedure and why is it particularly useful?

Provide detailed examples

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

civil rights issues and privacy

 Go  to the website: https://epic.org/privacy/litigation/
300 words or more  : 

  • Summarize the case
  • Give your opinion of the decision.
  • Describe how the case deals.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now