
Chapter 6: Using the Software
IP Statistics
Figure 6-5: IP statistics screen
UDP versus TCP. (User Datagram Protocol versus Transmission Control Protocol). UDP provides unguaranteed, connectionless transmission of data across an IP network. By contrast, TCP provides reliable,
Both TCP and UDP split data into packets called “datagrams.” However, TCP includes extra headers in the datagram to enable retransmission of lost packets and reassembly of packets into their correct order if they arrive out of order. UDP does not provide this. Lost UDP packets are irretrievable; that is,
Despite these obvious disadvantages, UDP packets can be transmitted much faster than TCP packets
108 |