What is the name of the data unit that is sent and received at the Ethernet data link layer?

A) Segment
B) Frame
C) Bit
D) Packet
E) Section


B
Explanation: B) The name of the data unit used at the Ethernet data link layer is called an Ethernet Frame. A packet (or datagram) is the data unit typically used at the network layer, and a segment is the data unit used at the transport layer.

Computer Science & Information Technology

You might also like to view...

When you ________ a selection, the selection is duplicated and the duplicate is placed in the Clipboard

Fill in the blank(s) with correct word

Computer Science & Information Technology

No more than one row and one column can be frozen using the Freeze Panes feature

Indicate whether the statement is true or false.

Computer Science & Information Technology

The __________ method parses a string s to a double value.

a. double.parseDouble(s); b. Double.parsedouble(s); c. double.parse(s); d. Double.parseDouble(s);

Computer Science & Information Technology

Consider the following interleaving of transactions T and U:


The outcome of optimistic concurrency control with backward validation is that T will be aborted because its read operation conflicts with U's write operation on ai, although the interleavings are serially equivalent. Suggest a modification to the algorithm that deals with such cases.

Computer Science & Information Technology