/
What is a TCP/IP server?
What is a TCP/IP server?
A TCP/IP server is a program that listens on a port accepting connections from TCP/IP clients to receive and send data.
A concrete example of this would be a web server which hosts websites - this the TCP/IP server. The web browsers we use to connect to the web server are TCP/IP clients.
Web servers typically use port 80 by default or 443 for secure socket connections.
HL7 is another type of TCP/IP client/server - we have an LLP listener, listening on a port and and LLP client which can connect to that port.
, multiple selections available,
Related content
TCP/IP is a stream protocol
TCP/IP is a stream protocol
More like this
TCP/IP Framing Protocol
TCP/IP Framing Protocol
More like this
A brief history of sockets
A brief history of sockets
More like this
TLS Handshake
TLS Handshake
More like this
Bind Concepts
Bind Concepts
More like this
CPU Bound versus I/O Bound etc.
CPU Bound versus I/O Bound etc.
Read with this