This really sounds stupid because I’ve seen a router, but let’s get into the basics.

  • e0qdk@reddthat.com
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    Assuming you mean in the computer sense, it’s a device that forwards messages from one network connection to another. e.g. between ethernet connections and/or WiFi in home use, typically, or sometimes other kinds of networks in industry.

    Messages on the internet are usually transferred as IP packets (Internet Protocol packets). The router looks at the destination address on each packet that arrives, consults a table (“routing table”) to determine which connection to use to forward the message out on, and then it actually copies the message onto that connection. The basic idea is pretty straightforward, but it can get complicated in real world situations when you have multiple networks, redundant links, etc.