What are the seven basic pieces of information contained in an Ethernet frame?

What will be an ideal response?


The seven basic pieces of information contained in an Ethernet frame are:

(1) the Preamble
(2) the MAC address of the recipient
(3) the MAC address of the sender
(4) the type of data
(5) the data itself
(6) a pad
(7) a frame check sequence

Computer Science & Information Technology

You might also like to view...

Which of the following statements sets bits 3 and 6 to 1?

A. (0x01 << 2) | (0x01 << 5);    B. (0x01 << 3) | (0x01 << 6); C. (0x01 << 2) | (0x01 << 6); D. (0x01 << 3) | (0x01 << 7); E. 0x03 | 0x06;

Computer Science & Information Technology

How can software determine the public and private IP addresses of the EC2 instance that it is running on?

A. Query the local instance metadata. B. Query the local instance userdata. C. Query the appropriate Amazon CloudWatch metric. D. Use an ipconfig or ifconfig command.

Computer Science & Information Technology

The standard organization ____ has been developing a standard for transport layer security based on SSL, and the result is TLS version 1.

A. IEFT B. ACM C. OSI D. IEEE

Computer Science & Information Technology

A(n)________ is a large, planned software update that addresses multiple problems or adds multiple features

a. bug b. hotfix c. patch d. service pack

Computer Science & Information Technology