Internet Addresses DON'T Need Dots!

  Рет қаралды 1,064,690

Techquickie

Techquickie

Күн бұрын

Visit www.brilliant.... to get started learning STEM for free, and the first 200 people will get 20% off their annual premium subscription.
Dotless domains are a little-known capability of the Internet - so why don't we have more of them?
Leave a reply with your requests for future episodes.
► GET MERCH: lttstore.com
► AFFILIATES, SPONSORS & REFERRALS: lmg.gg/tqsponsors
► PODCAST GEAR: lmg.gg/podcast...
► SUPPORT US ON FLOATPLANE: www.floatplane...
FOLLOW US ELSEWHERE
---------------------------------------------------
Twitter: / linustech
Facebook: / linustech
Instagram: / linustech
TikTok: / linustech
Twitch: / linustech

Пікірлер: 1 000
@DaraulHarris
@DaraulHarris 2 жыл бұрын
Surprised you guys didn't mention localhost -- possibly the most popular dotless domain.
@user-qw9yf6zs9t
@user-qw9yf6zs9t 2 жыл бұрын
wdym? by popular do you mean used alot? but im the only one who uses it wtf
@youdontknowme5969
@youdontknowme5969 2 жыл бұрын
it's not a public DNS domain tho
@BulbaWarrior
@BulbaWarrior 2 жыл бұрын
localhost is not resolved with DNS. It is kind of an alias for an ip address. Fun fact: you can define your own names in /etc/hosts (c:\windows\system32\drivers\etc\hosts for windows)
@KyleDavis328
@KyleDavis328 2 жыл бұрын
@@youdontknowme5969 No but it does bring up the topic of a computer's local hostname resolver found in the locations mentioned by @Vladislav Kalmyikov, which would be another fun techquickie all in it's own. Setting up local hostnames to get to private in-network services from say a local server.
@icarus1656
@icarus1656 2 жыл бұрын
@@BulbaWarrior every domain is an alias for an ip yk. besides localhost is in fact a local domain and local domains are never resolved by a dns but instead specified on a local network level which what the video and this comment were referring to.
@marcusm5127
@marcusm5127 2 жыл бұрын
Makes me happy to know someone stopped Google from abusing their position.
@nclsDesign
@nclsDesign 2 жыл бұрын
Google always abuses their position.
@IceBro
@IceBro 2 жыл бұрын
@@nclsDesign doesn't literally every big company lol
@nclsDesign
@nclsDesign 2 жыл бұрын
@@IceBro That's why they are a big company
@james8449100
@james8449100 2 жыл бұрын
Just don't Google Google it will break the internet
@HandledToaster2
@HandledToaster2 2 жыл бұрын
from abusing*
@markusTegelane
@markusTegelane 2 жыл бұрын
Also, dotless domains confuse your browser if you’re typing it into an omnibox (it doesn’t understand if it’s a search term or a web address, this is also why the video instructed you to put slashes at the end for the two known dotless domains btw)
@mysteryboyee
@mysteryboyee 2 жыл бұрын
pro-tip: you can also put "" before it to tell the web browser that this is a url and not a search term
@markusTegelane
@markusTegelane 2 жыл бұрын
@@mysteryboyee yeah, I kind of realized that after writing this comment
@sarowie
@sarowie 2 жыл бұрын
@@mysteryboyee yay! save the dot, use a :
@dekeonus
@dekeonus 2 жыл бұрын
@@toptierdiscordmod7806 part of the issue of using a domain-less hostname is for things like routers and embedded devices, so they may not support https (or as is often the case I see, ship with self-signed certs).
@Raivo_K
@Raivo_K 2 жыл бұрын
Or use a separate search box like Firefox has (default disabled).
@ciaduck
@ciaduck 2 жыл бұрын
I've spent a lot of time in my career parsing email and reading the actual IETF RFCs for SMTP to write parsers. A "dotless" domain is totally allowed in the specification. Where it isn't allowed is when you start to add security features such as DMARC/SPF/DKIM headers, Message Digest, Signing, and TLS for SMTPS. RFC 5321, section 4.1.2 defines the syntax for email addresses. Another "fun" feature is in how the local-part of the email address is defined. There is a lot that is allowed via the spec that most web based email validity parsers mishandle. Sorry to be "that guy". As someone who has handled a lot of email, I wanted to let you know you are incorrect.
@shinokami007
@shinokami007 2 жыл бұрын
thank you kindly :)
@mareviq
@mareviq 2 жыл бұрын
If I had a dollar for every time a web form that said my email address can't have a + in it...
@JivanPal
@JivanPal 2 жыл бұрын
@@mareviq They're usually doing that intentionally, because they don't want you to abuse their system by signing up for a million accounts using trivial mailbox aliases.
@ACuteAura
@ACuteAura 2 жыл бұрын
just remember: the easiest way to validate an email address is to hand it to an MTA and see if it bounces.
@MrTechguy365
@MrTechguy365 2 жыл бұрын
Thanks! Was about to ask already. Everybody who wrote a email validation regex knows the pain.
@PsRohrbaugh
@PsRohrbaugh 2 жыл бұрын
Anyone else old enough to remember AOL Keywords? AOL was it's own private system in addition to the internet. So while you could enter a domain, you could also enter a "keyword" like "travel" or "weather", and go to the AOL-only page that was there. The same was true with email. You could enter someone's "screen name" and only type what's left of the @
@generallyunimportant
@generallyunimportant 2 жыл бұрын
isn't that still the same stuff as in the video, with normal dotless domains? just provider-only.
@teebu
@teebu 2 жыл бұрын
google still owns that. if i type into my url bar i get search. most people google google, and it works 99% of the time, i get exactly what i want without knowing the domain.
@Preske
@Preske 2 жыл бұрын
I vagely remember my ISP doing something similar.
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
​@@teebu nope that's not how this works. the "URL bar" of today's browsers is called the omnibar which can handle either URLs or if the input can't be resolved to an URL a preconfigured search engine will get the input instead and delivers a search result page.
@JivanPal
@JivanPal 2 жыл бұрын
@@CathrineMacNiel *omnibox.
@ailivac
@ailivac 2 жыл бұрын
Except in the DNS protocol internals there's always a dot at the end that you never see in other software. It's significant when you're writing zone files though.
7 ай бұрын
Exactly, there's always a dot at the end!
@ferristhecrab
@ferristhecrab 6 ай бұрын
The binary protocol does not have any dots tho'. If you go to the page 31 of the RFC 1035 you can see how it is actually structured. It looks like: ( sudomain_length subdomain_chars )+ \0
@MatHanley
@MatHanley 2 жыл бұрын
I love Riley, he's great with voice acting. Ltt really starting to feel like a traditional linear tv channel clips come up on youtube so often each day. It's like you could loop through all videos in real time and not really notice there's repeats unless you try hard to look for them.
@ShadowGirl-
@ShadowGirl- 2 жыл бұрын
Yes! he's the best!!
@n0mad385
@n0mad385 2 жыл бұрын
Literally my favorite person at LMG. Seems like a fun guy tbh
@CoffeyBrew
@CoffeyBrew 2 жыл бұрын
.coffee is my favorite
@datguy-er1mj
@datguy-er1mj 2 жыл бұрын
So do I!! He’s simply the best next to Linus. Not throwing shade, but he’s even better than Andrew, who I honestly think is grossly overrated.
@tobiwonkanogy2975
@tobiwonkanogy2975 2 жыл бұрын
theres enough uploaded it run 24/7 and you would never see it all. Not to mention each new channel every day .
@batatamelvin
@batatamelvin 2 жыл бұрын
Riley quickly became one of my favorite show hosts
@mattias3668
@mattias3668 2 жыл бұрын
All DNS-adresses end with a dot, but it can be implicit. So all of them have dots (actually I'm not sure about the top-level, it may be the empty string, but I think it is a dot).
@olafbuitelaar
@olafbuitelaar 2 жыл бұрын
Dns is a hierarchy, every dot represents the next leaf node, the root starts with the dot at the end which can be omitted. I suppose if you could link an A record to . Instead of the root servers resolving all tld's you could have a site just being "." Which will be the mother off all sites.
@hubertnnn
@hubertnnn 2 жыл бұрын
@@olafbuitelaar I think it would be more of an empty string "" then ".", since the last dot is still a separator like all other dots.
@robspiess
@robspiess 2 жыл бұрын
Without the trailing dot, intranets (local networks) could append the rest of your domain to whatever you typed. It's much like "relative paths" vs "absolute paths", for those who know what those are.
@scytob
@scytob 2 жыл бұрын
you recall correctly it is a dot (and this is just about the worst video i have ever seen on domain names)
@odeode4338
@odeode4338 2 жыл бұрын
This video is so bad and full of bad information. LTT do better!
@Graham_Rule
@Graham_Rule 2 жыл бұрын
Back in the olden days, before the DNS, chaos ruled supreme. Imagine having to download a text file listing ALL the internet sites that you might want to use and then keeping it up to date. At least now there's a clear decentralisation of naming and the TLDs are a major part of that. Of course, when there's a networking problem it is usually because of a DNS misconfiguration.
@ailivac
@ailivac 2 жыл бұрын
DNS still supports CHAOS. But virtually everything uses the IN class now.
@Gutnarm
@Gutnarm 2 жыл бұрын
"Imagine having to download a text file listing ALL the internet sites" - welcome to FidoNet, where you'd regularly download an updated 'node list', basically a BBS phone book, containing not only name and phone number, but also their max speed, compression standards, and the like. But, yeah, prior to DNS, it's all been local and shared /etc/hosts files basically, helping you with not having to remember all those IP addresses. (DNS, basically, is but a networked database of a massive /etc/hosts )
@chaos.corner
@chaos.corner 2 жыл бұрын
The UK was on JANET. Someone managed to find a gateway to the internet (supposedly it was 'stolen' but I always suspected it was leaked for experimental purposes) but the gateway didn't have a hosts file so you needed to find a source for that to get anywhere. That's how I found Nyx.
@JivanPal
@JivanPal 2 жыл бұрын
Actually, all domain names end with a dot, you just don't have to type it, but you can if you want. See RFC8499 § 2 "Names", subsection "Format of names", for the distinction between the "presentation format" and the "common display format" (the latter being what's discussed in this video).
@ChrisBeardSAP
@ChrisBeardSAP 2 жыл бұрын
That wasn't a terrible approximation of a British accent. Well done.
@giraffes19
@giraffes19 2 жыл бұрын
As a brit, it was terrible
@wile123456
@wile123456 2 жыл бұрын
@@giraffes19 you brits have so many weird and disgusting local dialects, that no matter how poor an accent is acted, it still fits
@FaZekiller-qe3uf
@FaZekiller-qe3uf 2 жыл бұрын
@@giraffes19 as a Brit, you are terrible
@mattBLACKpunk
@mattBLACKpunk 2 жыл бұрын
@@giraffes19 meh not worse than most tries on yt
@youdontknowme5969
@youdontknowme5969 2 жыл бұрын
bri'ish yes i just did type that
@serpent77
@serpent77 2 жыл бұрын
I remember when this was common, it was called "America Online" and I believe the single "domain names" were called just "keywords" I like my DNS hierarchy and see no reason to change it thank you! 😎👍
@b.quirion
@b.quirion 2 жыл бұрын
🤘😎🤘
@JivanPal
@JivanPal 2 жыл бұрын
That was a browser-specific feature. As long as you didn't use AOL browser (e.g. you used IE or Netscape), you didn't have this feature. If your ISP wasn't AOL, you could still use AOL keywords by using the AOL browser or typing them into AOL's search engine.
@elpanagabo
@elpanagabo 2 жыл бұрын
The dotless domain is really a bad idea. It had to be GOOGLE pushing for this. What a surprise 😲
@markusTegelane
@markusTegelane 2 жыл бұрын
Registering "search" for Google also seems like a very monopolistic thing to do.
@DLBBALL
@DLBBALL 2 жыл бұрын
@@Crux161 oh ok
@pikachu896
@pikachu896 2 жыл бұрын
@@Crux161 what
@Mjester12
@Mjester12 2 жыл бұрын
@@Crux161 a broken bot it seems.
@foobars3816
@foobars3816 2 жыл бұрын
What you don't know is that ICAN already gave them a TLD! They own ".google" and you too can own one for about 200K (+ ongoing yearly costs)
@AndreFG
@AndreFG 2 жыл бұрын
Imagine the scammers paradise it would be if dotless domains were more common, literally any word could be used like "winner/"
@armaan_44
@armaan_44 2 жыл бұрын
How ironic.. you have a spam reply
@tomikun8057
@tomikun8057 2 жыл бұрын
haha the winner was the spambot's keyword
@photoniccannon2117
@photoniccannon2117 2 жыл бұрын
irs/
@Tadfafty
@Tadfafty 2 жыл бұрын
@@tomikun8057 HAhahahhaha
@hotfishdev
@hotfishdev 7 ай бұрын
Addresses without dots are pointless
@LongingRhino
@LongingRhino 6 ай бұрын
Underrated comment
@DrRChandra
@DrRChandra 2 жыл бұрын
Granted, I have not read every single RFC, but I don't know anything in the relevant SMTP, ESMTP, or DNS RFCs which would prevent a single component domain name from working for sending email. Write an MX record, just like you'd write an A, AAAA, SOA, NS, or indeed any other record type, and you're good to go.
@mosti72
@mosti72 2 жыл бұрын
Based on what I know, yeah, dotless domain names can be used for emails (an example I see quite often is example@localhost) but I think Gmail and probably other web-based email clients are the ones that don't work with dotless domain names.
@regiondeltas
@regiondeltas 2 жыл бұрын
Yeah, that bit was guff. In the wild west days of the early enterprise I worked with a number of internal single word domains, and we had internal email setup for, uh, internal things! Very uncommon now for a myriad of other reasons, but SMTP isn't one
@schnitzler001
@schnitzler001 2 жыл бұрын
@@regiondeltas was the internal internet for internal things about things happening internally and handled by intern?
@dansgalaxy
@dansgalaxy 2 жыл бұрын
Only one of the things which made my brain itch due to being technically incorrect in this videos 😅
@Bunny99s
@Bunny99s 2 жыл бұрын
Yes, if it doesn't work with a certain piece of software or service, it's most likely an issue with implying a certain domain format restriction which isn't in the RFC / spec. Just look up how people recommend RegEx expressions to verify email addresses. This may actually be the source of the issue that the software actively refuses the address for no other reason. Since I've written my own DNS server (in C# which is running on my raspberry pi with mono) just for fun, I actually was knee deep in the DNS RFCs and I almost went nuts^^. There are so many extensions nowadays that it's almost impossible to include them all. Though the funny thing is that DNS doesn't have any "dots" at all in the protocol itself :) The protocol transmits hierarchical labels. In the protocol labels have a byte prefix that contains the length of the label. There are no dots transmitted in a request or response. The label system is even smart enough to allow references to other labels in the same request / response to save some space. This is actually pretty neat. So if a response includes something like ns1.my.awesome.domain.com, ns2.my.awesome.domain.com, ns3.my.awesome.domain.com it may be encoded as [3]ns1[2]my[7]awesome[6]domain[3]com[0] The other domains would be encoded like this: [3]ns2[0xC0][offset to the "my" label] and [3]ns3[0xC0][offset to the "my" label]. Technically a single label can't be longer than 63 characters. Any "length" value greater than 63 indicates a reference to any other point in the whole message. Reading / resolving a name means you just follow the chain until you reach a 0 length label which indicates the end. Note that an offset contains the lower 8 bits in the second byte and an additional 6 bits in the first byte. So an offset can be 16k instead of only 255. Usually DNS is served over UDP so you're naturally limited to about 512 bytes per message (request / response). Though DNS also works over TCP where the "packets" can be as long as necessary. Most commonly used DNS config files that use the bind syntax actually include the "root dot" to the right of the TLD. Most browsers or software which do DNS lookups would not use / interpret that correctly, but in the config it's common to see that extra dot to distinguish a sub domain namespace from a top level domain. Those config files are also build hierarchical. So a zone file could just define records within the zone they belong to without the need to write out the full domain name.
@cantina-band-cush
@cantina-band-cush 2 жыл бұрын
The company I work at uses quite a few "dotless domains" on our internal network to access various services. The biggest issue is that all the web browsers also use the address bar as a search bar now, and sometimes when they see a dotless domain, they see it as a search term instead of figuring out if it's actually a valid address.
@JohnSmith-sk7cg
@JohnSmith-sk7cg 2 жыл бұрын
Firefox has an option in the settings to split up search and address bar
@KaitouKaiju
@KaitouKaiju 2 жыл бұрын
Those are probably just hostnames, not dotless domains. The work computers are typically all part of the same corporate intranet so they behave the same as a local network.
@Jamiered18
@Jamiered18 2 жыл бұрын
Odd that Google wanted to do that, with no trailing slash too, given that it would mess up search. Now that the browser address bar is now also the search bar, there's got to be a clear difference between a URL and search term. It's not uncommon to want to search for only one word.
@Biergartenparadoxon
@Biergartenparadoxon 2 жыл бұрын
Of course they wanted to register w/o the trailing slash. That slash is not part of the domain name. DNs even *must not* contain slashes. It's just one part of the URI. It's just that modern Browsers let you use incomplete URIs and try to figure out the rest for your covienence. Is it even a incomplete URI or a search term, is it http or https, on which port etc. But sometimes (especially on dotless domains) the Browser just guesses wrong. The trailing slash just gives the Browser a hint that you meant an incomplete URI instead of a search term and may or may not work on different browsers (and settings). The better and more correct part to give as a hint would be the protocol part i.e. or
@Jamiered18
@Jamiered18 2 жыл бұрын
@@Biergartenparadoxon For sure, you can even see this by adding the protocol, typing pn for instance, so that it doesn't get confused. Big problem though is that it does otherwise get confused and I really see no way to differentiate between a single word search term or a single word URL in the same field unless you include some special characters like that; so why on earth Google, who's known for search and for the Chrome browser, wanted to make this more confusing is beyond me
@Biergartenparadoxon
@Biergartenparadoxon 2 жыл бұрын
@@Jamiered18 Of course I agree that it was a dumb idea for those reasons in the first place. Just disagree with "Odd that Google wanted to do that, with no trailing slash" since the trailing slash is not part of what you can register but a detail about how to use it afterwards.
@rusprice
@rusprice 2 жыл бұрын
As a website developer who thought I knew a lot about DNS and everything, I had no idea this was a thing!
@robspiess
@robspiess 2 жыл бұрын
If it helps, most system administrators don't even know everything about DNS. There's a lot.
@jacksoncremean1664
@jacksoncremean1664 2 жыл бұрын
@@robspiess tbf dotless domains is a pretty stupid idea
@mb00001
@mb00001 2 жыл бұрын
This video shows there is always something new to learn, i had no idea that top level domains could be used independently of domains, but it does explain 'localhost' which in retrospect was a clue hiding in plain sight
@scytob
@scytob 2 жыл бұрын
no it doesn't because localhost is not a domain (dotless or otherwise) it is a hostname - this video is wrong and misleading in many respects
@alexatkin
@alexatkin 2 жыл бұрын
@@scytob Par for the course with these, they always miss some of the finer details of the topic. Like for clarity they should surely have mentioned things like .local which AFAIK is most often used on a LAN rather than dotless domains.
@FL-lv9zo
@FL-lv9zo 2 жыл бұрын
@@alexatkin unfortunately with this video they missed it completely, from the main topic down to the details
@mb00001
@mb00001 2 жыл бұрын
@@scytob well tell me why my googling verified it is a top level domain, but one that can't appear in a public dns because it is reserved and has a few other oddities based around conventions formed around how it is treated There are 3 other reserved tlds they are 'test', 'example' and 'invalid' and this is all documented in rfc2606 I've given you enough to get you going now its on you because you spouted off without anything to support your argument
@scytob
@scytob 2 жыл бұрын
@@alexatkin i agree .local is interesting, it also isn't actually DNS, it is mDNS - which is an entirely different resolver system and technology with a confusingly similar name :-) - what people don't seem to realize is any hostname used in a URI is not implicitly a DNS name, it could be an mDNS, DNS, netbios, widows broadcast or one of another number of name resolution protocols !
@TheL0wner
@TheL0wner 2 жыл бұрын
lots of isps used to use internal domains like "mail" and "news" to make settings easy for new internet users.
@tobias124812
@tobias124812 2 жыл бұрын
google wanted to register „localhost“ and getting traffic from all machines in the world 😂
@gsck5499
@gsck5499 2 жыл бұрын
Unfortunately even if they wanted to, it wouldn't work. Your operating system automatically resolves localhost to 127.0.0.1, which is the loopback address so the traffic never actually exits your computer's network card.
@tomasprochazka6198
@tomasprochazka6198 8 ай бұрын
@@gsck5499 not fully automatically, it's defined by /etc/hosts file
@losttownstreet3409
@losttownstreet3409 7 ай бұрын
@@gsck5499 in linux you could redefine localhost and localhost could used for domains but it shouldn't and may break some network software. I don't know if localhost is still in the windows .hosts file but it may by as local .hosts ist still supported as name resolution. I'm happy that network 44 moved on from the local .hostfile in 2008? after they sold a /16 block to Amazon.
@iflyplanesthrutunnels
@iflyplanesthrutunnels 6 ай бұрын
@@gsck5499well done ya missed the joke
@jeffchau89
@jeffchau89 2 жыл бұрын
You should do a techquickie on the many different pronunciations of Asus.
@MageOfTheOrder
@MageOfTheOrder 2 жыл бұрын
Haha. I second this!
@GordonHudson
@GordonHudson 2 жыл бұрын
Microsoft used to sell internet "keywords". You could buy a word and when someone typed it into Internet Explorer it redirected to your choice of web sites. They were sold like domain names.
@Muzikman127
@Muzikman127 2 жыл бұрын
that's evil genius haha
@chrispostle3871
@chrispostle3871 2 жыл бұрын
Brit here - that phishandsiliconchips gag damn near killed me. Well played!
@trissylegs
@trissylegs 2 жыл бұрын
Google did break some people's local config. Some developers used to internally register .dev for internal development sites. Then google register .dev as a gTLD. That's fine as long as there are no collisions. Until google changed the chrome so that all .dev domains had to be https by putting them in the HSTS preload list.
@yaroslavpanych2067
@yaroslavpanych2067 2 жыл бұрын
Except domain records are stored with tail dot. So there are always dot in domain name
@harryjohnson7714
@harryjohnson7714 2 жыл бұрын
Nope. Not all of them are stored with a tail dot
@dekeonus
@dekeonus 2 жыл бұрын
@@harryjohnson7714 the top (root) level "." is implied if left off. So while a dns management tool or system may not display it, it is treated as present. I shall also point out that the root dot is in the spec. RFC 1034: Domain names - concepts and facilities section 3.1 Name space specifications and terminology "Since a complete domain name ends with the root label, this leads to a printed form which ends in a dot."
@rbt-0007
@rbt-0007 2 жыл бұрын
@@harryjohnson7714haha, you can’t go against RFC
@julioc_oliveira
@julioc_oliveira 2 жыл бұрын
You can add any custom domain on C:\Windows\System32\drivers\etc\hosts (Windows) or /etc/hosts (Linux) but it only works for you. Those pn/ ai/ didn't worked on my PC or Mobile. Maybe does not work on cloudflare DNS.
@carters.9814
@carters.9814 2 жыл бұрын
I've been studying to get computer certifications, being able to understand these different services and records and ports makes me so happy.
@xByt3z
@xByt3z 2 жыл бұрын
If it doesn't work in your browser, try put a dot anyway. So "pn." or "ai." The local domain that Riley talks about is also known as a "search domain". Putting a dot behind the hostname: no search domain tried.
@D.G.M.
@D.G.M. 2 жыл бұрын
Worked when I typed the full address: ai/
@miniepicness
@miniepicness 5 ай бұрын
thanks this worked even when http formatting didnt
@OldBaldDad
@OldBaldDad 2 жыл бұрын
On a related note, IP addresses also don't need dots. The dotted decimal format is the most common way to represent an IP address, but there are many other valid formats. You used to be able to craft IP addresses with 0, 1, 2, or 3 dots, using whatever mix of octal, decimal, and hexadecimal you wanted. You could even pad some of the numbers with extra data that would be ignored. It made it really easy to obfuscate IP addresses. And all web browsers and command line tools would decode them the same way. But modern computers are a lot more picky. It's a lot harder to find support for the alternative formats these days.
@bountyhunter6180
@bountyhunter6180 2 жыл бұрын
I see Riley. I laugh before clicking, then laugh again when he throws in jokes before 5 seconds. 🤣😂
@jak10987
@jak10987 2 жыл бұрын
4:05 We’ll be right back. I love this 😂
@stephenbenner4353
@stephenbenner4353 2 жыл бұрын
Starbucks claimed the trademark “twenty” for their large 20 oz size coffee and successfully sued another chain who was using the same name. Of course it was actually called a “venti,” which is just twenty in Italian. I guess if it’s a foreign word we can trademark it.
@miniepicness
@miniepicness 5 ай бұрын
you can trademark english words - Apple™️
@MAlanThomasII
@MAlanThomasII 6 ай бұрын
There is one dot that is omitted from every public domain you mentioned: the one at the very end. Technically, the root of all domain names is a single dot. The TLDs are below that and therefore to its left when written. (The domain name system is a tree structure with the root at the right and branching to the left.) Thus, "com" is actually "com." and so on. It may very well work when included, but it is never required.
@patemathic
@patemathic 2 жыл бұрын
Fun fact: no domains are dotless. However, the dot at the end is almost always hidden from the end-user. You can force your browser's omnibox to treat your LAN DNS as an address by putting a dot at the end (e.g. printer.lan. instead of printer.lan)
@OcteractSG
@OcteractSG 2 жыл бұрын
Dotless domains would also be a problem for web browsers, as the address bar is almost always used as a search bar (Firefox can still do a dedicated search bar, but I doubt anyone uses it anymore).
@BurgerKingHarkinian
@BurgerKingHarkinian 2 жыл бұрын
I do
@reoencarcelado5904
@reoencarcelado5904 2 жыл бұрын
@Octeract-[SG]: I still use it :-)
@dekeonus
@dekeonus 2 жыл бұрын
In firefox, even if you have the dedicated search bar enabled, searching is still performed from address bar (there might be about:config items to turn address bar search off, but I've not investigated).
@OcteractSG
@OcteractSG 2 жыл бұрын
@@dekeonus Yeah, I seem to recall the address bar working anyway.
@Ubeogesh
@Ubeogesh 2 жыл бұрын
RFC standard for email addresses even allows IP address instead of domains. Why wouldn't it work with a dotless donain?
@syberghost
@syberghost 2 жыл бұрын
Of course, every domain (even "dotless" ones) actually ends in an implied "." which is the actual toplevel domain. You just rarely see it outside of DNS configuration files because it's the case 100% of the time, and thus can be implied.
@pardal_bs
@pardal_bs 2 жыл бұрын
I'm pretty sure the SMTP protocol itself supports dotless domain names. Not sure if there are any SMTP implementations which don't, but they technically should.
@autohmae
@autohmae 2 жыл бұрын
Most SMTP servers even support IP-addresses, etc.
@AndreasChrisWilhelmer
@AndreasChrisWilhelmer 2 жыл бұрын
Technically the root oft the DNS tree, which all top level domains are relative to, is marked by a dot as well. So if you wrote a hostname in a URL without omitting anything, it would end in a dot even if it was just a TLD. It's just that the last dot can be committed without introducing ambiguity, so Browsers have come to accept domains that ommit the dot denoting the root. But technically speaking TLDs have a trailing dot as well. (See RFC 2181; See also RFC 1123, RFC 952 and RFC 921;)
@tanmaygemini
@tanmaygemini 2 жыл бұрын
Huh. I thought that Google would've been against dotless addresses. Anytime someone types just 'amazon' on a browser that has Google as its default search engine, it leads them to a Google result page. But I guess people typing 'search' could be more profitable for them.
@KyleDavis328
@KyleDavis328 2 жыл бұрын
In the current world where everyone has a single address/search combination bar with their default browser set to Google anyway, I think it would make more sense for Google to be against it, for the same reasons. It's hard to imagine more people search for "search" than they do external websites without the tld.
@dekeonus
@dekeonus 2 жыл бұрын
That additional profitability of .search .app .docs .eat .meme (and others) is exactly what google wanted (they also, likely, wouldn't bother paying other browser makers to have google as the default search provider).
@error__music
@error__music 2 жыл бұрын
I like how you've chosen to use the flags of Guernsey and the British Indian Ocean Territory at 1:05
@sudokode
@sudokode 2 жыл бұрын
In reality, every domain has a dot at the end representing the root, but it's always added on to DNS requests for you because it's the only dot in a domain that you can infer. Thought the video might mention this, but NOPE LOL DOTLESS DOMAIN BRUH!
@eructationlyrique
@eructationlyrique 2 жыл бұрын
local dotless domains usually work very differently than tld based one on the web. They rely on a search domain to get a fully qualified domain name, so you're actually visiting a shorthand dotless version of a site with a fully qualified domain name
@shootinglowleft522
@shootinglowleft522 2 жыл бұрын
I want a tech quicky on what is a website. Who owns them? What is GoDaddy? Where is the information stored? When I buy a website, who do I pay? Can I make a random address or domain? If a website is seized, is it gone forever?
@davidparke8896
@davidparke8896 2 жыл бұрын
This is a good idea. Someone should make this. I know the answers to this though.
@davidparke8896
@davidparke8896 2 жыл бұрын
GoDaddy is a company that is accredited by ICANN (2:23) to register addresses for people, and they host content on their special computers that serve the content to the viewer from the network.
@dekeonus
@dekeonus 2 жыл бұрын
@@davidparke8896 ummm does godaddy have ip ranges to allocate to customers? Did you mean to say register (domain) names?
@davidparke8896
@davidparke8896 2 жыл бұрын
@@dekeonus Yeah, they register domain names for people, yeah. I’ve heard of URLs being called “web addresses” for some reason.
@b3kCat
@b3kCat 2 жыл бұрын
Scrolled a few comments and was surprised that no one has brought up AOL Keywords yet.
@patchon25
@patchon25 2 жыл бұрын
You forgot to mention that all domains have an implicit dot at the end, so technically there are no dotless domains.
@rodrrico
@rodrrico 2 жыл бұрын
Love the little Tim and Eric reference 4:06
@DampQuiche
@DampQuiche 2 жыл бұрын
The recent set of Techquickies has been really good, well produced and very informative. Love seeing Riley stretch his legs. He's a great presenter. Well done.
@FL-lv9zo
@FL-lv9zo 2 жыл бұрын
except this one was really bad. Just plain wrong from the top level down to the details
@KC3YCU
@KC3YCU 6 ай бұрын
That's actually not the worst fake British accent I've ever heard
@TetraSky
@TetraSky 2 жыл бұрын
I remember long ago when Opera had /. shortcut for slashdot. But it doesn't work anymore.
@punkdigerati
@punkdigerati 2 жыл бұрын
I remember Opera from long ago..
@nathan471
@nathan471 2 жыл бұрын
Had no clue this was even a thing! Great video as always!
@rajanbhateja6844
@rajanbhateja6844 2 жыл бұрын
Riley's voice acting is top notch
@RabbitStu-M7UTS
@RabbitStu-M7UTS 2 жыл бұрын
No it isn’t…but it is funny.
@Dudae_
@Dudae_ 2 жыл бұрын
Tell me you're not a brit
@RabbitStu-M7UTS
@RabbitStu-M7UTS 2 жыл бұрын
@@Dudae_ I can’t tell you I am not a Brit.
@Dudae_
@Dudae_ 2 жыл бұрын
@@RabbitStu-M7UTS [I meant the other guy]
@linuxization4205
@linuxization4205 2 жыл бұрын
I can reassure you, your wrongness is top notch.
@archetype0
@archetype0 2 жыл бұрын
The Eric Andre bit at 4:03-4:10 has me in stitches 😆
@TwilightShadowVideo
@TwilightShadowVideo 2 жыл бұрын
This was really informative! I honestly had never given this much thought, but you can bet that I will be now!
@xarfram
@xarfram 2 жыл бұрын
Also makes sense because having a dot in every web address makes it easier to convey in text/speech
@CAMintmier
@CAMintmier 2 жыл бұрын
Neither pn/ nor ai/ worked for me. Chrome on Win 11 using Cloudflare DNS.
@abc33155
@abc33155 8 ай бұрын
ai./ (with dot) works for me in Windows. pn. works on iOS with Safari (it redirects to government.pn)
@cid-chan-2
@cid-chan-2 2 жыл бұрын
Technically wrong. All domains need at least one dot. Namely, the one at the end that get added automatically. Try it out for yourself. Take any domain, add a dot at the end, and it will work just fine. P.S. 1:27 proves it.
@seancondon5572
@seancondon5572 7 ай бұрын
You forgot the most important reason ICANN banned dotless domains. It is because THEY CANN.
@DionMalimbag
@DionMalimbag 7 ай бұрын
that email explosion was unexpected but hilarious
@DmnkRocks
@DmnkRocks 2 жыл бұрын
SMTP does not care, what domain (or not) you type in ther... your mail client and/or your free-mail service would mind... maybe, in the webui... but smtp works fine with anything - the RFC specifies only @
@dekeonus
@dekeonus 2 жыл бұрын
I will add the dotless domain is required to work - because the local delivery agent would then be expecting that to be a hostname of a system on the local network
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
don't forget that you can have ipv6 instead of a hostname even with partial numbers. or user:password in front of the @. also you can use the user:password for regular websites that have htaccess as well to authenticate yourself directly. URLs are fascinating.
@saintjupi
@saintjupi 2 жыл бұрын
the editing in this is a piece is memey art
@tvhoang
@tvhoang 2 жыл бұрын
That push from Google in order to make "search" and "maps" redirecting to them is pretty smart
@Nofxthepirate
@Nofxthepirate 2 жыл бұрын
Domains make a lot more sense to me now that I had to write the thing that translates domain names into IP addresses in networking class.
@kamgarvey119
@kamgarvey119 2 жыл бұрын
As a person who lives in Anguilla, can confirm .ai indeed works. Great vid!
@jwr2904
@jwr2904 2 жыл бұрын
Must be nice, but why is there a little dix next to cauls bottom?
@kamgarvey119
@kamgarvey119 2 жыл бұрын
@@jwr2904 mann idk lool
@ba_em
@ba_em 2 жыл бұрын
Another reason dotless domains are bad is because they confuse browsers. If you type ‘london’ and hit enter, how does it distinguish that you want the google results page, or the domain under that name (say, a government website).
@Fredrickwayde
@Fredrickwayde 2 жыл бұрын
That uk accent got me bruh 😂.! Idk why i was expecting a "boddle of waddar"
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
Harry Podcast?
@andrewv3905
@andrewv3905 2 жыл бұрын
Title makes it sound as if no Internet address needs a dot
@timseguine2
@timseguine2 2 жыл бұрын
My ISP seems to block those DNS lookups
@GorimJack
@GorimJack 2 жыл бұрын
Can't believe Techquicke dropped a hard R....
@artemisDev
@artemisDev 2 жыл бұрын
I thought it was about IPv6. What a surprise.
@SilverBullet93GT
@SilverBullet93GT 2 жыл бұрын
the best way to enable dotless domains on your PC, is to type it in the address bar, then press CTRL and F4
@tobysimmons4139
@tobysimmons4139 2 жыл бұрын
Not gonna lie that email gag was unexpected and made me laugh a lot.
@АртемКулик-я3д
@АртемКулик-я3д 2 жыл бұрын
i'm glad google was told to go pound sand, they need to hear it more often.
@kaashout578
@kaashout578 2 жыл бұрын
Why doesn't this work on desktop?
@smashed_penguin
@smashed_penguin 2 жыл бұрын
Your browser is probably trying to access an intranet site as suggested in the latter half of the video.
@_Doskii
@_Doskii 2 жыл бұрын
Browsers generally just assume you are trying to search for something
@ChekeredList71
@ChekeredList71 2 жыл бұрын
pn/ doesn't works? It's because your browser probably doesn't treat it as a URL so it just googles it. *Try typing: http:/pn/* Edit: same with the other site, *http:/ai/* works.
@abc33155
@abc33155 8 ай бұрын
ai./ (with dot) works for me in Windows (Firefox requires the slash, Edge doesn’t). pn. (with dot) works on iOS (it redirects to government.pn) but not on Windows.
@gandeldalf
@gandeldalf 2 жыл бұрын
This is for sure my favorite Techquickie video in terms of editing and writing the pacing feels actually better than other videos and feels like it's better to follow up and also the writing in some places with some good editing made me laugh so much I needed to replay it again
@joshuad1716
@joshuad1716 2 жыл бұрын
Ai/ didn’t work on mobile chrome
@ecoao80
@ecoao80 2 жыл бұрын
Did for me on android
@guadalupe8589
@guadalupe8589 2 жыл бұрын
It does, simply ignore the security warning and press, "continue to site"
@_lonath_
@_lonath_ 2 жыл бұрын
Don't use wi-fi, use mobile data, i think he should've explained Properly
@CaseyYam
@CaseyYam 2 жыл бұрын
I saw the thumbnail and got really excited for a 3rd game announcement
@ACuteAura
@ACuteAura 2 жыл бұрын
No. Your firewall decides if a host is local or not based on the address returned, not the DNS name. .local is the only exception, at it implies handing the resolving off to mDNS (aka Apple Bonjour aka Zeroconf) instead of your proper DNS.
@Rust_Rust_Rust
@Rust_Rust_Rust 2 жыл бұрын
No
@paulsaulpaul
@paulsaulpaul 2 жыл бұрын
Nothing you wrote is correct outside of your limited environment and experience. And you should use .internal for your lan dns suffix. It’s what Google uses and is generally agreed that it will never be used as a public top level domain. Your firewall may run a dns server. Your operating system does not force you to use it. You may have configured your firewall to capture dns traffic and redirect them to the local dns server it runs, but I’d wager a guess that you have not done this, as it would be implemented in an enterprise network for security, etc. That said, I can’t stand this Linus guy and his channels. I thought I had blocked them all. I’ve become stupider by wasting my time here. It as if I have attempted to bail water out of a sinking boat with a tablespoon.
@sylviaelse5086
@sylviaelse5086 2 жыл бұрын
That's just what we need - every possible word in every language being handled by the thirteen root domain servers.
@tea_otomo
@tea_otomo 2 жыл бұрын
*Tries ai/ and pn/* ... does not work 😅
@abc33155
@abc33155 8 ай бұрын
ai./ (with dot) works. pn. only on iOS (redirects to government.pn).
@matthewbritt5032
@matthewbritt5032 2 жыл бұрын
As someone that's recently moved to London I'm incredibly disappointed in the lack of "Riley's idea of a Londoner's accent" here
@Aellys86
@Aellys86 2 жыл бұрын
@1:05 reminds me of that joke, why is it prenounced bri - ish? because they drank the T
@VVZyt
@VVZyt 2 жыл бұрын
lol thats soooo hilarious
@Gamefreak924
@Gamefreak924 2 жыл бұрын
A lot of people mentioning that it does not work on mobile or desktop. Most reports from Windows or Android users. Works for me on iOS 10.3.3, Safari. Saw one guy saying it works with Chrome on Mac
@K-Anator
@K-Anator 2 жыл бұрын
Yea DNS_PROBE_FINISHED_NXDOMAIN with Chrome on Win10. Both work on Chrome for Android.
@rudxde
@rudxde 2 жыл бұрын
Complete fakenews dotless Domains dont exist. Each Domain or FQDN is follower by a dot at the end. So the Domain is not 'ai/' it is 'ai./' the Browser is just hiding this dot.
@PindleofKujata
@PindleofKujata 2 жыл бұрын
Why am I not surprised that Google tried to do another antitrust thing? That's like AOL keywords. No one uses AOL anymore.
@player-vo8yb
@player-vo8yb 2 жыл бұрын
nice bi'ish accent 1:05
@Tunca_Arslan
@Tunca_Arslan 2 жыл бұрын
👆👆congratulations🎊you have been randomly selected among my shortlisted winners you just won a prize🎁🎁🎁...
@sharpfang
@sharpfang 2 жыл бұрын
You can also take an IP address, treat its 4 dot-separated numbers as 4 digits of a 256-base number and convert that number to binary and use as host IP. a.b.c.d => a*256^3 + b*256^2 + c*256 + d
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
that's a very elaborated way of saying using the IP address as the hostname.
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
@@sharpfang I had that one in a Network course. Since an IPv4 is just 32 bits you can use various methods to make them more readable including making octets of values from 0 to 255. Or use the hexadecimal: 0x7f000001
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
@@sharpfang that's why I have decoupled my search field from the URL field in my Firefox.
@sharpfang
@sharpfang 2 жыл бұрын
@@CathrineMacNiel I tried too. Now I have one search field and one that allows to pick URLs below search suggestions and occasionally takes me to the URL, instead of the host from /etc/hosts, like, 30% of the time. How do you make it a pure URL box that doesn't try to be smarter than me, like in the times of yore? .
@CathrineMacNiel
@CathrineMacNiel 2 жыл бұрын
@@sharpfang in firefox -> about:config -> keyword.enabled = false The placeholder text wont reflect this change but you can no longer use the addressbar to search but you can still use searchengine keywords to search directly
@Yashuop
@Yashuop 2 жыл бұрын
Claim your “here within an hour” ticket right here❤️
@TayDex_
@TayDex_ 2 жыл бұрын
ty
@CpT-Tuco
@CpT-Tuco 2 жыл бұрын
Within a minute buddy
@Zuglust
@Zuglust 2 жыл бұрын
Got it
@ReadsTheEULA
@ReadsTheEULA 2 жыл бұрын
shhhh. shut up, no one cares!
@Ashurion-Neonix
@Ashurion-Neonix 2 жыл бұрын
Ok
@netposerx
@netposerx 2 жыл бұрын
Is this video from the early 90s?
@pranavdeshpande6779
@pranavdeshpande6779 2 жыл бұрын
Was just studying dns for a exam and this popped up
@nodvick
@nodvick 2 жыл бұрын
that's why hosts.ini and arp tables exist. You don't lax security just because there is no dot, you do so because hosts sends you to a 10.0 or a 192.168. additionally, local namespaces CAN have dots.
@Genda1ph
@Genda1ph 2 жыл бұрын
The premise of this video is incorrect. "Dotless" domains are TLDs, and TLDs canonically have a dot at the end: com., ai., uk. and so on. So when you request "ai/", your browser asks your OS (resolver) to get the address. OS goes and asks one of the root domain servers "Hey, who manages the AI TLD?", then goes *to that guy* and asks who manages a specific domain, then gets name servers for that domain and asks them for record. As for SMTP, I believe it could work even with strange domains (internal, dotless, etc.), but emails originating from internal or dotless addresses might not work on the internet.
@julians3danimations
@julians3danimations 2 жыл бұрын
Actually, the I is dotted and there's 2 dots on the colon () ^
@laptopleon6386
@laptopleon6386 2 жыл бұрын
Makes me think of that time T-Mobile (Germany branch) tried to patent the color magenta. Even with success when it came to telecom ads.
@TaylorPassofaro
@TaylorPassofaro 2 жыл бұрын
This was an specifically good episode. Nice and informative and presented and edited well. Cheers.
@ubertrashcat
@ubertrashcat 2 жыл бұрын
I needed Riley's mock London accent in my life
@zionmoulder9319
@zionmoulder9319 2 жыл бұрын
I love how 15 years ago I was like 🤩 Google. And now I’m like... Google tried to fundamentally change the structure of the internet for its own benefit? ... color me surprised
@Tunca_Arslan
@Tunca_Arslan 2 жыл бұрын
👆👆congratulations🎊you have been randomly selected among my shortlisted winners you just won a prize🎁🎁🎁...
De-Google Your Life - Part 1: Start With Chrome
19:31
Linus Tech Tips
Рет қаралды 2,5 МЛН
THESE Plugs Are Really Cool
4:45
Techquickie
Рет қаралды 839 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
How One Line of Code Almost Blew Up the Internet
13:47
Kevin Fang
Рет қаралды 2,1 МЛН
The Weirdest Top-Level Domain Extensions
16:52
ThioJoe
Рет қаралды 210 М.
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,9 МЛН
8 Things Rich People Don’t Spend Their Money On
8:23
BRIGHT SIDE
Рет қаралды 3,1 МЛН
Why VPNs are a WASTE of Your Money (usually…)
14:40
Cyberspatial
Рет қаралды 1,5 МЛН
I built my own 16-Bit CPU in Excel
15:45
Inkbox
Рет қаралды 1,7 МЛН
Why Windows 95 Crashed So Often
5:22
Techquickie
Рет қаралды 526 М.
Hello, old friend… - Media Ripping Explained
13:34
Linus Tech Tips
Рет қаралды 1,8 МЛН
Cicada 3301: An Internet Mystery
17:54
LEMMiNO
Рет қаралды 37 МЛН
What Happened To Google Search?
14:05
Enrico Tartarotti
Рет қаралды 3,1 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН