Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (2024)

Garrett Stephens

Can you explain the history of 8080 port and why that’s somewhat of a default

The number 8080 is often used as a default port for web servers, such as Apache Tomcat and Jetty, and application servers, such as GlassFish. It was originally chosen as a default because it is higher than the well-known port numbers (0-1023), which are reserved for specific services in the Internet Assigned Numbers Authority (IANA) list, and lower than the privileged port numbers (1024-49151), which are reserved for system processes.

The use of port 8080 as a default for web servers and application servers dates back to the early days of the web, when it was first becoming popular to host web content on personal computers. At the time, port 80, the default port for HTTP traffic, was often already in use by other services, such as Gopher, which was a popular information-sharing system in the early 1990s. As a result, web developers needed to use a different port for their web servers, and 8080 was a convenient choice because it was available and not reserved for a specific service.

Today, port 8080 is still widely used as a default for web servers and application servers, but it is not the only option. Other common ports for web servers include 8000, 80, and 3000.

I hope this helps! Let me know if you have any other questions.

Garrett Stephens

Can you explain a few of the Internet Assigned Numbers Authority list and in doing so explain what a Port is in the context of what a server is, all using a waiter and a restaurant as a metaphor

Certainly! The Internet Assigned Numbers Authority (IANA) is responsible for coordinating the maintenance and allocation of various technical Internet protocols and codes, such as port numbers.

In the context of servers, a port is similar to a specific table at a restaurant where a waiter would take orders and serve food. Just like how each table at a restaurant has a unique number, a port on a server has a unique number as well. When a client (such as a computer running a web browser) wants to request information from a server, it does so by sending a message to the server on a specific port number. The server can then listen for requests on that port and respond accordingly.

There are several well-known port numbers that are reserved for specific types of services, such as port 80 for HTTP and port 443 for HTTPS. However, there are also many other port numbers that can be used for custom or specialized services.

Garrett Stephens
Give me some examples of Internet Assigned Numbers Authority protocols that would make sense to a layman

Here are a few examples of Internet Assigned Numbers Authority (IANA) protocols that you might be familiar with:

Domain Name System (DNS): This protocol is responsible for converting human-readable domain names (e.g. www.example.com) into numerical IP addresses that computers can understand.

Simple Mail Transfer Protocol (SMTP): This protocol is used for sending email messages between servers.

File Transfer Protocol (FTP): This protocol is used for transferring files between computers over the Internet.

Hypertext Transfer Protocol (HTTP): This protocol is the foundation of the World Wide Web and is used for transferring web pages and other content between servers and clients (such as web browsers).

Secure Shell (SSH): This protocol is used for secure remote login and command-line access to servers.

I hope that helps! Do you have any other questions about IANA or these protocols?

Garrett Stephens
What is the IANA number for DNS protocol

The Internet Assigned Numbers Authority (IANA) has assigned port 53 to the Domain Name System (DNS) protocol. When a client (such as a computer running a web browser) wants to request information about a domain name from a DNS server, it does so by sending a message to the server on port 53. The server then listens for requests on that port and responds with the requested information, if it is available.

In addition to using port 53, DNS also uses a number of other well-known ports for various purposes. For example, port 22 is often used for secure DNS (DNSSEC) transactions, and port 5353 is used for multicast DNS (mDNS).

ChatGPT Dec 15 Version. Free Research Preview. Our goal is to make AI systems more natural and safe to interact with. Your feedback will help us improve.

Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (1)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (2)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (3)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (4)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (5)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (6)
Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? (2024)

FAQs

Port 8080, Why do I see this a lot? What does it mean? What is the History behind it? ›

The number 8080 is often used as a default port for web servers, such as Apache Tomcat and Jetty, and application servers, such as GlassFish.

What does port 8080 mean? ›

Port number 8080 is usually used for web servers. When a port number is added to the end of the domain name, it drives traffic to the web server. However, users can not reserve port 8080 for secondary web servers.

How to see what is running on port 8080? ›

Find the Application Using Port 8080:
  1. Open the Command Prompt: Press Win + R, type “cmd,” and hit Enter.
  2. In the Command Prompt, enter the following command: netstat -ano | findstr :8080 .
  3. Identify the line with the local address 0.0. ...
  4. Take note of the PID (Process Identifier) associated with that line.
Jul 17, 2023

What service is listening on port 8080? ›

Port 8080 is commonly used as an alternative HTTP port for web servers. While the default port for HTTP traffic is 80, using port 8080 allows a server to run multiple web applications or services on the same machine.

How do I stop something from running on port 8080? ›

Expand the Network Tab. Move to the section for Listening Ports. Look in the Port column and scroll to find entry for port 8080. Select the given process and delete/kill the process.

What apps use port 8080? ›

The number 8080 is often used as a default port for web servers, such as Apache Tomcat and Jetty, and application servers, such as GlassFish.

What is the vulnerability of port 8080? ›

While any open port is risky, proper management and attention to security best practices will reduce the associated risk level. Port 8080 is commonly used as an alternative to port 80 for HTTP services, and a common port 8080 vulnerability is unsecured or poorly configured web applications or services.

How to check what's using a port? ›

Using Netstat command:
  1. Open a CMD prompt.
  2. Type in the command: netstat -ano -p tcp.
  3. You'll get an output similar to this one.
  4. Look out for the TCP port in the Local Address list and note the corresponding PID number.

How do you see what services are running on a port? ›

To list what services are listening* on a particular port on a device in your environment, run the following commands in a Windows Command Line or a Linux Terminal window on the device the port is on: Windows: netstat -ano | findstr [Port Number] Linux: netstat -ano | grep [Port Number]

