Tag: IETF
-
Session Initiation Protocol (SIP)
Distributed architecture for creating, modifying and terminating sessions with one or more participants. Controls communications sessions. Standardised under IETF. Covers video conferencing, audio conferencing and one-to-one telephone calls. Stack independent, usually run over TCP or UDP. Uses request/response model similar to HTTP – client sends a request and gets a response from server. Requests/responses in…