Risorse
Test e Notebook
- Intro - Binary vs Text protocols.ipynb In this notebook we will look at real network traffic for understanding the difference between a text protocol and a binary protocol.
- Test - Intro - Client Server
- Test - Intro - Servizi Comunicazione
Altro
- The RFC Series
-
Ogni sistema operativo ha dei comandi che permettono di elencare le connessioni attive. Uno molto comune è
netstat
.- netstat Microsoft reference page per Windows. Il comando
netstat -a -n | find "ESTABLISHED"
elenca le sole connessioni TCP aperte. - netstat Uno dei numerosi tutorial per Linux
- Suggerimenti di ChatGPT per Android (non ne ho verificato la correttezza).
- netstat Microsoft reference page per Windows. Il comando