In addition to the TCP socket there are local sockets. Research the uses of local sockets and comment on why local sockets are designed to work like TCP sockets
Ans. The socket is also used as for the software endpoint of node internal interprocess communication which use the same API as the network socket. On a TCP network every device have its own IP address. Local sockets is the form of loopback that uses to test a socket client and the server application running in the similar TPF system without needing a real network local socket address, consisting of the local IP address and (for TCP and UDP, but not IP) a port number
Get Answers For Free
Most questions answered within 1 hours.