Based on the ideology behind the last one, I am at a glance thinking the answer is A. Simple reason being that the Main office has an IP address 10.10.11.x - It's important to know that the 3rd octet is 11 not 10 as is in the Server 1 address space. Remember how subnets work 255==11111111 it also means that all parts of that octet MUST match.If I have an address 172.16.1.x 255.255.255.0 - It means the first 3 octet MUST match i.e. 172, 16, 1If the subnet mask was 255.255.0.0 - This means the first 2 octets MUST match i.e. 172, 16Since the 3rd Octet in the example you gave does NOT match this suggest that the 3 octet in the MASK could be a 0 meaning 255.255.0.0Likewise we can go to even a class A 255.0.0.0 meaning ONLY the FIRST octect MUST match.10.1.1.0/8 (10.1.1.0 255.0.0.0) can communicate with EVERYTHING below it, meaning once the FIRST octet is 10, that's all that matters.10.1.1.0/8 can directly communicate with ANY IP between 10.0.0.1-10.255.255.255