A small office has asked to have six PCs networked together by Jeff, a consultant. The office users want file sharing capability with no access to the Internet. Which of the following items will Jeff need? (Select TWO).

A. Network bridge
B. RG-59 patch cabling
C. CAT5e patch cabling
D. Firewall
E. Switch


Answer: C. CAT5e patch cabling
E. Switch

Computer Science & Information Technology

You might also like to view...

The __________ loop is ideal in situations where you always want the loop to iterate at least once.

a. for b. while c. do-while d. posttest

Computer Science & Information Technology

What is displayed by the following code? public static void main(String[] args) { String[] tokens = "Welcome to Java".split("o"); for (int i = 0; i < tokens.length; i++) { System.out.print(tokens[i] + " "); } }

a. Welcome to Java b. Welc me to Java c. Welc me t Java d. Welcome t Java

Computer Science & Information Technology

Software as a Service (SaaS) hosts web-based applications

Indicate whether the statement is true or false

Computer Science & Information Technology

Define a class Element to represent an chemical element with atomic number, name, symbol, column class, atomic weight, and electron shell configuration

What will be an ideal response?

Computer Science & Information Technology