English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-11-11 12:18:51 · 2 answers · asked by lillibettetoo 1 in Computers & Internet Security

2 answers

In the TCP and UDP protocols used in computer networking, a port is a special number present in the header of a data packet. Ports are typically used to map data to a particular process running on a computer. As an example, a server used for sending and receiving email may provide both an SMTP and a POP3 service; these will be handled by different server processes, and the port number will be used to determine which data is associated with which process. This may be considered loosely analogous to simulating the effect of a single server with multiple physical connections. Note that not all transport layers use network ports; for example, although UDP and TCP use ports, ICMP does not.

2006-11-11 12:21:54 · answer #1 · answered by Dark Knight 3 · 1 1

Well that was the most meaningless answer I've seen in a while.
UDP is used to stream data with no error correction or response necessary. It's used for internet phone calls and internet radio and stuff.
With TCP/IP any errors get detected and the data gets resent. But you don't have time for that with Voice over IP or radio broadcasts, so they use UDP/IP instead.

2006-11-11 12:44:17 · answer #2 · answered by Nomadd 7 · 1 0

fedest.com, questions and answers