answersLogoWhite

0


Best Answer

TCP Multiplexing is loosely based on established connection pooling techniques utilized by application server platforms to optimize the execution of database queries from within applications. An ADC establishes a number of connections to the servers in its pool and keeps the connections open. When a request is received by the ADC from the client, the request is evaluated and then directed to a server over an existing connection. This has the effect of reducing the overhead imposed by establishing and tearing down the TCP connection with the server, improving the responsiveness of the application. Some ADN implementations take this technique one step further and also multiplex HTTP and application requests. This has the benefit of executing requests in parallel, which enhances the performance of the application

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the concept of multiplexing and dumultiplexing in TCP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does the TCP handle the issue of multiplexing?

tcp at the transport layer handles multiplexing with address called port number of service access points (SAP).For every service that is using TCP at one particular machine is assigned a port nuber or SAP. When the datagram is being sent the TCP software appends the SAP or the port number of the source and the destination service. At the reciving end the TCP software again extracts the destination SAP and forwards the datagram to the appropiate service. Now if there are multiple source services and multilple destination services each with a unique ID, the TCP software can distinguish between different datagram belonging to different services. Thus with the use of SAP or port numbers TCP can handle multiplexing....


What is the name of the concept that indicates that a path exists between two tcp ip hosts on an internetwork?

Reachability


Explain what the functions of SMTP?

SMTP was designed to send email between computers in network. And uses TCP for reliability.


What is tcp server processes?

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.


Does sftp use tcp or udp?

TCP


What is a layer four header?

In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.


What could be the cause of a tcp smell in a house?

TCP


Fastest in between telnet ftp and tcp?

tcp


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.


What type of connection does http use?

HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.


How does TCP handel the flow control problem explain it with the help of a diagram showing the status window at the different stages?

Tcp is a transport layer protocol which provides end to end delivery in sequence of byte stream. It is a reliable connection oriented protocol. To provide the reliable and correct data tcp performs various function in which one is "Flow control". In flow control function tcp handle timeout and retransmission of missed/duplicate packets. Time out and retransmission is a function performed to handle the congestion.


What protocols are supported by TCP wrappers?

tcp based protocols,internet protocol,sometimes file transfer protocol also supported by tcp wrappers. tcp is reliable and connection oriented.