This is an interview question:
There are two servers on Rank A, setup the network on the two hosts by following configuration:
Server A: ifconfig eth0 10.10.15.129 netmask 255.255.255.0 up route add default gw 10.10.15.2
Server B: ifconfig eth0 10.10.15.6 netmask 255.255.255.192 up route add default gw 10.10.15.2
Assuming the configuration is effective, now can the two servers talk via TCP?
I think they can talk to each other via TCP because they are on the same network and it just needs a switch to connect to each other, is that correct?