2 Comments
User's avatar
тна Return to thread
Sai teja's avatar

WebSockets actually operate at the Application layer, not the Transport layer, according to the OSI model. This is a common misconception because WebSockets provide a way to establish a persistent, full-duplex communication channel over a single TCP connection, which operates at the Transport layer

Expand full comment
Neo Kim's avatar

I see, thanks for pointing it out.

Expand full comment