Troubleshooting and Tool Report

 

Select one of the seven network problems and develop a troubleshooting and tool report that details the solution.

  1. On Day 2 of full operational capability (FOC), our connection to the internet was becoming intermittent. We could establish connections to our globally hosted servers some of the time. The connection would drop at seemingly random periods and we don’t know why. We have experienced this day and night, and it has been consistent for the past three days.
  2. When our connection to the internet is working, we seemingly cannot reach out to our globally dispersed servers from our hosts. We use the globally dispersed servers for command and control and must be able to connect to them. We need a method to determine where the packets are going and why they are not reaching their destination. Because these servers are globally distributed, we can’t just pick up and deploy to them.
  3. Our internal network servers are also spotty. Sometimes they are up, and sometimes they are down. For example, the DHCP server appears to provide IP addresses to hosts that are turned on sometimes, but other times when the host is turned on, it receives an Automatic Private IP Address (APIPA). These hosts can communicate with our networked hosts locally, but they can’t reach out to our global servers. These hosts enable our persistent engagement capability, so they must be functional, and we need to determine the problem ASAP!
  4. We have a team that can troubleshoot from afar, but the members are located 25 miles west of this location. We have one of the tech support personnel deployed on site, but there are just too many issues for one person. The support team that is 25 miles west is centrally located to support multiple operational outfits. That team has a virtual private network (VPN) and secure access to our internal servers. At times, support team members need to determine which of our hosts are functioning. We use both Microsoft Windows and Linux operating systems, but we don’t know what tool will help determine host functionality from afar.
  5. This next part is classified, but I need your help, and I need it fast. Bottom line, we believe there may be an insider threat. At times, we have reason to believe a nonapproved device is connecting to the network and reaching out to the internet. We need a method to determine what devices exist on the same subnet of our network. What can help us do that?
  6. When we begin operations in 72 hours, it will be of utmost importance for us to know what device name is associated with what IP address. This will allow us to know what exists internally and what we need to defend should the adversary begin operations against us. We need to understand what options exist to achieve this task.
  7. When we first arrived and established our connection to the internet, we noticed inbound connection requests. What tool can we use to determine if any adversary is reaching into our systems through a particular port or protocol?

Your report should be about a page in length and address the following:

  • Choose and restate one of the problems identified as you understand it and explain why it is a problem.
  • Describe how you would apply the steps in the Network+ troubleshooting model to this problem.
  • Name and provide a brief overview of the tool that could solve this problem (refer to Lesson 17 in uCertify).
  • Describe how the tool can be used to solve similar problems in the future.
  • Provide a detailed overview of the tool’s functionality and options.
  • Include a screenshot of your selected tool from the appropriate uCertify lab.

The SITREP (Situation Report) Sample Report is provided so that you can understand what Cyber Command is expecting in your report. Your report will vary depending on the problem and tool selected.

How Will My Work Be Evaluated?

Troubleshooting refers to the process of identifying problems with a network through a rigorous and repeatable process and then solving those problems using testable methods. An important part of your duties in the networking field will be to troubleshoot and solve problems. In fact, most of your time will be spent with this focus to include optimizing performance. Networks are dynamic in implementation and are built to be resilient, but problems arise due to many unforeseen reasons. Developing the knowledge, skills, and experience to successfully troubleshoot and recommend solutions will show you are value-added to the organization.

For this assignment, you are asked to review a scenario, understand the problems, apply your knowledge and skills gained in this class, and propose a solution. Use the template provided and complete the assignment. An example solution is provided for you.

The following evaluation criteria aligned to the competencies will be used to grade your assignment:

  • 1.2.3: Explain specialized terms or concepts to facilitate audience comprehension.
  • 1.3.5: Adhere to required attribution and citation standards.
  • 1.4.1: Produce grammatically correct material in standard academic English that supports the communication.
  • 2.1.1: Identify the issue or problem under consideration.
  • 2.3.1: State conclusions or solutions clearly and precisely.
  • 10.1.1: Identify the problem to be solved.
  • 13.1.1: Create documentation appropriate to the stakeholder.

If you haven’t already done so last week, download the Troubleshooting and Tools Report Template and use it to record your work.

When you are finished, delete the instructional text from the template before you submit. Click “add a file” to upload your work, then click the Submit button.

H1

    Download and read the document and answer all questions in the document. Please see attached document H1 & APA Criteria doc.     

Computer and Information Networking

 

please write in separate pages 250 to 300 words, two references

sometimes a big picture can help to give an idea of what is going on in a particular subject area.  Examine Figure 1-1 (Page 10 PowerPoint slides chapter 1)

 1).  Explain your basic understanding of WAN to WAN connections, LAN to LAN connections, and WAN to LAN connections. Explain how networks intercommunicate.   Also explain the terms server, bridge, router, hub, node, communications network, and communications line. 

