What items should be included on a network diagram?

What will be an ideal response?


A network diagram should include the following elements:
* Servers (and any mainframes/supercomputers)
* Workstations and network printers
* Wireless network devices
* Cabled network devices
* Telecommunications links
* Wireless and cabled links
* Remote links
* Building locations

Computer Science & Information Technology

You might also like to view...

Assume that each of the following statements applies to the same program.

a) Write a statement that opens file oldmast.txt for input; use an ifstream object called inOldMaster. b) Write a statement that opens file trans.txt for input; use an ifstream object called inTransaction. c) Write a statement that opens file newmast.txt for output (and creation); use ofstream object outNewMaster. d) Write a statement that reads a record from the file oldmast.txt. The record consists of integer accountNumber, string name and floating-point currentBalance; use ifstream object inOldMaster. e) Write a statement that reads a record from the file trans.txt. The record consists of integer accountNum and floating-point dollarAmount; use ifstream object inTransaction. f) Write a statement that writes a record to the file newmast.txt. The record consists of integer accountNum, string name, and floating-point currentBalance; use ofstream object outNewMaster.

Computer Science & Information Technology

Web ________ are small pieces of code hidden in an e-mail message

Fill in the blank(s) with correct word

Computer Science & Information Technology

Average Disk Bytes/Transfer, % Disk Time, Current Disk Queue Length, Disk Transfers/sec, and % Free Space are all considered _______________________

a. Increments b. Reports c. Counters d. Instances

Computer Science & Information Technology

Uploading is the process of copying a file from a website to your computer.

a. true b. false

Computer Science & Information Technology