Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

TCP/UDP Ports Ports are important because they tell incoming packets what progra

ID: 3723274 • Letter: T

Question

TCP/UDP Ports

Ports are important because they tell incoming packets what program(s) the data should be sent to. There are two types of Ports, TCP and UDP. Each Port has a number associated with it, and there are thousands of them. Each Port number is associated with a specific program - just like when you created a Socket in your programing assignments and assigned it to a Port number.

So for this assignment, your task is to find a Port number that is used for a specific program or task and the program or task associated with that port number. You'll need to list the Port number; whether it is a TCP Port, a UDP Port, or both; and you'll need to describe the task or program that this Port number is reserved to. Please make your post in complete sentences; 3-5 should be enough for all the information.

Explanation / Answer

Port is a logical connection place and specifically using the internate protocol.Port is the way a client program can connected to the specifiy server.The range of port is 0 to 65535 number and 0 to 1024 is reserverd for certain peviliage services.There are two type of port TCP and UDP .TCP is a connection oriented port and UDP is a connectionless port.