This term is used to refer to any of the several variations of Ethernet that operate at 100 Mbps.

A. Fast Ethernet
B. full-duplex Ethernet
C. Gigabit Ethernet
D. switched Ethernet


Answer: A

Computer Science & Information Technology

You might also like to view...

In general, a(n) ____________________ is anything, whether hardware or software (or a combination of hardware and software), that can filter the transmission of packets of digital information as they attempt to pass through a boundary of a network.

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

Computer Science & Information Technology

(Comparing Strings) Write a program that uses function strncmp to compare two strings input by the user. The program should input the number of characters to compare. The program should state whether the first string is less than, equal to or greater than the second string.

What will be an ideal response?

Computer Science & Information Technology

Hyphen (-) and forward slash (/) behave identically in a date entered into the active cell

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of these expressions is illegal in Java?

a) x++ 5 b) x =+ 5 c) x += 5 d) x == 5

Computer Science & Information Technology