DEV Community

S Sarumathi
S Sarumathi

Posted on

Server Name and Server Company

1. Web/Application Servers:

  • Apache HTTP Server - Apache Software Foundation - Very common, open-source web server.

  • Nginx - Nginx Inc - High-performance web server & reverse proxy.

  • Microsoft IIS - Microsoft - Integrated with Windows Server, for hosting .NET apps.

  • Tomcat - Apache Software Foundation - Java Servlet and JSP container.

2. Database Servers:

  • MySQL - Oracle - Popular open-source relational database server.

  • PostgreSQL - PostgreSQL Global Development Group - Open-source, highly reliable relational DB.

  • Microsoft SQL Server - Microsoft - Enterprise relational DB, integrates with Windows.

  • Oracle Database - Oracle - High-end enterprise database server.

3. Cloud / Virtual Servers:

  • EC2 - Amazon Web Services (AWS) - Virtual servers in the cloud.

  • Compute Engine - Google Cloud Platform - Cloud-based virtual machines.

  • Azure Virtual Machines - _ Microsoft Azure_ - Windows & Linux VMs in Azure cloud.

  • DigitalOcean Droplets - DigitalOcean - Simple cloud servers for developers.

Top comments (0)