this post was submitted on 29 Nov 2023
1 points (66.7% liked)

Home Networking

189 readers
1 users here now

A community to help people learn, install, set up or troubleshoot their home network equipment and solutions.

Rules

founded 10 months ago
MODERATORS
 

I'm unclear on the purpose of a router. Could I just have a cable modem directly connected to a (smart managed) switch that feeds all the clients?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago

In most residential service, the ISP configured the modem to provide a single public IP address. Besides serving as the point of connection to the modem, a router serves a few critical purposes:

  1. Provides a firewall to protect your network from malicious intrusion attempt from the Internet

  2. Provides the needed DNS and DHCP services to devices on your network that allows them to have an IP address and the ability to find external sites

  3. Manages the IP address translation and routing required to allow all of your network devices use a single public IP address

If you connect your modem directly to a switch that connects to your network, the first device that requests an IP address will get the single available IP address and none of the others will get a usable IP address and as a result, will not be able to access the Internet. They also will be lacking the services provided by a router as listed above.

Please get a router!