Use Figure 7-8 to answer questions below



1. Which MIB is issued?

2. What information is returned?

3. Which port number is used?

4. Which protocol is being used? How do you know?

5. Who is the manufacturer of this networking device?


1. iPhysAddress
2. The physical (MAC) address of the networking device
3. Port 161
4. SNMP, because the connection is to port 161 (a well-known port number)
5. The OUI 00-10-7b indicates that this is a Cisco router.

Computer Science & Information Technology

You might also like to view...

Identify the following statements which will: Format a string to contain the word “Name” in a column of 20 characters wide, followed by the word “Address” in a second column, also 20 characters wide.

a. String.Format(“{0, 20}{1, 20}”, “Name”, “Address”) b. String.Format(“{ 20}{ 20}”, “Name”, “Address”) c. String.Format(20, 20, “Name”, “Address”) d. String.Format(20, 40, “Name”, “Address”)

Computer Science & Information Technology

Both Dot and Mike need to know when new computers have been received. Create the NEW COMPUTER RECEIVED REPORT. The COMPUTER RECEIVED REPORT data flow contains the necessary elements.

What will be an ideal response?

Computer Science & Information Technology

Briefly list the things which happen during the planning and preparation phase of the security assessment methodology.

What will be an ideal response?

Computer Science & Information Technology

What happens when you move a file with NTFS permissions to a different NTFS volume?

A. The file inherits the permissions of the parent folder to which it is moved. B. The file retains the permissions it had prior to the move. C. The file permissions are merged with the destination parent's permissions. D. The file loses all permissions, and must be assigned new permissions.

Computer Science & Information Technology