What does a router use to determine which packet to send when several packets are queued for transmission from a single-output interface?

A. proxy ARP
B. precedence
C. preamble
D. frames


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the total number of elements in the grid array?

Look at the following code sample: ``` const int ROWS = 2; const int COLS = 2; int[,] grid = new int[ROWS, COLS]; ``` a. 2 b. 4 c. 8 d. 16

Computer Science & Information Technology

Windows XP’s localized least-recently-used page-replacement algorithm is “localized” by ________.

a) time b) process c) thread d) page frame location

Computer Science & Information Technology

The Add method of the Commands property _____.

a) adds a new command to the command list b) joins two commands together c) displays the Commands pop-up window d) Both a and c.

Computer Science & Information Technology

You've just purchased some new software for your laptop, but you can't seem to figure out how to install it correctly. When you call tech support, you're calling the company's _____.

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

Computer Science & Information Technology