Disclaimer: Network rookie, might have wrong assumptions.
Got a basic subnet question that im interested in hearing your thoughts about.
Subnet: 192.168.251.0/24
Address Range for servers: 192.168.251.1 - 192.168.251.30
Address range for clients: 192.168.251.40 - 192.168.251.255
My general assumption is that 200+ clients in the same subnet would cause a lot of broadcasts and that some sort of segmentation should be implemented, like VLANs or splitting the clients into smaller subnets.
My questions are:
- Assuming the switches are L3 - what would be the most "efficient" way of doing this?
- Is it advisable to have servers and clients in the same subnet ?
- Should clients and servers be in separate VLANs ? And if so, is L3 switches capable of routing between these?
Generally speaking, your assumption isn't right. A full /24 of, say, modern Windows machines in a 2k+ domain would not generate a lot of broadcast traffic. If your machines are doing something different though, you'd need to provide us more details.
My thoughts on your questions:
By definition, a L3 switch is (or contains) a router, so yes.
My further thoughts, however, is that you're not leaving yourself much room for growth of clients, and that's a lot of servers for 200 users (unless you're also including print servers like HP JetDirect cards?) But maybe those are valid design constraints; I don't know your business.