You have just issued the show cdp neighbor command on R1 and received the following output. Using the following output as a reference, which of the following are TRUE?

Capability Codes: R – Router, T – Trans Bridge, B – Source Router Bridge
S – Switch, H – Host, I – IGMP, r – Repeater
Device ID Local Intrfce Holdtime Capability Platform Prot ID
SW1 Fas 0/0 162 S I SW-C2960-2 Fas 0/11
R2 Ser 0/0/0 177 R S I 2811 Ser 0/0/1

A) Switch SW1 is connected to router R1 via its FastEthernet 0/0 port.
B) Switch SW1 is connected to router R1 via its FastEthernet 0/11 port.
C) Router R2 is connected to router R1 via its Serial 0/0/0 interface.
D) Router R2 is connected to router R1 via its Serial 0/0/1 interface.

B, D
Explanation: B) Switch SW1 is connected to router R1 via its FastEthernet 0/11 port, and router R2 is connected to router R1 via its Serial 0/0/1 interface are correct because, from the output shown, both of these answers identify the correct interface used to connect to router R1.
D) Switch SW1 is connected to router R1 via its FastEthernet 0/11 port, and router R2 is connected to router R1 via its Serial 0/0/1 interface are correct because, from the output shown, both of these answers identify the correct interface used to connect to router R1.

Computer Science & Information Technology

You might also like to view...

An expert reviewer complains that both designs may work with young users who are familiar and expert in using a mouse, but that there will be problems for elderly and motor-impaired users who have difficulty controlling a mouse. The reviewer recommends a new design that includes a larger font (20-point size) and a numbered list to allow selection by keyboard easily. Describe a Participatory Design or Social Impact Statement process that might clarify this issue with elderly users.

The State of Maryland is developing a web-voting interface. For selecting the candidates, one design (RB) is a set of radio buttons and another is (CB) a combo-box (drops down when selecting the scroll arrow icon), both using standard fonts at 10-point size.

Computer Science & Information Technology

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

1) A program must call function close explicitly to close a file associated with an ifstream, ofstream or fstream object. 2) If the file-position pointer points to a location in a sequential file other than the beginning of the file, the file must be closed and reopened to read from the beginning of the file. 3) The ostream member function write can write to standard-output stream cout. 4) Data in sequential files always is updated without overwriting nearby data. 5) Searching all records in a random-access file to find a specific record is unnecessary.

Computer Science & Information Technology