Documentation is the most fundamental and most important part of any network operations. Most standards and other compliance documents talk about having good documentation. A good network diagram includes detailed what?
What will be an ideal response?
wiring and port locations
Computer Science & Information Technology
You might also like to view...
Which of the following enumeration tools finds only shared folders?
a. ShareEnum b. NSAudit c. FreeNetEnumarator d. Ping
Computer Science & Information Technology
Given the function prototype, what is passed to the function data area in the following function call?
string findWord (int &pos); // function prototype cout << findWord (x); // function call
Computer Science & Information Technology