……end…… topic 1

please write in separate pages 250 to 300 words, two references 

 2)  Explain analog and digital signals.  Which one is better and why? Justify your answer. Discuss technologies that have gone from analog to digital. 

Assignment on Linux 5

 Do the following assignment based on the attach document. execute the commands. Post a screenshot of all the work on a word document. All commands use to execute the process most be seen and should enable another person get the same results. Mini project 2 is just a sample of how the work should look like.

To view HTML

  

1. (TCO 2) To view HTML in Visual Studio.NET, you would _______. 

open the web page in Notepad
open the web page through the Solution Explorer
open the “Code” tab on the web page
right-click on the web page and left-click on “Open”
open the “Source” tab on the web page

 

2. (TCO 2) The default appearance of the heading and body text is determined by _______. 

the Visual Studio.NET settings
the web.config settings
the Cascading Style Sheet associated with the web page
the code associated with the web page
the browser

 

3. (TCO 2) How would you generate Style attributes? 

Open the New Style dialog box and set the font properties
Open the web.config and set the “Style” property to the font and size
Open the Global.asax and set the “Style” property to the font and size
Open the Cascading Style Sheet Builder and set the font properties
Open the web page’s “Style” property and set the font properties

 

4. (TCO 2) The number of pixels between cells in a tables can be specified by what? 

Width
Colspan
Cellspacing
Rowspan
Cellpadding

 

5. (TCO 2) ____ allow users to select controls by keyboard shortcuts. 

Alternative keys
Alternative options
Attributes
Focus controls
Access keys

 

6. (TCO 2) You can use the ________ to specify the maximum amount of characters that can be entered in a textbox. 

Maxlength property
Width property
Size Property
MaxSize property
Size setting in the database

 

7. (TCO 2) The CheckedChanged Event for a radio button occurs _________. 

only when the radio option does not have a check mark
whenever the radio option is checked or unchecked
only when the radio button has focus
only when the radio option has a check mark
None of the above

 

8. (TCO 2) The Rows and SelectionMode properties apply to _______. 

all controls
textboxes
listboxes
dropdown boxes
radio controls

 

9. (TCO 2) The radio buttons represent a list of _______. 

all options you select
mutually exclusive options
any two or more options selected
any options selected which you can force the minimum amount
all-inclusive options

 

10. (TCO 2) The ________ displays a text box and button for users to browse, select, and upload a file. 

Text box control
Upload text box control
Upload file control
File menu
Upload menu

 

hw

 

JSP and MySQL Assignment

1.      Create a database called premiergardens2 using MySQL.

2.      Create a table inventory in the premiergardens2 database.

3.      Create the following fields for the inventory table – toolid CHAR(5) (Primary Key), toolname CHAR(30), wholesale DECIMAL(7,2), retail DECIMAL(7,2), sold INTEGER, and inventory INTEGER.

4.      Create a front-end HTML form, insertinventory.html, with text fields that will allow you to enter the following data into the inventory table.  Do not hard code this information.  Please insert one record at a time in the inventory table using a JSP script inserttools.jsp.

toolid
 

toolname
 

wholesale
 

retail
 

sold
 

inventory

TS234
 

Tractor Scooter
 

85.03
 

97.95
 

122
 

26

GH178
 

Greenhouse
 

82.19
 

119.59
 

9
 

155

ED829
 

Edger
 

83.22
 

115.99
 

55
 

115

HS398
 

Hot Stick
 

212.44
 

318.99
 

26
 

75

PS098
 

Pole Saw
 

226.99
 

342.95
 

33
 

15

5. Write a JSP script, displaytools.jsp, that will display all of the records in the inventory table.

6. Create a front-end HTML form that simulates the sale of tools, selltools.html. 

7. Write a JSP script, toolsales.jsp, that will run one update query for sold and a second update query for inventory.  Thus, when the user selects an item, decrement the number of items in inventory and then increment the number of items sold.

8. Run the script created in step 5. to verify that the values are updated.

9.  Create a front-end HTML form, profits.html, that will have radio buttons that will allow the users to query the database table.

            a. Show the total profit and number sold for the tractor scooter.

            b. Show the total profit and number sold for greenhouse.

            c. Show the total profit and number sold for edger.

            d. Show the total profit and number sold for hot stick.

            e. Show the total profit and number sold for pole saw.

            f. Show the total profit and number sold for all items.

10. Write a JSP script gardenprofits.jsp.  You must run a different SELECT query for each tool.  The profit is computed as sold * (retail – wholesale).

4 Discussions

Discussion 5.1

How is Python used in data analytics?

Discussion 5.2

Is Python important for big data? Why?

Discussion 6.1

How can GIS help business? How Various Industries use GIS and Business Intelligence?

Discussion 6.2

What are the different methods of interpolation?