Which of the following connectors are MOST commonly used on a POTS line?

A. RJ-45
B. MTRJ
C. DB-9
D. RJ-11


Answer: D. RJ-11

Computer Science & Information Technology

You might also like to view...

The first line of the implementation file time.cpp for a class called time could be:

a) #ifndef TIME_H b) #include “Time.h” c) using namespace std; d) Time::Time (int, int);

Computer Science & Information Technology

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

1. You can have a name spelled the same in two different namespaces with no conflict in your program. 2. You can use #define to define a name for a C++ variable.

Computer Science & Information Technology

____ can be used to measure the RF power loss between transmitter and receiver to calculate the distance from the transmitting device to the receiver.

A. RF fingerprinting B. RSSI C. Trilateration D. Triangulation

Computer Science & Information Technology

A packet-filtering firewall operates at the Network and Data Link layers of the OSI model.

a. true b. false

Computer Science & Information Technology