Follow the instructions and the spreadsheet carefully you need to use pivot table to answer the questions
Category: Computer science : Information Technology (IT)
Review this Linux case study. In particular, review the section titled “Results.
Review this Linux case study. In particular, review the section titled “Results.”
Share your thoughts on Linux after reviewing this study. Did you learn anything that surprised you? Did it influence your opinion about Linux? Why or why not?
In addition to your primary forum response, post at least two follow-up responses to your classmates.
https://web.archive.org/web/20200421021348/https://www.linuxfoundation.org/projects/case-studies/linux/
You have learned a great deal about the Internet Protocol (IP). IP is a set of r
You have learned a great deal about the Internet Protocol (IP). IP is a set of rules for how data is sent across networks and arrive at the intended destination. An IP address is a numeric identifier assigned to each device on an IP network. Unfortunately, the internet has finally run out of IPv4 addresses. The good news is that everyone knew this would eventually occur and there is a solution: IPv6.
For this discussion, compare the characteristics of IPv4 and IPv6. Discuss any benefits one provides over the other.
Both IPv4 and IPv6 have the option to subnet. Some of the reasons to subnet a network is to improve network performance and speed, reduce network congestion, control network growth, and ease administration.
Next, select a Class A, B, and C IP (v4) address for input into the subnet calculator.
Class A: 1.0.0.1 – 126.255.255.254
Class B: 128.1.0.1 – 191.255.255.254
Class C: 192.0.1.1 – 223.255.254.254
Take a screenshot and post each of your results to include in your post.
If you want to increase the number of subnets, you simply change the Maximum Subnets field input to your desired number. When you increase this number, what happens to the Host per Subnet field and why?
https://www.networkworld.com/article/2985340/arin-finally-runs-out-of-ipv4-addresses.html
https://www.subnet-calculator.com/
-at least 10 slide – make sure to include cover slide and works cited slide -ima
-at least 10 slide
– make sure to include cover slide and works cited slide
-images there should be at least be three images accompanying your slides, that are relevant to your topic
-transitions the ppt swill have transitions
– theme the ppt will have a chosen theme
-the ppt will have a notes area with ate least 1 slide with notations
Possible topics
-Virtual reality
-Augmented reality
-PC hardware
-PC software
-RAM
-CPU
-Gaming culture
-Social media and culture
-Artificial intelligence
– How To’s based on some tech,cyber crime and security,etc
Faster Computing has contacted Go2Linux and requested a brief proposal presentat
Faster Computing has contacted Go2Linux and requested a brief proposal presentation for migrating its systems from Windows to Linux.
The company is specifically interested in seeing the following information:
(10.1.1: Identify the problem to be solved.)
Based on your current understanding of Faster Computing’s business, what are some potential benefits of Linux?
The company is aware that many different Linux derivatives exist. Be very specific and choose only one version (e.g., Ubuntu, Mint, Zorin, Redhat, CentOS, Kali). Which would Go2Linux recommend, and why? Give specific reasons for your choice (e.g., security features, support, updates, user interface).
(10.1.2: Gather project requirements to meet stakeholder needs.)
What steps will be required to migrate the systems from Windows to Linux?
Are there graphical interfaces available for the Linux workstations that would provide similar functionality to Windows? Some users are concerned about working with a command-line interface.
(10.1.3: Define the specifications of required technologies.)
What tools are available on Linux for the servers to provide file sharing, Linux services, and printing? (e.g., Apache/Nginx, Samba, CUPS, SSH/SCP). Ensure you identify what the functions/services are used for (e.g., Samba is used for file sharing).
(1.1.3: Present ideas in a clear, logical order appropriate to the task.)
The deliverable for this phase of the project is a three- to five-slide PowerPoint narrated presentation.
An introductory slide
A summary slide
Voice narration on every slide
For each slide, you will embed your own audio recording as if you were presenting the content to the Faster Computing team. Faster Computing has not yet committed to the project, so this should be presented as a proposal. The presentation should be visually appealing; the inclusion of at least one image that supports the content and adds value to the proposal is required.
(1.3.3: Integrate appropriate credible sources to illustrate and validate ideas.)
You must cite at least two quality sources.
You used at least 2 references and your references were cited properly following an accepted style. Ask your instructor for clarification.
Use the Migration Proposal Presentation template to get started.
(2.3.1: State conclusions or solutions clearly and precisely.)
You should present your proposal as if you are selling to the company. Revisit all of these important reasons in the summary slide.
Describe how being independent, creative, hard-working, and being confident can
Describe how being independent, creative, hard-working, and being confident can help you be a software developer and can help you in the future.
This assignment will ensure that you have Python installed on your PC and a work
This assignment will ensure that you have Python installed on your PC and a working IDE that can help you in this course. This assessment will be easy as your goal is to implement this program and run it in multiple IDEs.
The program is as follows
name = input(“Enter Your Name: “)
print(“Hello ” + name + ” welcome to Herzing IS-296 Python Programming”)
This program is your basic hello world project for this course. You can copy and paste this code into an IDE and run it. This code will print out a line in the console saying Enter Your Name: You must click the console, type in your name, and hit enter. It will print out the following line with your name in the middle.
Now with that being defined, what you will need to turn into for this assignment is the following.
1. Install Python and use the CMD to show that Python is installed on your system. Take a screenshot of the CMD and paste it into a word document
2. Install PyCharm
3. Install Jupyter notebook via pip or through Anaconda Navigator GUI
4. Install Spyder via pip or through Anaconda Navigator GUI
5. Run the above program in each IDE
6. Take Screenshots of both the code and console output of each IDE in a word document.
You have to turn in a single word document with each IDE screenshot with the code running along with a screenshot showing that Python is installed correctly.