DHCP - Hardware types
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- DHCP - Hardware types
27-11-2017 10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
In a DHCP packet the client specifies the hardware type it is using at the 2nd byte of the packet.
As I understand it, 1 is supposed to be for ethernet (though the TCP/IP guide states this as being 10Mb it seems to apply to all ethernet). 6 is supposed to be for IEE 802 networks. As I understand it, Wifi should be classed as a IEE 802 network however whenever I test my dhcp server from my netbook using ipconfig /renew or /release or from my phone the servers is sent a value of 1 for ethernet.
Is this how it should be?
Fixed! Go to the fix.
27-11-2017 8:00 PM - edited 27-11-2017 8:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
DHCP is defined by 2 RFCs - RFC2131 and RFC2132.
RFC2132 contains the part of the spec which specifies the hardware identifier. https://tools.ietf.org/rfc/rfc2132.txt
See section 9.14 in the RFC. The hardware identifier comes from the address resolution protocol (ARP) which was defined in Std2 in 1994. https://tools.ietf.org/html/std2. ARP provides IP address to physical address translation on an ethernet network.
The age of the standard means that 10 megabits is specified against hardware type 1 ethernet. This type has been continued to be used for 100 megabit and gigbit ethernet even though the description is out of date.
To answer the next questiion 802.11 defines the wireless protocol, however the wireless connection is encapsulating ethernet frames - hardware type 1. This is why the DHCP packets have a hardware type 1 in their header, because they are ethernet frames encapsulated in 802.11.
Re: DHCP - Hardware types
27-11-2017 8:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks, for the clarification!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- DHCP - Hardware types