A switch uses a _____________ that is very similar to a routing table used in a router.

a. cable plan
b. forwarding table
c. network server
d. reversing table
e. switching mullion


Ans: b. forwarding table

Computer Science & Information Technology

You might also like to view...

A ________ provides data in an easy-to-read format suitable for printing

A) report B) query C) form D) table

Computer Science & Information Technology

The following code is part of the add method in the ArraySortedBag class. What is the missing code? if self.isEmpty() or item >= self.items[len(self) - 1]:

A. add.self(item) B. ArrayBag.add(item) C. ArrayBag.add(self, item) D. add.ArrayBag(self, item)

Computer Science & Information Technology

A ____ in a database is a stored collection of data about a specific topic.

A. report B. form C. table D. file

Computer Science & Information Technology

A console-based application interface can include menus, buttons, pictures, and text in many different colors and sizes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology