A user is able to access the network shares and their email, but is unable to connect to any website. Which of the following command line tools should a technician use on that users workstation to begin troubleshooting?
A. Traceroute to any website to see where the disconnection is occurring.
B. Perform theipconfig command to verify settings on that workstation are correct.
C. Use the routeadd command to add static routes to see if the routes are an issue.
D. Use the ping command to see if the workstation can access the DHCP server
Answer: A. Traceroute to any website to see where the disconnection is occurring.
You might also like to view...
All of the following statements are TRUE regarding collaboration EXCEPT:
A) Collaboration allows workbooks to be shared among different users and then merged together for a final product. B) All features, such as merged cells and conditional formats, are available and can be changed even once the workbook is shared. C) When a workbook is shared, you can save additional copies of your workbook for distribution to other users. D) Each user has their own settings, or custom view, saved of the workbook that allows you to save print settings and any filters you may have created.
Answer the following statements true (T) or false (F)
1) PL/SQL is a nonprocedural language developed by Oracle Corporation. 2) The SQL language has built-in error checking and error handling, but PL/SQL does not. 3) Three types of variables used in a PL/SQL program are local, host, and substitution. 4) A variable with a NOT NULL constraint and a constant must be initialized with a value at the declaration time. 5) An assignment statement is used in the executable section to assign value to a variable or a constant.