What is structured cabling and what are its six components?

What will be an ideal response?


Structured cabling is a standard that specifies how cabling should be installed in a network. It is based on an extended star physical topology. It includes the work area, horizontal wiring, telecommunications closet, equipment rooms, backbone cabling, and entrance facilities.

Computer Science & Information Technology

You might also like to view...

What will the following code display?

``` #include using namespace std; int getValue(int); int main() { int x = 2; cout << getValue(x) << endl; return 0; } int getValue(int num) { return num + 5; } ``` a. 5 b. 2 c. 7 d. getValue(x)

Computer Science & Information Technology

Windows 10 is an example of application software.

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

Computer Science & Information Technology

In ________, Google announced it had indexed over one billion pages

A) 2004 B) 2001 C) 2003 D) 2000

Computer Science & Information Technology

The file format Text File (*.txt) is used to save just the ________ from the current webpage

Fill in the blank(s) with correct word

Computer Science & Information Technology