Socket is socket(Server, Port)
returns a client socket on the server "Server" and on port "Port" (ONLY
for UNIX)
Server have to be string and Port have to be integer.
String is read_sock(Socket)
reads a String from the Socket.
write_sock(Socket, String)
writes the String in the Socket.