Big Java Late Objects
Big Java Late Objects
2nd Edition
ISBN: 9781119330455
Author: Horstmann
Publisher: WILEY
Question
Book Icon
Chapter 22.4, Problem 7SC
Program Plan Intro

Port 80:

  • Port 80 is the port that the server 'listens to' or intends to receive from a Web client on a Web server or hypertext transfer protocol daemon, assuming that the default was taken when the server was configured or set up.
  • A port can be specified on the NCSA server in the range of 0-65536.
  • The server administrator however configures the server to recognize just one port number.
  • The port number of a Web server is 80, by default.

Reason:

  • Port 80 is a standard HTTP port.
  • The default web port is 80. When the open some url in client without specifying a port, 80 is used by default.
  • If a web server is operating on the same computer, then one can't open a server socket on an open port (port 80) because, it is already in use and it will generate an error.

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education