cross-posted from: https://lazysoci.al/post/12597342

Okay, I’ve been watching lots of YouTube videos about switches and I’ve just made myself more confused. Managed versus unmanaged seems to be having a GUI versus not having a GUI, but why would anyone want a GUI on a switch? Shouldn’t your router do that? Also, a switch is like a tube station for local traffic, essentially an extension lead, so why do some have fans?

  • Brownian Motion
    link
    fedilink
    2
    edit-2
    2 months ago

    Some of what others have posted is correct, and others are misleading.

    A router is a device that can take your WAN connection (be it ADSL/ADSL2/coax/fibre) and convert the signal WITH a built in MODEM for that particular signal to usable network data (ie packets on RJ45). In the case of fibre, you might even need a fibre-RJ45 converter even before the router.

    These routers are often collection of devices to make it convenient to consumers. They will often have a small unmanaged switch of 4 ports, probably WIFI of some flavour, a SIMPLE firewall/DHCP/QoS ability. Routers are sometimes required because what the ISP sends you is not straight “internet”, it might be encapsulated in PPP or similar, and may require you to use credentials to access as well.

    Routers have a lot in common to a L3 switch, an fact they basically are the same with one key difference, which is what I first said - a Router device supports different types of WAN interfaces, a L3 switch only deals with RJ45/Fibre type ports.

    A proper network would generally be: Internet - Router - Firewall - L2/L3 Switch ---- clients

    The link below ignores the firewall because its focusing on what the devices are, but it would be after the router and before the first switch.

    https://www.networkstraining.com/router-vs-switch-in-networks/

    • @sabreW4K3OP
      link
      12 months ago

      Thank you very much. I feel like my knowledge is going Super Saiyan!