Re: Minimum length of DHCP packet ?
"Pratapa Reddy P." <pratap@sonicsys.stph.net> Fri, 08 March 1996 17:42 UTC
Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa15538;
8 Mar 96 12:42 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa15534;
8 Mar 96 12:42 EST
Received: from coral.bucknell.edu by CNRI.Reston.VA.US id aa10234;
8 Mar 96 12:42 EST
Received: from charcoal-gw.eg.bucknell.edu by coral.bucknell.edu;
(5.65v3.0/1.1.8.2/29Aug94-0956AM)
id AA26203; Fri, 8 Mar 1996 12:30:53 -0500
Received: from reef.bucknell.edu by charcoal (5.x/SMI-SVR4)
id AA04993; Fri, 8 Mar 1996 12:25:07 -0500
Received: from [196.12.54.2] by reef.bucknell.edu with SMTP
(5.65/IDA-1.2.8) id AA17876; Fri, 8 Mar 1996 12:24:57 -0500
Received: from [196.12.54.27] ([196.12.54.27]) by sonicsys.sonicsys.stph.net
(8.6.9/8.6.9) with SMTP id AAA00228 for <dhcp-v4@bucknell.edu>;
Sat, 9 Mar 1996 00:00:53 +0500
X-Sender: pratap@196.12.54.2
Message-Id: <v02130500ad661b19a2a0@[196.12.54.27]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Fri, 8 Mar 1996 22:52:48 +0530
To: dhcp-v4@bucknell.edu
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: "Pratapa Reddy P." <pratap@sonicsys.stph.net>
Subject: Re: Minimum length of DHCP packet ?
>Akihiro Tominaga writes: >> DHCP message should be greater than 300 octets (= BOOTP Packet), is it >> correct? Or is it harmful to discard packets shorter than 300 octets? > >Mike Carney writes: > > Since DHCP is intended as "BOOTPv2", and thus leverage the already BOOTP > > relay agent capabilities out there, the size should be greater than or > > equal to 300 bytes. I've seen some relay agents discard packets less than > > 300 bytes (the BOOTP spec specifies that BOOTP packets must be 300 bytes in > > length). > >I see no reason why anybody should deliberately disregard a packet >smaller than 300 octets, if it is large enough to contain a valid DHCP >message. While it certainly makes sense for clients to pad everything >they send out to 300 octets, I don't see why it makes sense for >anybody to reject an incoming message because it came from a client >that didn't do such padding. > >Therefore I would advise the original poster NOT to discard packets >shorter than 300 octets, if they can otherwise be parsed. I remember Apple's Open Transport (DHCP client) sends packet less than 300 bytes. If no server responds to it, then it tries with larger packet size. This looks strange, but it's doing that way :(. I feel it is better if server doesn't discard packets with lesser size than 300 bytes. This is just my opinion. Pratap pratap@sonicsys.stph.net
- Minimum length of DHCP packet ? Akihiro Tominaga
- Re: Minimum length of DHCP packet ? Mike Carney - Sun BOS Software
- Re: Minimum length of DHCP packet ? Pratapa Reddy P.
- Re: Minimum length of DHCP packet ? John Veizades
- Re: Minimum length of DHCP packet ? Eric Weber
- Re: Minimum length of DHCP packet ? Eric Weber
- Re: Minimum length of DHCP packet ? Christopher Davis
- Re: Minimum length of DHCP packet ? Shawn Mamros
- Re: Minimum length of DHCP packet ? Mike Carney - Sun BOS Software
- Re: Minimum length of DHCP packet ? Mike Carney - Sun BOS Software
- Re: Minimum length of DHCP packet ? Akihiro Tominaga