In the Internet Protocol (IP) suite of protocols, which of the following best
describes the purpose of the Address Resolution Protocol?
(A) To translate Web addresses to host names
(B) To determine the IP address of a given host name
(C) To determine the hardware address of a given host name
(D) To determine the hardware address of a given IP address
(E) To determine the appropriate route for a datagram
17. A certain pipelined RISC machine has 8 general-purpose registers R0, R1, . . . , R7 and supports the following operations.
ADD Rs1, Rs2, Rd Add Rs1 to Rs2 and put the sum in Rd
MUL Rs1, Rs2, Rd Multiply Rs1 by Rs2 and put the product in Rd
An operation normally takes one cycle; however, an operation takes two cycles if itproduces a result required by the immediately following operation in an operation
sequence. Consider the expression AB+ ABC+ BC,where variables A, B, C are
located in registers R0, R1, R2. If the contents of these three registers must not
be modified, what is the minimum number of clock cycles required for an operation sequence that computes the value of AB+ ABC+ BC ?
(A) 5 (B) 6 (C) 7 (D) 8 (E) 9