Answers for "port 80 service"

0

which service using port 80 command

netstat -aon | findstr :80
Posted by: Guest on March-02-2021
7

port 80

Port 80 is one of the most commonly used port numbers in the
Transmission Control Protocol (TCP) suite. 
Any Web/HTTP client, such as a Web browser, uses port 80 to send 
and receive requested Web pages from a HTTP server. It manages
all HTTP-based requests that originate from a computer, regardless 
of the number of requests and initiating Web clients. 
Similarly, the HTTP server responds to all requests received at port 80.
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language