Standards/Ethernet/Ethertype

(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
  
 
The [http://en.wikipedia.org/wiki/EtherType Ethertype] indicates which protocol is encapsulated in the payoad of the Ethernet Frame.
 
The [http://en.wikipedia.org/wiki/EtherType Ethertype] indicates which protocol is encapsulated in the payoad of the Ethernet Frame.
The most known is <code>0800</code> for Internet Protocol version 4 ([[Standards/Ethernet/IPv4|IPv4]]).
+
 
 +
== IP ==
 +
 
 +
The most known Ethertype is <code>0800</code> for [[Standards/Ethernet/IPv4|Internet Protocol version 4]] (IPv4).
  
 
In turn, Ethernet encapsulates [http://en.wikipedia.org/wiki/Transport_Layer transport layer] protocols such as
 
In turn, Ethernet encapsulates [http://en.wikipedia.org/wiki/Transport_Layer transport layer] protocols such as
Line 9: Line 12:
  
 
TCP and UDP share a number of [http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers ports].
 
TCP and UDP share a number of [http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers ports].
 +
 +
== ARP ==
 +
 +
[[Standards/Ethernet/arp|Address Resolution Protocol]] allows to find the MAC address associated to a given IP address.
 +
It has Ethertype <code>0806</code>.

Revision as of 14:07, 18 January 2016

Contents

The Ethertype indicates which protocol is encapsulated in the payoad of the Ethernet Frame.

IP

The most known Ethertype is 0800 for Internet Protocol version 4 (IPv4).

In turn, Ethernet encapsulates transport layer protocols such as

  • TCP
  • UDP

TCP and UDP share a number of ports.

ARP

Address Resolution Protocol allows to find the MAC address associated to a given IP address. It has Ethertype 0806.

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox