Montag, 27. Oktober 2014

Ethernet Frame Structure

  • What's the purpose of the preamble?

It's out of 8 Zeros and indicates the start of a frame. So the receiving station knows, where the very first Bit of the Frame is.


  • How many Bits are used for the MAC-address?

Each MAC-address (Destination- Source-MAC-address) needs 6Bytes (48Bits).

  • Where is the IPv4/IPv6 address hidden?

Inside the Destination & Source Address.
  • How does the receiver distinguish between Ethernet and 802.3 frames? (Difference between type/length field)

At the IEEE  802.3, instead of a "Type"-Field, there is a "Length"-Field.
  • Which algorithm is used for calculating the frame check sequence?

There is inside a checksum (32 Bit). The Frame Check Sequence is going to be created at the transmitter. The recipient also calculates a checksum and compares it to the checksum of the transmitter.

Keine Kommentare:

Kommentar veröffentlichen