Internet Addresses DON'T Need Dots!

  Рет қаралды 1,014,940

Techquickie

Techquickie

Жыл бұрын

Visit www.brilliant.org/TechQuickie/ 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/podcastgear
► SUPPORT US ON FLOATPLANE: www.floatplane.com/
FOLLOW US ELSEWHERE
---------------------------------------------------
Twitter: / linustech
Facebook: / linustech
Instagram: / linustech
TikTok: / linustech
Twitch: / linustech

Пікірлер: 1 000
@DaraulHarris
@DaraulHarris Жыл бұрын
Surprised you guys didn't mention localhost -- possibly the most popular dotless domain.
@user-qw9yf6zs9t
@user-qw9yf6zs9t Жыл бұрын
wdym? by popular do you mean used alot? but im the only one who uses it wtf
@youdontknowme5969
@youdontknowme5969 Жыл бұрын
it's not a public DNS domain tho
@BulbaWarrior
@BulbaWarrior Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@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.
@markusTegelane
@markusTegelane Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@mysteryboyee yeah, I kind of realized that after writing this comment
@sarowie
@sarowie Жыл бұрын
@@mysteryboyee yay! save the dot, use a :
@dekeonus
@dekeonus Жыл бұрын
@@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 Жыл бұрын
Or use a separate search box like Firefox has (default disabled).
@marcusm5127
@marcusm5127 Жыл бұрын
Makes me happy to know someone stopped Google from abusing their position.
@nclsDesign
@nclsDesign Жыл бұрын
Google always abuses their position.
@IceBro
@IceBro Жыл бұрын
@@nclsDesign doesn't literally every big company lol
@nclsDesign
@nclsDesign Жыл бұрын
@@IceBro That's why they are a big company
@james8449100
@james8449100 Жыл бұрын
Just don't Google Google it will break the internet
@HandledToaster2
@HandledToaster2 Жыл бұрын
from abusing*
@ciaduck
@ciaduck Жыл бұрын
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 Жыл бұрын
thank you kindly :)
@mareviq
@mareviq Жыл бұрын
If I had a dollar for every time a web form that said my email address can't have a + in it...
@JivanPal
@JivanPal Жыл бұрын
@@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 Жыл бұрын
just remember: the easiest way to validate an email address is to hand it to an MTA and see if it bounces.
@MrTechguy365
@MrTechguy365 Жыл бұрын
Thanks! Was about to ask already. Everybody who wrote a email validation regex knows the pain.
@ailivac
@ailivac Жыл бұрын
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.
11 күн бұрын
Exactly, there's always a dot at the end!
@PsRohrbaugh
@PsRohrbaugh Жыл бұрын
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 Жыл бұрын
isn't that still the same stuff as in the video, with normal dotless domains? just provider-only.
@teebu
@teebu Жыл бұрын
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 Жыл бұрын
I vagely remember my ISP doing something similar.
@CathrineMacNiel
@CathrineMacNiel Жыл бұрын
​@@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 Жыл бұрын
@@CathrineMacNiel *omnibox.
@batatamelvin
@batatamelvin Жыл бұрын
Riley quickly became one of my favorite show hosts
@JivanPal
@JivanPal Жыл бұрын
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).
@tobias124812
@tobias124812 Жыл бұрын
google wanted to register „localhost“ and getting traffic from all machines in the world 😂
@gsck5499
@gsck5499 Жыл бұрын
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 Ай бұрын
@@gsck5499 not fully automatically, it's defined by /etc/hosts file
@losttownstreet3409
@losttownstreet3409 14 күн бұрын
@@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.
@MatHanley
@MatHanley Жыл бұрын
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- Жыл бұрын
Yes! he's the best!!
@n0mad385
@n0mad385 Жыл бұрын
Literally my favorite person at LMG. Seems like a fun guy tbh
@CoffeyBrew
@CoffeyBrew Жыл бұрын
.coffee is my favorite
@datguy-er1mj
@datguy-er1mj Жыл бұрын
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 Жыл бұрын
theres enough uploaded it run 24/7 and you would never see it all. Not to mention each new channel every day .
@mattias3668
@mattias3668 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
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 Жыл бұрын
you recall correctly it is a dot (and this is just about the worst video i have ever seen on domain names)
@odeode4338
@odeode4338 Жыл бұрын
This video is so bad and full of bad information. LTT do better!
@Graham_Rule
@Graham_Rule Жыл бұрын
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 Жыл бұрын
DNS still supports CHAOS. But virtually everything uses the IN class now.
@GutnarmEVE
@GutnarmEVE Жыл бұрын
"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 Жыл бұрын
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.
@ChrisBeardSAP
@ChrisBeardSAP Жыл бұрын
That wasn't a terrible approximation of a British accent. Well done.
@giraffes19
@giraffes19 Жыл бұрын
As a brit, it was terrible
@wile123456
@wile123456 Жыл бұрын
@@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 Жыл бұрын
@@giraffes19 as a Brit, you are terrible
@mattBLACKpunk
@mattBLACKpunk Жыл бұрын
@@giraffes19 meh not worse than most tries on yt
@youdontknowme5969
@youdontknowme5969 Жыл бұрын
bri'ish yes i just did type that
@serpent77
@serpent77 Жыл бұрын
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 Жыл бұрын
🤘😎🤘
@JivanPal
@JivanPal Жыл бұрын
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.
@JAL_EDM
@JAL_EDM 24 күн бұрын
Jesus i feel old...
@AndreFG
@AndreFG Жыл бұрын
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 Жыл бұрын
How ironic.. you have a spam reply
@tomikun8057
@tomikun8057 Жыл бұрын
haha the winner was the spambot's keyword
@photoniccannon2117
@photoniccannon2117 Жыл бұрын
irs/
@Tadfafty
@Tadfafty Жыл бұрын
@@tomikun8057 HAhahahhaha
@DrRChandra
@DrRChandra Жыл бұрын
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 Жыл бұрын
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.
@hermand
@hermand Жыл бұрын
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 Жыл бұрын
@@hermand was the internal internet for internal things about things happening internally and handled by intern?
@dansgalaxy
@dansgalaxy Жыл бұрын
Only one of the things which made my brain itch due to being technically incorrect in this videos 😅
@Bunny99s
@Bunny99s Жыл бұрын
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.
@jeffchau89
@jeffchau89 Жыл бұрын
You should do a techquickie on the many different pronunciations of Asus.
@MageOfTheOrder
@MageOfTheOrder Жыл бұрын
Haha. I second this!
@rusprice
@rusprice Жыл бұрын
As a website developer who thought I knew a lot about DNS and everything, I had no idea this was a thing!
@robspiess
@robspiess Жыл бұрын
If it helps, most system administrators don't even know everything about DNS. There's a lot.
@jacksoncremean1664
@jacksoncremean1664 Жыл бұрын
@@robspiess tbf dotless domains is a pretty stupid idea
@julioc_oliveira
@julioc_oliveira Жыл бұрын
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.
@MrAssChapman
@MrAssChapman Жыл бұрын
Ever since Chrome created the all-in-one bar at the top of the browser instead of having a search bar I've also always expected any dotless query I type in to execute a search rather than go to a specific domain.
@bountyhunter6180
@bountyhunter6180 Жыл бұрын
I see Riley. I laugh before clicking, then laugh again when he throws in jokes before 5 seconds. 🤣😂
@trissylegs
@trissylegs Жыл бұрын
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.
@jak10987
@jak10987 Жыл бұрын
4:05 We’ll be right back. I love this 😂
@Jamiered18
@Jamiered18 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@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.
@elpanagabo
@elpanagabo Жыл бұрын
The dotless domain is really a bad idea. It had to be GOOGLE pushing for this. What a surprise 😲
@markusTegelane
@markusTegelane Жыл бұрын
Registering "search" for Google also seems like a very monopolistic thing to do.
@DLBBALL
@DLBBALL Жыл бұрын
@@Crux161 oh ok
@pikachu896
@pikachu896 Жыл бұрын
@@Crux161 what
@Mjester12
@Mjester12 Жыл бұрын
@@Crux161 a broken bot it seems.
@foobars3816
@foobars3816 Жыл бұрын
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)
@yaroslavpanych2067
@yaroslavpanych2067 Жыл бұрын
Except domain records are stored with tail dot. So there are always dot in domain name
@harryjohnson7714
@harryjohnson7714 Жыл бұрын
Nope. Not all of them are stored with a tail dot
@dekeonus
@dekeonus Жыл бұрын
@@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 Жыл бұрын
@@harryjohnson7714haha, you can’t go against RFC
@TaylorPassofaro
@TaylorPassofaro Жыл бұрын
This was an specifically good episode. Nice and informative and presented and edited well. Cheers.
@stephenbenner4353
@stephenbenner4353 Жыл бұрын
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.
@cushmanproductions
@cushmanproductions Жыл бұрын
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 Жыл бұрын
Firefox has an option in the settings to split up search and address bar
@KaitouKaiju
@KaitouKaiju Жыл бұрын
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.
@sudokode
@sudokode Жыл бұрын
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!
@TwilightShadowVideo
@TwilightShadowVideo Жыл бұрын
This was really informative! I honestly had never given this much thought, but you can bet that I will be now!
@chrispostle3871
@chrispostle3871 Жыл бұрын
Brit here - that phishandsiliconchips gag damn near killed me. Well played!
@mb00001
@mb00001 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@alexatkin unfortunately with this video they missed it completely, from the main topic down to the details
@mb00001
@mb00001 Жыл бұрын
@@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 Жыл бұрын
@@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 !
@tobysimmons4139
@tobysimmons4139 Жыл бұрын
Not gonna lie that email gag was unexpected and made me laugh a lot.
@TheL0wner
@TheL0wner Жыл бұрын
lots of isps used to use internal domains like "mail" and "news" to make settings easy for new internet users.
@patchon25
@patchon25 Жыл бұрын
You forgot to mention that all domains have an implicit dot at the end, so technically there are no dotless domains.
@GordonHudson
@GordonHudson Жыл бұрын
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 Жыл бұрын
that's evil genius haha
@xByt3z
@xByt3z Жыл бұрын
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. Жыл бұрын
Worked when I typed the full address: ai/
@Ubeogesh
@Ubeogesh Жыл бұрын
RFC standard for email addresses even allows IP address instead of domains. Why wouldn't it work with a dotless donain?
@photonic
@photonic Жыл бұрын
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.
@shootinglowleft522
@shootinglowleft522 Жыл бұрын
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 Жыл бұрын
This is a good idea. Someone should make this. I know the answers to this though.
@davidparke8896
@davidparke8896 Жыл бұрын
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 Жыл бұрын
@@davidparke8896 ummm does godaddy have ip ranges to allocate to customers? Did you mean to say register (domain) names?
@davidparke8896
@davidparke8896 Жыл бұрын
@@dekeonus Yeah, they register domain names for people, yeah. I’ve heard of URLs being called “web addresses” for some reason.
@tanmaygemini
@tanmaygemini Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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).
@DionMalimbag
@DionMalimbag 14 күн бұрын
that email explosion was unexpected but hilarious
@Slurkz
@Slurkz Жыл бұрын
Great video! Thanks guys.❤
@TetraSky
@TetraSky Жыл бұрын
I remember long ago when Opera had /. shortcut for slashdot. But it doesn't work anymore.
@punkdigerati
@punkdigerati Жыл бұрын
I remember Opera from long ago..
@CAMintmier
@CAMintmier Жыл бұрын
Neither pn/ nor ai/ worked for me. Chrome on Win 11 using Cloudflare DNS.
@abc33155
@abc33155 Ай бұрын
ai./ (with dot) works for me in Windows. pn. works on iOS with Safari (it redirects to government.pn)
@carters.9814
@carters.9814 Жыл бұрын
I've been studying to get computer certifications, being able to understand these different services and records and ports makes me so happy.
@nathan471
@nathan471 Жыл бұрын
Had no clue this was even a thing! Great video as always!
@robertfullard5646
@robertfullard5646 Жыл бұрын
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 Жыл бұрын
except this one was really bad. Just plain wrong from the top level down to the details
@tvhoang
@tvhoang Жыл бұрын
That push from Google in order to make "search" and "maps" redirecting to them is pretty smart
@syberghost
@syberghost Жыл бұрын
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.
@andrewv3905
@andrewv3905 Жыл бұрын
Title makes it sound as if no Internet address needs a dot
@DmnkRocks
@DmnkRocks Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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.
@Veeger
@Veeger Жыл бұрын
pn/ and ai/ both came up as unsecure not using HTTPS
@eugenb9017
@eugenb9017 Жыл бұрын
For me they didn't worked at all... For such a channel with quite a big team it's incredible how bad examples they gave :(
@jacksoncremean1664
@jacksoncremean1664 Жыл бұрын
that's prob because a CA can't issue a certificate for it
@archetype0
@archetype0 Жыл бұрын
The Eric Andre bit at 4:03-4:10 has me in stitches 😆
@ylette
@ylette 25 күн бұрын
Stellar editing job
@timseguine2
@timseguine2 Жыл бұрын
My ISP seems to block those DNS lookups
@Sayansv
@Sayansv Жыл бұрын
That uk accent got me bruh 😂.! Idk why i was expecting a "boddle of waddar"
@CathrineMacNiel
@CathrineMacNiel Жыл бұрын
Harry Podcast?
@error__music
@error__music Жыл бұрын
I like how you've chosen to use the flags of Guernsey and the British Indian Ocean Territory at 1:05
@ba_em
@ba_em Жыл бұрын
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).
@artemisDev
@artemisDev Жыл бұрын
I thought it was about IPv6. What a surprise.
@kamgarvey119
@kamgarvey119 Жыл бұрын
As a person who lives in Anguilla, can confirm .ai indeed works. Great vid!
@jr2904
@jr2904 Жыл бұрын
Must be nice, but why is there a little dix next to cauls bottom?
@kamgarvey119
@kamgarvey119 Жыл бұрын
@@jr2904 mann idk lool
@pardal_bs
@pardal_bs Жыл бұрын
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 Жыл бұрын
Most SMTP servers even support IP-addresses, etc.
@b3kCat
@b3kCat Жыл бұрын
Scrolled a few comments and was surprised that no one has brought up AOL Keywords yet.
@OcteractSG
@OcteractSG Жыл бұрын
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 Жыл бұрын
I do
@reoencarcelado5904
@reoencarcelado5904 Жыл бұрын
@Octeract-[SG]: I still use it :-)
@dekeonus
@dekeonus Жыл бұрын
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 Жыл бұрын
@@dekeonus Yeah, I seem to recall the address bar working anyway.
@tea_otomo
@tea_otomo Жыл бұрын
*Tries ai/ and pn/* ... does not work 😅
@abc33155
@abc33155 Ай бұрын
ai./ (with dot) works. pn. only on iOS (redirects to government.pn).
@AndreasChrisWilhelmer
@AndreasChrisWilhelmer Жыл бұрын
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;)
@thecorneliusexperience
@thecorneliusexperience Жыл бұрын
1:05 sounded like, french/italian/croatian/maltese
@rajanbhateja6844
@rajanbhateja6844 Жыл бұрын
Riley's voice acting is top notch
@ILoveMyBikes
@ILoveMyBikes Жыл бұрын
No it isn’t…but it is funny.
@Dudae_
@Dudae_ Жыл бұрын
Tell me you're not a brit
@ILoveMyBikes
@ILoveMyBikes Жыл бұрын
@@Dudae_ I can’t tell you I am not a Brit.
@Dudae_
@Dudae_ Жыл бұрын
@@ILoveMyBikes [I meant the other guy]
@linuxization4205
@linuxization4205 Жыл бұрын
I can reassure you, your wrongness is top notch.
@patemathic
@patemathic Жыл бұрын
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)
@saintjupi
@saintjupi Жыл бұрын
the editing in this is a piece is memey art
@gandeldalf
@gandeldalf Жыл бұрын
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 Жыл бұрын
Ai/ didn’t work on mobile chrome
@ecoao80
@ecoao80 Жыл бұрын
Did for me on android
@guadalupe8589
@guadalupe8589 Жыл бұрын
It does, simply ignore the security warning and press, "continue to site"
@_lonath_
@_lonath_ Жыл бұрын
Don't use wi-fi, use mobile data, i think he should've explained Properly
@smit816
@smit816 Жыл бұрын
@1:05 reminds me of that joke, why is it prenounced bri - ish? because they drank the T
@VVZyt
@VVZyt Жыл бұрын
lol thats soooo hilarious
@rodrrico
@rodrrico Жыл бұрын
Love the little Tim and Eric reference 4:06
@SilverBullet93GT
@SilverBullet93GT Жыл бұрын
the best way to enable dotless domains on your PC, is to type it in the address bar, then press CTRL and F4
@kaashout578
@kaashout578 Жыл бұрын
Why doesn't this work on desktop?
@smashed_penguin
@smashed_penguin Жыл бұрын
Your browser is probably trying to access an intranet site as suggested in the latter half of the video.
@_Doskii
@_Doskii Жыл бұрын
Browsers generally just assume you are trying to search for something
@ChekeredList71
@ChekeredList71 Жыл бұрын
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 Ай бұрын
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.
@acuteaura
@acuteaura Жыл бұрын
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 Жыл бұрын
No
@paulsaulpaul
@paulsaulpaul Жыл бұрын
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.
@WillKemp
@WillKemp Жыл бұрын
As far as SMTP not being able to deal with dotless domains goes, I haven't checked lately, but I'd hope SMTP still supports bang paths, to be backwards compatible with UUCP - no dots there necessarily, but some "!"s
@talon262
@talon262 Жыл бұрын
Not gonna lie, the "exploding email" bit had me rolling.
@kj4derEchte
@kj4derEchte Жыл бұрын
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.
@player-vo8yb
@player-vo8yb Жыл бұрын
nice bi'ish accent 1:05
@Tunca_Arslan
@Tunca_Arslan Жыл бұрын
👆👆congratulations🎊you have been randomly selected among my shortlisted winners you just won a prize🎁🎁🎁...
@thedigitallens
@thedigitallens Жыл бұрын
Very informative 👍🏻
@PindleofKujata
@PindleofKujata Жыл бұрын
Why am I not surprised that Google tried to do another antitrust thing? That's like AOL keywords. No one uses AOL anymore.
@agentanderson7005
@agentanderson7005 Жыл бұрын
Pov: youtubers in ohio
@mrowlsss
@mrowlsss 25 күн бұрын
what?
@Yashuop
@Yashuop Жыл бұрын
Claim your “here within an hour” ticket right here❤️
@TayDex_
@TayDex_ Жыл бұрын
ty
@CpT-Tuco
@CpT-Tuco Жыл бұрын
Within a minute buddy
@Zuglust
@Zuglust Жыл бұрын
Got it
@ReadsTheEULA
@ReadsTheEULA Жыл бұрын
shhhh. shut up, no one cares!
@Ashurion-Neonix
@Ashurion-Neonix Жыл бұрын
Ok
@vladislavkaras491
@vladislavkaras491 Жыл бұрын
Thank you for the video! Cool to know!
@ginger_toggaf
@ginger_toggaf 14 күн бұрын
I'm pretty sure SMTP can use not only 1st level domains like localhost but also bare IPs. To be fair most public servers disable it for a good reason.
@zeryphex
@zeryphex Жыл бұрын
Thank you for educating me.
@pranavdeshpande6779
@pranavdeshpande6779 Жыл бұрын
Was just studying dns for a exam and this popped up
@svampebob007
@svampebob007 Жыл бұрын
Riley is so obnoxious, he's the type of person I'd kindly talk over just so he understand that I do not like hearing him, or his personality at all, but this video was very good. As the general manager for an IT firm, I think this video is almost share worthy... if it wasn't for Riley being in it. No offense Riley, but know this: out of 7.8 Billion people at least one of them wouldn't even acknowledge your presence even if you were my best friends dog. I'm sure you will eventually find a dead rodent that might tolerate you until a cat stumbles on it and takes it far away from you, just to put it out of it's misery. Not eating it, just looking around, smelling around, trying to figure out where it can put it down so that the dead rodent doesn't have to be around you. 9/10 video.
@Tunca_Arslan
@Tunca_Arslan Жыл бұрын
👆👆congratulations🎊you have been randomly selected among my shortlisted winners you just won a prize🎁🎁🎁...
@Gamefreak924
@Gamefreak924 Жыл бұрын
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 Жыл бұрын
Yea DNS_PROBE_FINISHED_NXDOMAIN with Chrome on Win10. Both work on Chrome for Android.
@napdogs
@napdogs Жыл бұрын
This was so much more fun than I expected
@FireStormOOO_
@FireStormOOO_ Жыл бұрын
The dot is always there at the root of the DNS namespace whether you type it or not; can't get rid of it that easily.
@xarfram
@xarfram Жыл бұрын
Also makes sense because having a dot in every web address makes it easier to convey in text/speech
@rwiersema
@rwiersema Жыл бұрын
Not only doesn't Subway not own sandwiches, they don't even use bread
@FlameRat_YehLon
@FlameRat_YehLon Жыл бұрын
As long as the computer has the HOSTS configured or is using the DNS provided by the router, I doubt there's any issue for it to understand what is what. So I guess security is the real issue here. Also the browser and file explorer can indeed get confused. And in fact I think some software don't even quite understand .local domains (that are reserved for local assignment only), let alone dotless.
@TesserId
@TesserId Жыл бұрын
4:34 Our ongoing joke at work is to tell people to #SAND. Apologies to anyone using SAND as an acronym.
@xirtus
@xirtus Жыл бұрын
doesnt work for me on my desktop in brave, why?
@CaseyYam
@CaseyYam Жыл бұрын
I saw the thumbnail and got really excited for a 3rd game announcement
Why Do Some Websites Start With WWW1?  (Not WWW)
10:15
ThioJoe
Рет қаралды 628 М.
Why Is ".com" Everywhere?
5:40
Techquickie
Рет қаралды 389 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 35 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 76 МЛН
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47
The Weirdest Hoax on the Internet
9:46
fern
Рет қаралды 78 М.
The DOWNFALL of the Coffee Industry
17:48
Future Proof
Рет қаралды 205 М.
VPNs Are A Scam Product... But There's Free Alternative
8:16
Wiggle Collective
Рет қаралды 1 М.
Do NOT buy the Freedom Phone!! 🤬
11:47
Mrwhosetheboss
Рет қаралды 7 МЛН
Young People Try Windows 98
21:18
Linus Tech Tips
Рет қаралды 5 МЛН
Why Windows 95 Crashed So Often
5:22
Techquickie
Рет қаралды 518 М.
The Rise and Rule of Elon Musk
42:46
Johnny Harris
Рет қаралды 967 М.
The Slow Death of Windows
17:22
TechAltar
Рет қаралды 1 МЛН
Why Nobody Knows What 彁 Means
9:24
Half as Interesting
Рет қаралды 521 М.
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 779 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 3,1 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 1,8 МЛН
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 8 МЛН
Как слушать музыку с помощью чека?
0:36
Зачем ЭТО электрику? #секрет #прибор #энерголикбез
0:56
Александр Мальков
Рет қаралды 219 М.