Online Unit eLearning - Training Resources
Unit Training Provider? - Tell us about your Training!
From Online Training Directory
Strategic Thinking
Strategic thinking teaches you to take a circumspect look at your long range goals, obsticals, and solutions. Learn how to effectively plan for the future and choose the path most likely to bring you to your goals. The user is given 1 year access to this course. You may complete it as quickly as you care to, however be diligent to understand and apply the new knowledge in a satisfactory manner.
more...
Team Management - Enabling Teams
In this course you will learn to build a supportive and enabling team environment. You will learn how to encourage members to think like a team, how to provide adequate time to perform and meet, and demonstrate faith in the members capacity to achieve. The user is given 1 year access to this course. You may complete it as quickly as you care to, however be diligent to understand and apply the
more...
Team Management - Leading Teams
In this course, you will learn about the selection of a team leader, what team leaders need to know, and what constitutes a team. You will also learn about the traits and roles of an effective team leader are, team communication, and how to hold effective team meetings. The user is given 1 year access to this course. You may complete it as quickly as you care to, however be diligent to understand
more...
Team Management - Team Participation
This course covers the elements of successful teams, the role of a good team member, and team communication. This course is geared to expedite your own development as a team member in creating successful teams. The user is given 1 year access to this course. You may complete it as quickly as you care to, however be diligent to understand and apply the new knowledge in a satisfactory manner.
Team
more...
Teams Management - Managing Team Conflict
This course will teach you how to manage team conflict through understanding and dealing with the dynamic and changing work environment, personalities, concern over job security, changing team members, team vs. organizational dynamics, and division of tasks and functions. The user is given 1 year access to this course. You may complete it as quickly as you care to, however be diligent to
more...
Cisco CCNA Internetworking Technologies 1
...unit teaches networking technologies from host-based to global internetworking. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit explains the evolution of networks from the traditional host-based architecture to the global internetworking architecture of today. The unit
more...
Cisco CCNA Monitoring and Security
...unit introduces the concept, purpose, and operation of the Access List. It explains two types of Access List, the Standard Access List and the Extended Access List, and the differences between them. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit introduces the concept,
more...
Cisco CCNA WAN Protocols HDLC, PPP
...Unit introduces you to various WAN services, Point-to-Point Protocol, SDLC, HDLC and DDR supported topologies. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit introduces you to the various WAN services, such as Frame Relay, ISDN, and X.25.
It explains the connection
more...
Cisco CCNA WAN Protocols-Configuring X.25
...ification Cisco Certified Network Associate. (CCNA)
This unit introduces you to the features and functions of X.25. In addition, you will become familiar with the concept of packet switching as well as with the features of two types of virtual circuits.
You will be presented with information that describes the need for Address Resolution and how it relates to transferring data across a
more...
Cisco CCNA Configuring Frame Relay and ISDN
...ification Cisco Certified Network Associate. (CCNA)
This unit introduces the features of Frame Relay technology. In addition, the unit defines the Frame Relay terms associated with bandwidth.
It examines the process for transmitting data from the source to the destination over a Frame Relay network. Frame Relay terms, such as virtual circuits and Data Link Connection Identifier (DLCI) are
more...
Cisco CCNA LAN Switching
...cation Cisco Certified Network Associate. (CCNA)
In this unit, you will learn about the history of networking and communication. The unit covers the Data Link sublayers, Logical Link Control (LLC), and Media Access Control (MAC). The LLC sublayer uses the connectionless and the connection-oriented services that bridge the MAC sublayer to the upper layer protocols. The MAC address is added to a
more...
Java 2 - Language & Semantics
...sions as well as, control statements and arrays.
In this unit, you will learn about the Java syntax and lexical issues.
It covers identifying the range and declaring the constants, literals, and variables of the three main categories of primitive data types.
You will learn to identify Java keywords and identifiers. This unit also explains how to write the decimal, octal, hexadecimal, and
more...
Java 2 -- Classes & Inheritance
...reating Interfaces in the Java Programming Language
This unit introduces the concept of classes and objects, and discusses the procedure for declaring classes and creating objects.
You will learn to declare instance variables, methods, and local variables by using permitted modifiers such as public, protected, private, and package.
You will also learn to invoke overloaded constructors and
more...
Java 2 -- Handling Exceptions & Implementing Threads
...unit describes exceptions, exception handling, threading, multithreading, the creation of threads, their classes and their use.
This unit explains the basics of exception handling by introducing the concept and highlighting the advantages of exception handlers in a program.
It draws a distinction between errors and exceptions. In this unit, you will learn about the keywords used in exception
more...
Java 2 -- java.lang Package
...unit provides an overview of the java.lang package by explaining its classes, interfaces, and exceptions.
This unit provides an overview of the java.lang package by explaining its classes, interfaces, and exceptions.
It explains the importance of the java.lang package in Java programming.
You will learn about the importance of the Object class, which is the super class for all Java classes.
more...
Java 2 -- java.util Package
...ill also learn about additional classes in Java.
In this unit, you will learn about various interfaces, such as Collections, Map, List, Set, Enumeration, Iterator, and Observer, which are available in the java.util package.
You will also be shown how to override some of the methods of the Collections interface, such as: add( ), remove( ), iterator( ), and size( ). This unit describes
more...
Java 2 -- Building Graphical User Interfaces
...units: The Java.awt.package, using GUI components and managing the layout. Each unit covers detail the elements of Java necessary to build graphical user interfaces.
This course contains 3 units: The Java.awt.package, using GUI components and managing the layout. The first unit will cover the features of the java.awt.package.
It explains the important methods and alignment constants of the
more...
Java 2 -- Applets & Imaging
...units: Applets, Advanced Applets, 2d Graphics and Printing in Java, and Imaging. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
The first unit defines an applet and lists the features of an applet.
You will learn about the Applet class, its hierarchy, and its methods.
You will also learn about the applet
more...
Java 2 -- File I/O
...units: I/O in Java Streams, Using the Filter & Pipe Stream Classes, Using the Character Stream, and Using the File Classes Each unit covers detail the elements of Java necessary to implement the features and functions for file input and output as you program in the Java language.
In the first unit, you will learn about how Java performs basic I/O operations using streams. This unit will
more...
Java 2 -- Advanced Java
...units: Garbage Collection, Java Security, Internationalization, JavaBeans Technology. Each unit covers detail the elements of Java necessary to implement these advanced features and functions as you program in the Java language.
The first unit explains the process of garbage collection.
It describes the gc( ) and finalize( ) methods in Java and the code used to make objects eligible for
more...
Java 2 -- Enterprise Java
...units: JFC and Swing, Working with Swing Components, Java Servlets, and Distributed Applications. Each unit covers detail the elements of Java necessary to implement these enterprise features and functions as you program in the Java language.
The first unit provides an overview of the JFC package and the Swing architecture.
It explains the features of the Swing class and the Swing components.
more...
Java 2 -- Advanced java.lang & java.util Packages
...units: Accessing Resources at Run Time, The Reflection Package, The jar Utility. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
The first unit describes the important methods in the System class, such as arrayCopy( ), exit( ), gc( ), getProperty( ), load( ), setProperty( ), setIn( ), setErr( ), and
more...
Java 2 -- Extending the GUI
...units: Creating Fonts, Dialog Boxes, and Menus, Using Listener Methods, and Handling Events. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
In the first unit, you will learn to use fonts in a program. The unit explains the Font and FontMetrics classes and their methods.
You will learn to create menus and
more...
Java 2 -- Networking
...units: Networking Basics, Programming Using Sockets, and Programming Using Datagrams. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Java language.
In the first unit, you will learn about the client/server architecture that forms the core of networking concepts. The unit also explains frequently used networking terms, such
more...
Java 2 -- Advanced Enterprise Java
...units: Java Database Connectivity (JDBC), Java Native Interface, and The Debugger. Each unit covers detail the elements of Java necessary to implement these features and functions as you program in the Advanced Enterprise Java language.
The first unit explains the concept of Java Database Connectivity (JDBC).
It covers the features and functions of JDBC and the differences between JDBC and
more...
Flash I: Mastering the Tools
...vided with six comprehensive and expertly designed online units, followed by a comprehensive learning project. Through this learning project, practical assignments, and interaction with other students in online forums, you will be given feedback about how to maximize the effectiveness of your work and you will be provided with insights into how other people are using the course skills.
You
more...
Cisco CCNA Internetworking Technologies 2
...unit describes the standards and functions of the OSI reference model, Topologies used in a LAN, Fast Ethernet Options, and Topologies used in a Wan. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit describes the second and third layers of the OSI reference model, the Data
more...
Cisco CCNA Router Configuration Basics
...unit introduces you to the internal components of routers, information stored, LAN and WAN Interfaces, Router initialization, configuration, and management. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit introduces you to the internal components of routers.
You will
more...
Cisco CCNA TCP/IP Addressing on CISCO Routers
...unit describes various layers present in the TCP/IP protocol suite. The TCP/IP protocol suite maps roughly to the OSI reference model. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit describes various layers present in the TCP/IP protocol suite. The TCP/IP protocol suite
more...
Cisco CCNA IP Routing Concepts
...unit, you will learn about the routing process, and addressing schemes of the Network Layer under the OSI Reference model. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
In this unit, you will learn about the routing process, which determines the best path to destination networks
more...
Cisco CCNA IP Routing Configuration
...unit discusses the characteristics of RIP, static & default routes, administrative distance, improved metric and unequal cost load balancing, of Interior Gateway Routing Protocol (IGRP). This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate (CCNA).
This unit defines static and default routes,
more...
Cisco CCNA IPX Routing
...unit introduces IPX/SPX protocol suite, explains the protocols that constitute this suite, and maps the Novell IPX protocol suite to the OSI reference model. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA)
This unit introduces IPX/SPX protocol suite, explains the protocols that
more...
Java 2 - Introduction
This course provides students a general overview and understanding of the Java 2 Programming Language.
This unit will discuss Java history and the main features of the Java language.
You will learn how Java differs from C++, and what types of unique features are available in the Java language.
You will also learn why the Java Virtual Machine is considered the core of the Java platform.
more...
Writing for Business Professionals
...oft Authorized Technical Education Centers throughout the United States. Joe?s certifications include: CTT Certified Technical Trainer, Cisco Certified Network Associate ? CCNA, Microsoft Certified Product Specialist Certification, Microsoft Certified Trainer, and Microsoft Certified Systems Engineer. Frequently Asked Questions How long will it take me to complete the course? The amount of time
more...
The Art of Active Listening
Why do we like talking to some people more than others? Because they are good listeners. If someone is a good listener we not only like them more, we think they understand us and our business. We all understand the basics of good listening. Good listening, in part, is just being courteous. However, it is requires more than just being quiet and paying attention, although those are aspects of being
more...
Starting A Business?: How To Develop An Effective Business Plan



