Finding out what an Internet Services does (TCP/IP Ports and Descriptions)


InternetPeriscope includes a list of commonly used TCP and UDP port numbers.


TCP is an acronym for the "Transport Control Protocol". UDP is an acronym for the "User Datagram Protocol". When a programmer writes an Internet application, she will choose to use one of these two protocols. TCP is a connection-oriented, reliable protocol. UDP is an unreliable protocol (data delivery is not guaranteed), but it has lower overhead than TCP. It is much easier to write software using the TCP protocol rather than using UDP.