this post was submitted on 12 Mar 2024
180 points (100.0% liked)
Technology
37742 readers
67 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Will we ever stop referring to the Web as "the Internet"?
To be fair, the definition is a bit muddier nowadays. Is Lemmy on the Web? I don't use it via the website. Bulletin boards used to not be part of the Web, as they pre-date the Web. But nowadays everything is HTTP. There's so little non-web left, and the vast majority of users never use it, that the Internet is only used for accessing the Web.
BitTorrent is a pretty big part of the Internet though.
No.
Whats the difference?
Not sure if a serious question. So forgive me if your question was meant to be a statement.
The internet is a large set of computers connected via a set of protocols: IP and on top of that TCP, UDP or very occasionally SCTP (more common on mobile networks).
There’s 65000-ish ports (channels) available on the internet (IP network).
The web runs on port 80 and 443 via TCP (mostly).
The internet supports all sorts of other traffic/channels too: Time synchronisation, games, file transfer, e-mail, remote login, remote desktops etc. None of these run on the web, but is traffic that runs in parallel to the web, using either TCP or UDP protocols.
The distinction is getting blurrier as lots of traffic that used to be assigned (or simple chose) its own port number is now encapsulated in HTTP(s) traffic. But the distinction is definitely not gone.
Totally serious. Never knew there is a difference. Thanks for the explanation.
Appreciate this, I thought they were both called "the internet". I knew we called it the worldwide web when I was a kid, but I thought that was just a phrase that fell out of fashion.
Where does Lemmy fall on this spectrum? Obviously the website part is 100% web, but I’m accessing Lemmy through a mobile app, so I don’t see any website here.
Well this is what I mean. In the olden days, this would be custom traffic on a custom port. Nowadays it just uses web HTTPS REST calls as API.
Given there's people in this thread incorrectly using "internet" instead of "web"... Probably never.