The Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol
suite providing reliable, in-order delivery of a stream of bytes. TCP is typically used by
applications that require guaranteed delivery. It is a sliding window protocol that provides handling for both timeouts and retransmissions.
TCP establishes a full duplex virtual connection between two endpoints. Each endpoint is
defined by an IP address and a TCP port number and is implemented as a finite state machine.
The byte stream is transfered in segments. The window size determines the number of bytes of data that can be sent before an acknowledgement from the receiver is necessary.
- Send and receive messages over TCP
- Multiple test components and multiple-port mapping
- Support of port arrays
- No JAVA coding efforts
- Runs as a TCP Client, Server or as both
- Standards-based testing with TTCN-3
- Freely combinable with additional test access (TTplugins)
For more information and individual quotes please contact
sales-at-testingtech.com.