definion of tcp
Answer / naina
The Transmission Control Protocol (TCP) is one of the
central protocols of the Internet Protocol Suite. TCP is
one of the two original components of the entire Internet
Protocol Suite, commonly referred to as TCP/ IP. IP
manages the lower-level transmissions from machine to
machine and TCP functions at a higher level, concerned only
with the two end computers.
TCP (Transmission Control Protocol) is the major transport
protocol utilized in IP networks. The TCP protocol exists
on the Transport Layer of the OSI Model. The TCP protocol
is a connection-oriented protocol which provides end-to-end
reliability.
By connection-oriented, we mean that before two network
nodes can communicate using TCP, they must first complete a
handshaking protocol to create a connection. When we say
that TCP provides end-to-end reliability, we mean that TCP
includes mechanisms for error detection and error
correction between the source and the destination.
These properties of TCP are in contrast to UDP, which is
connectionless and unreliable.Higher layer protocols which
utilize TCP include HTTP, SMTP, NNTP, FTP, telnet, SSH,
and LDAP.
| Is This Answer Correct ? | 4 Yes | 0 No |
How to solve "The SQL Server service failed to start. For more information, see the SQL Server Books Online topics" error.
Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??
Is the company liable to deduct professional tax of directors?
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
What are the required/mandatory parameters that have to be passed with RAISEERROR statement?
What is Mutex error in Triggers?
I have table name'temp' in that I wanted to add some partial data for a particular column name 'policyno' where data is existing in that column. Ex.Policyno like 'R-KT-SK- EA-134526' like 100 records. In that 100 records some policynos are just like 134527 I mean with out prefix like'R-KT-SK-EA-' now I wanted add this prefix as 'R-KT-SK- EA-134527' for some 50 records. How can I add partial data?
How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table
I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.
WHAT IS HTTP 500 Internal Server Error? CAN I SOLVE THIS?
On which table the SSIS SQL Server logs are stored?
What is the use of NOLOCK locking hint?