Deutsch   English   Français   Italiano  
<v013pv$3qmkf$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Rich <rich@example.invalid>
Newsgroups: comp.os.linux.misc
Subject: Re: I never thought of this scenario
Date: Sat, 20 Apr 2024 19:07:43 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <v013pv$3qmkf$1@dont-email.me>
References: <uv2g3g$39k$1@tncsrv09.home.tnetconsulting.net>   <uvcmop$75v$1@tncsrv09.home.tnetconsulting.net> <uvcu5a$2qdb0$5@dont-email.me> <uvd6m3$n3m$1@tncsrv09.home.tnetconsulting.net> <uvhtft$3th0n$6@dont-email.me> <uvhv0m$kq3$1@tncsrv09.home.tnetconsulting.net> <uvs61u$2g9b9$5@dont-email.me> <uvsv4f$3cvv$1@news1.tnib.de> <uvv1qf$392q8$2@dont-email.me> <uvve26$3f4ea$1@dont-email.me> <wwvh6fwxy7q.fsf@LkoBDZeT.terraraq.uk> <v0108c$3q01h$1@dont-email.me> <v0111s$3q1fd$1@dont-email.me>
Injection-Date: Sat, 20 Apr 2024 21:07:44 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="1a7d45c2e70b613b81d13564d7372d2c";
	logging-data="4020879"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18N5EuL9usNd/FaKLVNeNfv"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Cancel-Lock: sha1:9K5AUKAJO7pLC5qPiWhe6XJ6ZDA=
Bytes: 2393

Marco Moock <mm+usenet-es@dorfdsl.de> wrote:
> On 20.04.2024 um 18:07 Uhr Rich wrote:
>> DHCP is also not a "transport layer" protocol.  Instead, it uses UDP 
>> for its transport layer (see RFC url above, page 22):
>> 
>>     "DHCP uses UDP as its transport protocol."
>> 
>> Since UDP is itself routable, DHCP is also routable, because DHCP is 
>> simply a protocol definition for sending particular "messages" 
>> inside of UDP packets.
> 
> That depends on the addresses being used.  When being used on 
> non-directed broadcast, link-local unicast or link-local multicast, 
> UDP can't be routed because the IP layer forbids routing of those 
> packages.

Yes, correct.  However, that is not "DHCP" the protocol itself 
specifying such.  That is the IP layer specifying that certian 
addresses used in UDP packets are not routed.

The reason it impacts DHCP is that the "bootstrap an IP address 
configuration" portion of DHCP means that those addresses are all the 
client can make use of until after it has been configured with a valid 
IP address for the local subnet.