Multiple choice technology programming languages

Sockets provide an interface for programming networks in which layer?

  1. Application

  2. Network

  3. Transport

  4. Physical

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Sockets provide an interface for programming at the Transport layer of the OSI model, enabling applications to use TCP or UDP protocols for network communication. The Application layer uses socket services but doesn't define the socket interface itself.