The term IP routing refers explicitly to which of the following actions?

A) Learning routes
B) Dynamically establishing routes using IP protocols
C) Forwarding packets
D) Establishing protocols for routes


C
Explanation: C) While the other actions are an important part of networking, IP routing is simply the action of forwarding packets.

Computer Science & Information Technology

You might also like to view...

What is the best way to secure FTP or TFTP?

A. Install FTP on the client and TFTP on the server. B. Install FTP on the server and TFTP on the client. C. Use anonymous FTP. D. Employ encryption and authentication.

Computer Science & Information Technology

Repeat Programming Project 2, but make all of the following changes:

• Name the class MemoApplet. • Create six buttons instead of five, and arrange them as follows: The buttons are still at the bottom of the GUI (applet), with the text area above them. Hint: Use the GridLayout manager on the button panel. • When the user saves the text as memo 1, the text area should display Memo 1 saved, and when the user saves the text as memo 2, the text area should display Memo 2 saved. Hint: See Self-Test Exercise 43 of the previous chapter. • Give the text area a line wrap, so that if more characters are entered than will fit on the line, the extra characters automatically go on the next line. The applet is most easily written by making changes to the solution to Chapter 13 Programming Project 2 (MemoSaver2).

Computer Science & Information Technology

Which text formatting button increases or decreases the horizontal space between characters?

A. Leading B. Tracking C. Skew D. Kerning

Computer Science & Information Technology

The Text fields have the default properties as well, which includes a default Field Size property of 385 characters.

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

Computer Science & Information Technology