Discuss the difference between the following ARP packet fields: Opcode field and the Protocol Type field.

What will be an ideal response?


Opcode field: This field defines whether this ARP packet is a request or reply packet, and defines the type of address resolution taking place.
Protocol Type field: This field defines the protocol address type in use, and uses the standard protocol ID values that also are used in the Ethernet II frame structures.

Computer Science & Information Technology

You might also like to view...

The middle tier represents the application’s ________.

a) interface b) functionality c) database d) information e) None of the above.

Computer Science & Information Technology

The use of ____ in Windows Server 2008 enables you to standardize the working environment of clients and servers by setting policies in Active Directory.

A. server policy B. user policy C. group policy D. machine policy

Computer Science & Information Technology

What organization is the top-level authority for supervising domain name requests?

A. DNS B. HTTP C. ISPs (Internet service providers) D. ICANN (Internet Corporation for Assigned Names and Numbers)

Computer Science & Information Technology

int *ptNum = &miles; is ____.

A. always valid B. never valid C. only valid if miles is declared as an integer variable before ptNum is declared D. only valid if miles is declared as an array of integers before ptNum is declared

Computer Science & Information Technology