Networking Forums

Networking Forums > Computer Networking > Windows Networking > Miscelleneous questions on routing.

Reply
Thread Tools Display Modes

Miscelleneous questions on routing.

 
 
=?Utf-8?B?RGF2aWQ=?=
Guest
Posts: n/a

 
      11-19-2004, 05:29 AM
In the context of Windows 2000 Routing and Remote Access:

(1) What are the differences between a demand-dial route and a normal
dial-up connection? In each case, setting up requires: device to use (e.g.
modem), parameters (e.g. telephone number), user name and password,
networking services and protocols, and authentication method (EAP, PAP etc).
It seems that there are no differences.

(2) For LAN connections, one can specify to obtain IP address
"automatically", which of course means "DHCP". For dial-up connection, it is
also possible, but does it still mean DHCP ? If it is still DHCP, then it
would be very remarkable - for example, in the context of 56K connection, we
are talking about a dial-up client broadcasting DHCPDISCOVER packet through
POTS, which I don't feel OK.

Just two simple questions.

David

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      11-19-2004, 02:46 PM

"David" <(E-Mail Removed)> wrote in message
news:04F51C15-E118-474D-B437-(E-Mail Removed)...
> In the context of Windows 2000 Routing and Remote Access:
>
> (1) What are the differences between a demand-dial route and a normal
> dial-up connection?


I believe one receives calls and the other only dials outbound.

>
> (2) For LAN connections, one can specify to obtain IP address
> "automatically", which of course means "DHCP". For dial-up connection, it

is
> also possible, but does it still mean DHCP ? If it is still DHCP, then it
> would be very remarkable - for example, in the context of 56K connection,

we
> are talking about a dial-up client broadcasting DHCPDISCOVER packet

through
> POTS, which I don't feel OK.


No the RRAS Service "aquires" a group of IP#s in advance from the DHCP
Server. The RRAS Server then assigns the IP#s to the connection when the
connection is made.

There is no such thing as "broadcasting" over a POTS line as you would think
of it on a LAN. POTS is a point-to-point link with a single endpoint at
each end, there is only one place it can possibly go,...so whether is used a
broadcast address or a specific address is pretty much meaningless. That is
why a dialup uses the Point-to-Point Protocol (PPP),...that is what it is
all about.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      11-20-2004, 12:55 AM
Note that some clients (including W2k/XP) can send DHCPINFORM messages
after connection to actually get info from DHCP, rather than using the info
which came across during the PPP/PPTP negotiation. I haven't used it, but I
know that it can be done.

"Phillip Windell" <@.> wrote in message
news:O$(E-Mail Removed)...
>
> "David" <(E-Mail Removed)> wrote in message
> news:04F51C15-E118-474D-B437-(E-Mail Removed)...
>> In the context of Windows 2000 Routing and Remote Access:
>>
>> (1) What are the differences between a demand-dial route and a normal
>> dial-up connection?

>
> I believe one receives calls and the other only dials outbound.
>
>>
>> (2) For LAN connections, one can specify to obtain IP address
>> "automatically", which of course means "DHCP". For dial-up connection, it

> is
>> also possible, but does it still mean DHCP ? If it is still DHCP, then it
>> would be very remarkable - for example, in the context of 56K connection,

> we
>> are talking about a dial-up client broadcasting DHCPDISCOVER packet

> through
>> POTS, which I don't feel OK.

>
> No the RRAS Service "aquires" a group of IP#s in advance from the DHCP
> Server. The RRAS Server then assigns the IP#s to the connection when the
> connection is made.
>
> There is no such thing as "broadcasting" over a POTS line as you would
> think
> of it on a LAN. POTS is a point-to-point link with a single endpoint at
> each end, there is only one place it can possibly go,...so whether is used
> a
> broadcast address or a specific address is pretty much meaningless. That
> is
> why a dialup uses the Point-to-Point Protocol (PPP),...that is what it is
> all about.
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      11-22-2004, 08:23 PM
Ok.... :-)

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
> Note that some clients (including W2k/XP) can send DHCPINFORM messages
> after connection to actually get info from DHCP, rather than using the

info
> which came across during the PPP/PPTP negotiation. I haven't used it, but

I
> know that it can be done.
>
> "Phillip Windell" <@.> wrote in message
> news:O$(E-Mail Removed)...
> >
> > "David" <(E-Mail Removed)> wrote in message
> > news:04F51C15-E118-474D-B437-(E-Mail Removed)...
> >> In the context of Windows 2000 Routing and Remote Access:
> >>
> >> (1) What are the differences between a demand-dial route and a normal
> >> dial-up connection?

> >
> > I believe one receives calls and the other only dials outbound.
> >
> >>
> >> (2) For LAN connections, one can specify to obtain IP address
> >> "automatically", which of course means "DHCP". For dial-up connection,

it
> > is
> >> also possible, but does it still mean DHCP ? If it is still DHCP, then

it
> >> would be very remarkable - for example, in the context of 56K

connection,
> > we
> >> are talking about a dial-up client broadcasting DHCPDISCOVER packet

> > through
> >> POTS, which I don't feel OK.

> >
> > No the RRAS Service "aquires" a group of IP#s in advance from the DHCP
> > Server. The RRAS Server then assigns the IP#s to the connection when the
> > connection is made.
> >
> > There is no such thing as "broadcasting" over a POTS line as you would
> > think
> > of it on a LAN. POTS is a point-to-point link with a single endpoint at
> > each end, there is only one place it can possibly go,...so whether is

used
> > a
> > broadcast address or a specific address is pretty much meaningless.

That
> > is
> > why a dialup uses the Point-to-Point Protocol (PPP),...that is what it

is
> > all about.
> >
> > --
> >
> > Phillip Windell [MCP, MVP, CCNA]
> > www.wandtv.com
> >
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Routing Questions????? MikeS@MLS Windows Networking 1 09-19-2008 08:40 PM
Routing questions Markus Spiller Linux Networking 0 02-19-2008 11:38 AM
Win2k3 LAN Routing Questions Steve Kellogg Windows Networking 11 09-19-2006 03:24 PM
Routing questions Dennis Linux Networking 4 05-01-2004 10:27 AM
Routing questions Frasson Cristiano Linux Networking 1 10-15-2003 12:45 PM



1 2 3 4 5 6 7 8 9 10 11