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

11y 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


Which processes does TCP but not UDP use?

Aknowlagement


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


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.


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.


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.


Which type of attack exploits the TCP three-way handshake to open multiple half-opened TCP connections to prevent valid users from accessing the server?

A: SYN flood attack