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

  Conditional jump statements causes a jump to dest

Determine whether each of the conditional jump statements causes a jump to dest.

  Write a program that reads ten numbers

Write a program that reads ten numbers from input and prints them in reverse order.

  A robot can take steps of 1 meter

A robot can take steps of 1 meter, 2 meters, or 3 meters. Write a recursive function to calculate the number of ways the robot can walk n meters. (n is an integer obtained from user.) As example:

  Implement the bounded stack with a concrete class

Using Eclipse, implement the bounded stack with a concrete class names

  You will write a program that reads a text file

You will write a program that reads a text file, counts the number of words in the file, and the number of occurrences of each character. It will print to a file the number of words, and the number of occurrences of each character, as well as the ..

  Program that prompts the user to enter the weight of person

The program should output the desired result. However, the program contains logic errors. Find and correct the logic errors so that the program works properly.

  Your project must use and demonstrate understanding

Your project must use and demonstrate understanding of:a. Variables b. Loops c. Decision statements d. File I/O e. Screen output f. Keyboard input g. Functions h. Arrays i. Searching and sorting j. Classes k. Objects l. Methods

  Define two derived classes of the abstract class

Define two derived classes of the abstract class ShapeBase below. Your two classes will be called RightArrow and LeftArrow. These classes will draw arrows that point right and left,

  Draws a single level for a "rogue­like" computer game

You will write a program that draws a single level for a "Rogue­like" computer game. The program will parse a line of input text from an input file (room.txt), use the parsed text to determine the shape of the room and its contents and then draw the ..

  Part asuggest an application system which is able to

part asuggest an application system which is able to perform some arithmetic computations like commission system

  Program should read in the file and place periods

Create a C++ program that will read this file and correct errors in the English syntax of the file. The program should Read in the file and Place periods at the end of all sentences throughout this file

  Program which opens a data file and displays its content

writing a C++ program which opens a data file and then displays its contents with line numbers. That is the program should display the number 1 and then the first line of the file, then the number 2 and the second line of the file, etc.

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