Purchase Solution

Ethernet Frame

Not what you're looking for?

Ask Custom Question

1. What is the minimum size of an Ethernet frame, in bytes?
2. What is the Maximum size of an Ethernet frame in bytes?
3. If the time for one bit 100 nanoseconds, how long does it take to transmit a minimum-sized Ethernet frame?
4. How long does it take to transmit a maximum-sized Ethernet frame?
5. How long does it take to transmit an Ethernet frame that contain 256 bytes in the data field?

Purchase this Solution

Solution Summary

The solution provides answer to the five posted questions related to Ethernet frame. The answers are to the point. The solution can be used to check the correct answers. Detailed description is not provided.

Solution Preview

1. The minimum size of an Ethernet frame is 64 Bytes.

2. The maximum size of an Ethernet frame is 1518 Bytes.

3. It's given that the time for 1 bit is 100 nanoseconds. Hence, to transmit a minimum-sized ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.