Which of the following is not true about 10/100 Ethernet?

a. It is not a hybrid type of Ethernet.
b. It provides flexibility for organizations that want to use both the 10Base-T and 100Base-T standards at the same time.
c. 10/100 autosense hubs (and/or switches) are able to detect the signal transmitted by the client's NIC and use 10 Mbps or 100 Mbps, depending on what the client uses.
d. Depending upon how it is configured, a 10/100 Ethernet NIC can run at either 10 Mbps or at 100 Mbps.
e. It provides flexibility for organizations that are uncertain about which Ethernet standard to use in the short term.


Answer: a. It is not a hybrid type of Ethernet.

Computer Science & Information Technology

You might also like to view...

The background of a picture is the portion that will be removed

Indicate whether the statement is true or false

Computer Science & Information Technology

Analyze the following code:

``` Integer[] c = {3, 5}; java.util.Collections.shuffle(c); System.out.println(java.util.Arrays.toString(c)); ``` a. The code is correct and displays [3, 5]. b. The code is correct and displays [5, 3]. c. The code has a compile error on Collections.shuffle(c). c cannot be an array. d. The code has a compile error on Integer[] c = {3, 5}.

Computer Science & Information Technology

If a Web address uses a secure protocol, the address begins with http

Indicate whether the statement is true or false

Computer Science & Information Technology

The Office ________ is a temporary storage area that holds items that have been cut or copied

Fill in the blank(s) with correct word

Computer Science & Information Technology