A ________is hardware that connects a network to one or more other networks and directs data packets from one node to another

a. Switch
b. Router
c. Hub
d. DNS server


Answer: B. The router inspects each packet and then directs that packet based on the IP address contained in each packet.

Computer Science & Information Technology

You might also like to view...

Enter the round.html text into a new Web page, then load the page in the browser to verify that it behaves as described.

Modify the page so that instead of rounding the number to one decimal place, it rounds to two decimal places. For example, the number 3.14159 would be rounded down to 3.14, whereas the number 5.986 would be rounded up to 5.99.

Computer Science & Information Technology

switch (lastInitial){case 'A':     System.out.println("section 1");    break;case 'B':     System.out.println("section 2");    break;case 'C':     System.out.println("section 3");    break;case 'D':     System.out.println("section 4");    break;default:     System.out.println("section 5");}Based on the code above, what is the output if lastInitial = 'E'?

A. section 2 B. section 3 C. section 4 D. section 5

Computer Science & Information Technology

Web-based designs are dependent on a specific combination of hardware and software.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case Based Critical ThinkingAs Katie's print department has grown, her team has taken on longer jobs that are more complex: they involve high-resolution image files with large file sizes, managing different versions of supplied artwork, and retouching considerations. For Katie, this has also meant that she must train her team to work effectively with high-resolution image-based projects. Katie is finishing the mechanical for the cover of a newsletter. The client has just delivered a disc with the 4-color cover image. When Katie imports it into her mechanical, she finds that the image needs to be enlarged 200% to fill the cover page. She she is past the deadline, she knows she can't have the client rescan or change the image, so here best choice would be to  ____.

A. enlarge the image in InDesign B. enlarge the image in Photoshop C. link the image to the original D. use a thumbnail

Computer Science & Information Technology