This question evaluates understanding of socket fundamentals in network programming, including socket types (stream vs datagram), communication domains, and protocol compatibility. Commonly asked in software engineering fundamentals and operating systems/networking interviews, it checks conceptual understanding of networking principles rather than hands-on implementation details.
In network programming using sockets, which of the following statements is incorrect?
Options:
Login required