IIS(Internet information service or server)
IIS is the web server where we can deploy the applications into the outside of the world.
- IIS 5.0,6.0,7.0,7.5,8.0, 10.0(Latest), By default windows server 2016 or Windows8 having IIS8.0.
SharePoint
Sharepoint is the collaboration portal where we will deploy or upload documents globally or locally based on business requirement.
(or)
Sharepoint is the content management system where we can share globally or internally based on the business requirement.
Web Architecture
- Web Application (is Collection of Web Sites or Web Sites)
- Web Sites (is a collection of subsites)
- Sub Sites (is a collection of web pages)
- Web Pages.
- Sites (Creating web sites for our business like, Intranet, Internet and Public sites.)
- Community (SP having some collaboration tools like creating Groups based on Project, Location, or Region ..etc.. Sharing Ideas/knowledge between organization using blog sites & Community Sites.)
- Content (Content Management in Centralized Location, documents like Word-Excel-Pdf-Jpgs ..etc also Integrated with Microsoft office 2010. {Every SharePoint content will get stored in SQL Server. })
- Search (SharePoint having Powerfull and Enhanced capability search, we can easily search People and Content. Fast Search available. It's like google search, we can search for anything in particular web application.)
- Insights (SP Insights used to access Business information by integrating with Business Intelligence. We can access Reports, Databases to address the different kinds of business. SharePoint tightly integrated with SQL server and Microsoft-Office products. also, we can communicate with the 3'rd party tool.)
- composites (SP provides an application platform which we can use Non-Code & Custome Code Solutions. By using SharePoint Designer & Visual Studio.
Sharepoint versions:
- 2001 (for Microsoft internal use)
- 2003 (for Microsoft internal use)
- 2007
- 2010
- 2013
- 2016
- 2019 (Latest)
- SharePoint Online (Office 365)
To install Sharepoint we need 2 service accounts are required
- Sp_admin
- Sp_farm
Sp_admin is used to install the Sharepoint
Sp_farm is used to configure Sharepoint.
Above both users should have permissions in SQL Server like
Sp_admin -- Security admin, DB created
Sp_farm -- Security admin, DB created
- Configuration Database
- Sharepoint_admin Content Database.
If we create a SharePoint Web application 1 content database will create automatically.
No comments:
Post a Comment