You are in the process of upgrading a network from 100-megabit Ethernet to Gigabit Ethernet. Explain what you will need to do when you connect a computer with a 100-megabit/Gigabit Ethernet NIC to a 100-megabit/Gigabit switch.

What will be an ideal response?


The answer is that you should not normally need to do anything special. The switch and NIC will auto-negotiate and communicate in Gigabit mode.

Computer Science & Information Technology

You might also like to view...

Consider the String below:

String r = "a toyota"; Which of the following will create the String r1 = "a TOYOTa"? a. String r1 = r.replace("toyot", TOYOT"); b. String r1 = r.replace('t','T'); r1 = r.replace('o','0'); r1 = r.replace('y','Y'); c. String r1 = r.replace('t','T').replace('o', '0').replace('y', 'Y'); d. String r1 = r.substring(2, 4).toUpperCase();

Computer Science & Information Technology

The command to recover the auto-saved file is:

a: [Alt-x] r b: [Alt-r] c: [Ctrl-x] d: [Ctrl-x] [Ctrl-r] e: [Alt-x]

Computer Science & Information Technology

Citation sources in the Master as well as the Current List can be deleted and edited

Indicate whether the statement is true or false

Computer Science & Information Technology

You can select text and then apply a numbered ____ using buttons on the HTML Property inspector.

a. font family b. Unordered List c. Ordered List d. Definition List

Computer Science & Information Technology