Purchase Solution

Destination Address & Data Field

Not what you're looking for?

Ask Custom Question

Given the first 20 bytes (in hexadecimal) of an Ethernet frame:

AA AA AA AA AA AA AA AB 01 23 45 67 89 AB CD EF 02 46 8A CE 01 0A 4B 8C
================================================
a) What is the Destination Address (in hexadecimal)?

b) What is the length of the data field (in hexadecimal)?

c) What is the length of the data field (in decimal)?
================================================
OTA: Please give a full explanation. Thank you.

Purchase this Solution

Solution Summary

Destination address and Data Field are highlighted.

Solution Preview

First, some intro.
-----------------------------------------
Ethernet traffic is transported in units of a frame, where each frame has a definite beginning and end.

In this model we define:

Preamble Field used for synchronization, 8 Bytes - 64-bits

Destination Address Ethernet address of the destination host, 6-Bytes, 48-bits

Source Address Ethernet address of the source host, 6-Bytes, 48-bits

Type Type of data encapsulated, e.g. ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

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

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.

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.