• neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    7 days ago

    All web servers are servers. Not all servers are web servers.

    Web servers specifically serve HTTP and/or HTTPS, but there’s a myriad of other things. FTP, Minecraft, databases, mail, just to name a few

      • SuiXi3D@fedia.io
        link
        fedilink
        arrow-up
        6
        ·
        7 days ago

        I think you’d be better off learning more about computer hardware. Once you realize how different kinds of machines work you quickly realize they’re all basically the same thing, tailored for specific uses. Software-wise, it’s just a matter of what’s running on the hardware.

          • SuiXi3D@fedia.io
            link
            fedilink
            arrow-up
            3
            ·
            6 days ago

            It can be, if software is written to be compatible with both. A ‘server’ is just a computer of some sort running a piece of software at the end of the day.

      • HarkMahlberg@kbin.earth
        link
        fedilink
        arrow-up
        6
        ·
        7 days ago

        There’s not a finite list…? The word “web” or “Minecraft” is describing the purpose of the server. It’s an adjective.

        If you tried to make a list, you’d have to include all video games with online matchmaking. “Call of Duty servers”, “Fortnite servers”, etc. Its an impossible task.

      • Crashumbc@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        7 days ago

        There is no unified list and there are hundreds of specific types and it is constantly changing

  • echo@lemmy.today
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    Just to muddy the water even further…

    A web server frequently runs on a server, but could also run on a workstation, a phone, and many other devices. Said devices could be either physical or virtual.

  • Elvith Ma'for@feddit.org
    link
    fedilink
    English
    arrow-up
    10
    ·
    7 days ago

    Yes and…no?

    A server often refers a piece of (virtual) hardware, that has some software running that serves content or services to you, usually over the network/internet. It also often means that it’s running and accessible 24/7.

    It can also refer to a piece of software that serves those services/content that you can install anywhere. A game server e.g. might be provided by the game publisher for online play, but you could also be able to connect to a private server that’s ran by you or your friend (e.g. Minecraft allows that) or that only runs on your PC for local network play. Webserver fall into this meaning - they are just a piece of software that speak the protocols use on the internet and serve you webpages. In theory you can run them anywhere.

    • ChexMax@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 days ago

      I feel like Jan from The IT Crowd. I’m reading this paragraph again and it still is like TV snow to me :(

      I thought servers were the physical machines where the cloud is stored. Like everything has to live somewhere and the servers are the hardware where stuff lives.

      • toynbee@piefed.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 days ago

        “Server” is a colloquialism. As used in casual speech, it’s a system that serves something. If you can access anything the system offers remotely, it’s serving to you and therefore is a server.

        Long before I really got into IT, my mom’s laptop had an internet connection it shared. That was a server.

        After that but before I setup my first Linux system, my brother and I were sharing files from our desktops. We were both servers (and clients).

        A server is just something that serves something.

      • HarkMahlberg@kbin.earth
        link
        fedilink
        arrow-up
        4
        ·
        7 days ago

        To add to Toynbee’s answer, any computer can become a server if you run some kind of program on it that provides that function. That program runs in the background continuously and waits for other computers, named “clients”, to send requests to the “server” computer.

        Yes, that includes your own PC, even while you’re in the middle of using it. If you were running a website on your PC, i.e. a persistent background application that serves a website, you could type http://localhost/ into your browser and connect to that website. That makes your PC perform the duties of both client and server at the same time. Fun stuff.

        It’s called “localhost” because, while a “server” is mostly referring to the software on the machine, the “host” refers to the software and hardware together. It’s “local” as opposed to “remote” because all computers that aren’t the one you’re on right now are remote, distant, away.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    Server is a general term. Webservers are a subset. We have video camera surveillance servers, telephone servers, internal document servers, web servers. They’re all servers. And webservers are one variant of it.

  • Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    I’d argue that web server generally refers to HTTP(S) servers more broadly regardless of whether they’re accessible on the web, a local network or even just the local interface.

  • echo@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 days ago

    In some ways it’s like saying that an automobile and a car are different things.

  • Onomatopoeia@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    Your (Windows) PC is also a server, as Microsoft included SMB (Server Message Block) and Share Services in the Windows workstation product.

    Mapping/connecting to a share on another computer is using that machine as a server.

    Linux machines can do this too, it’s just not a default thing like with Windows.