Which of the following is not true about switched Ethernet?

a. The switch has a physical bus topology.
b. It uses a switch instead of a hub.
c. It has faster connections (almost immediate) than traditional Ethernet.
d. It essentially provides a point-to-point connection between computers.
e. It has forwarding tables in which entries are learned over time.


Answer: a. The switch has a physical bus topology.

Computer Science & Information Technology

You might also like to view...

Record ________ buttons allow the user to add, delete, and undo a record

Fill in the blank(s) with correct word

Computer Science & Information Technology

What are the three pieces of information which are used to verify a MySQL user's identity?

What will be an ideal response?

Computer Science & Information Technology

Which of the following refers to an operating system that provides sufficient support for multilevel security and evidence of correctness to meet a particular set of government requirements?

A. TOS B. TCSEC C EAL D. NIPS

Computer Science & Information Technology

The code for the add method for the ArrayBag class is shown below. What is the missing code? def add(self, item): self.items[len(self)] = item

A. self.items +=1 B. self = self + 1 C. self.size += 1 D. self.len = self.items

Computer Science & Information Technology