answersLogoWhite

0


Best Answer

TCP stands for Transmission Control Protocol. It is responsible for sending data and ensuring it gets to its locaton. In order to do this TCP checks to make sure a line is open to send data, if it is then it sends the data, then waits for a message to ensure the data made it to its location. Hence the term TCP session is open when the data is sent and then the TCP session is closed once the data is confirmed that it arrived safely. This is a simplified explanation, pick up any book on Networking and it will explain it to you in detail. TCP/IP is the internet, it is the only protocol used on the Internet because it is so reliable.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

hi friends basically in networking for communication connection establishment and connection termination is necessary without these two you can't communicate. here connection establishment means client request server that i want to do communication because i want data.so when client request server. after that server serves client request and execute connect primitive for connection establishment.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a TCP session termination?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which tcp segment header field controls the termination of a session?

code bits


What is tcp session?

A TCP session is a data transfer that takes place using the transmission control protocol. A session has three phases, connection establishment, data transmission, and connection termination.


What type of attack is usually a precursor to TCP session hijacking?

Sniffing


Which OSI model layer is responsible for the termination of connections between hosts?

There are in total seven layers in OSI model . OSI model layer that is responsible for the termination of connections between hosts is session layer . Session layer is responsible for the dialog control .


How does sctp differ from tcp?

SCTP is a protocol that has the ability to deliver functionality that is similar to TCP. Like TCP, an SCTP session can be configured to offer ordered, guaranteed, delivery with congestion control and a notion of a session. It differs in that it offers other features and has an implementation that is not directly compatible with TCP; both peers' network stacks and applications will also need to support SCTP.


Which three features allow TCP to reliably and accurately?

TCP has features that track transmission of data from the source to its destination. The features are flow control, numbering and sequencing, and session establishment.


The application tcp-ip layer maps to which osi layers?

The Application layer The Presentation layer The Session layer


Which type of attack is it when a malicious host controls a TCP session between two users?

MITM Man-In-The-Middle attack


How does TCP ensure reliable data transfer?

There are three features that allow TCP to reliably and accurately track the transmission of data from source to destination. They are flow control, session establishment, and numbering and sequencing.


What is the advantage of tcp?

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.


Where is SOAP on the OSI model?

in the application layer. SOAP is wrapped in HTTP or HTTPS, which can be warpped by TLS, and hen wrapped in TCP (Session) and then wrapped in IP which is the network layer protocol.


What is exceptional acknowledgement?

TCP uses the acknowledgement number in segments sent back to the source to indicate the next byte in this session that the receiver expects to receive. This is called expectational acknowledgement.