General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Computerphile
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "How DNS Works - Computerphile" video.
Worth contrasting the telephone system, based on 19th century technology where you have to remember someone’s telephone number (or maintain a directory on your phone), versus the Internet, developed in the 20th century, where the network itself takes care of finding the numbers for you, you just have to remember their names. The mobile phone in your pocket is such an advanced piece of technology, yet when you make a call or send an SMS to someone, it still falls back to this 19th-century way of finding them through the network--by a number instead of a name.
3
One drawback with DNS A records, in particular, is that they only give you an IP address, not a port number. So they are not sufficient to identify a service, only a machine which might provide that service. This was remedied later with the introduction of SRV records, but they are not heavily used.
2
Yes, they do talk to ordinary nobody clients like you or me. In fact, a lot of their traffic is completely unnecessary, coming from misconfigured clients that should be sending their queries elsewhere. But they can’t block it.
2
Ah, is that why the limit.
2
Cloudflare also offers 1.1.1.1, in case you want to have an alternative to Google.
2
IPv4 or IPv6 makes no difference.
1
A distributed phone book that your phone knows how to look up, so you don’t have to. And that is maintained automatically by the network itself, so you don’t have to.
1
Nobody should be using such insecure technologies any more.
1
Funny, then, that the world is running out of IPv4 numbers (addresses), but there are still plenty of domain names to go around.
1
More likely you have/had /etc/nsswitch.conf, which lets you configure multiple sources for DNS (and other) data.
1
Yup. And in fact, the dnsmasq name server, which is designed for small setups like a home office, serves up exactly the contents of your /etc/hosts file, it doesn’t need (or understand) complex zone files like bind does.
1
Was NRS the equivalent of DNS SRV records rather than A records, then?
1