Executive practical connection Assignment

 

For this project, select an organization that has leveraged Cloud Computing technologies in an attempt to improve profitability or to give them a competitive advantage.  Research the organization to understand the challenges that they faced and how they intended to use Cloud Computing to overcome their challenges.  The paper should include the following sections each called out with a header.

• Company Overview:  The section should include the company name, the industry they are in and a general overview of the organization.
• Challenges: Discuss the challenges the organization had that limited their profitability and/or competitiveness and how they planned to leverage Cloud Computing to overcome their challenges.
• Solution:  Describe the organization’s Cloud Computing implementation and the benefits they realized from the implementation.  What was the result of implementing Cloud Computing?  Did they meet their objectives for fall short?
• Conclusion:  Summarize the most important ideas from the paper and also make recommendations or how they might have achieved even greater success.

Requirements:

The paper must adhere to APA guidelines including Title and Reference pages.  There should be at least three scholarly sources listed on the reference page.  Each source should be cited in the body of the paper to give credit where due.  Per APA, the paper should use a 12-point Time New Roman font, should be double spaced throughout, and the first sentence of each paragraph should be indented .5 inches.  The body of the paper should be 3 – 5 pages in length.  The Title and Reference pages do not count towards the page count requirements.

Networking

 

  •  Select one of the following topics in which you will base your responses in the form of a term paper: 

  • Network Neutrality.
  • Web2.0.
  • Wireless Technology.
  • Broadband Convergence.
  • U.S. Telecommunication Policy.
  • Internet Security.
  • IPv6.
  • WWAN.
  • WLAN.
  • DNSSEC.
  • WAN. 
  • Instructions
    Write a fully developed paper in which you: 
  1. Compose an executive summary highlighting the paper’s contents and reasoning for your chosen topic.
  2. Conduct a SWOT analysis by analyzing the strengths, weaknesses,  application opportunities, and threats from competitors of the chosen topic.
  3. Evaluate the current ethical and legal concerns surrounding your topic.
  4. Select one ethical or legal concern surrounding your topic, take a position on the issue, and provide rationale.
  5. Analyze the improvements over the last two years to your communication technology topic, and suggest an improvement based on its current usage.
  6. Predict the future role of the communication technology you’ve selected for both personal and commercial use.
  7. Create a diagram that illustrates the communication structure of your chosen technology in Visio or its open-source alternative software.  Note: The graphically depicted solution is not included in the required page length.
  8. Use at least eight quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.
  9. Synthesize research on a networking topic including ethical and legal concerns, recent improvements, and the future role of communication technology.

Contemporary Issues in Science and Technology Research Guide

Topic to write on “Business: logistics, operations, finance, international trade, regulatory systems” 

Research and find a topic related to current scientific, human, social, business, or economic problems. Refer to the “Contemporary Issues in Science and Technology Research Guide” for possible topics. In a Microsoft Word document a maximum of 750 words, include the following:

  1. Research the historical, social, professional, ethical, and legal aspects of your discipline. Identify a problem facing the world today and create a problem statement. The problem statement should be objective, backed by statistics, clear, and concise. The problem scope and affected population(s) should be inherent to the problem statement.
  2. Rationale: Analyze the social and professional context of your discipline. Provide a one-paragraph explanation of why the topic is important, both to you personally and to the profession, as well as its effect(s) on the professional and ethical environments.
  3. Vision Statement: Include a version of the world where the problem remains unsolved, as well as a version of the world if the problem were to be solved.
  4. Define the factors that affect the problem, and clearly identify metrics that show the severity of the problem.
  5. Once the measurable factors have been identified, determine how this data can be gathered for future analysis.

The assignment requires a minimum of 3 peer reviewed journal articles from the last 5 years. Articles with no designated author are no allowed. Citations must be made following APA.

activity 6

 

Activity 6

Research how BP initially handled the Gulf oil spill when the Deepwater Horizon drilling platform exploded in April 2010.  Specifically, note how the company dealt with the clean-up process, those directly impacted by the spill (individuals, businesses, local and state governments), the federal government, and its own shareholders and employees.  Compare BP’s response to BusinessWeek’s five-step model for handling a crisis.  Based on this comparison, evaluate BP’s crisis response.  What did the company do right?  What should it have done differently?  What ongoing obligations does BP have to the environment as a stakeholder?

The assignment is to answer the question provided above in essay form. This is to be in narrative form and should be as thorough as possible. Bullet points should not to be used. The paper should be at least 1.5 – 2 pages in length, Times New Roman 12-pt font, double-spaced, 1 inch margins and utilizing at least one outside scholarly or professional source related to competitive strategy. The textbook should also be utilized. Do not insert excess line spacing. APA formatting and citation should be used. 

Ethical Hacking week 3

 

Search the Internet and locate an article that relates to the topic of HACKING and summarize the reading in your own words. Your summary should be 2-3 paragraphs in length and uploaded as a TEXT DOCUMENT. Click the link above to submit your work. There is an EXAMPLE attached to show you the format requirements.

What is most important is that you use YOUR OWN WORDS to summarize the news article. It is essential that you do not copy text directly from the Internet. Plagiarism is unacceptable. You can easily avoid this by rephrasing the contents and summarizing it using your own words.A reference citation is also required for this assignment. You may just include a link to your article.

UNIX

 

 Unix  

“Write a shell script (to run on the Bourne shell) that takes a file name as argument and then compresses and decompresses the file with each of the following programs: bzip2 gzip zip For each of the compressing programs, the script notes the size of the file before and after compression. Then, the script displays a table showing the compression program, uncompressed size, and compressed size. Before using a compressing program to manipulate the file, your script must verify that the file actually exists under the current directory and is readable. You would probably need to research the UNIX command named set. Your script for this task must be named compr.sh. Make sure your script is user-friendly and follows common sense.”  

edit: an extra bit from the question i forgot to put in at the end “Your script for this task must be named compr.sh. Make sure your script is user-friendly and follows common sense. Here is a sample output (The $ is the shell prompt, and ff is the file name): $ compr.sh ff File: ff bzip2 174145 13976 gzip 174145 11746 zip 174145 11879 (Note: This output shows that, before compressing, the size of the file named ff is 174145 bytes. After compressing using bzip2, its size becomes 13976 bytes. After compressing using gzip, its size becomes 11746 bytes. After compressing using zip, its size becomes 11879 bytes. The table shows that, for file ff, the most efficient compressing program is gzip. Please note that the columns of the table must be left-aligned.)”