Study and learning note

Streaming: Allows user to start viewing content before entire file is downloaded.

Streaming media services role includes 3 role services:

  • Windows Media Server
  • Web-based Administration
  • Logging Agent

Web Server (IIS) role must be installed for Web-based Administration and Logging Agent.

Two data transfer protocols:

  • Real Time Streaming Protocol (RTSP)
    -Preferred for events streaming in real time
  • Hypertext Transfer Protocol (HTTP)
    -Use when data loss is unacceptable

AD RMS:

protect files from reading or modifying, or even make file invalid after a period.

 

Share point:

It is a content management system by a browser interface, worked well on Internal network.

Before we use network drive and logging on script to manage the files.

Lab Reflection:

1. SharePoint service also requires SQL to function.

Problem: Run SharePoint Products Config Wizard, then pop up the following errors:

Failed to start the database services MSSQL$Sharepoint. Repair this product by selecting it from the Add/Remove Programs menu.

First:

Rerun the SQL Server Express Installer and create a Instance called “SHAREPOINT”. Check this link how to create a instance.

After that, go to Start > Microsoft SharePoint 2010 Products > SharePoint 2010 Products Configuration Wizard and run through the wizard.

Configure the Incoming Email:

In the active directory container where new distribution groups and contacts will be created: if my domain is “frankfu.com” and the organizational unit is “sharepoint” ,then first of all, we need to create an OU in AD users and computers,check this link. then delegate the fill in the following information: ” OU=sharepoint, DC=frankfu, DC=com”.

2. AD RMS service requires internal database or SQL to function properly.

Prerequisite:

  • A domain user account should be created apart from Administrator as the AD RMS service account, this can not be the same account used to install the AD RMS role.
  • Make sure the user account also have the right to create new database on the SQL server.