TCP/IP connection test
Sometimes you need to test whether two machines can connect with each other using TCP/IP. I personally need to do this when debugging client/server applications to rule out network issue. There is a useful command tool called nc. To test the connection from client B to server A, you need to start nc listening to…