Which column in a routing table tells the router which of its ports to use?

A. Netmask
B. Interface
C. Gateway
D. Network Destination


Answer: B

Computer Science & Information Technology

You might also like to view...

How many times will the message I love Visual Basic be displayed?

``` Dim intCount As Integer = 0 Do lstOutPut.Items.Add(“I love Visual Basic”) intCount += 1 Loop While intCount > 10 ``` a. It will display 10 times. b. It will display once. c. It will display 2 times. d. It will not be displayed at all.

Computer Science & Information Technology

As a frame moves from interface to interface, the IP source and destination address information is preserved.

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

Computer Science & Information Technology

The ________ function is used to calculate the average of cells specified by a given set of conditions or criteria

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In a recursive function, the base case stops the recursion.

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

Computer Science & Information Technology