<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>sharepointers : definitions</title><link>http://blogs.msdn.com/skelley/archive/tags/definitions/default.aspx</link><description>Tags: definitions</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>sharepoint terminology defined</title><link>http://blogs.msdn.com/skelley/archive/2007/06/24/sharepoint-terminology-defined.aspx</link><pubDate>Sun, 24 Jun 2007 23:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3511757</guid><dc:creator>skelley</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/skelley/comments/3511757.aspx</comments><wfw:commentRss>http://blogs.msdn.com/skelley/commentrss.aspx?PostID=3511757</wfw:commentRss><description>&lt;P&gt;in sharepoint there are a lot of terms that may be confusing to new sharepoint admins, or even to existing ones. &lt;/P&gt;
&lt;P&gt;since a lot of the words have other meanings than what sharepoint uses them for, it can be a bit tricky. i know when i was starting out with sharepoint i was very confused for a while because of the ambiguity of the words&lt;/P&gt;
&lt;P&gt;so let's take it from the top:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;wss&amp;nbsp;/ windows sharepoint services&lt;/STRONG&gt; - &amp;nbsp;this is a free product from microsoft (comes with windows server). it gives you all the basic functionality of sharepoint including document libraries, lists, even things like email integration.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;moss&amp;nbsp;/ microsoft office sharepoint server&lt;/STRONG&gt; -&amp;nbsp;this is an add-on to wss which gives some very cool additional features. some examples are excel services, infopath forms server,&amp;nbsp;ecm&amp;nbsp;(enterprise content management)&amp;nbsp;and moss enterprise search. this is not free. &lt;/P&gt;
&lt;P&gt;also you can't just install moss... moss is built on top of wss, so wss is a prerequisite. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;web application / web app&lt;/STRONG&gt;&amp;nbsp;- also known as a virtual server (in sharepoint v2) and an web site / application pool (in iis), web apps allow for&amp;nbsp;logical separation of sharepoint content. each web app runs under a different process on the iis web&amp;nbsp;server.&lt;/P&gt;
&lt;P&gt;two examples of different web apps&amp;nbsp;are the central administrator site which runs on an arbitrary port&amp;nbsp;number&amp;nbsp;and then standard sharepoint sites which typically run on port 80. they both run under separate processes in iis.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;site collection&lt;/STRONG&gt; &lt;STRONG&gt;/ top level site / parent site / spsite&lt;/STRONG&gt;&amp;nbsp;- a site collection is a web site that can contain sub-sites (aka webs), which all share the same owner and administrators of the &lt;STRONG&gt;top level site collection&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;a site collection controls global settings that sub-sites underneath it inherit. settings can include permissions, storage quotas, and themes, etc...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;webs / sub-sites / spweb&lt;/STRONG&gt;&amp;nbsp;- these are web sites that live underneath a site collection. these are almost the same thing as a site collection but the difference is the global settings that are applied from the site collection. &lt;/P&gt;
&lt;P&gt;webs can have their own independent settings separate from its parent site collection, but it makes it a bit easier to manage for the owner of the site, that's the idea here.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;lists&lt;/STRONG&gt; - a list is a generic term used to define the different places to store content in a sharepoint site. some built in lists are document libraries (upload and share word docs), picture libraries (upload pics), and custom lists where you define what you want to store. &lt;/P&gt;
&lt;P&gt;scenario time!&lt;/P&gt;
&lt;P&gt;ok lets discuss one potential way to set up a sharepoint site.&lt;/P&gt;
&lt;P&gt;imagine a organization of 60 people, and then 3 sub-teams of 20 people each. &lt;/P&gt;
&lt;P&gt;a potential structure of the team's sharepoint site is a &lt;STRONG&gt;site collection&lt;/STRONG&gt; that contains information for all 60 people (ie vacation calendars for the whole team). &lt;/P&gt;
&lt;P&gt;then each of the 3 teams could have their own &lt;STRONG&gt;webs&lt;/STRONG&gt;, for the smaller teams, which contain all the documents relative to each team. &lt;/P&gt;
&lt;P&gt;the url structure could look like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://sharepoint/sites/orgsite/" mce_href="http://sharepoint/sites/orgsite/"&gt;http://sharepoint/sites/orgsite/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://sharepoint/sites/thetol" mce_href="http://sharepoint/sites/thetol"&gt;&lt;A href="http://sharepoint/sites/orgsite/team1site/" mce_href="http://sharepoint/sites/orgsite/team1site/"&gt;http://sharepoint/sites/orgsite/team1site/&lt;/A&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://sharepoint/sites/thetol" mce_href="http://sharepoint/sites/thetol"&gt;&lt;A href="http://sharepoint/sites/orgsite/team2site/" mce_href="http://sharepoint/sites/orgsite/team2site/"&gt;http://sharepoint/sites/orgsite/team2site/&lt;/A&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://sharepoint/sites/orgsite/team3site/" mce_href="http://sharepoint/sites/orgsite/team3site/"&gt;http://sharepoint/sites/orgsite/team3site/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;in this example &lt;STRONG&gt;orgsite&lt;/STRONG&gt; is the site collection and &lt;STRONG&gt;team1site&lt;/STRONG&gt;, &lt;STRONG&gt;team2site&lt;/STRONG&gt;, &lt;STRONG&gt;team3site&lt;/STRONG&gt; are the webs.&lt;/P&gt;
&lt;P&gt;a picture is worth a thousand words so in my next post i will include some diagrams to better show the relationships.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3511757" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/skelley/archive/tags/definitions/default.aspx">definitions</category><category domain="http://blogs.msdn.com/skelley/archive/tags/terminology/default.aspx">terminology</category><category domain="http://blogs.msdn.com/skelley/archive/tags/terms/default.aspx">terms</category></item></channel></rss>