20

I can run IIS on a normal installation, what is so different about windows server?

samoz
  • 1,943
  • 6
  • 18
  • 20

5 Answers5

33

Several key areas:

  • Amount of memory supported
  • Number of processors supported
  • Number of network connections may be greater than 10
  • Some apps do an OS version check, and they won't install unless it's the proper server version (as previously mentioned)
  • By default, the server OS is configured to give priority to background apps/services and the client OS is configured to give priority to foreground apps. This can be configured, however.
  • There are some services (Microsoft created) that are only permitted to run on the server OS (DNS, DHCP, Active Directory, PKI, etc.) as previously mentioned.
K. Brian Kelley
  • 9,004
  • 31
  • 33
  • Some apps do an OS version check and won't install if it is a server. iTunes, for example. – Richard Gadsden Jul 23 '10 at 09:59
  • True, Richard. Zune software is the same way. There's a way to hack it, but it's not any fun. – K. Brian Kelley Jul 23 '10 at 13:30
  • 2
    @Bubby4j: I think they 10 "network connections" actually refers to an IIS limitation. There's no OS limitation that prevents you from accepting 100 or more TCP connections in the same machine (or even process for that matter). – André Caron Sep 20 '13 at 17:11
7

Number of connections, see here, it can be gotten around. Performance maybe, since Windows desktop OS's are optimized for foreground apps, i.e. all those Notepads, IE's, etc, where server OS's are optimized for services.

In short, it's fine for development and testing, but not recommended for serious production.

SqlACID
  • 2,166
  • 18
  • 18
4

Some software like SQL Server Enterprise Edition, Microsoft Office Sharepoint Server are server products that will specifically run on Windows Server.

Also, it can do DNS, DHCP, VPN, Print Server, etc.

colealtdelete
  • 6,009
  • 1
  • 29
  • 34
2

I believe you're limited to 10 connections and 1 website with IIS on a desktop version of Windows.

3dinfluence
  • 12,409
  • 2
  • 27
  • 41
0

some of the key features of the windows server:

  1. Active directory:
  2. File and Storage:
  3. DHCP: Dynamic Host Configuration Protocol:
  4. print services:
  5. Windows Update Services:

Windows is used for analysis and other work at offices, schools, etc., but the Windows server runs services people use across a specific network. Windows Server comes with a desktop choice, and it is suggested to establish Windows Server without GUI to decrease the costs of running the server. The difference between IIS in windows & windows servers is that you could use remote management to join the remote server in the server OS while the client OS is unavailable.

  • this was and is already stated in the previous answer. what do you try to tell? – djdomi May 28 '22 at 15:07
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 28 '22 at 15:08