When we describe SharePoint to our customers, we often need to describe the difference between WSS and MOSS. Here are the highlights.
SharePoint = WSS 3.0 or MOSS 2007 (or both)
WSS = Windows SharePoint Services 3.0
MOSS = Microsoft SharePoint Server 2007
The previous version of SharePoint was WSS 2.0 + SPS 2003 (SharePoint Portal Server), but we will be talking about WSS 3 and MOSS 2007 here.
WSS is part of Windows Server, specifically Windows Server 2003 and Windows Server 2008. It is not automatically installed. You must first install IIS (Internet Information Server) and ASP.NET 2.0, plus .NET 3.0. These components are found either on your Windows Server media (CD/DVD) or through Windows Update. The important thing to understand is WSS is part of your Windows Server license.
MOSS is a separate product. MOSS requires either a MOSS Standard or MOSS Enterprise license. These both install from the same media, just require a different activation key. MOSS builds on top of WSS and adds additional components such as enhanced search, My Sites, Business Data Connector, Excel Services, and other features.
WSS and MOSS offer many of the same collaboration features:
- Site provisioning
- Document management (check in/check out)
- Discussions
- Wikis, Blogs, RSS Feeds
- Basic workflow
- Custom lists
MOSS builds upon WSS and adds:
- Additional workflows
- Web content management (web publishing features)
- Records management
- Auditing
- Additional search such as people search
- My Sites (each user has their own personal site with public and private areas)
- Enterprise features such as Excel Services and BDC
Both WSS and MOSS use SQL Server to store content and configuration. If you don’t explicitly install or configure SharePoint to use a specific SQL Server instance, the stand alone installation will create something called Windows Internal Database (which is a variant of SQL Server Express). This special version of SQL Server should be avoided for most business installations of SharePoint. But you can use Windows Internal Database for development, demo, or trial instances of SharePoint.
For more information about the differences here are some more descriptions:
- Microsoft Office Online: Microsoft SharePoint Server 2007 Edition Comparison
- Craig Bailey on Microsoft: CLARITY: SharePoint - WSS versus MOSS
- SharePoint for End Users: Differences between WSS 3.0 and MOSS 2007