Which of the following protocols is used to manage network equipment and is supported by most network equipment manufacturers?
A. TCP/IP
B. FTP
C. SNMP
D. SRTP
Answer: C
Computer Science & Information Technology
You might also like to view...
A method to encrypt a database is to assign a password to the file
Indicate whether the statement is true or false
Computer Science & Information Technology
Suppose char city[7] = "Dallas"; what is the output of the following statement?
``` cout << city; ``` A. Dallas0 B. nothing printed C. D D. Dallas
Computer Science & Information Technology