Which of the following statements best describes the preamble of an Ethernet frame?

A. It contains the CRC.
B. It includes 64 bits of alternating ones and zeroes that ends with 11 to notify the receiving NIC that a frame is starting.
C. It contains the MAC address of the source and the destination.
D. It contains the IP address of the source and the destination and is used by routers to deliver the frame to the proper location.


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following program:

``` public class Test { public static void main(String[] args) { for (int i = 0; i < args.length; i++) { System.out.print(args[i] + " "); } } } ``` What is the output, if you run the program using java Test 1 2 3 a. 3 b. 1 c. 1 2 3 d. 1 2

Computer Science & Information Technology

The ease of forwarding a(n) ________ letter has greatly increased since the process has transferred to the Internet

Fill in the blank(s) with correct word

Computer Science & Information Technology

Embedding offers no advantages over linking, since it increases the file size

Indicate whether the statement is true or false

Computer Science & Information Technology

What lessons did Intel’s MMX and AMD’s 3DNow! extensions teach us about ISAs?

What will be an ideal response?

Computer Science & Information Technology