Why can't the UBRs do DNS?
07-06-2006, 11:11
|
#1
|
|
cf.mega poster
Join Date: Jun 2003
Location: Warrington ntl:81304 Altitude: 12m (and falling)
Posts: 4,499
|
Why can't the UBRs do DNS?
Okay, maybe the UBRs don't have the hardware to do DNS but there could be a machine that is 'close' to the UBR that does. Am I missing something or would this not improve the customer experience enormously for quite moderate expense.
A traceroute to 194.168.8.100 this morning reveals a direct connection between Manchester and Winnersh which I'm sure wasn't there a few days ago. This is much better than travelling all round the country but is still not half as good as it could be. Why so?
Code:
Tracing route to cache2.ntli.net [194.168.8.100]
over a maximum of 30 hops:
1 7 ms 10 ms 8 ms 10.235.100.1
2 8 ms 7 ms 8 ms bagu-t2cam1-a-v122.inet.ntl.com [80.5.162.89]
3 15 ms 38 ms 7 ms bagu-t2core-a-ge-wan64.inet.ntl.com [80.5.161.21]
4 9 ms 13 ms 8 ms man-bb-a-so-310-0.inet.ntl.com [213.105.174.69]
5 9 ms 9 ms 12 ms man-bb-b-ae0-0.inet.ntl.com [62.253.187.178]
6 15 ms 13 ms 49 ms win-bb-a-so-300-0.inet.ntl.com [62.253.185.138]
7 14 ms 14 ms 16 ms win-dc-a-v902.inet.ntl.com [62.253.187.222]
8 14 ms 15 ms 15 ms cache2.ntli.net [194.168.8.100]
|
|
|
07-06-2006, 21:39
|
#2
|
|
Inactive
Join Date: Aug 2004
Posts: 154
|
Re: Why can't the UBRs do DNS?
I'm not quite sure how a traceroute relates to DNS. A traceroute simply displays the number of hops to get to a particular host.
DNS is the mechanism where the hostname or URL is translated to the IP address.
|
|
|
07-06-2006, 21:48
|
#3
|
|
cf.mega poster
Join Date: Jun 2003
Location: Warrington ntl:81304 Altitude: 12m (and falling)
Posts: 4,499
|
Re: Why can't the UBRs do DNS?
Mmm... I didn't mention that 194.168.8.100 is NTL's primary DNS server in Winnersh. The other one is 194.168.4.100.
Virtually every time you click on a link, your browser will have to check out with Winnersh first. Causing unnecessary, traffic, unnecessary delay and unnecessary all-your-eggs-in-one-basket-ness.
|
|
|
07-06-2006, 22:02
|
#4
|
|
Inactive
Join Date: Jun 2003
Location: heckmondwike
Age: 39
Posts: 10,767
|
Re: Why can't the UBRs do DNS?
yep i see your point, why cant NTL employ local DNS servers ?
|
|
|
07-06-2006, 22:09
|
#5
|
|
Inactive
Join Date: Jan 2004
Posts: 1,164
|
Re: Why can't the UBRs do DNS?
if you are that bothered, why not setup your own dns server?
|
|
|
07-06-2006, 22:21
|
#6
|
|
cf.mega poster
Join Date: Jun 2003
Location: Mansfield, Notts
Age: 46
Services: Virgin Media Telephone and 100Mb broadband, Sky Q
Posts: 1,994
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by dev
if you are that bothered, why not setup your own dns server?
|
because http(webpage) traffic wil still be intercepted by the proxy caches that do their own DNS lookups using NTL's own DNS servers.
|
|
|
08-06-2006, 11:59
|
#7
|
|
Inactive
Join Date: Nov 2003
Location: Grimsby
Posts: 2,004
|
Re: Why can't the UBRs do DNS?
How many other providers offer decentralised DNS servers? A 15ms wait for a DNS reply is basically negligible when it comes to waiting for the the actual page to be downloaded.
|
|
|
08-06-2006, 12:36
|
#8
|
|
Inactive
Join Date: Oct 2003
Location: CARDIFF
Posts: 26
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by altis
Mmm... I didn't mention that 194.168.8.100 is NTL's primary DNS server in Winnersh. The other one is 194.168.4.100.
Virtually every time you click on a link, your browser will have to check out with Winnersh first. Causing unnecessary, traffic, unnecessary delay and unnecessary all-your-eggs-in-one-basket-ness.
|
The 194.168 addresses are frontend IPs for a farm of DNS servers that sit behind them. The traffic goes to Winnersh because a number of the core routers are there. I don't know what you mean by "all-your-eggs-in-one-basket."
You can't have DNS servers at every UBR, due to cost and complexity. Every time a DNS change is made it would have to be synced to every UBR in the country. Add to this the extra sysadmin time needed to service nodes all around the country and it becomes unmanageable.
|
|
|
08-06-2006, 12:44
|
#9
|
|
Permanently Banned
Join Date: Apr 2006
Posts: 562
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by altis
Mmm... I didn't mention that 194.168.8.100 is NTL's primary DNS server in Winnersh. The other one is 194.168.4.100.
Virtually every time you click on a link, your browser will have to check out with Winnersh first. Causing unnecessary, traffic, unnecessary delay and unnecessary all-your-eggs-in-one-basket-ness.
|
194.168.4.100 is in Guildford, 194.168.8.100 is in Winnersh - doesn't seem that 'all-your-eggs-in-one-basket' like to me.
The uBRs can't do DNS because they are routers, not servers.
Webcaches might be able to fulfill all your DNS needs though.
|
|
|
08-06-2006, 13:54
|
#10
|
|
Inactive
Join Date: Jan 2004
Posts: 216
|
Re: Why can't the UBRs do DNS?
From previous experience at the time of faults I believe that some of NTL's webcaches already do DNS caching, at least for webpages requested from them. It is a common feature of web proxies, so it would surprise me if they had not enabled it.
APS
|
|
|
08-06-2006, 14:13
|
#11
|
|
cf.mega poster
Join Date: Jun 2003
Location: Warrington ntl:81304 Altitude: 12m (and falling)
Posts: 4,499
|
Re: Why can't the UBRs do DNS?
I come from a background in Transputers and distributed computing. There we would make every effort to ensure that, for best performance, frequently accessed data was held locally. We wanted to avoid having the same information dashing back and forth across the network. To me, this seems a natural thing to do. I like diversity and decentralised things.
As I understand it, every NTL customer has the Winnersh DNS as primary and Guildford as secondary. Therefore, everyone's browser will try to access the Winnersh one first unless the transaction times-out and then it will go to Guildford. I don't deny there is a backup but at busy times this could still lead to a single point overload. However, it may be that some customers are configured the other way round - I don't really know.
UBRs can do other things - for instance, they also act as time servers (although my local one isn't very acurate) - but they may well not be capable of DNS - agan, I don't know.
IMHO, if there were a problem cascading DNS servers then there would only be one in the world.
|
|
|
08-06-2006, 14:49
|
#12
|
|
Inactive
Join Date: Jan 2004
Posts: 1,164
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by Jon T
because http(webpage) traffic wil still be intercepted by the proxy caches that do their own DNS lookups using NTL's own DNS servers.
|
oops forgot about that, but surely the proxy caches will also cache the dns requests?
and to the post above mine,
the default primary for me is 194.168.4.100 with .8.100 secondary. Always has been that way. However, as i've moved to my own proxy i'm using my own dns servers so technically i use neither
|
|
|
10-06-2006, 08:25
|
#13
|
|
Inactive
Join Date: Apr 2004
Location: Stockport
Services: XL TV (TiVo 1TB & V HD), XL Broadband (Superhub 2 in modem mode), L Telephone
Posts: 477
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by dev
oops forgot about that, but surely the proxy caches will also cache the dns requests?
and to the post above mine,
the default primary for me is 194.168.4.100 with .8.100 secondary. Always has been that way. However, as i've moved to my own proxy i'm using my own dns servers so technically i use neither 
|
If you're on an NTL connection, you're behind a transparent proxy and therefore using that and the NTL DNS servers even if you have your own too.
I too have my own proxy server and DNS but still suffered with the recent DNS problems.
|
|
|
10-06-2006, 13:27
|
#14
|
|
Inactive
Join Date: Jan 2004
Posts: 1,164
|
Re: Why can't the UBRs do DNS?
Quote:
|
Originally Posted by Begize
If you're on an NTL connection, you're behind a transparent proxy and therefore using that and the NTL DNS servers even if you have your own too.
I too have my own proxy server and DNS but still suffered with the recent DNS problems.
|
transparent proxies only affect web traffic / traffic on port 80 of which my proxy is not so i in fact don't use ntl's dns servers
|
|
|
10-06-2006, 18:49
|
#15
|
|
cf.mega poster
Join Date: Sep 2003
Posts: 12,047
|
Re: Why can't the UBRs do DNS?
in normal circumstances 2 dns servers should defneitly be enough for an isp, but in case of DDOS attacks things can change. New dns or not if ntl simply added say 2 more dns servers and did nohing else, they would still probably drop with an attack.
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 21:44.
|