Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AK
Posts
5
Comments
158
Joined
2 yr. ago

  • The only other good brand, that has fiber, is accessible for home use, that I am aware of, is TP-Link’s “Omada” line of business routers. Unfortunately, they seem to only be marginally cheaper than UniFi.

    If you end up finding a cheap fiber router, let us know

    Edit: you might be able to build a fiber router cheaper if you got ahold of an old PC, bought the right PCIe card for some fiber ports, and used something like OPNSense or OpenWRT but I’ve never looked into it

  • Imagine you need to go see your doctor. They work in a building with 65535 rooms. Some rooms are empty. Some rooms have people in them that provide different services. But you need your doctor so you look up their location.

    You learn the building address (IP address) and the room number (port)

    In practice, you attach services to specific ports so that other computers can access those services. Typically, http traffic is on port 80 and https is on port 443. So if you visit a website, you are likely connected to a server on one of those two ports. But it’s not a requirement. You could create a website and put it on port 2097, or 532, or 47210; it doesn’t matter.