subject
Computers and Technology, 09.12.2021 16:40 Thahani

Mark this question for review DIU. UA You are a network technician for a small corporate network. An employee in the Support Office says his computer won't connect to the network. The IT manager suspects there is a bad patch cable in the networking closet. In this lab, your task is to find the bad patch cable and replace it with another Cat5e cable to see if that resolves the issue. Inspect the activity lights on the switch to find the connection that is not lit or blinking Select the cable plugged into the connection and make note of the switch port number and the label on the patch panel. Remove the bad cable and plug a new cable from the Shelf into the switch and the patch panel. (The new cable must be the same type of cable you just removed.) • If the replacement is a good cable, the link light will be lit and blinking on the switch Go to the Support Office and open the Network and Sharing Center on the workstation to make sure the connection issue is resolved. Cogit 2019 Tes

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 06:30, chloeholt123
For which utilities, if any, does the landlord pay?
Answers: 2
image
Computers and Technology, 24.06.2019 09:50, trenrain
Create a string list. 2. use console. readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value. tochararray(); if (array. length > = 1) { if (char. islower(array[0])) { array[0] = char. toupper(array[0]); } } for (int i = 1; i < array. length; i++) { if (array[i - 1] == ' ') { if (char. islower(array[i])) { array[i] = char. toupper(array[i]); } } } return new string(array);
Answers: 3
image
Computers and Technology, 25.06.2019 00:30, kukisbae
How do i take a screenshot on a laptop?
Answers: 2
image
Computers and Technology, 25.06.2019 10:20, howme
(programming exercise 3-10). a retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. the state sales tax rate is 4 percent and the county sales tax rate is 2 percent. design a modular program that asks the user to enter the total sales for the month. from this figure, the application should calculate and display the following: - the amount of county sales tax - the amount of states sales tax - the total sales tax (county plus state) some of the code has already been provided below. complete the missing code below. // global constants for tax calculations constant real county_tax_rate = .02 constant real state_tax_rate = .04 // main module module main() // local variables declare real monthsales, countytax, statetax // get month sales display “enter monthly sales: ” input monthsales // write the statement to calculate county tax // write the statement to calculate state tax // display tax amount call showtaxes(monthsales, countytax, statetax) end module // the showtaxes module accepts monthsales, countytax, statetax // as arguments and displays the resulting data // write the showtaxes module
Answers: 2
You know the right answer?
Mark this question for review DIU. UA You are a network technician for a small corporate network. An...

Questions in other subjects:

Konu
World Languages, 26.08.2019 16:00