Provided by: Microsys Technologies and Solutions Pvt. Ltd.,

Configuring and managing WINDOWS Server 2008

Computer

Configuring and managing WINDOWS Server 2008

Duration: 6 Days

Module 1: Configuring Windows Server 2008
Lessons
Server Manager Roles
Windows Server 2008 Features

Module 2: Next Generation Networking
Lessons
Networking with Windows Server 2008
DNS Overview and Improvements
Lab 1: Reviewing Networking Defaults and Settings
Review the Network Center
Creating Domain Isolation Policies
Create a Centralized QoS Policy
Communicate with Link-Local Addresses

Module 3: Server Core
Lessons
Server Core Introduction
Configuring and Managing Server Core

Module 4: Windows Backup
Lessons
Backup Infrastructure
Optical Media
Restore Utilities

Module 5: Network Policies and Access Protection
Lessons
Network Policies Access Protection
Enforcement Options
Network Access Protection Scenarios

Module 6: Windows Deployment Services
Lessons
Introducing Windows Deployment Services
WDS Components

Module 7: Windows Server Virtualization
Lessons
Introducing Windows Server Virtualization
Configuring Windows Server Virtualization

Module 8: High Availability Features
This module explains how to use failover clustering and network load balancing.
Lessons
Failover Clustering
Network Load Balancing

Module 9: Performance Monitoring and Optimization
Lessons
Windows Reliability and Performance Monitor
Microsoft Windows System Resource Manager

Module 10: Introduction to Active Directory Technology in Windows Server 2008
Lessons
Active Directory Improvements

Module 11: Planning for Windows Server 2008 Active Directory Services
Lessons
Planning for ADDS Deployment
Upgrade Considerations

Module 12: Server Core Domain Controllers
Lessons
Server Core Domain Controllers

Module 13: Active Directory Domain Services
Lessons
What s New in AD DS
Improved Security
Manageability and Reliability

Module 14: Active Directory Federation Services, Active Directory Lightweight Directory Services, Active Directory Rights Management Services
Lessons
Active Directory Federation Services
Active Directory Lightweight Directory Services
Active Directory Rights Management Services

Module 15: Read-Only Domain Controllers
Lessons
Read-Only Domain Controllers
Read-Only Domain Controller Operation

Module 16: Auditing Active Directory Domain Services Changes
Lessons
What s new in AD DS auditing
Who should use this new feature
Benefits of auditing changes in AD DS
Summary of new AD DS auditing events
Summary of attribute syntaxes

Module 17: Enterprise PKI (PKIView) Active Directory Certificate Services (ADCS)
Lessons
Certificate Authority
Certificate Policy Settings
Microsoft Simple Certificate Enrollment Protocol
Online Revocation Services
Network Device Enrollment Services
Web Enrollment Services

Module 18: Overview of IIS 7.0 Application Server
Lessons
Review of IIS 6.0
Key Improvements in IIS 7.0
IIS 7.0 Configuration System

Module 19: Managing Web Applications with IIS 7.0
Lessons
Managing IIS 7.0
Using Hierarchical Configuration Settings
Delegating Configuration to Non-Administrator Users

Module 20: Troubleshooting Web Servers
Lessons
Troubleshooting IIS 7.0
Using the Runtime Control and Status API
Using Automatic Failed Request Tracing
Adding Trace Events to Managed Modules

Module 21: Introduction to the Windows SharePoint Services 3.0 Platform
Lessons
Overview of Windows SharePoint Services 3.0
Collaboration Technologies Offered by Windows SharePoint Services 3.0
Determining Organizational and User Needs
Review Planning Site Creation, Maintenance, and Security
Review Planning Server Requirements and Topologies
Performing a Clean Installation of Windows SharePoint Services 3.0
Installing and Configuring the Central Administration Site

Module 22: Configuring and Managing Windows SharePoint Services 3.0
Lessons
Creating and Configuring Sites
Managing Windows SharePoint Services 3.0 Sites
Managing the Windows SharePoint Services 3.0 Server

Module 23: Configuring Terminal Services
Lessons
Terminal Services Overview
Terminal Services Core Functionality
Terminal Services Web Access
This is primarily ilt training
instructor led trainingThis class may be available at a classroom in Bangalore, Karnataka,
Duration:6 days
Training Presented in:English
Training Provided by Microsys Technologies and Solutions Pvt. Ltd.,
  • S asked: Please provide me the Fee structure Thank you
  • D asked: I want to attend this training . Provide me the details about the process and cost.
  • B asked: I want to do this class room training on Saturdays and sundays. Is it possible? Please call me also on .
  • D asked: Dear sir days class from wat timming starts and end and what is a fees. thanks and regards
  • asked: i want to take the course.can u help me?
  • asked: Dear Support, we are looking for the training of terminal servers. please let us know is there any training available at Bangalore. Thanks Raghu Nandan
  • M asked: I want to know about training on windows / server administration.please repply me asap. reagrds parwez cell:
