answersLogoWhite

0

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is server process?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


Which one first TCP IP or Windows server?

TCP/IP first


If a TCP server were to support n simultaneous connections each from a different client host how many sockets would the TCP server need?

n + 1


Which is the default protocol used in windows server 2008?

TCP/IP is the standard default.


Which type of server provides name resolution services in TCP IP network?

DNS Server


What is the name of the protocol for handling TCP traffic through a proxy server?

The protocol used for handling TCP traffic through a proxy server is called SOCKS, which means \"Socket Secure\".


Which processes does TCP but not UDP use?

Aknowlagement


Is a TCP server usually associated with an Internet access provider?

False


How do you find port number of a sql server?

In SQL Server 2005/2008 : Sql Server Configuration Manager -> Protocols -> TCP/IP -> IP Addresses -> TCP Port. In SQL Server 2000 : Client Network Utility -> Select 'TCP/IP' from the enable protocols list and press 'Properties' button. The default port is 1433.


Which protocol use the TCP port 445?

Server Message Block (SMB)( Explanation ) When NetBIOS is disabled, SMB runs over TCP/445. Kerberos runs on TCP/User Datagram Protocol (UDP)/88. RPC runs on TCP/135. HTTPS runs on TCP/443.


Does http use tcp or udp?

http needs a reliable mechanism to provide connectivity between the Host i.e. the web browser and the Server i.e the web server. Now TCP is the transport layer protocol that provides it reliable communication with three-way handshake mechanism it uses to connect between a client and a server. We also have UDP at transport layer but it is not reliable way of communicating. So http uses TCP at transport layer of OSI Model.


How web server and database server communicate?

A web server and a database server communicate primarily through a client-server model, utilizing a network protocol such as HTTP or TCP/IP. When a web server receives a request from a client (e.g., a web browser), it may need to retrieve or store data in a database. To do this, the web server sends a query to the database server using a database management language, such as SQL, and the database server processes the request, returning the relevant data or confirmation of the operation back to the web server for further handling or display to the client.