• neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    19 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
        ·
        19 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
            ·
            19 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
        ·
        19 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
        ·
        19 days ago

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

  • Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    English
    arrow-up
    5
    ·
    19 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.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    19 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.

  • echo@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    19 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
    ·
    19 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.

  • echo@lemmy.today
    link
    fedilink
    English
    arrow-up
    1
    ·
    17 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.