- Contingency Planning
Contingency planning is a risk mitigation process for developing back-up plans in anticipation of events (scenarios) that might disrupt ‘business as usual’. Business continuity planning is an expanded version of contingency planning that typically encompasses a more comprehensive and extended response plan for getting back to ‘business as usual’. In a well-formatted, highly-detailed research paper, address the need to contingency planning, ensuring to address the following items:
(1) Benefits of scenario events/planning.
(2) Questions to consider when implementing scenario planning.
(3) The common types of scenario planning.
Your paper should meet these requirements:- Be approximately 4 pages in length, not including the required cover page and reference page.
- Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
- Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
- Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
Full Disk Encryption
Preamble
An organization chief executive officer (CEO) was suspected of fraud, and digital forensic investigators were assigned to acquire a forensic duplicate of his laptop without his knowledge, and his laptop was configured with full disk encryption.
Restrain
The best option was to shut down the laptop, create a forensic duplicate of the hard drive, and decrypt the hard drive using an administrative decryption key. Notably, investigators had insufficient time for such laid down approach.
Plan of Action
The forensic duplicate of the data must be acquired from the live laptop while the system was left running in the chief executive Officer’s unit. The CEO was called out for an interview germane to the suspected fraud charges. The digital forensic investigators were then, able to interact with the CEO’s laptop, made changes to the system, acquire vital data on the laptop hard drive in an unencrypted format, including deleted data.
Lack of Decorum
During the acquisition process, digital investigators documented findings and enabled unauthorized access to concluding evidence. It must be recognized and acknowledged that the fundamental principle for handling forensic investigation in the most unstable environment, such as the CEO’s office, is not a smooth sailing event. Also, forensic investigators must be incredibly careful not to violate any laws and give rise to liability.
Answer All Questions (1:1 – 1:6)
Question 1:1 Do you, as an investigator, believe that forensic investigators charged with the case vehemently violated the laws and rise to liability?
Question 1:2 Do you, as an investigator, have confidence and willing to support digital forensic investigator’s conclusive evidence of this case in court?
Scenario: Try extremely hard to make allowances for forensic investigators’ operation in the most uneven crime scene to avoid breaching the fundamental principle of forensic investigation.
Question 1:3 Provide a comprehensive plan of action to guide digital forensic investigators in an unbalanced crime scene of this nature.
Question 1:4 Do you support the option that digital forensic investigators charged with this case should have obtained extra search warrant?
Question 1:5 Describe the Benefits and Drawbacks of Search Warrant on the organization’s Chief Executive Officer in such a given situation.
Question 1:6 Describe the Benefits and Drawbacks of extra Search Warrant on forensic investigators in the same given situation.
Project 1: Explore Networking in the Cloud ( Steps 1 trough 4, are already completed)
**** STEPS 1 THROUGH 4 ARE ALREADY COMPLETED, You do not need to do them again*****
( I just posted it for you to review so you can understand the whole project )
—- I ONLY NEED HELP WITH STEPS 5, 6, 7, AND 8. (Please upload each step separately) ——
REVIEW THE WHOLE PROJECT BEFORE YOU AGREE TO ACCEPT IT
INSTRUCTIONS:
In CCA 610: Cloud Services and Technology, you assumed the role of an IT analyst at BallotOnline, a company providing electronic voting solutions worldwide. Your proposal to begin migrating systems to the cloud has been approved.BallotOnline has now initiated preparations for the cloud deployment. The company decided to start with deeper investigations of crucial technologies enabling cloud computing. You became acquainted with the basics of these technologies in CCA 610. In this project, you will conduct more in-depth investigation of cloud networking, which makes cloud connectivity on-demand operations possible. You need to have a good understanding of this as you prepare the BallotOnline network for migration to the cloud as well as designing the appropriate network infrastructure in the cloud for BallotOnline.To do that, you will assume the role of a BallotOnline network engineer. You will explore the network protocols that enable the company and its customers to connect to the cloud, as well as technologies making it possible to create on-demand in-cloud virtual networks into which the cloud resources will be deployed.You will conduct two lab experiments exploring the TCP/IP protocols and software-defined networking. You will also perform a subnetting task to demonstrate your understanding of TCP/IP network addressing. Your final deliverable will be the technical report describing your findings and explaining the use of these technologies for BallotOnline’s cloud deployment.
Step 1: Review Networking Concepts
In this step, you will establish an understanding of networking concepts and terms. It will help the recipients of your technical report, including BallotOnline’s technical management, to become familiar with networking vocabulary and definitions.You will start with reviewing basic networking concepts such as local area network (LAN), Ethernet, and packet switching—the technique of splitting transmitted data into smaller portions and transmitting them separately. Splitting data into packets, transmitting the packets reliably, and reassembling the data is performed by networking software. It is important to know about basic networking concepts since they serve as the underlying technology for cloud computing. This will ultimately prepare you to submit your technical report for this project. (http://intronetworks.cs.luc.edu/current/html/intro.html)Networking software follows the popular model of layered design of network protocols, with each layer using the functionality of the layer below it and implementing new functionality to be used by the layer above. The technical report should include the popular internet suite of protocols—TCP/IP. Application protocols such as HTTP or SMTP are implemented in layers above TCP/IP. (http://intronetworks.cs.luc.edu/current2/html/tcpA.html?highlight=transmission%20control%20protocol)Other basic networking concepts include Domain Name Service, network firewalls, and Network Address Translation. As the network engineer for BallotOnline, you know that these protocols play an important role in enabling cloud computing.
Step 2: Explore Internet Packet Switching—IP
The Internet Protocol (IP) is the workhorse of today’s internet connectivity. As the network engineer for BallotOnline, you know that today’s cloud computing is built on top of IP. Most communication between systems in the cloud is done using this protocol.IP employs the technique of packet switching, which breaks the data to be transmitted into smaller parts, called packets or datagrams, that are sent over the network independently. Understanding IP is crucial to designing and maintaining cloud deployments, which are provisioned within virtual IP networks and accessed via global internet. You will review the basic elements of IP protocol and include their brief discussion in your technical report.Network devices have a network address to allow other devices to connect to it. The network addresses used in IP are called IP addressing. BallotOnline will need IPv4 addressing to be able to provide network addresses to a cloud system and to create a virtual network in the cloud.Every system on the network must have an IP address. The assignments of IP addresses to the network systems can be done manually or dynamically through a Dynamic Host Configuration Protocol (DHCP) server. As the network engineer for BallotOnline, you know that manually assigning IP addresses is time-consuming and should only be used on a small number of systems where the IP address will not change frequently. (http://intronetworks.cs.luc.edu/current/html/ipv4.html#dynamic-host-configuration-protocol-dhcp)Because numeric addresses are not human-friendly, a domain/machine naming convention defines human-readable names for internet hosts. An internet-based service called DNS (Domain Name System) provides translation between the IP addresses and the domain names. In general, people will use the domain names when addressing a system on the internet instead of using its IP address. You will need to explain in the technical report how DNS is used alongside IP addresses. As the network engineer for BallotOnline, you also know the importance of IP routing, the mechanism used to route the IP packets across the internet from the sender to the recipient. IP routing of IP packets is accomplished by network routers, which determine the next destination for each packet and are able to learn new routes. (http://dtucker.cs.edinboro.edu/IPRouting.htm) (https://www.learncisco.net/courses/icnd-1/lan-connections/packet-delivery-process-at-l3.html)
Step 3: Investigate Internet Transport—TCP
As robust as the IP protocol is, it does not perform the actual transmission of the data. In this step, you will investigate the network protocol called Transmission Control Protocol (TCP), responsible for creation, reliability of delivery, and proper assembling of data packets. In addition to IP, TCP is also widely used on the internet, especially for any network communication where it is essential to confirm receipt of the transmission. Many of the network protocols used to implement cloud computing use both TCP and IP. You will review TCP’s workings and discuss them in your final technical report. In general, there is no guarantee that a data packet will reach its destination. Packets can get lost or corrupted during transmission, and there are network applications where you need assurance that the packets have reached their destination. To achieve reliability, TCP establishes connections between communicating hosts, using port numbers to refer to applications on these hosts. Then, packets are created, sequenced, transmitted, acknowledged, and retransmitted if missing or containing errors. Finally, at the destination, they are reassembled into the original messages. To synchronize the flow of packets between sender and receiver, and avoid packet congestion in case of varying speeds, TCP uses sliding windows for packets remaining in processing at a given time, at both the sender and receiver ends. (http://intronetworks.cs.luc.edu/current/html/slidingwindows.html#sliding-windows)
Step 4: Review Advantages of IP Subnetting
One of the drawbacks of IPv4 is the maximum number of network devices it can support. IPv4 addressing uses a 32-bit network address. This allows for 232, or a little over 4 billion devices. However, today there are significantly more devices on the internet. Even though the more robust IPv6 version has been introduced and efforts are underway to assure wide adoption, IPv4 is still widely used. One method used to more efficiently use the IPv4 network addresses is a technique to optimize the addresses by splitting them into network addresses and host addresses within designated networks. You will need to take advantage of IP address splitting so that you can efficiently use and allocate the IPv4 network addresses that have been assigned to BallotOnline.
For a given large network, rather than addressing all the hosts using the host part of the address, subnetting allows for splitting the network into several smaller ones by borrowing the host part bits and adding them to the network bits (http://intronetworks.cs.luc.edu/current/html/ipv4.html#ipv4-subnets ).
It supports efficient management of local networks composed of multiple LANs. In this step, you will investigate subnetting conventions and discuss them in your final report in order to lay ground for the use of subnets by BallotOnline.As the network engineer for BallotOnline, you know that subnetting a network into several smaller and variable-sized networks will be best for the organization’s needs. BallotOnline has been assigned a network address block by the Internet Assigned Numbers Authority (IANA). ( https://www.iana.org/ )
Because BallotOnline has several offices around the world, you will need to subnet this network address to assign just the right number of addresses to each office location based on the number of systems at that office location.
The following is the network address assigned by IANA and the number of offices along with their sizes:208.101.170.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16
Your task is to create the appropriate number of subnets with the right size to optimize the network. Your technical report should include Classless Interdomain Routing (CIDR) notation, which allows for specifying a variable-length network as part of the IPv4 address, leaving the rest for addressing hosts within the network. ( https://opensource.com/article/16/12/cidr-network-notation-configuration-linux )
+++Submission for Project 1: Subnetting+++
The first interim deliverable for Project 1 is for you to learn about subnetting and demonstrate that you know how to do this.
208.101.170.0/24 subnetted to 16 subnets and provide information for subnets #1, #4, #5, and #16
The deliverable is for you to provide the following information for each of the subnet identified (there are four of them for each problem):
- Network address
- Subnet Mask
- Range of IP Addresses available
- Broadcast Address
- The number of subnets that you will be able to get
- The number of hosts that each subnet will be able to have
You will also need to show the calculation on how you get your answers.
Step 5: Capture and Analyze Network Traffic
Another skill that you will need as the network engineer for BallotOnline is being able to capture network traffic. It’s important to analyze network traffic to find and troubleshoot network issues. This method is commonly used to identify a malfunctioning network device or to detect a possible network issue, such as an ongoing network attack.
Normally, this process can take hours, days, or even weeks, depending on the size of the network and the specific traffic that you are trying to capture and analyze.
In this scenario, you will be provided with a captured network traffic and you will be directed to look for specific network packets.
You will use Wireshark, a popular open-source network traffic capture and analysis tool. To analyze the capture file provided to you, here is an introductory tutorial. (https://www.wireshark.org/) ( https://www.wireshark.org/video/wireshark/introduction-to-wireshark/ )
FOLLOW THE STEPS in the Analyzing Network Traffic Using Wireshark Guide ATTACHED, and prepare a lab report with answers and screenshots to support your answers.
The lab report will be attached to your final technical report to demonstrate your proficiency in using the tool to do basic network analysis.
Step 6: Explore Networks Inside the Cloud—SDN
Cloud computing defines network resources as needing to be “rapidly provisioned and released with minimal management effort or service provider interaction” (Mell & Grance, 2011),
As cloud networks developed, it was clear that further virtualization of network devices such as switches and routers was needed.
This led to what is known as software-defined networking (SDN) technology, enabling programmatic interfaces to control functions of these devices. ( http://ipj.dreamhosters.com/wp-content/uploads/issues/2013/ipj16-1.pdf ).
You know that it will be important for management to understand how SDN supports cloud deployments like BallotOnline’s, so it will be a key part of your technical report.
Instead of manually programming network devices to configure a LAN, cloud management systems using SDN can set these devices up to forward packets to particular destinations by “calling” SDN APIs (application programming interfaces – libraries of software routines). This allows for the creation of virtual networks in the cloud by software.
The most popular SDN standard is OpenFlow by the Open Networking Foundation (https://www.opennetworking.org/).
OpenFlow switches include SDN controllers, which maintain flow tables to control forwarding of IP datagrams, and they can learn routes as IP packets when particular source and destination addresses arrive.
References
Mell, P., & Grance, T. (2011). SP 800-145: The NIST definition of cloud computing. Retrieved from https://csrc.nist.gov/publications/detail/sp/800-145/finalOnce you participate in the discussion below, proceed to the next step. There, you will use a network simulator to show how packets are transmitted.
Software-Defined Network Discussion
*Discuss what software-defined networking is and what networking challenges it addresses. What is the role of OpenFlow protocol?
*Describe how BallotOnline could benefit from SDN in its cloud deployment.
Explain the reasons for your opinions and how they relate to your experiences.
Step 7: Simulate a Network With Mininet
To demonstrate your understanding how network packets are transmitted in the cloud, you will use Mininet, (http://intronetworks.cs.luc.edu/current/html/mininet.html#installing-mininet) a popular open-source network simulator that can be used together with Wireshark. This demonstration will be part of your technical report.
FOLLOW THE STEPS in this Simulating a Network Using Mininet and Analyzing Packets Using Wireshark Guide. GO THIS LINK AND FOLLOW THE STEPS: (https://leocontent.umgc.edu/content/dam/course-content/tgs/cca/cca-625/document/SimulatingaNetworkusingMininetandAnalyzingPacketsusingWireSharkGuide.pdf?ou=535215).
During the lab, you will provision an EC2 instance in AWS using a preconfigured AWS Machine Image (AMI) and use the Mininet simulator in the EC2 instance to create two hosts. You will then use Wireshark to capture the packet exchanges.
FOLLOW THIS LINKS:
(https://aws.amazon.com/ec2/?ec2-whats-new.sort-by=item.additionalFields.postDateTime&ec2-whats-new.sort-order=desc)
( https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-best-practices.html )
You will PREPARE A LAB REPORT as per the lab guide and attach it to your final technical report.
In the next step, you will put together your technical report for BallotOnline.
Step 8: Submit Networking in the Cloud Technical Report
As your final submission, you will write a technical report about networking in the cloud.
* It will be addressed to BallotOnline technical managers to help them understand how these networking technologies will be implemented as BallotOnline migrates to the cloud.
* It will include technical review of the topics covered in the project. Follow the Networking in the Cloud Technical Report Template to cover all the topics required.
FOLLOW THIS LINK : ( https://leocontent.umgc.edu/content/dam/course-content/tgs/cca/cca-625/document/CCA625Project1_NetworkingintheCloudTechnicalReportTemplate.docx?ou=535215 ).
* Make sure you provide headings to clearly identify sections of your report.
***The technical review part of the report should be eight to 12 pages. ***
* You should also include both Project 1 lab reports (1 and 2), with incorporated feedback from Steps 5 and 7 if any.
BI and Chryptography
Q1. evaluate the history of the Data Encryption Standard (DES) and then how it has transformed cryptography with the advancement of triple DES. You must use at least one scholarly resource. Every discussion posting must be properly APA formatted. (250 to 300 words)
Q2. What is the relationship between Naïve Bayes and Bayesian networks? What is the process of developing a Bayesian networks model?Your response should be 250-300 words. There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post. Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.
Q3.List and briefly describe the nine-step process in con-ducting a neural network project.Your response should be 250-300 words. There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post. Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.
Q4. Complete the following assignment in one MS word document and include at least two APA formatted references (and APA in-text citations) to support the work this week. (Each below question 150 words)
1.What is an artificial neural network and for what types of problems can it be used?
2.Compare artificial and biological neural networks. What aspects of biological networks are not mimicked by arti- ficial ones? What aspects are similar?
3.What are the most common ANN architectures? For what types of problems can they be used?4.ANN can be used for both supervised and unsupervised learning. Explain how they learn in a supervised mode and in an unsupervised mode.
5.Go to Google Scholar (scholar.google.com). Conduct a search to find two papers written in the last five years that compare and contrast multiple machine-learning methods for a given problem domain. Observe com- monalities and differences among their findings and prepare a report to summarize your understanding.
6.What is deep learning? What can deep learning do that traditional machine-learning methods cannot?
7.List and briefly explain different learning paradigms/ methods in AI.
8.What is representation learning, and how does it relate to machine learning and deep learning?
9.List and briefly describe the most commonly used ANN activation functions.
10. What is MLP, and how does it work? Explain the function of summation and activation weights in MLP-type ANN.
11. Cognitive computing has be come a popular term to define and characterize the extent of the ability of machines/ computers to show “intelligent” behavior. Thanks to IBM Watson and its success on Jeopardy!, cognitive computing and cognitive analytics are now part of many real- world intelligent systems. In this exercise, identify at least three application cases where cognitive computing was used to solve complex real-world problems. Summarize your findings in a professionally organized report.
Business Intelligence
Complete the following assignment in one MS word document:
Chapter 1 –discussion question #1 & exercise 15 (limit to one page of analysis for question 15)
Chapter 2 – discussion question #1 & exercises 4, 5, and 15(limit to one page of analysis for question 15)
When submitting work, be sure to include an APA cover page and include at least two APA formatted references (and APA in-text citations) to support the work this week.
All work must be original (not copied from any source).
Chapter 1
Discussion 1) Survey the literature from the past six months to find one application each for DSS, BI, and analytics. Summarize the applications on one page, and submit it with the exact sources
Exercise Q) Find information about IBM Watson’s activities in the healthcare field. Write a report.
Chapter 2
Discussion 1) Discuss the difficulties in measuring the intelligence of machines.
Exercise Q4. In 2017, McKinsey & Company created a five-part video titled “Ask the AI Experts: What Advice Would You Give to Executives About AI?” View the video and summarize the advice given to the major issues discussed. (Note: This is a class project.)
5. Watch the McKinsey & Company video (3:06 min.) on today’s drivers of AI at youtube.com/ watch?v=yv0IG1D-OdU and identify the major AI drivers. Write a report.
15. Explore the AI-related products and services of Nuance Inc. (nuance.com). Explore the Dragon voice recognition product.
I need writing papers
I have one full course for cyber security. There are 16 weeks and have to do the discussion papers and response and final week. Please do placed your bid after reading the attachment.
Cloud Computing
Your Research Project is due this week. It must consist of:
1. 5 sources annotated bibliography
2. slide presentation with 12 or more slides
3. Summary or Abstract containing at least 750 words.
The topic must be appropriate for the graduate level. Find a topic that we covered in the course and dig deeper or find something that will help you in your work or in a subject area of interest related to the course topic.
These are the covered topics:
- Week One | Introductions and the CIA Triad
Week Two | Virtualization
Week Three | Types of Clouds
Week Four | Service Delivery Models
Week Five | Organizational Security and Privacy
Week Six | Risk Analysis
Week Seven | Benefits and Drawbacks
Week Eight | Identity and Access Management
Week Nine | Regulatory Compliance
Week Ten | Auditing | October 26th
Week Eleven | Failover and Disaster Recovery
Week Twelve | Security as a Service
English composition 6
assignment added the attached picture
Wk 3 – Apply: Core Solutions of SharePoint Server 2013 and Policy
The director of Information Technology (IT) has indicated that the Board of Directors is compiling a corporate portfolio on ethics and has asked all departments to contribute information on how to write policy statements that reflect a code of ethics. The director of IT has asked for you to provide an example of a policy statement that reflects work you do in IT administration.
Research the cultural and global political considerations for the use of a sharing service as presented in the lab and the data which could be hosted and made available via the Internet. Reflect on the idea that some issues, such as keeping data unalterable, could transcend cultures, while other IT choices could depend on your cultural perspective.
Consider the following:
- How cultural perspective could impact the security decisions of an administrator setting up SharePoint® Server 2013 citing choices that were made in the labs
- Global political issues, such as corruption, human rights, and rights to privacy in the U.S. and Key Nations, based on your readings and discussions this week
Write a 1- to 2-page example of a policy statement using Microsoft Word. Complete the following in your document:
- A brief description of the types of data that are hosted and made available via the Internet using SharePoint® Server 2013. Include at least 2 types.
- At least 2 cultural or global political considerations for sharing services (e.g., privacy rights)
- Your opinion regarding any IT choices that seem to transcend culture
- At least 1 example of choices you have when administering SharePoint® Server 2013 that could depend on your ethical stance
- A brief policy statement for configuring SharePoint® Server 2013 that aligns with your ethical stance on data integrity (e.g., “The organization will seek to protect confidential and proprietary information when configuring SharePoint® Server 2013.”)
Cite any references to support your assignment.
Format your assignment according to APA guidelines.
Submit your assignment.
cloud computing
Discuss in 500 words, why institutions are reluctant to move their IT to the cloud. Consider specific industries like education, medicine, military, etc.