So this practice question keeps popping up for me and ive no idea how to solve it,even thou it seems not to complicated:
routing is configure on router with these 3 routes:
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 10.1.0.0 255.255.0.0 192.168.2.2
ip route 10.1.0.0 255.255.255.0 192.168.3.3
then im given 6 ips to sort which ip will use which route:
10.1.1.10
10.1.4.6
10.1.0.14
10.1.0.123
10.2.1.3
10.6.8.4
Now i sort of grasp that last two ips would go trough 0.0.0.0 ip route since they dont match 10.1 but how do i know what route the other ips will take since looking at masks 255 for class b and class c my mind goes blank  
