meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
communication_par_wifi_entre_capteurs_et_programmes [2021/10/15 10:51] Alexandre Castonguaycommunication_par_wifi_entre_capteurs_et_programmes [2021/10/15 10:55] Alexandre Castonguay
Ligne 36: Ligne 36:
  
 An endpoint is a combination of an **IP address** and a **port** number. Every TCP connection can be uniquely identified by its two endpoints. That way you can have multiple connections between your host and the server. An endpoint is a combination of an **IP address** and a **port** number. Every TCP connection can be uniquely identified by its two endpoints. That way you can have multiple connections between your host and the server.
 +
 +**Websockets** : Websocket has it’s own protocol ws:// and wss:// web socket protocol and web socket secure protocol. Since it is given as a proxy over HTTP it also uses port 80 and 443 as used by HTTP.
 +This web socket proxy is applied over the HTTP during the initial handshake between the client and the server.
  
 Sources : http://www.dicodunet.com/definitions/reseaux/port.htm, Wikipedia Sources : http://www.dicodunet.com/definitions/reseaux/port.htm, Wikipedia