this post was submitted on 23 Sep 2025
1606 points (98.6% liked)

Science Memes

16841 readers
1464 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] marcela@lemmy.blahaj.zone 1 points 1 day ago (1 children)

Well, this is something that felt off indeed. But please explain. So http(s) is the world of http requests, but you can also have other services like ftp, ssh, bittorrent and what not. Is that what you mean? So the WWW is just the global interconnection of web pages strictly, over the Internet? Would this apply to any internet? /genuine

[โ€“] 14th_cylon@lemmy.zip 2 points 21 hours ago* (last edited 20 hours ago)

basically, yeah. internet is network of computers spanning all earth. intranet is smaller network of computers. intranet is often more private network under more centralized control of someone, with limited access from outside, that can be operated for example by some corporation or university, accessible only for employers or students (possibly using vpn to remotely connect to the network).

www. is the name of the service - http is a protocol it uses.

e-mail is the name of service - to access it, lot of people use http protocol if you use webmail, or imap or pop3 protocol if you use some dedicated client (like thunderbird, outlook, or others). smtp protocol is used to send the message to another mail server (you may have also been asked to configure it when manually configuring some dedicated e-mail client).

ftp, ssh, bittorrent,VOIP telephony using SIP protocol, IRC are other useful services. all these services can be run on network of any size, internet or intranet.

for example majority of modern doorbell systems are running on sip protocol and they are basically small VOIP phones running primarilly on a limited intranet in one specific building. but if that local network has access to the internet, they can have, due to nature of what they are, an option to forward that "call" to any other telephone number in the world in case no one picks it up at home.

small web-developers routinely run their own web-server of their own desktop, which may only be accessible locally, from that one computer or their small home network, to test the web pages they are developing. whether it is still world WIDE web is funny academical question then, because that web is not very wide in such case.