Subnet vs different network

What is the difference between subnetting a network vs using different network ranges
For eg i have 160 hosts and i want to divide into two sections
I can either use 192.168.1.1 to 192.168.1.60 for the first and 192.168.2.1 to 192.168.2.60 for second segment
Or i can use subnetting 192.168.1.1/25 to 192.168.1.60/25 for first segment and 192.168.1.129/25 to 192.168.1.189/25
One method uses 1 bit subnetting the second uses different network address .
Why do i need subnetting while i can simply use different network IP adress,is there a advantage using subnetting or will there be congestion if i use different network ranges on a same network (without vlan or layer3 device)
For eg i have 160 hosts and i want to divide into two sections
I can either use 192.168.1.1 to 192.168.1.60 for the first and 192.168.2.1 to 192.168.2.60 for second segment
Or i can use subnetting 192.168.1.1/25 to 192.168.1.60/25 for first segment and 192.168.1.129/25 to 192.168.1.189/25
One method uses 1 bit subnetting the second uses different network address .
Why do i need subnetting while i can simply use different network IP adress,is there a advantage using subnetting or will there be congestion if i use different network ranges on a same network (without vlan or layer3 device)
Answers