answersLogoWhite

0

What is tcp server processes?

Updated: 11/7/2022
User Avatar

Wiki User

10y ago

Best Answer

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

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is tcp server processes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


Which processes does TCP but not UDP use?

Aknowlagement


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\".


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.


What is the term for a computer that processes request from other computers to access a data base?

A server is a machine that processes requests from a client. In this case a client is asking a server to retrieve information stored in a database on the server. So the answer is a server.