How do you check which app is running on a port? ›

The command "netstat -anob" shows all in-use ports and the binary (application) which use them. Example: In this example we see the process msg_server.exe which is listening on ports 3600 and 3900. Another msg_server.exe which tries to bind these ports, must therefore fail.

Is it safe to open port 8080? ›

Is port 8080 vulnerable? Like port 443, port 8080 is also vulnerable to SQL injections, cross-site scripting, DDoS attacks, and cross-site request forgery.

How do you check the ports are listening? ›

To check the listening ports and applications with lsof :
  1. Open a shell prompt. For more information, see Opening a command or shell prompt (1003892).
  2. In the shell prompt window, run this command: lsof -i -P -n. You see output similar to: [root@server]# lsof -i -P -n. COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME.
Mar 20, 2024

How do I stop a port? ›

Windows
  1. Step 1: Find the Process ID (PID) netstat -ano | findstr :portNumber. Replace portNumber with the port number. Copy the PID number.
  2. Step 2: Kill the Process. taskkill /PID typeyourPIDhere /F. Replace typeyourPIDhere with the copied PID. Recheck using the first command.
Feb 5, 2024

How to find who is using port 8080? ›

Use the Windows netstat command to identify which applications are using port 8080:
  1. Hold down the Windows key and press the R key to open the Run dialog.
  2. Type “cmd” and click OK in the Run dialog.
  3. Verify the Command Prompt opens.
  4. Type “netstat -a -n -o | find "8080"". A list of processes using port 8080 are displayed.
Jun 2, 2023

How do I protect port 8080? ›

If the service/application is necessary, ensure that it is properly configured and has appropriate security controls, such as authentication and encryption. Implement network security controls, such as firewalls and access control lists (ACLs), to restrict access to TCP port 8080 to only authorized users and systems.

How do I unblock port 8080? ›

How to open a port on the firewall
  1. Click on Start then on Control Panel.
  2. Click on Windows Firewall and then click on Advanced Settings.
  3. Right click on Inbound Rules then on New Rule:
  4. Select Port and click on Next:
  5. Enter a specific local port (e.g. 8080) and click on Next:
  6. Click on Next:
  7. Name the rule and click on Finish:
Jun 16, 2023

Is port 8080 HTTP or HTTPS? ›

Port 8080 has 80 in it, which means "HTTP". It should NOT be serving HTTPS, that breaks conventions. A different port like 8443 should be used conventionally for HTTPS traffic.

What is the difference between port 8080 and port 443? ›

Port 80 is the default port for unencrypted HTTP traffic, while Port 8080 is often used as an alternative HTTP port for web servers and applications. Port 443 is used as the default port for encrypted HTTPS traffic, which is essential for transmitting sensitive information securely.

Is port 80 and 8080 different? ›

No, port 80 and 8080 are not the same. Port 80 is the default port for http traffic, while port 8080 is typically used for web proxy and caching server.

How to connect to port 8080? ›

How to open a port on the firewall
  1. Click on Start then on Control Panel.
  2. Click on Windows Firewall and then click on Advanced Settings.
  3. Right click on Inbound Rules then on New Rule:
  4. Select Port and click on Next:
  5. Enter a specific local port (e.g. 8080) and click on Next:
  6. Click on Next:
  7. Name the rule and click on Finish:
Jun 16, 2023

Top Articles
Is adultery against the law in Wisconsin?
10 Tips For a Happy Home
Kansas City Kansas Public Schools Educational Audiology Externship in Kansas City, KS for KCK public Schools
Ofw Pinoy Channel Su
Soap2Day Autoplay
Wild Smile Stapleton
Unlocking the Enigmatic Tonicamille: A Journey from Small Town to Social Media Stardom
Cinepacks.store
William Spencer Funeral Home Portland Indiana
Nichole Monskey
Ukraine-Russia war: Latest updates
Ladyva Is She Married
How to watch free movies online
Slushy Beer Strain
The fabulous trio of the Miller sisters
Finger Lakes Ny Craigslist
Rachel Griffin Bikini
Inside the life of 17-year-old Charli D'Amelio, the most popular TikTok star in the world who now has her own TV show and clothing line
Red Devil 9664D Snowblower Manual
Craigslist Missoula Atv
Kamzz Llc
BMW K1600GT (2017-on) Review | Speed, Specs & Prices
Team C Lakewood
Cincinnati Adult Search
Babbychula
Aol News Weather Entertainment Local Lifestyle
Idle Skilling Ascension
Dtm Urban Dictionary
27 Fantastic Things to do in Lynchburg, Virginia - Happy To Be Virginia
Log in or sign up to view
The Mad Merchant Wow
Metro By T Mobile Sign In
Montrose Colorado Sheriff's Department
School Tool / School Tool Parent Portal
Midsouthshooters Supply
Crazy Balls 3D Racing . Online Games . BrightestGames.com
Has any non-Muslim here who read the Quran and unironically ENJOYED it?
Jason Brewer Leaving Fox 25
Trap Candy Strain Leafly
Let's co-sleep on it: How I became the mom I swore I'd never be
Lake Kingdom Moon 31
Mcalister's Deli Warrington Reviews
Pain Out Maxx Kratom
Leland Nc Craigslist
Flappy Bird Cool Math Games
Cch Staffnet
Phone Store On 91St Brown Deer
Server Jobs Near
The top 10 takeaways from the Harris-Trump presidential debate
Cvs Minute Clinic Women's Services
Where To Find Mega Ring In Pokemon Radical Red
Latest Posts
Article information

Author: Reed Wilderman

Last Updated:

Views: 6023

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.