this post was submitted on 17 Mar 2024
259 points (99.2% liked)

Technology

58011 readers
3021 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 5 months ago (7 children)

What's the difference between the two?

[–] [email protected] 38 points 5 months ago* (last edited 5 months ago) (1 children)

The "web" part runs atop the "Internet" part, where web is at the application layer (those lines can blur on that), and internet is the lower levels of the OCI Model. See image.

[–] [email protected] 20 points 5 months ago

Please Do Not Throw Sausage Pizza Away

[–] [email protected] 23 points 5 months ago

The World Wide Web is more or less the Internet as most users see it - HTML documents located via URLs shared over the HTTP protocol. But that's just one specific protocol used for sharing a specific kind of content (hypertext). It turns out you can do a whole lot with that, hence the ubiquity of the Web.

But the Internet as a whole is broader than that. There are other protocols, other content to share, other ways to locate data. For a down-to-earth familiar example, just consider any online multiplayer game. You're using the Internet to communicate to the game's servers to play the game, but that Internet traffic is certainly not part of the Web.

[–] [email protected] 14 points 5 months ago

When you're playing an MMORPG you're not using the web, but you're using the Internet. The Internet is like the postal service relaying stuff, but the stuff can be of different kinds.

[–] [email protected] 12 points 5 months ago* (last edited 5 months ago)

The Web is websites (HTML pages served over HTTP, which link to each other via hyperlinks). The Internet is websites plus email, VoIP, IRC, Usenet, bittorrent, game servers, FTP, SSH, and everything else that isn't a website.

[–] [email protected] 11 points 5 months ago* (last edited 5 months ago)

Web is just the website part. Like web pages you see in the web browser. Tim Berners Lee invented this part.

Internet encompasses more things. For example, sending texts in some mobile app. You’re not necessarily seeing a web page. You’re just sending data from your device to some other device in the world.

Or to be more technical: web is HTTP. Internet is that and everything else (like FTP, SMTP, SSH, etc).

[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

Or more simply: The internet is just the network. The web is one of the handful of "apps" that run directly using that network. It just also happens to be able to run apps of its own these days and is a pretty "killer" one at that :)

(Edit: please disregard the wrong link that summoned the bot below. It's been fixed. And I do not have a Balatro problem...)

[–] [email protected] 1 points 5 months ago

Here is an alternative Piped link(s):

"killer"

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 3 points 5 months ago

Great way my professor explained to me with:

Internet is a network of computers, to send data to each other.
Web is a network of documents, the revolutionary concept about it was the fact it can be on your computer or others computers and still be connected via URLs.