• sunbeam60@lemmy.one
    link
    fedilink
    arrow-up
    8
    ·
    10 months ago

    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 two protocols: IP and TCP.

    There’s 65000-ish ports (channels) available on the internet.

    The web runs on port 80 and 443.

    The internet supports all sorts of other traffic 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.

    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.

    • Alice@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      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.

    • Aniki 🌱🌿@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      The advent of REST API endpoints really muddies everything up when all requests are going over the web.

    • Hamartiogonic@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      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.

      • sunbeam60@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        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.