Configuring and managing WINDOWS Server 2008
Day1: Developing Distributed Systems in Java Enterprise applications of today 2-tier, 3-tier, n-tier architectures Products and Technologies that predate J2EE Pitfalls and inconsistencies of these J2EE framework Intro to various API s in J2EE Component technologies Service technologies Communication technologies The J2EE Application Programming Model (Blueprints) Java Servlets What are Servlets? How are servlets better than cgi and asp? Web request-response architecture Generic and HTTP Servlets. HttpServlet class. Working with HttpServletRequest and HttpServletResponse objects. Cookies- creating and using. Session tracking using HttpSession object. Associating information with sessions. ServletContext and ServletConfig objects. Threading issues Day 2: Installing and Setting up WSAD Installing WSAD Setting up the workbench perspectives (Java, J2EE, Web, Server, Help) Setting up the workbench views (Navigator, Editor, Task, Outline) Setting up the workbench preferences Creating a server instance and server configuration for WebSphere Application Server Configuring a server instance Starting and stopping the server instance Creating Java Applications using WSAD Creating a Java project Creating a class Using WSAD editors Using WSAD wizards Debugging and unit testing with WSAD Creating Web Applications using WSAD Creating a Web project Creating servlets Creating servlet filters Work with Page Designer Creating JSPs Creating a JavaBean Deploying web applications on WAS5 Configuration Error pages Class loading Reloading options Dependencies Synchronizing roles etc., JavaServer pages JSP overview Why JSP? Various components of a JSP. Directives . Standard Actions. Implicit Objects. JSP scripting . Declarations Scriptlets. Java Beans and JSP concepts. Adding java beans to JSP. Using JSP s implicit objects. Request Response PageContext Session Application Out Config Page Exception Day3: Getting Started with Struts Jakarta Struts Project MVC and Struts Struts Controller, Views and Resources Your First Struts Application Configuring Struts applications Defining views & actions Defining FormBeans Action Mappings i18N Internationalization Locales PropertyResourceBundles Formatting Messages Message Resources Validation, Errors and Debugging Struts Applications Adding Error handling ActionError and ActionErrors ActionForm validate method Error Management in Action.execute() Handling exceptions Validator Framework How it works Main steps Examples Day4: Introducing EJB Understanding Distributed Objects Benefits and Limitations of Distributed Objects Object Request Brokers and Name Servers Remote Method Invocation (RMI) Transport Mechanisms (JRMP vs. IIOP) Java and CORBA EJB and CORBA Why EJB? Architecture of EJB. Home and Remote interfaces The EJB server and the concept of the container Types of EJB s EJB Roles The EJB Deployment Descriptor The EJB Deployment Process JNDI Binding and Locating Services Relationships and Comparisons to other Naming Services: LDAP, COS, RMI Concepts of InitialContext, Binding and working with them Session Beans Design and development of SL Session Bean Lifecycle of a stateless session bean Coding it out- remote and home interfaces and the bean class Generating the container and setting various attributes Deploying the bean on WAS 5 Writing a client for the bean Design and development of SF Session Bean Lifecycle of a stateful session bean Coding it out- remote and home interfaces and the bean class Generating the container and setting various attributes Deploying the bean on WebSphere server Writing a client for the bean Creating EJBs using WSAD Creating an EJB project Creating an entity bean Creating a meet-in-the-middle database map Using the EJB query language Multiple-mapping with CMP entity beans Creating a session bean Unit testing with the WSAD EJB client Deploying J2EE applications in WebSphere Application Server J2EE application modules Configuring J2EE deployment descriptors with WSAD Export J2EE modules Install J2EE modules in WebSphere Application Server Day5: Entity Beans Modeling data as entity beans BMP and CMP Design and development of BMP Entity Bean Lifecycle of a BMP Entity bean Coding it out- remote and home interfaces and the bean class Generating the container and setting various attributes Deploying the bean on WebSphere server Writing a client for the bean Design and development of CMP Entity Bean Lifecycle of a CMP Entity bean Coding it out- remote and home interfaces and the bean class Generating the container and setting various attributes Using WebSphere EJB deployer tool for mapping . Deploying the bean on WebSphere Writing a client for the bean. Design considerations while choosing entity beans. EJB transactions and JTA Why transaction management? Overview of Transaction Processing Overview of TransactionManager, UserTransaction and XAResourse interfaces Two Phase Commit protocol Transaction context and propagation of transaction Detailed discussion of various transaction attributes(container managed) Rolling back container managed transactions JTA UserTransaction interface in detail. Bean managed transactions with UserTransaction. SessionSynchronization interface. Day 6: Java Message Service (JMS) Message Oriented Middleware Advantages of Messaging Providers, Messages and Domains Point-to-Point Messaging Load balancing with Messaging. Publish/Subscribe Messaging Message selectors Queue browser Setting message header properties Temporary destinations Request response system with temporary destinations Message driven bean Message driven bean. Design and development of a message driven bean
About The Training Provider: Microsys Technologies and Solutions Pvt. Ltd.,
Microsys Technologies and Solutions Pvt. Ltd., - Microsys Technologies & Solutions Pvt. Ltd is a proactive organization headquartered in Pune with its branches across Mumbai & Bangalore. In the last few years of our existence we have successfully offered value propositions to our clientele across the country and overseas. Customized Software Development Corporate Training & IT Education leadership and management skill programs ...
Want to market your windows 2008 training?
Custom Search
tcw11-v473M-08/23/11-07:28:21-()[A]-[A]-[B] -12:29:29