Tmux is n clients to 1 server.
Screen is 1 server to 1 client.
In screen each client session is a fork of the screen server. In tmux there's one server and many client forks iirc.
this is incorrect. you can have multiple clients using screen -x instead of screen -a
this is incorrect. you can have multiple clients using screen -x instead of screen -a