You are working at the help desk and you get a message that a user cannot access the Internet. You open a command prompt, ping the workstation's IP address, and get a response. You ask the user to try the Internet again. He does so with the same result- no connection. Which type of device is most likely to be the problem?

A. Physical layer device
B. Data Link layer device
C. Network layer device
D. Presentation layer device


Answer: C

Computer Science & Information Technology

You might also like to view...

When you violate a validation rule, Access allows you to continue entering the record

Indicate whether the statement is true or false

Computer Science & Information Technology

Excel will use ________ if sending a workbook via e-mail

Fill in the blank(s) with correct word

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. A form of communication that promotes a product or service to a potential customer B. The placement of this determines from where the viewer seems to be looking C. Allows you to select a consistently colored area with a single click D. Dragging this changes the value in the accompanying text box on the options bar E. A sketch design intended to help you make choices about placement, size, and perspective F. In an advertisement, this can be suggestive of how a product might look on a table, for example G. A means of fooling the eye by making it appear as if there is depth or receding space in the image H. Sometimes used in wedding photos or when a haloed effect is desired I. Border with sizing handles around a selection J. Available for the Elliptical Marquee Tool, the Lasso Tool, the Polygonal Lasso Tool, the Magnetic Lasso Tool, and the Magic Wand Tool

Computer Science & Information Technology

Write the body of the loop below, which is part of a function that searches for a given element (called goal) in an array and returns its index. The array is called list and its size is called length.

for (int i = 0; i < length; i++)

Computer Science & Information Technology