...valuated numerous plans, in a variety of industries, as a unit manager, V.P., CEO and consultant assisting small and large companies with their plans and strategy. Before you pass on this tutuorial, please review his credentials at the end of this course outline...it may save you endless hours of formulating a business plan that either gets rejected or doesn`t leverage your organizations global
more...
Six Sigma Green Belt Personal Training Library
...y course on the principles and practices of Six Sigma. (1 Unit; 1 Assessment; Approximately 3 hours of training.) DMAIC teaches learners the DMAIC (Define, Measure, Analyze, Improve, Control) problem-solving process as well as tutorials on over 50 data collection and analysis tools such as Pareto diagrams, fishbone diagrams, and flowcharts to name just a few. (2 Units; 2 Assessments;
more...
SalesPlus
...ng a set of skills and attitudes to potential sales opportunities that result not only in sales but in developing customers who will continue to do business with them time and time again. Identifying potential sales opportunities, making the sale, and creating a customer relationship that will result in future business is the art of selling. By the end of this course you will know the process
more...
QuickBooks Pro 2008
Quickbooks Pro 2008 is small business accounting software. With Quickbooks, you can manage your customers, vendors, and employee accounting needs. In this course, you can learn the basics of Quickbooks 2008 such as how to use the interface, setup your companies, use lists, work with inventory, sell your products, invoice customers, process accounts receivable, work with bank accounts, and accounts
more...
QuickBooks Pro 2005
Learn how to get the most out of Intuit's QuickBooks Pro 2005 software. This interactive training provides an easy to follow self-paced format. You determine when you want to learn and the instructor is always there to provide you the expert instruction you want. Learn, practice and assess your skills as you become an expert user of the World's most popular accounting software.
Welcome to the
more...
QuickBooks Pro 2006
Learn how to get the most out of Intuit`s QuickBooks Pro 2006 software. This interactive, self-directed training provides an easy to follow self-paced format. You determine when you want to learn and the virtual video instructor is always there to provide you the expert instruction you want. Learn, practice and assess your skills as you become an expert user of the World`s most popular accounting
more...
Principles of Home Inspection: 100 Hour Professional Development Certificate
... Thematic graphics keep the material fresh and compelling Unit exams test subject mastery and identify topics requiring additional review Carson Dunlop Professional Associations The firm or its technical staff, are members of the following organizations: American Society of Home Inspectors? American Society of Mechanical Engineers American Society of Heating, Refrigeration and Air Conditioning
more...
Maximize Profits by Managing Real Estate like an Entrepreneur--Instructor-Led
...examining all aspects of your business, looking for opportunities to reduce expenses and maximize income. In this exclusive course, TrumpU experts will show you how to position your property correctly for the target market, manage problem tenants, market your property, and more. Students may complete this course within a reasonable period of time. Contact Hours give an indication of how much
more...
Lean Manufacturing Personal Training Library
...pts, terminology, techniques, and practices. In the first unit students will learn how to identify (and eliminate) waste and how to use value-stream mapping to capture the current state and visualize the future state. Overviews of the eight components of lean: Value Stream Mapping, Workplace Organization, Predictability & Consistency, Set-up Reduction, TPM, Visual Factory, Support Processes,
more...
HTML 4
Learn the in`s and out`s of HTML. Follow along with HTML expert Rob Tracy as he shows you how to create well formed HTML code, understand the basics of Java script, and introduces you to Cascading Style Sheets.
Welcome to the HTML 4 Training Series Learn the in`s and out`s of HTML. Follow along with HTML expert Robb Tracy as he shows you how to create well formed HTML code, understand the basics
more...
Faculty Introduction to Online Teaching
... Those wishing to earn a State Board Continuing Education Unit (SB-CEU) might prefer to enroll in the Intro to Online Teaching for K-12 course, which has already been approved for?one SB-CEU upon completion?with a 70 percent or better passing score. ? This course will: Provide background and path for learning to teach online. Give you the same type of experience your students will have. Show
more...
Customer Service Plus
The difference between success and failure in today s business environment is customer service. In this course you ll learn the basics of customer service and how to consistently provide high-quality customer service. User is given 1 year access to this course.
Customer Service Plus The difference between success and failure in today?s business environment is customer service. In this course
more...
Crystal Reports XI
Receive a fundamental understanding of the concepts of Crystal Reports XI by learning to build reports, use formulas, build groups, work with records, and create charts.
Crystal Reports XI Receive a fundamental understanding of the concepts of Crystal Reports XI by learning to build reports, use formulas, build groups, work with records, and create charts. Follow Jason Manibog as he teaches you
more...
Customer Astonishment: The Commitment to World-Class Customer Care
Customer loyalty is the crowning achievement in any business. Customer loyalty is absolute leverage on profitability and growth. It means that your success is cumulative from year to year. In today`s business environment, a satisfied customer is no longer enough. We have all entered a new age wherein we must positively astonish our customers by anticipating their needs. To be Customer Need Driven
more...
CSS
Cascading Style Sheets has become a vital element of today`s web pages. Follow along with Robb H. Tracy as he introduces you to the concepts of XHTML, Cascading, and setting and understanding property values for CSS rules. As the course progresses, Robb will instruct you in more advanced concepts such as floating elements, colors, advanced selectors and lists. Course may be extended up to 1 year
more...
AutoCAD 2006 2D
Learn to control the many features of AutoCAD 2D, including commands, plotting, crosshatching, and pallets. Follow along with Kristen Kurland as she shows you how to work with dimensions, regions, boundaries, as well as understanding isometrics and viewports. The course can be completed within 90 days or less. The student will have 1 year unlimited access to the course.
Welcome to the AutoCAD
more...
AutoCAD 2006 3D
Learn to control the many features of AutoCAD 3D including commands, objects, surfaces, and solids. Follow along with Kristen Kurland as she shows you how to manipulate backgrounds, light, material, and landscaping to your needs.The course can be completed within 90 days or less. The student will have 1 year unlimited access to the course.
Welcome to the AutoCAD 2006 3D Training Series The
more...
Adobe PhotoShop CS
...ll as many other local television stations throughout the United States and the world; and as a Professional Speaker with National Seminars for over six years. FREQUENTLY ASKED QUESTIONS How long will it take me to complete the course? The amount of time it takes to complete the course is dependent upon the time you are able to spend in study. The actual length of the online video instruction
more...
Adobe PhotoShop CS to CS2 Upgrade
...ll as many other local television stations throughout the United States and the world; and as a Professional Speaker with National Seminars for over six years. FREQUENTLY ASKED QUESTIONS How long will it take me to complete the course? The amount of time it takes to complete the course is dependent upon the time you are able to spend in study. The actual length of the online video instruction
more...
5S TRAINING
5S is more of a people process than it is a manufacturing technique. And it is much more than simply cleaning up your area it is a discipline that truly can enable you and your organization to achieve greater results. You have access to this online course for 1 year but can complete it as quickly as you care to. We estimate that you could take up to 24 hours to complete this course but many
more...
7 Steps to A Lot More Sales
...rs and marketing managers discover hidden sales opportunities within their business. Upon completion participants will be able to implement the 7 STEPS and new bonus step on Internet Marketing to unlock the hidden sales opportunities discovered for exponential increases in sales and profits of 25%-100% or more in as little as 60-90 days without spending more money on traditional
more...
QuickBooks Pro 2007


QuickBooks Pro 2007 Quickbooks Pro 2007 is small business accounting software. With Quickbooks, you can manage your customers, vendors, and employee accounting needs. In this course, you can learn the basics of Quickbooks 2007 such as how to use the interface, setup your companies, use lists, work with inventory, sell your products, invoice customers, process accounts receivable, work with bank
more...
Dreamweaver MX 2004
Dreamweaver MX 2004 Dreamweaver is the professional's choice for developing web sites and web applications. With this Dreamwaever training, go from start to finish, create and maintaining basic websites, and learn to support best practices and the latest technologies. Your instructor for this course is David Humes David is an Adobe Certified Expert (ACE) in Photoshop, a Certified Practitioner of
more...
Delegation - Leveraging Through Others
Delegation - Leveraging Through Others This course will teach you delegation techniques to allow you to develop your subordinates, train them in all aspects of the business, use your human resources most effectively, and open your time up for items that need your particular set of skills Your expert-led training is presented by Casey McNeal. Casey has been speaking professionally for over nine
more...
Basics of Organizational Communication
...oft Authorized Technical Education Centers throughout the United States. Joe?s certifications include: CTT Certified Technical Trainer, Cisco Certified Network Associate ? CCNA, Microsoft Certified Product Specialist Certification, Microsoft Certified Trainer, and Microsoft Certified Systems Engineer. Frequently Asked Questions How long will it take me to complete the course? The amount of time
more...
From 123-CBT Computer Based Training
Database Testing and Code Management
recognize how to implement version control, unit testing and performance benchmarking and improvements in SQL Server 2005
more...
Database Testing and Code Management
Leading High-performance Virtual Teams
...unit for conducting business in the 21st century. Virtual communication networks have made virtual teams possible, while globalization has made them a necessity. Leading virtual teams presents new challenges to leaders and managers. Virtual team leaders must find ways to successfully manage people who are separated by distance, time zones, and cultural differences. This course offers a
more...
Six Sigma DMAIC Measuring the Process
Would you use your thumb and forefinger to measure how much carpet you need to buy for a new room in your house? By the same token, do you have the right tools for measuring a process in your organization that just isn't working? "Six Sigma DMAIC: Measuring the Process," provides Six Sigma Green Belts and team members with techniques for precisely pinpointing the source of problems--and precisely
more...
Using Six Sigma Analysis Tools and Metrics for Project Decisions
... Sigma DMAIC methodology is to identify improvement opportunities that have the maximum potential for return on time, money, and resource investments. Knowing what projects to select for improvement requires an assessment and analysis of existing business processes. For a precise, objective, and accurate assessment of the existing processes, you need to have correct metrics and knowledge of
more...
Foundations for Business Execution
...new initiative" that was going to transform your business unit, only to see the initiative fizzle and die a few weeks later? Do you have big plans and long-term goals that never come to pass because you get so bogged down with day-to-day activities? When management announces "new plans" to revolutionize productivity in your organization, do your colleagues roll their eyes because they know
more...
Creating a Business Execution Culture
...ou're a senior manager or the manager of a small business unit, you can do your part to create an execution culture in your company. One lesson explores the critical role leaders play in creating an execution culture. You'll learn about ways to turn your visions and ideas into actions. Do you have the right team in place to execute your ideas? You'll learn about assessing talent in both your
more...
Balanced Scorecard - Measuring Business Objectives
In "Balanced Scorecard: Measuring Business Objectives," you will learn the importance of good communication when using the balanced scorecard, the reasons for creating a balanced scorecard for each business unit, and the ways your organization can support the critical success factors outlined in a balanced scorecard. You will also learn the steps for gathering and implementing feedback about your
more...
Supply Chain Management Using Models

...h
Total Learning Time:
2 hours
Objectives:
Unit 1: Sourcing and Logistics Benefits
Identify factors that help in transforming the supply chain.
Identify steps for developing a superior supply chain strategy.
Identify characteristics of the quadrants of the sourcing strategy matrix.
Match levels in sourcing strategy with their characteristics.
Identify primary sources
more...
EnjoySAP Features Functions

... Total Learning Time 3 to 4 hours 13471 Objectives Unit 1: The New Interface 1.5 - 2 hours a What is EnjoySAP? - EnjoySAP Maps the Workflow. - Focusing on the User. - New Elements of EnjoySAP. a Starting the System and Logging On: - Starting the R/3 System. - Logging on for the First Time. a The EnjoySAP Initial Screen: - General Structure. - Changes to the Screen
more...
Linux Technology Overview Part 2 Features for Users

...otal Learning Time 6 to 8 hours 13612 Objectives Unit 1: Basic Principles First Steps 2 - 3 hours Identify the different Linux graphical user interfaces (GUIs) and shells. Identify the characteristics of the GNOME login procedure and desktop. Identify the options for customizing the GNU Network Object Model Environment (GNOME). Identify file systems
more...
Linux Technology Overview Part 1 Technical Business Considerations

... Total Learning Time 4 hours 13611 Objectives Unit 1: Linux Overview 2 hours Identify the features of the history of Linux. Identify the features of Linux. Identify the features of the most common Linux distributions. Identify the characteristics of open source code. Identify the link between Linus Torvald and the kernel. Identify
more...
HTML 4 Part 2 Advanced Topics

... Total Learning Time 7 hours 86042 Objectives Unit 1: Web Page Enhancement 3 hours Match the guidelines for designing a Web site with their benefits. Select a suitable Web page layout format for a Web site. Identify the characteristics of a well-designed Web site. Create a client-side image map for an image by using the LiveImage tool.
more...
HTML 4 Part 2 Advanced Topics

... Total Learning Time 7 hours 86042 Objectives Unit 1: Web Page Enhancement 3 hours Match the guidelines for designing a Web site with their benefits. Select a suitable Web page layout format for a Web site. Identify the characteristics of a well-designed Web site. Create a client-side image map for an image by using the LiveImage tool.
more...
HTML 4 Part 1 HTML Fundamentals

... Total Learning Time 7 hours 86041 Objectives Unit 1: World Wide Web Basics 1 hour Match the terms associated with the WWW with their descriptions. Sequence the steps in the Web communication process. Identify the components of a Web browser that are used to perform specified tasks. Identify the features of HTML. Match the types of DTD
more...
HTML 4 Part 1 HTML Fundamentals

... Total Learning Time 7 hours 86041 Objectives Unit 1: World Wide Web Basics 1 hour Match the terms associated with the WWW with their descriptions. Sequence the steps in the Web communication process. Identify the components of a Web browser that are used to perform specified tasks. Identify the features of HTML. Match the types of DTD
more...
CIW Security Professional Intrusion Detection Threat Analysis

...h
Total Learning Time:
6 hours
Objectives:
Unit 1: Intrusion Detection (2 hours)
Identify key aspects of intrusion detection.
Identify key responsibilities of an incident response team.
Identify features of IDS application strategies.
Identify benefits and drawbacks of network-based IDS applications.
Identify features of host-based IDS applications.
Identify
more...
CIW Security Professional Security Auditing Attack Techniques

...h
Total Learning Time:
6 hours
Objectives:
Unit 1: Security Auditing (2 hours)
Match auditor roles with associated approaches.
Identify steps for conducting compliance analysis.
Identify the tasks performed in the various stages of the risk assessment process.
Identify steps in the risk assessment procedure.
Identify features of network discovery tools.
Identify
more...
CIW Security Professional Operating System Security

...h
Total Learning Time:
6 hours
Objectives:
Unit 1: Principles of Operating System Security (2 hours)
Identify features of security levels.
Identify features of Microsoft Windows 2000 security components.
Identify features of Microsoft Windows 2000 security subsystem components.
Identify features of the security subsystem.
Identify features of Pluggable Authentication
more...
CIW Security Professional Network Security Firewalls

...h
Total Learning Time:
6 hours
Objectives:
Unit 1: TCP/IP and Security (1 hour)
Identify the layers of the TCP/IP protocol stack and trace their mapping to the layers of the OSI model.
Identify the steps in the process of TCP connection handshake and termination.
Match the protocols of the application layer with their security risks.
Identify the security risks
more...
CIW Security Professional Network Security Introduction

...h
Total Learning Time:
6 hours
Objectives:
Unit 1: Security Overview (2 hours)
Identify the elements of a security infrastructure.
Identify steps to create a security policy.
Match authentication methods with their descriptions.
Identify features of access control methods.
Identify the factors that determine the encryption strength.
Identify features of auditing
more...
CIW Internetworking Professional Part 5 IPv6

... Total Learning Time 7 hours 87010 Objectives Unit 1: IPv6 Overview 3 hours Identify the proposals for the IPv6. Identify the differences between the IPv4 and the IPv6 header. Identify the obsolete IPv4 fields. Match the revised and new IPv6 fields with their functions. Capture IPv4 packets for comparison with IPv6. Match the
more...
Directory Technologies Part 3 Active Directory Integrating Technologies

...otal Learning Time 6 to 8 hours 82713 Objectives Unit 1: Windows 2000 and Active Directory 1 hour Label the servers with the types of roles that they perform. Identify the features of Windows 2000 servers. Match the components of Active Directory with their features. Match the benefits of Active Directory with the situations in which they are used.
more...
Directory Technologies Part 2 NDS eDirectory

...otal Learning Time 6 to 8 hours 82712 Objectives Unit 1: eDirectory: Setting Up 2 - 3 hours Match the purposes of eDirectory with the situations in which they are applicable. Match the benefits of eDirectory with the situations in which they are applicable. Identify the utilities of eDirectory. Run DSREPAIR on a NetWare 5.0 server to prepare the
more...
Directory Technologies Part 1 Directory Server Model

... Total Learning Time 6 to 8 hours 82711 Objectives Unit 1: Directory Services: Fundamentals 1 - 2 hours o Identify the functions of a Directory. o Match administrative challenges with the goals of their solutions. o Match the business challenges with the solutions provided by a Directory. o Match the X.500 models with their functions. o Match the components of the X.500 Directory
more...
NDS 8 0 Advanced Tools Diagnostics Part 3

... Total Learning Time 7 hours 82733 Objectives Unit 1: NDS Maintenance: Server Operations 3 hours Identify the check that should be performed before removing a server from an NDS tree. Permanently remove a server from an NDS tree by using the INSTALL utility. Identify the situations in which you change the identity of a server. Modify the identity
more...
NDS 8 0 Advanced Tools Diagnostics Part 2

...otal Learning Time 6 to 8 hours 82732 Objectives Unit 1: NDS Operations 3 - 4 hours Identify the guidelines for creating a partition in an NDS tree. Create a partition by using the NDS Manager utility. Merge partitions by using the NDS Manager utility. Move a container object by using the NDS Manager utility. Match replica types with the
more...
NDS 8 0 Advanced Tools Diagnostics Part 1

...otal Learning Time 6 to 8 hours 82731 Objectives Unit 1: NDS 8: An Introduction 1 - 2 hours Identify the situations where the features of NDS 8 are used. Identify the features of ConsoleOne. Complete the steps to prepare a NetWare server for an upgrade to NDS 8. Identify the steps to complete the installation process of NDS upgrade. Identify
more...
Oracle9i Performance Tuning Optimizing Sorts Minimizing Contention

... Total Learning Time 6 to 8 hours 64333 Objectives Unit 1: Using Oracle Data Blocks Efficiently 1.5 - 2 hours o Match the component of database storage with its definition. o Avoid dynamic allocation of extents by using the ALTER TABLE command. o Avoid the dynamic allocation disadvantages by creating a locally managed tablespace. o Select the advantages of incorporating large
more...
Oracle9i Peformance Tuning Managing Memory and Disk I O

... Total Learning Time 6 to 8 hours 64332 Objectives Unit 1: SQL Statement Tuning 1 - 2 hours o Match the optimizer modes with their descriptions. o Match the OPTIMIZER_MODE parameter values with their description. o Identify the methods of creating stored outlines. o Set the value of the USE_STORED_OUTLINES parameter. o Match the values of the USE_PRIVATE_OUTLINES parameter with
more...
Oracle9i Performance Tuning Architecture Strategy

... Total Learning Time 6 to 8 hours 64331 Objectives Unit 1: Tuning the Oracle9i Server: Overview 1 - 2 hours o Match the tuning goals with the appropriate job role. o Identify common tuning problems that directly affect database performance. o Identify appropriate tuning goals. o Sequence the steps associated with tuning an Oracle9i database. Unit 2: Alert Log, Trace Files, and
more...
Oracle9i Database Admin Set Up Oracle Net Services

...otal Learning Time 6 to 8 hours 64326 Objectives Unit 1: Oracle Net Services Overview 1 - 2 hours Identify the features of a two-tier network. Identify the services provided by the middle tier in an n-tier network. Identify the connectivity issues that must be addressed in an enterprise network environment. Identify the connectivity features of
more...
Oracle9i Database Admin Recover Databases

...otal Learning Time 6 to 8 hours 64322 Objectives Unit 1: Oracle Recovery Methods 2 hours Identify the files to be restored for a database in the NOARCHIVELOG mode. Identify the implications of recovering a database in the NOARCHIVELOG mode. Recover a database in the NOARCHIVELOG mode by using SQL*Plus. Restore a database in the NOARCHIVELOG mode by
more...
Oracle9i Database Admin Perform Database Backups

...otal Learning Time 6 to 8 hours 64321 Objectives Unit 1: Oracle Backup Architecture 1 - 2 hours Select the backup and recovery goals of a database administrator. Identify the factors to consider when defining a backup and recovery strategy. Match the DBA consideration to the backup and recovery results. Multiplex control files by copying them with
more...
Oracle9i Database Admin Manage Security

...otal Learning Time 6 to 8 hours 64315 Objectives Unit 1: Managing Users 1 - 2 hours Match the components of a security domain with their functions. Identify the steps for creating a user. Create a user by using Oracle Security Manager. Identify the security feature available to an operating system user when a value for the OS_AUTHENT_PREFIX
more...
Oracle9i Database Admin Manage Data Storage

Course Overview This course is the fourth in the series covering the database administration strategies and procedures provided in Oracle9. This course covers the concepts associated with tables, maintaining data integrity, clusters and index-organized tables, and methods for loading and reorganizing data. Learn To Identify the row storage method used by the various tables and the
more...
Oracle9i Database Admin Manage Storage Structures

Course Overview The Oracle 9i Database Administration: Manage Storage Structures course is the third in a five-part series covering the database administration strategies and procedures provided in Oracle9i. In this course, participants learn the concepts associated with storage structure components. In addition, this course teaches users the procedures for managing segment free space, undo
more...
Oracle9i SQL DML and DDL

... Total Learning Time 6 to 8 hours 61132 Objectives Unit 1: Creating Tables and Constraints 0.5 - 1 hour o Identify the data structures in an Oracle server. o Identify the rules for naming tables in a database. o Sequence the steps to create a table. o Identify the rules for referencing a table in another user's schema. o Match the Oracle datatypes with their definitions. o
more...
Oracle9i SQL Data Retrieval Techniques

... Total Learning Time 6 to 8 hours 61131 Objectives Unit 1: Displaying Data from Multiple Tables 1 - 2 hours o Identify guidelines for using the SET operators. o Create a compound query that uses the UNION operator to combine data from two results sets. o Create a compound query that uses the INTERSECT operator to combine data from two results sets. o Create a compound query that
more...
Oracle9i SQL Basic SELECT Statements

... Total Learning Time 6 to 8 hours 61130 Objectives Unit 1: Relational Database Concepts 1 - 2 hours o Identify the components of the relational model. o Match the structural elements of a relational database table with their descriptions. o Sequence the phases of the system development life cycle. o Identify the three components of an entity relationship model. o Match the entity
more...
BizTalk Server 2000 Part 5 Secruity Optimization

...otal Learning Time 6 to 8 hours 74314 Objectives Unit 1: BizTalk Server 2000 Security 3 - 4 hours Identify Microsoft Windows 2000 and Microsoft SQL Server 2000 security features that are used by Microsoft BizTalk Server 2000. Identify the tasks that can be performed by the BizTalk Server Administrators group and by the Windows 2000 Administrators group.
more...
BizTalk Server 2000 Part 4 Components Solutions Troubleshooting

...covered in the previous courses. The learner has an opportunity to use BizTalk's features and tools, manage the four server databases and manage the queues that BizTalk Server 2000 uses. The course continues to build upon the scenario companies that form the scenario core of the curriculum, presenting contexts of business requirements and considerations. Learn To Identify key
more...
BizTalk Server 2000 Part 3 Monitoring Orchestration

...res necessary for using both these tools and has an opportunity to practice their use in the three scenario topics that are located at key points in the course. Learn To Identify key features of the BizTalk Orchestration Designer environment. Match the design pages provided by BizTalk Orchestration Designer with their functions. Differentiate between the Flowchart
more...
BizTalk Server 2000 Part 2 Documents Mapping Managing Submitting

...otal Learning Time 6 to 8 hours 74311 Objectives Unit 1: BizTalk Mapper 2 - 3 hours Match the elements of the BizTalk Mapper interface with their functions. Create a map by using BizTalk Mapper. Identify factors to consider when creating links between map elements within BizTalk Mapper. Create a link in a map by using BizTalk Mapper.
more...
BizTalk Server 2000 Part 1 Intro to BizTalk Server 2000

Course Overview This is the first course in a five part series that introduces the learner to the context of BizTalk operations, identifying the main challenges of EAI and B2B communications. BizTalk is contextualized in terms of a solution to these various challenges. This course covers the BizTalk administration model and its tools and services. It also covers the installation requirements
more...
ISA Server 2000 Part 2 Enterprise Deployment Considerations

...otal Learning Time 6 to 8 hours 74111 Objectives Unit 1: Securing and Monitoring the Server 3 - 4 hours Identify guidelines for securing an ISA server. Generate system security settings. Identify characteristics of a perimeter network. Identify methods that ISA Server 2000 uses to control network traffic. Identify characteristics of packet
more...
ISA Server 2000 Part 2 Enterprise Deployment Considerations

...otal Learning Time 6 to 8 hours 74111 Objectives Unit 1: Securing and Monitoring the Server 3 - 4 hours Identify guidelines for securing an ISA server. Generate system security settings. Identify characteristics of a perimeter network. Identify methods that ISA Server 2000 uses to control network traffic. Identify characteristics of packet
more...
ISA Server 2000 Part 1 Setup Access Policies

...otal Learning Time 6 to 8 hours 74110 Objectives Unit 1: ISA Installation and Configuration 3 - 4 hours Identify benefits of ISA Server 2000. Match caching methods with their functions. Identify characteristics of firewalls. Identify the functions of filters used in controlling network access. Identify characteristics of branch office Cache
more...
ISA Server 2000 Part 1 Setup Access Policies

...otal Learning Time 6 to 8 hours 74110 Objectives Unit 1: ISA Installation and Configuration 3 - 4 hours Identify benefits of ISA Server 2000. Match caching methods with their functions. Identify characteristics of firewalls. Identify the functions of filters used in controlling network access. Identify characteristics of branch office Cache
more...
C Programming for the Microsoft NET Platform Part 5

...otal Learning Time 6 to 8 hours 72715 Objectives Unit 1: Operators, Delegates, and Events 2 - 3 hours Identify characteristics of operators. Identify functions of predefined C# operators. Identify characteristics of operator overloading. Identify the syntax for overloading a relational operator. Identify the syntax for overloading a
more...
C Programming for the Microsoft NET Platform Part 5

...otal Learning Time 6 to 8 hours 72715 Objectives Unit 1: Operators, Delegates, and Events 2 - 3 hours Identify characteristics of operators. Identify functions of predefined C# operators. Identify characteristics of operator overloading. Identify the syntax for overloading a relational operator. Identify the syntax for overloading a
more...
C Programming for the Microsoft NET Platform Part 4

...otal Learning Time 6 to 8 hours 72714 Objectives Unit 1: Inheritance in C# 3 - 4 hours Identify the syntax for extending a base class. Identify the syntax for accessing base class members. Identify the syntax for calling a base class constructor. Identify characteristics of a sealed class. Identify characteristics of virtual methods.
more...
C Programming for the Microsoft NET Platform Part 4

...otal Learning Time 6 to 8 hours 72714 Objectives Unit 1: Inheritance in C# 3 - 4 hours Identify the syntax for extending a base class. Identify the syntax for accessing base class members. Identify the syntax for calling a base class constructor. Identify characteristics of a sealed class. Identify characteristics of virtual methods.
more...
C Programming for the Microsoft NET Platform Part 3

... Total Learning Time 7 hours 72713 Objectives Unit 1: Object-Oriented Programming 3 hours Identify characteristics of a class. Identify characteristics of an object. Identify differences between structs and classes. Identify characteristics of abstraction. Identify characteristics of encapsulation. Identify characteristics of
more...
C Programming for the Microsoft NET Platform Part 3

... Total Learning Time 7 hours 72713 Objectives Unit 1: Object-Oriented Programming 3 hours Identify characteristics of a class. Identify characteristics of an object. Identify differences between structs and classes. Identify characteristics of abstraction. Identify characteristics of encapsulation. Identify characteristics of
more...
C Programming for the Microsoft NET Platform Part 2

...otal Learning Time 6 to 8 hours 72712 Objectives Unit 1: Statements and Exceptions 2 - 3 hours Identify characteristics of statements. Identify the syntax used to create an if statement. Identify the syntax of cascading if statements. Identify the syntax of switch statements. Identify the syntax used to create a while statement.
more...
C Programming for the Microsoft NET Platform Part 3

... Total Learning Time 7 hours 72713 Objectives Unit 1: Object-Oriented Programming 3 hours Identify characteristics of a class. Identify characteristics of an object. Identify differences between structs and classes. Identify characteristics of abstraction. Identify characteristics of encapsulation. Identify characteristics of
more...
C Programming for the Microsoft NET Platform Part 1

...otal Learning Time 6 to 8 hours 72711 Objectives Unit 1: Overview of C# 3 - 4 hours Identify characteristics of the .NET platform. Identify characteristics of the .NET Framework. Identify characteristics of the languages that are supported by the .NET Framework. Match Software Development Kit (SDK) tools with their functions. Identify
more...
C Programming for the Microsoft NET Platform Part 1

...otal Learning Time 6 to 8 hours 72711 Objectives Unit 1: Overview of C# 3 - 4 hours Identify characteristics of the .NET platform. Identify characteristics of the .NET Framework. Identify characteristics of the languages that are supported by the .NET Framework. Match Software Development Kit (SDK) tools with their functions. Identify
more...
ASP NET Part 3 Web Services Web Apps

...ng, and authentication. Lastly, the learner has the opportunity to deploy an ASP.NET application. Learn To Identify features of Web services. Sequence the steps in the execution of a Web service. Identify the features of the Universal Description, Discovery, and Integration (UDDI) specification. Identify key requirements of a good ASP.NET Web application.
more...
ASP NET Part 3 Web Services Web Apps

...ng, and authentication. Lastly, the learner has the opportunity to deploy an ASP.NET application. Learn To Identify features of Web services. Sequence the steps in the execution of a Web service. Identify the features of the Universal Description, Discovery, and Integration (UDDI) specification. Identify key requirements of a good ASP.NET Web application.
more...
ASP NET Part 2 ADO NET Partitioning Tracing

...otal Learning Time 6 to 8 hours 73228 Objectives Unit 1: ADO.NET 2 - 3 hours Identify features of the ADO.NET object model. Sequence the steps in accessing data in ADO.NET. Identify features of DataSets. Identify the principal data management namespaces used with ADO.NET. Identify options available for connecting to a data source by
more...
ASP NET Part 2 ADO NET Partitioning Tracing

...otal Learning Time 6 to 8 hours 73228 Objectives Unit 1: ADO.NET 2 - 3 hours Identify features of the ADO.NET object model. Sequence the steps in accessing data in ADO.NET. Identify features of DataSets. Identify the principal data management namespaces used with ADO.NET. Identify options available for connecting to a data source by
more...
ASP NET Part 1 Intro Web Controls

...otal Learning Time 6 to 8 hours 73227 Objectives Unit 1: ASP.NET Introduction 3 - 4 hours Identify the components of the .NET Framework. Identify limitations of ASP. Identify the principal features of ASP.NET. Identify the components of the ASP.NET page processing model. Identify features of Web Forms. Identify features of
more...
ASP NET Part 1 Intro Web Controls

...otal Learning Time 6 to 8 hours 73227 Objectives Unit 1: ASP.NET Introduction 3 - 4 hours Identify the components of the .NET Framework. Identify limitations of ASP. Identify the principal features of ASP.NET. Identify the components of the ASP.NET page processing model. Identify features of Web Forms. Identify features of
more...
Enterprise Connectivity with J2EE V1 4 Web Services Patterns

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: Web Services (2 hours)
Identify benefits of service-oriented architecture (SOA).
Identify features of Simple Object Access Protocol (SOAP).
Identify features of Web Services Description Language (WSDL).
Identify features of Universal Description Discovery and Integration (UDDI) and its benefits.
Identify features of
more...
Enterprise Connectivity with J2EE V1 4 Web Services Patterns

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: Web Services (2 hours)
Identify benefits of service-oriented architecture (SOA).
Identify features of Simple Object Access Protocol (SOAP).
Identify features of Web Services Description Language (WSDL).
Identify features of Universal Description Discovery and Integration (UDDI) and its benefits.
Identify features of
more...
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: Message-Driven Beans (2 hours)
Sequence the events in the life cycle of message-driven beans (MDBs).
Identify the requirements of the message-driven bean (MDB) class.
Identify features of message selectors.
Sequence the steps for developing and configuring Message-Driven Beans (MDBs).
Unit 2: Transactions and
more...
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: Message-Driven Beans (2 hours)
Sequence the events in the life cycle of message-driven beans (MDBs).
Identify the requirements of the message-driven bean (MDB) class.
Identify features of message selectors.
Sequence the steps for developing and configuring Message-Driven Beans (MDBs).
Unit 2: Transactions and
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: EJB Clients (2 hours)
Identify the code for declaring and using an EJB reference for accessing an EJB.
Identify features of the ejb-client JAR file.
Identify features of J2EE application clients.
Unit 2: Entity Beans (2 hours)
Identify the type of bean and the reason why it should be used to create a specified
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

...h
Total Learning Time:
4 hours
Objectives:
Unit 1: EJB Clients (2 hours)
Identify the code for declaring and using an EJB reference for accessing an EJB.
Identify features of the ejb-client JAR file.
Identify features of J2EE application clients.
Unit 2: Entity Beans (2 hours)
Identify the type of bean and the reason why it should be used to create a specified
more...
SQL Server 2000 Design Implement Databases Part 5 Dist Data Locks

...lish Total Learning Time 7 hours 73484 Objectives Unit 1: Transferring Data 3 hours o Identify guidelines for importing and exporting data. o Match SQL Server 2000 tools used to import and export data with their functions. o Identify the features and functions of the Data Transformation Services (DTS) process. o Identify the features and functions of DTS tools. o Identify the
more...
Java Exceptions Assertations

...
Total Learning Time:
1.5 hours
Objectives:
Unit 1: Introducing Exceptions and Assertions
Identify key concepts related to exceptions.
Distinguish between exceptions and errors.
Identify the code that uses the try, catch, and finally clauses to handle exceptions.
Identify the code that throws exceptions.
Identify key concepts related to assertions.
Identify key
more...
Java Exceptions Assertations

...
Total Learning Time:
1.5 hours
Objectives:
Unit 1: Introducing Exceptions and Assertions
Identify key concepts related to exceptions.
Distinguish between exceptions and errors.
Identify the code that uses the try, catch, and finally clauses to handle exceptions.
Identify the code that throws exceptions.
Identify key concepts related to assertions.
Identify key
more...
Advanced OOP Java Concepts

...
Total Learning Time:
2.5 hours
Objectives:
Unit 1: Object Lifetime
Identify key concepts related to class initialization.
Identify key concepts related to constructors.
Identify features of constructor chaining.
Identify key concepts related to garbage collection in Java programs.
Identify features of the finalize method.
Unit 2: Abstract Classes and Interfaces
more...
Advanced OOP Java Concepts

...
Total Learning Time:
2.5 hours
Objectives:
Unit 1: Object Lifetime
Identify key concepts related to class initialization.
Identify key concepts related to constructors.
Identify features of constructor chaining.
Identify key concepts related to garbage collection in Java programs.
Identify features of the finalize method.
Unit 2: Abstract Classes and Interfaces
more...
Intro to Object-Oriented Programming with Java

...
Total Learning Time:
4.5 hours
Objectives:
Unit 1: Classes, Objects, and Arrays
Identify advantages of using Object-Oriented Programming (OOP).
Identify features of a class declaration.
Identify key concepts related to objects.
Identify the syntax to create arrays.
Identify features of an anonymous array.
Identify the result of executing code that uses
more...
Intro to Object-Oriented Programming with Java

...
Total Learning Time:
4.5 hours
Objectives:
Unit 1: Classes, Objects, and Arrays
Identify advantages of using Object-Oriented Programming (OOP).
Identify features of a class declaration.
Identify key concepts related to objects.
Identify the syntax to create arrays.
Identify features of an anonymous array.
Identify the result of executing code that uses
more...
Java Operations Flow Control

...ift operators, and ternary operators. In the Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
Identify code that performs different types of data type conversions for primitive data types.
Identify code that performs data type casting on primitive data types.
Identify associativity and precedence
more...
Java Operations Flow Control

...ift operators, and ternary operators. In the Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
Identify code that performs different types of data type conversions for primitive data types.
Identify code that performs data type casting on primitive data types.
Identify associativity and precedence
more...
Java Concepts

...
Total Learning Time:
2.5 hours
Objectives:
Unit 1: Java Platform Concepts
Identify key features of the Java language.
Identify key concepts related to Java Virtual Machine (JVM) implementation.
Install the Java 2 Software Development Kit (J2SDK) 1.4.2 on a computer running Microsoft Windows XP.
Identify the functions of various tools in the Java 2 Software Development
more...
Java Concepts

...
Total Learning Time:
2.5 hours
Objectives:
Unit 1: Java Platform Concepts
Identify key features of the Java language.
Identify key concepts related to Java Virtual Machine (JVM) implementation.
Install the Java 2 Software Development Kit (J2SDK) 1.4.2 on a computer running Microsoft Windows XP.
Identify the functions of various tools in the Java 2 Software Development
more...
IBM DB2 Universal Database V6 1--App Development

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: SQL Application Development Duration: 1 - 2 Hour(s) Combine data from two or more tables using a join. Combine two queries into a single result table using set operations. Retrieve data in a restricted condition using a subquery. Retrieve data with referenced values using a correlated subquery. Retrieve data using
more...
IBM DB2 Universal Database V6 1--App Development

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: SQL Application Development Duration: 1 - 2 Hour(s) Combine data from two or more tables using a join. Combine two queries into a single result table using set operations. Retrieve data in a restricted condition using a subquery. Retrieve data with referenced values using a correlated subquery. Retrieve data using
more...
IBM DB2 Universal Database V6 1--Administration

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Design for a New DB2 Implementation Duration: 3 - 4 Hour(s) Match the authentication parameter settings with their outcomes. Identify the authority level required for a specified privilege. Set access to objects given a scenario. Analyze the security system catalogs to determine the privileges a user holds. Identify
more...
IBM DB2 Universal Database V6 1--Administration

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Design for a New DB2 Implementation Duration: 3 - 4 Hour(s) Match the authentication parameter settings with their outcomes. Identify the authority level required for a specified privilege. Set access to objects given a scenario. Analyze the security system catalogs to determine the privileges a user holds. Identify
more...
IBM DB2 Universal Database V6 1--Fundamentals

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Introduction to DB2 Universal Database V6.1 Duration: 1 - 2 Hour(s) Match the product editions of DB2 UDB with their characteristics. Identify the satellite administration functions of the Satellite Administration Center. Match the DB2 UDB clients with their functions. Match the communication protocols that DB2 supports
more...
IBM DB2 Universal Database V6 1--Fundamentals

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Introduction to DB2 Universal Database V6.1 Duration: 1 - 2 Hour(s) Match the product editions of DB2 UDB with their characteristics. Identify the satellite administration functions of the Satellite Administration Center. Match the DB2 UDB clients with their functions. Match the communication protocols that DB2 supports
more...
Oracle PL SQL Database Programming

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Developing Program Units Duration: 1 - 2 Hour(s) Select the processes involved in creating a stored procedure and a stored function using SQL*Plus. Identify the effects of storing code separately on the server and on the client. Perform the steps required to create a stored procedure using SQL*Plus. Perform the steps
more...
Oracle PL SQL Procedures Functions Packages

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Subprograms: Procedures Duration: 2 - 3 Hour(s) Match the various sections of a subprogram with their contents. Identify the components of developing environments. Identify the steps to create a subprogram. Identify the features of the different types of parameter modes. Perform the steps to create a client-side
more...
Exchange 2000 Infrastructure Design--Part 4

... T otal Learning Time 8 Hour(s) Course Contents Unit 1: Network Structure Duration: 2 Hour(s) Identify the guidelines for deploying single routing groups. Identify the guidelines for deploying multiple routing groups. Create a new routing group. Create a Simple Mail Transfer Protocol (SMTP) connector. Identify the considerations for using single administrative groups.
more...
Exchange 2000 Infrastructure Design--Part 3

... T otal Learning Time 7 Hour(s) Course Contents Unit 1: Foreign Mail Systems Duration: 2 Hour(s) Identify the key considerations involved when connecting Exchange 2000 Server to other mail systems. Identify the key elements involved in connecting Exchange 2000 server to legacy systems. Identify the features of directory synchronization. Identify the guidelines for planning a
more...
Exchange 2000 Infrastructure Design--Part 2

... T otal Learning Time 7 Hour(s) Course Contents Unit 1: Messaging Connectivity Duration: 2 Hour(s) Select the optimal traffic flow plan for a given scenario. Identify the connectivity features of the Active Directory Exchange environment. Identify the features of the DNS configuration for Exchange 2000 Server. Identify methods of troubleshooting DNS name resolution problems.
more...
Exchange 2000 Infrastructure Design--Part 1

... T otal Learning Time 7 Hour(s) Course Contents Unit 1: Active Directory Design Duration: 2 Hour(s) Identify the features of the relationship between Exchange 2000 Server and Active Directory. Identify the guidelines for determining the number of forests in your Exchange 2000 Server structure. Identify the considerations for determining the forest structure in an Exchange
more...
Exchange 2000 Server--Part 5 Growth

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Monitoring Exchange 2000 Services Duration: 2 - 3 Hour(s) Verify server and connector status. Identify the features of server monitors. Identify the features of the System Manager snap-in. Use Windows 2000 Performance Monitor. Set an administrator notification. Monitor public and private store database growth.
more...
Exchange 2000 Server--Part 4 Connectivity

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Message Connectivity Management Duration: 2 - 3 Hour(s) Identify the features of routing groups. Identify the conditions under which multiple routing groups are used. Identify the features of routing group topologies. Identify the features of Routing Group Connectors (RGCs). Create a Routing Group Connector (RGC).
more...
Exchange 2000 Server--Part 3 Administering

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Exchange 2000 Server: Administration Duration: 2 - 3 Hour(s) Identify the features of the Microsoft Management Console (MMC). Identify the features of the Active Directory Users and Computers. Identify the features of Exchange System Manager. Identify the levels of administration in Exchange 2000 Server. Administer an
more...
Exchange 2000 Server--Part 2 Configuring

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: IS Duration: 3 - 4 Hour(s) Identify the features of the Information Store (IS). Identify the features of multiple databases and storage groups. Identify the features of data recovery and transaction logging. Identify the features that enhance the flexibility and efficiency of your backup service. Add a storage group to
more...
Exchange 2000 Server--Part 1 Installing

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Exchange 2000 Server Overview Duration: 2 - 3 Hour(s) Identify the features of Active Directory (AD). Identify the enhancements in Exchange 2000 Server that make it easier to administer. Identify the messaging features of Exchange 2000 Server. Identify the Internet connectivity and Web support features of Exchange 2000
more...
UNIX--Part 2 Advanced Topics for Users

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Hardware and Processes Duration: 1 - 2 Hour(s) Identify the hardware requirements for a UNIX system. Identify the memory requirements of a UNIX system. Identify the features of job control. Track multiple processes. Change the state of a running process. Schedule a script for later execution. Unit 2: UNIX File
more...
UNIX--Part 1 User Fundamentals

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Introduction to UNIX Duration: 1 - 2 Hour(s) Identify the milestones in the development of UNIX. Identify the standards relating to UNIX. Identify the differences between working with windows and with shells. Identify the features of X-windows. Identify the differences between X-windows managers. Identify the
more...
Designing Cisco Network Service Architectures Part 5

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Designing Enterprise Wireless Networks (2 hours)
Identify features of Cisco wireless communication architecture.
Identify components of a Cisco wireless solution.
Identify radio frequency design considerations for an enterprise WLAN solution.
Identify campus infrastructure design considerations for an enterprise WLAN
more...
Designing Cisco Network Service Architectures Part 4

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Designing QoS (2 hours)
Identify ways in which QoS answers network requirements.
Match QoS architectures with their functions.
Identify the classification of a Cisco QoS solution.
Identify the congestion management tools of a Cisco QoS solution.
Identify the traffic conditioning components of a Cisco QoS solution.
more...
Designing Cisco Network Service Architectures Part 3

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Designing Security Services 1 (2 hours)
Identify features of network security policies.
Identify the steps involved in the network security process.
Identify elements of a Cisco security solution.
Identify reconnaissance-type security threats.
Identify unauthorized access-type security threats.
Identify denial of
more...
Designing Cisco Network Service Architectures Part 2

...gning Network Management services is covered in the first unit. The course then covers in detail designing for high availability and designing security services. The instruction is supported with case studies in each of the areas of instruction.
Learn To:
Identify features of network management.
Identify features of the CiscoWorks network management solution.
Identify features and
more...
Designing Cisco Network Service Architectures Part 1

...eal-world scenario examples and the learner has the opportunity to apply acquired concepts in case studies.
Learn To:
Identify features of the Cisco Architecture for Voice, Video and Integrated Data (AVVID) framework.
Identify concerns associated with optimal network deployment.
Identify features of Cisco Architecture for Voice, Video and Integrated Data (AVVID) network solutions.
more...
Cisco Internetwork Troubleshooting Part 2

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Network Problem Symptoms and Analysis (2 hours)
Identify symptoms of problems occurring at the network layer.
Identify functions of network layer commands.
Identify functions of commands for isolating Address Resolution Protocol (ARP) and routing table problems.
Identify functions of commands for isolating border
more...
Cisco Internetwork Troubleshooting Part 1

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Baseline Configuration (2 hours)
Identify components of a network configuration table.
Identify characteristics of a network topology diagram.
Identify guidelines for discovering network configuration information.
Identify components of an end-system network configuration table.
Identify characteristics of an
more...
ZENworks 2 0 Desktop Mgmt Part 2

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Establishing the Desktop Environment Duration: 2 - 3 Hour(s) Match each Workstation Manager feature with its capability. Identify the functions of NetWare Administrator snap-in. Match each policy package type with its definition. Sequence the tasks that are completed prior to policy package creation. Identify the
more...
ZENworks for Desktops 2 0 Part 1--Application Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: ZENworks Installation Duration: 1 - 2 Hour(s) Identify the NDS Quick Design guidelines for the design elements. Identify the NDS Design guidelines for NDS for NT. Identify guidelines for placement of application objects. Identify guidelines for the placement of workstation objects. Identify guidelines for placement of
more...
GroupWise 5 5 Admin Part 3--System Maintenance

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Administration Tasks: Objects Duration: 1 - 2 Hour(s) Assign a GroupWise account to an NDS user using NetWare Administrator. Match the GroupWise Account page options with their descriptions. Create a GroupWise nickname for a user using NetWare Administrator. Create a GroupWise external entity using NetWare
more...
GroupWise 5 5 Admin Part 2--Clients Post Offices

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: GroupWise Client Installation Duration: 2 - 3 Hour(s) Match each client option with its description. Match the platform with the minimum system requirements necessary to run the GroupWise client. Identify the factors to consider when setting up the client software. Identify the locations that the client checks to
more...
GroupWise 5 5 Admin Part 1--System Fundamentals

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: GroupWise Client Duration: 1.5 - 2 Hour(s) Identify the functions of the GroupWise client. Match each GroupWise client folder with its description. View a message using QuickViewer. Create a mail message using the GroupWise client. Identify the default GroupWise calendar views. Post an appointment. Schedule a group
more...
Windows 2000 Network Infrastructure Admin --Part 5 Enterprise Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Network Address Translation (NAT) Duration: 1 - 2 Hour(s) Identify the information contained in the IP packets at each stage of the process of communicating with the Internet by using NAT. Add the Network Address Translation (NAT) protocol by using the Administrative Tools menu. Add an interface to NAT by using the
more...
Windows 2000 Network Infrastructure Admin --Part 5 Enterprise Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Network Address Translation (NAT) Duration: 1 - 2 Hour(s) Identify the information contained in the IP packets at each stage of the process of communicating with the Internet by using NAT. Add the Network Address Translation (NAT) protocol by using the Administrative Tools menu. Add an interface to NAT by using the
more...
Windows 2000 Network Infrastructure Admin --Part 4 Security

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Certificate Services Duration: 2 - 3 Hour(s) Identify the advantages of Windows 2000 PKI. Match the components of Windows 2000 PKI with their functions. Match the types of CAs with the situations in which they are used. Install a CA by using the Windows Components Wizard. Configure a CA by using the Certification
more...
Windows 2000 Network Infrastructure Admin --Part 4 Security

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Certificate Services Duration: 2 - 3 Hour(s) Identify the advantages of Windows 2000 PKI. Match the components of Windows 2000 PKI with their functions. Match the types of CAs with the situations in which they are used. Install a CA by using the Windows Components Wizard. Configure a CA by using the Certification
more...
Windows 2000 Network Infrastructure Admin --Part 3 IP Routing

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Network Protocols Duration: 2 - 3 Hour(s) Match Windows 2000 network protocols with the situations in which they are used. Install TCP/IP on a LAN interface by using the shortcut menu. Configure TCP/IP on a LAN interface by using the shortcut menu. Label the flowchart to represent the sequence of steps used
more...
Windows 2000 Network Infrastructure Admin --Part 3 IP Routing

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Network Protocols Duration: 2 - 3 Hour(s) Match Windows 2000 network protocols with the situations in which they are used. Install TCP/IP on a LAN interface by using the shortcut menu. Configure TCP/IP on a LAN interface by using the shortcut menu. Label the flowchart to represent the sequence of steps used
more...
Windows 2000 Network Infrastructure Admin --Part 2 Remote Access

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Remote Access Duration: 3 - 4 Hour(s) Match the types of remote access connection media with the situations in which they are used. Match the remote access protocols with the situations in which they are used. Sequence the steps involved in a remote access connection process. Configure a remote access server by using
more...
Windows 2000 Network Infrastructure Admin --Part 2 Remote Access

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Remote Access Duration: 3 - 4 Hour(s) Match the types of remote access connection media with the situations in which they are used. Match the remote access protocols with the situations in which they are used. Sequence the steps involved in a remote access connection process. Configure a remote access server by using
more...
Windows 2000 Network Infrastructure Admin --Part 1 DHCP DNS WINS

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Networking Services: DHCP Duration: 2 - 3 Hour(s) Identify the messages generated at the various stages of the DHCP lease generation process. Install DHCP on a computer by using the Windows Components Wizard. Create a scope on a DHCP server. Remove a scope from a DHCP server. Create a superscope on a DHCP server.
more...
Windows 2000 Network Infrastructure Admin --Part 1 DHCP DNS WINS

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Networking Services: DHCP Duration: 2 - 3 Hour(s) Identify the messages generated at the various stages of the DHCP lease generation process. Install DHCP on a computer by using the Windows Components Wizard. Create a scope on a DHCP server. Remove a scope from a DHCP server. Create a superscope on a DHCP server.
more...
Windows 2000 Instalation Config Admin --Part 8 Security Considerations

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows Network Security: An Overview Duration: 2 - 3 Hour(s) Identify the network security features of Windows 2000. Match the tools used for securing a Windows 2000 network with the situations in which they are used. Match the components of the Security Configuration Tool Set with their functions. Identify the
more...
Windows 2000 Instalation Config Admin --Part 8 Security Considerations

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows Network Security: An Overview Duration: 2 - 3 Hour(s) Identify the network security features of Windows 2000. Match the tools used for securing a Windows 2000 network with the situations in which they are used. Match the components of the Security Configuration Tool Set with their functions. Identify the
more...
Windows 2000 Installation Config Admin --Part 7 Enterprise Networking

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Application Sharing Duration: 1 - 2 Hour(s) Share a folder over the network by using the Create Shared Folder wizard. Configure the properties of a shared folder by using the Computer Management window. Configure the properties of a shared printer by using the Printer Properties dialog box. Identify the corrective
more...
Windows 2000 Installation Config Admin --Part 7 Enterprise Networking

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Application Sharing Duration: 1 - 2 Hour(s) Share a folder over the network by using the Create Shared Folder wizard. Configure the properties of a shared folder by using the Computer Management window. Configure the properties of a shared printer by using the Printer Properties dialog box. Identify the corrective
more...
Windows 2000 Installation Config Admin --Part 6 Server Organization

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Network Duration: 1 - 2 Hour(s) Match the administrative strategies for a Windows 2000 network with the situations in which they are used. Identify the centralized network management activities that can be performed using Active Directory. Identify the advantages of publishing resources in Active Directory
more...
Windows 2000 Installation Config Admin --Part 6 Server Organization

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Network Duration: 1 - 2 Hour(s) Match the administrative strategies for a Windows 2000 network with the situations in which they are used. Identify the centralized network management activities that can be performed using Active Directory. Identify the advantages of publishing resources in Active Directory
more...
Windows 2000 Installation Config Admin --Part 5 Network Imp

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Networks Duration: 2 - 3 Hour(s) Match the features of TCP/IP with the tasks accomplished by them in a specified situation. Identify the features of NetBEUI. Identify the features of NWLink. Match network protocols with the situations in which they are used. Label the elements of a TCP/IP network by
more...
Windows 2000 Installation Config Admin --Part 5 Network Imp

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000 Networks Duration: 2 - 3 Hour(s) Match the features of TCP/IP with the tasks accomplished by them in a specified situation. Identify the features of NetBEUI. Identify the features of NWLink. Match network protocols with the situations in which they are used. Label the elements of a TCP/IP network by
more...
Windows 2000 Installation Config Admin --Part 4 Enterprise Admin

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Workstation: Configuring and Managing Duration: 3 - 4 Hour(s) Match the tabbed pages in the Regional Options dialog box with the options that they allow you to customize. Configure multiple language support on a computer by using Control Panel. Configure multiple input locale support on a computer by using Control Panel.
more...
Windows 2000 Installation Config Admin --Part 4 Enterprise Admin

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Workstation: Configuring and Managing Duration: 3 - 4 Hour(s) Match the tabbed pages in the Regional Options dialog box with the options that they allow you to customize. Configure multiple language support on a computer by using Control Panel. Configure multiple input locale support on a computer by using Control Panel.
more...
Windows 2000 Installation Config Admin --Part 3 Resource Optimization

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Optimizing Windows 2000 Performance Duration: 3 - 4 Hour(s) Match System Monitor counters with the information that they provide about resource utilization on a Windows 2000 computer. Log specific data about network traffic by using Microsoft Network Monitor. Identify a specific problem in microprocessor utilization
more...
Windows 2000 Installation Config Admin --Part 3 Resource Optimization

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Optimizing Windows 2000 Performance Duration: 3 - 4 Hour(s) Match System Monitor counters with the information that they provide about resource utilization on a Windows 2000 computer. Log specific data about network traffic by using Microsoft Network Monitor. Identify a specific problem in microprocessor utilization
more...
Windows 2000 Install Config Admin --Part 2 File Sys Hardware Config

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Hardware and Operating System Settings Duration: 2 - 3 Hour(s) Install non-Plug and Play hardware by using Add/Remove Hardware Wizard. Update a device driver by using Device Manager. Configure driver signing options by using the System Properties dialog box. Match the situation related to driver signing errors with the
more...
Windows 2000 Install Config Admin --Part 2 File Sys Hardware Config

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Hardware and Operating System Settings Duration: 2 - 3 Hour(s) Install non-Plug and Play hardware by using Add/Remove Hardware Wizard. Update a device driver by using Device Manager. Configure driver signing options by using the System Properties dialog box. Match the situation related to driver signing errors with the
more...
Windows 2000 Installation Config Admin --Part 1 Installation

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000: An Introduction Duration: 2 - 3 Hour(s) Select a Windows 2000 operating system for a specified situation. Identify the hardware requirements to install a Windows 2000 operating system. Identify the file system to be used for a partition in a specified situation. Identify the situation in which you use a
more...
Windows 2000 Installation Config Admin --Part 1 Installation

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Windows 2000: An Introduction Duration: 2 - 3 Hour(s) Select a Windows 2000 operating system for a specified situation. Identify the hardware requirements to install a Windows 2000 operating system. Identify the file system to be used for a partition in a specified situation. Identify the situation in which you use a
more...
Windows 2000 Administration--Part 3 Computer Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Data Storage: Managing Duration: 1 - 2 Hour(s) Identify the functions and features of data compression. Compress files and folders. Identify the rules for copying and moving compressed files and folders. Identify the characteristics of disk quotas. Set disk quotas for all users and for individual users. Identify the
more...
Windows 2000 Administration--Part 3 Computer Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Data Storage: Managing Duration: 1 - 2 Hour(s) Identify the functions and features of data compression. Compress files and folders. Identify the rules for copying and moving compressed files and folders. Identify the characteristics of disk quotas. Set disk quotas for all users and for individual users. Identify the
more...
Windows 2000 Administration--Part 2 Groups Resource Mgmt

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Using Groups to Organize User Accounts Duration: 2 - 3 Hour(s) Identify the key features of groups. Identify the guidelines for applying group strategies to manage access to resources. Identify the role of local groups. Create a group in a domain. Locate a group in Active Directory. Add a member to a group. Identify
more...
Windows 2000 Upgrading from Windows NT 4 0--Part 2

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Domain Upgrade Strategy: Developing Duration: 2 - 3 Hour(s) Identify the effects of upgrading a Windows NT domain to a Windows 2000 domain. Identify the tasks to perform domain upgrade. Develop a domain upgrade strategy for a specified scenario. Identify the considerations that affect the selection of an operating
more...
Windows 2000 Upgrading from Windows NT 4 0--Part 1

... Total Learning Time 6 to 8 hours 72451 Objectives Unit 1: Migration: Analyzing the Environment 2 - 3 hours o Identify the features of the domain upgrade process. o Identify the advantages of the domain upgrade process in a specified situation. o Identify the situations in which domain upgrade should be implemented. o Identify the reasons for selecting a specific mode of domain
more...
Windows 2000 Upgrading from Windows NT 4 0--Part 1

... Total Learning Time 6 to 8 hours 72451 Objectives Unit 1: Migration: Analyzing the Environment 2 - 3 hours o Identify the features of the domain upgrade process. o Identify the advantages of the domain upgrade process in a specified situation. o Identify the situations in which domain upgrade should be implemented. o Identify the reasons for selecting a specific mode of domain
more...
Windows 2000 Designing a Network Infrastructure--Part 4 Implementation

...astructure Part 4: Growth provides students with an opportunity to learn how to design security into corporate networks. Particular attention will be paid to matching the technical capabilities of IPSec and Shared Access with specific business requirements for security. Finally, designs which block IP traffic going to and from the corporate network to the Internet with Proxy Server will be
more...
Windows 2000 Designing a Network Infrastructure--Part 4 Implementation

...astructure Part 4: Growth provides students with an opportunity to learn how to design security into corporate networks. Particular attention will be paid to matching the technical capabilities of IPSec and Shared Access with specific business requirements for security. Finally, designs which block IP traffic going to and from the corporate network to the Internet with Proxy Server will be
more...
Windows 2000 Designing a Network Infrastructure--Part 3 WANS

...m 70-221. This course provides participants with an opportunity to learn how to design a Routing and Remote Access Service (RRAS) network, Remote Authentication Dial-In User Service (RADIUS) network, IP routing network and Windows 2000 multicast support. Participants will also learn how to implement and configure demand-dial routing and a Virtual Private Network (VPN). L earn To:
more...
Windows 2000 Designing a Network Infrastructure--Part 3 WANS

...m 70-221. This course provides participants with an opportunity to learn how to design a Routing and Remote Access Service (RRAS) network, Remote Authentication Dial-In User Service (RADIUS) network, IP routing network and Windows 2000 multicast support. Participants will also learn how to implement and configure demand-dial routing and a Virtual Private Network (VPN). L earn To:
more...
Windows 2000 Designing a Network Infrastructure--Part 2 Remote Access

...m 70-221. This course provides participants with an opportunity to learn how to design a network strategy using a Routing and Remote Access Service (RRAS), Remote Authentication Dial-In User Service (RADIUS), and Connection Manager. Participants will also learn how to design a network strategy using Network Address Translation (NAT) and Internet Connection Sharing (ICS). L earn To:
more...
Windows 2000 Designing a Network Infrastructure--Part 2 Remote Access

...m 70-221. This course provides participants with an opportunity to learn how to design a network strategy using a Routing and Remote Access Service (RRAS), Remote Authentication Dial-In User Service (RADIUS), and Connection Manager. Participants will also learn how to design a network strategy using Network Address Translation (NAT) and Internet Connection Sharing (ICS). L earn To:
more...
Windows 2000 Designing a Network Infrastructure--Part 1 TCP IP Addressing

...m 70-221. This course provides participants with an opportunity to learn how to design a network infrastructure strategy to implement TCP/IP, DHCP and name resolution services on a network and a multiprotocol strategy using the protocols IPX/SPX and SNA. L earn To: Develop a TCP/IP implementation strategy that achieves specified TCP/IP business goals. Develop DNS and WINS
more...
Windows 2000 Designing a Network Infrastructure--Part 1 TCP IP Addressing

...m 70-221. This course provides participants with an opportunity to learn how to design a network infrastructure strategy to implement TCP/IP, DHCP and name resolution services on a network and a multiprotocol strategy using the protocols IPX/SPX and SNA. L earn To: Develop a TCP/IP implementation strategy that achieves specified TCP/IP business goals. Develop DNS and WINS
more...
Windows 2000 Designing a Directory Server--Part 3 Active Dir Structure

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Schema Modification Policy: Designing Duration: 2 - 3 Hour(s) Identify the business needs that require modification of Active Directory schema. Identify the basic components of the Active Directory schema. Identify the methods that can be used to modify the Active Directory schema. Identify the features of object
more...
Windows 2000 Designing a Directory Server--Part 3 Active Dir Structure

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Schema Modification Policy: Designing Duration: 2 - 3 Hour(s) Identify the business needs that require modification of Active Directory schema. Identify the basic components of the Active Directory schema. Identify the methods that can be used to modify the Active Directory schema. Identify the features of object
more...
Windows 2000 Designing a Directory Server--Part 2 Domain Struct Site Topology

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Designing a Domain Strategy Duration: 2 - 3 Hour(s) Identify the characteristics of an organization that determine the domain design. Identify factors to be considered when designing the initial Active Directory domain. Identify a suitable domain design for an organization. Identify the considerations that apply to
more...
Windows 2000 Designing a Directory Server--Part 2 Domain Struct Site Topology

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Designing a Domain Strategy Duration: 2 - 3 Hour(s) Identify the characteristics of an organization that determine the domain design. Identify factors to be considered when designing the initial Active Directory domain. Identify a suitable domain design for an organization. Identify the considerations that apply to
more...
Windows 2000 Designing a Directory Server--Part 1 Naming Delegation Strat

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Directory Structure Design Fundamentals Duration: 2 - 3 Hour(s) Identify the features of the Active Directory logical structure. Identify the design considerations for an organization's Active Directory. Identify guidelines for designing the Active Directory structure. Identify the design considerations that influence a
more...
Windows 2000 Designing a Directory Server--Part 1 Naming Delegation Strat

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Directory Structure Design Fundamentals Duration: 2 - 3 Hour(s) Identify the features of the Active Directory logical structure. Identify the design considerations for an organization's Active Directory. Identify guidelines for designing the Active Directory structure. Identify the design considerations that influence a
more...
Interconnecting Cisco Networking Devices Part 3

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: WAN Technologies (2 hours)
Identify features of WAN interfacing and cabling.
Identify features and functions of WAN encapsulation protocols.
Identify features of High-Level Data Link Control (HDLC).
Identify features of the Point-to-Point Protocol (PPP) architecture.
Identify configuration options of the
more...
Interconnecting Cisco Networking Devices Part 2

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Address Translation (1 hour)
Sequence the steps for inside source address translation.
Sequence the steps for configuring static translation.
Sequence the steps to configure dynamic translation.
Sequence the steps for overloading an inside global address.
Sequence the steps to configure overloading of inside global
more...
Interconnecting Cisco Networking Devices Part 1

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Switching and Spanning (2 hours)
Sequence the steps in managing Layer 2 addresses.
Sequence the steps for forwarding and filtering frames.
Identify problems associated with a redundant topology.
Identify features of Spanning Tree Protocol (STP) operations.
Match Spanning Tree Protocol (STP) port states with their
more...
Designing Cisco Internetwork Solutions Part 3

...h
Total Learning Time:
8 hours
Objectives:
Unit 1 : Network IP Addressing Design (2 hours)
Identify characteristics of the IPv4 address structure.
Identify considerations for determining network size with respect to the IP addressing plan.
Identify considerations for choosing between private and public IP address ranges.
Identify design considerations for implementing
more...
Designing Cisco Internetwork Solutions Part 2

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Basic Campus Switching Design (4 hours)
Identify factors to consider when designing an Enterprise Campus.
Match types of transmission media with their characteristics.
Distinguish between switched Local Area Network (LAN) and shared LAN segmentation technologies.
Differentiate between characteristics of network
more...
Designing for Cisco Internetwork Solutions Part 1

...h
Total Learning Time:
8 hours
Objectives:
Unit 1: Network Design Preliminary Information (1 hour)
Distinguish between traditional and modern network organizational models.
Identify guidelines for implementing a network organizational model.
Identify characteristics of organizational policies and procedures.
Identify network features required to accomplish
more...
Oracle Designer 6i First Class Design Generation

... Total Learning Time 6 to 8 hours 61415 Objectives Unit 1: Oracle Designer Introduction 2 - 3 hours o Identify the phases of the development life cycle. o Identify the features of Oracle Designer. o Identify how the Entity Relationship Diagrammer is used to prepare for Server Design. o Identify how a Function Hierarchy Diagrammer is used to prepare for Application Design. o
more...
Oracle Designer 6i First Class Analysis

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Designer: Introduction Duration: 2 - 3 Hour(s) Identify the phases of the development life cycle. Identify the features of Oracle Designer. Identify the uses of the Process Modeller within Oracle Designer. Identify the uses of the Entity Relationship Diagrammer. Identify the uses of the Function Hierarchy
more...
Oracle8i Network Administration Net8 Additional Config Troubleshooting

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Centralized Naming Concepts Duration: 1.5 - 2 Hour(s) Match the service name resolution method with its definition. Identify the benefits of using the centralized naming method for name resolution. Sequence the steps in resolving a client request to connect to a service using Oracle Names. Match the Oracle Names
more...
Oracle8i Network Administration Net8 Architecture Strategy

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Net8 Overview Duration: 2 - 3 Hour(s) Identify the features of a two-tier network. Identify the services provided by the middle tier in an n-tier network. Identify the connectivity issues that must be addressed in an enterprise network environment. Identify the features in Net8. Identify the benefits of Oracle Names.
more...
Oracle8i Backup and Recovery Troubleshooting Recovery

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Recovery Methods Duration: 1 - 2 Hour(s) Identify the ways of resolving statement failure. Identify the causes of statement failure. Identify the ways of resolving user process failures. Identify the causes of user process failures. Identify the ways of resolving user error failures. Identify the causes of user
more...
Oracle8i Backup and Recovery Strategies Backups

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Backup and Recovery Architecture Duration: 1 - 2 Hour(s) Select the backup and recovery goals of a database administrator. Identify the factors to be considered when defining a backup and recovery strategy. Differentiate between the user and server processes for user interaction with a database. Match the key
more...
Oracle8i Performance Tuning Optimizing Sorts Minimizing Contention

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Using Oracle Data Blocks Efficiently Duration: 1.5 - 2 Hour(s) Match the component of database storage with its definition. Avoid dynamic allocation of extents by using the ALTER TABLE command. Avoid the dynamic allocation disadvantages by creating a locally managed tablespace. Select the advantages of incorporating
more...
Oracle8i Performance Tuning Managing Memory Disk I O

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Tuning SQL Duration: 1.5 - 2 Hour(s) Explain the plan for a query by using the EXPLAIN PLAN statement. Inspect the performance of a plan by setting up trace at the session level. Match the TKPROF options with their respective descriptions. Generate an execution plan at the system level for a SQL statement by using
more...
Oracle8i Performance Tuning Architecture Strategy

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Tuning the Oracle8i Server: Overview Duration: 1.5 - 2 Hour(s) Match the tuning goals with the appropriate job role. Identify appropriate tuning goals. Sequence the steps associated with tuning an Oracle8i database. Unit 2: Alert Log, Trace Files, and Events Duration: 1.5 - 2 Hour(s) Identify key information
more...
Oracle8i Database Admin Manage Security

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Managing Users Duration: 1 Hour(s) Match the components of a security domain with their functions. Identify the steps for creating a user. Create a user by using Oracle Security Manager. Identify the security feature available to an operating system user when a value for the OS_AUTHENT_PREFIX parameter is given.
more...
Oracle8i Database Admin Manage Data Storage

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Managing Tables Duration: 1 - 2 Hour(s) Identify the row storage method for various types of tables. Identify the information stored in the components of the Oracle row structure. Identify the features of the Oracle built-in scalar datatypes. Identify the differences between the two large object datatypes. Identify the
more...
Oracle8i Database Admin Manage Storage Structures

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Storage Structures Duration: 1 - 2 Hour(s) Identify the correct order of the components of the storage hierarchy. Match the types of data segments with their features. Identify the uses of index segments. Identify the situations that lead to the creation of various non-schema object segments. Identify the situations
more...
Oracle8i Database Admin Create Databases

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Creating a Database: Procedure Duration: 1 - 2 Hour(s) Identify the guidelines for creating an OFA structure. Match the ORACLE_HOME subdirectories with their contents. Identify the factors to be considered when creating a database. Identify the requirements for creating a database. Identify the guidelines to be
more...
Oracle8i Database Admin Manage an Instance

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Oracle Architecture Components Duration: 1 - 2 Hour(s) Identify the tasks of a database administrator. Match the terms associated with establishing a database connection with their descriptions. Identify the characteristics of a user process. Identify the characteristics of a server process. Match the memory structures
more...
TCP IP Internetworking on Microsoft Windows NT 4 0 - Part 2

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: Implementing IP Routing
Duration: 1.5 - 2 Hour(s)
Identify the process of IP routing.
Identify the features of static IP routing.
Identify the features of dynamic IP routing.
Identify the features of Routing Information Protocol.
Identify the limitations of Routing Information Protocol.
Identify the activities that
more...
Lotus Domino R5 System Admin Part 7 Security Planning Implementation

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Domino Security Duration: 1.5 - 2 Hour(s) Match each member of the Domino Security team with their responsibilities. Match the strategies that may be used to secure servers with their functionality. Match the strategies that may be used to secure applications with their functionality. Match the strategies that may be
more...
Lotus Domino R5 System Admin Part 6 Advanced Internet Mail Routing

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Setting Up Internet Mail in Domino R5 Duration: 2 - 3 Hour(s) Identify the messaging features of a Domino mail system. Match the mail client types with their functioning. Sequence of steps in mail routing in a Domino mail system. Sequence the steps in mail routing using SMTP. Create a Configuration Settings Document by
more...
Lotus Domino R5 System Admin Part 5 Advanced Notes Mail Routing

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Notes to Notes Mail Routing Duration: 1 - 2 Hour(s) Identify the characteristics of a mail file. Identify the characteristics of MAIL.BOX. Match the functions of a router with the situations in which the functions are performed. Identify the contents of a person document. Identify the contents of a Configuration
more...
Lotus Domino R5 System Admin Part 4 User Setup Configuration

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: User Registration: Preparation Duration: 2 - 3 Hour(s) Identify the correct naming scheme for registering a user in Domino R5. Register an Organizational Unit in Domino R5 by using the Configuration tab in Domino Administrator. Enable the alternate language support by using the Configuration tab in Domino Administrator.
more...
Lotus Domino R5 System Admin Part 3 Server Setup Configuration

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Setting Up Domino Servers Duration: 3 - 4 Hour(s) Install the first server. Configure the server audience for the first server by using the Advanced Configuration setup method. Configure the administration settings for the first server by using the Advanced Configuration setup method. Identify the prerequisites for
more...
Lotus Domino R5 Sys Admin Part 2 Replication Mail Routing Basics Strategies

...otal Learning Time 6 - 8 Hour(s) Course Contents Unit 1: Replication Duration: 3 - 4 Hour(s) Identify the definition of replication. Identify the scenarios in which it is feasible to set up replication. Identify the features of server-to-server replication. Sequence the steps involved in the process of server-to-server replication. Identify the features of client-to-server
more...
Windows NT Server 4 0 Routing RAS - Part 3

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: IP Packet Filtering
Duration: 1 - 2 Hour(s)
Identify the concepts of IP packet filtering.
Match the filtering fields used in IP packet filtering with their description.
Enable IP packet filtering on a Windows NT router.
Create input filters.
Create local host packet filters.
Create IP packet filters for filtering Web
more...
Windows NT Server 4 0 Routing RAS - Part 2

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: OSPF: An Introduction
Duration: 1 - 2 Hour(s)
Identify the features of an autonomous system.
Identify the features of OSPF.
Identify the advantages of OSPF over RIP.
Identify the OSPF packet addressing style applicable in a given network type.
Sequence the steps that occur in the creation of a routing table for OSPF.
more...
Windows NT Server 4 0 Routing RAS - Part 1

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: RRAS: An Introduction
Duration: 3 - 4 Hour(s)
Match the internetworking terms with their definitions.
Sequence the steps in IP routing.
Identify the information available in a routing table.
Identify the features of the methods used to update routing tables.
Identify the functions of the two types of routing
more...
Windows NT 4 0 Cluster Server Wolfpack - Part 2

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: Configure Group, Disk and Network Resource
Duration: 2 - 3 Hour(s)
Connect to a cluster by using Cluster Administration.
Create a group in a cluster by using the New Group wizard.
Create an IP address resource in a group by using the New Resource wizard.
Create a network name resource in a group by using the New
more...
Windows NT 4 0 Cluster Server Wolfpack - Part 1

...otal Learning Time
6 - 8 Hour(s)
Course Contents
Unit 1: Microsoft Cluster Server Overview
Duration: 3 - 4 Hour(s)
Match the clustering terms with their definitions.
Identify the benefits of clustering.
Distinguish between the features of the two cluster implementation.
Identify the methods by which the nodes in the cluster communicate in specific situations.
Identify the
more...
