Use of network and broadcast ip addresses as node ip address

Dear All,
I have a 192.168.1.0/24 network. I have broken down the network into 32 networks. Therefore, for each network I am loosing two IP addresses (broadcast and network) for each network. I heard there are ways to use this two IP address as node IP addressees.
My point is:
1. Is there any technique to do so? How?
2. If I implement the technique of using this two IP addresses, how will I be able to differentiate these 32 networks. (My target is to use maximum IP addresses and yet going on with my plan of using this 32 networks as 32 separate vlans)
Thank you
I have a 192.168.1.0/24 network. I have broken down the network into 32 networks. Therefore, for each network I am loosing two IP addresses (broadcast and network) for each network. I heard there are ways to use this two IP address as node IP addressees.
My point is:
1. Is there any technique to do so? How?
2. If I implement the technique of using this two IP addresses, how will I be able to differentiate these 32 networks. (My target is to use maximum IP addresses and yet going on with my plan of using this 32 networks as 32 separate vlans)
Thank you
Comments
E.g:
Assigned range from ISP: 80.98.23.40 /29
Normal usable IPs: 80.98.23.41 - 80.98.23.46 (one assigned to router)
Set all hosts involved to use a subnet mask of 255.255.255.224 or a /27 and you will then be able to use the network and the broadcast addresses too. However, communication to any of the other addresses that falls into the 80.98.23.32/27 range will be broken as it will not leave your network.
This is a nasty hack and is technically breaking the rule of IP networks I suppose, but it can get you extra use of your public IPs.
Hope that made sense.