Engage the many components of planning the implementation

Assignment Help C/C++ Programming
Reference no: EM13730744

CIS256 Project - Windows Server 2008 Active Directory

An individual project where you will engage the many components of planning the implementation of Windows Server 2008 Active Directory. With increased use of computer technology, many medical practices, clinics and doctor's offices are moving away from their paper-based recording system for their patients to a new Electronic Medical Records (EMR) system. In this project, a group of 4 medical offices are merging together into a single entity.

The EMR application has already been purchased by the new company, and requires Active Directory to function. In addition to the EMR system, many insurance companies require submission of claim forms electronically instead of paper forms. Additionally, many pharmacies they use now accept electronic prescriptions via the Internet. The net effect in this scenario is that several small practices are grouping together and are moving to an entirely electronic system.

The name of the new entity will be called ECPI EMR. Each of the remote offices has about 30 tablet computers that will be used for the EMR system via a browser interface, and 30 desktops running Windows 7 for general office work, thus central file storage on the domain is required. ECPI EMR would like to provide web pages on the Internet and they would also like internal email.

The 4 offices are:

Maplewood Family Practice
Advance Urgent Care Clinic
Salem Pediatricians
Westgate Oncology

Each office has these departments:

Providers [all the physicians, physician assistants, nurses, etc]
Accounting [processes payments, receipts, payroll, etc]
Nursing [handles submission of prescriptions to pharmacies]
Insurance [works with insurance companies]

A central office will house the IT infrastructure to support the new company. One Windows Server 2008 Enterprise Edition server is located in each of the remote offices at this time. Additional servers can be purchased if justified. A T1 line is already in place between the remote offices and the central office. Digital certificates are needed for authentication purposes for these devices.

Your task is to design the Active Directory structure for the new organization.

In this project, you will:

Design AD logical and physical design
Design the GPO structure of the organization
Design the DNS infrastructure to support Active Directory
Identify the location of the FSMO roles
Identify the DC locations
Identify the bridgehead servers (if any are used)
Design the software / operating system deployment plan for the organization
Design the CA for the organization
Develop a Disaster recovery plan to include data and Active directory
Identify additional servers / equipment needed
Generate a time line to implement the entire solution

You will have access to Microsoft Word, Excel, and Visio via the XenDesktop. You will use those applications to develop your solutions for different parts of this project.

Unit 1 Project

You are beginning the design of your solution for ECPI EMR, the newly combined medical services provider company. You will use Microsoft Visio (via XenDesktop).

Part 1 - Existing Network Diagram

30 points

Using Visio, prepare a diagram based on the information you've been given so far. This will be a first step to confirm you have a firm understanding of the existing environment, particularly the hardware already installed. Visio has extensive stencils for diagramming computer networks, however, focus most on thinking through what's described in the project.

Save your file as Lastname_CIS256_U1_Project1-1.vsd

Part 2 - Active Directory Diagrams

70 points

Using Visio, design a physical and a logical structure for the company. You should have two files, one for each diagram. In these diagrams, you should include physical components such as domain controllers, file storage, forests, OUs, domains, trees, etc. Know that this is an initial plan and will likely change dramatically as you progress in the project. Get ideas from the images in Chapter 3 and 4. What you start with now will likely be very different from what you end with.

Save your file as Lastname_CIS256_U1_Project2-1.vsd for the physical design.

Save your file as Lastname_CIS256_U1_Project2-2.vsd for the logical design. 

Reference no: EM13730744

Questions Cloud

What about ethnic and racial groups in america : What about ethnic and racial groups in America? How did workers benefit from this war? How did workers benefit from this war?
Depreciation deduction by the straight-line method : Assume you buy a new machine for $100,000 in January of a tax year that corresponds to a calendar year. Assume the machine is placed into service in August of the same tax year. The estimated life of the machine is eight years when salvage value is e..
Describe the history of the project : Large plans were underway between China and Mexico for a 200 acre mega-mall, Dragon Mart, to be built by China near Cancun, Mexico. Describe the history of the project
Long-term-large-scale change : After one year, you will be expected to begin opening additional stores in Brazil, Russia, India, and China (also known as the B.R.I.C. countries). This will be a long-term, large-scale change.
Engage the many components of planning the implementation : An individual project where you will engage the many components of planning the implementation of Windows Server 2008 Active Directory. With increased use of computer technology, many medical practices, clinics and doctor's offices are moving away fr..
Texas chemicals is a major producer of oil-based fertilisers : Texas Chemicals is a major producer of oil-based fertilisers in the US. The company’s stock is currently selling for $80 per share and there are 10 million shares outstanding. The company also has debt outstanding with a market value of $400 million...
What is the organizational innovation of the pin factory : What is the organizational innovation of the pin factory and what, according to Smith, is its significance for society?
Explain the models organizations use to manage forecasting : Explain, and provide examples of, the models organizations use to manage forecasting, planning, and inventory. Examine, and provide examples of, the costs absorbed by organizations with respect to inventory and logistics.
Write an essay on reagan and the evil empire : America would be different if these events or people had not occurred or existed, or had events happened differently. Reagan and the "Evil Empire", Operation Cyclone.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  You are required to prepare a program for assessment system

you are required to prepare a program for assessment system of a university. the main idea is to evaluate the gpa

  Write a program in c which accepts 4 number

Write a program in C which accepts 4 numbers  from the user and stores them in an array. Using the pointer mathematics it traverses the array and get the sub of all the elements. Use only one pointer variable

  Create the roman.h and implement roman class in roman.cpp

Create the roman.h and implement the Roman class in roman.cpp. Make sure that you put in measures to prevent multiple inclusion of the header file. Test your implementation using task2a.cpp.

  Compose basic c++ language programs

Analyze a basic set of requirements for a problem - Compose basic C++ language programs

  Write a program that converts between app and ppm values

Write a simple program that converts between APP and PPM values

  Program that prompts the user to enter a test score

Write a complete C++ program that prompts the user to enter a test score. The test score must be greater than or equal to 0 and less than or equal to 100.

  Write a program to evaluate infix expressions

Write a program to evaluate infix expressions. An infix expression looks like the following:   9 * (5 - 4) + 2 / 6

  Dimensional array of integers and fill it with data

Create a 2-by-3 two-dimensional array of integers and fill it with data. Loop through the array and locate the smallest value stored. Print out the smallest value as well as its row and column position in the array

  Write a c function to find the norm of a matrix

Write a C function to find the norm of a matrix. The norm is defined as the square root of the sum of squares of all elements in the matrix. Write your own code please.

  Displays a table showing the price of silver and gold

Write a C++ program that displays a table showing the price of silver and gold. The table will have three columns. The first column will be labeled Ounces, the second labeled Silver, and the third labeled Gold.

  Object oriented programming paradigm is better choice

Explain why object oriented programming paradigm is considered better choice than structured programming paradigm. Does it reflect our "natural" way of thinking or do you find it artificial?

  Design class for textbook-data field for grade level of book

Design a class named TextBook that is child class of Book. Include new data field for grade level of book. Create a displayTextBookInfo () method so that you can accommodate new grade-level field.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd