You are on page 1of 10

Software Requirements Specification

Web hosting and maintanance

Prepared by

b.ijaz ahamed

System Requirement Specification Table of Contents


System Requirement Specification..............................................................................2 Table of Contents........................................................................................................ 2
1. PURPOSE:.........................................................................................................................3 1.1 INTRODUCTION:..........................................................................................................3 1.2 SCOPE:........................................................................................................................3 2. OVERALL DESCRIPTION:...................................................................................................4 2.2 PRODUCT FEATURES:..................................................................................................5 3. SYSTEM FEATURES:..........................................................................................................6 3.1 DATABASE STORAGE:..................................................................................................6 3.2 FUNCTIONAL REQUIREMENTS:.....................................................................................6 4. OTHER NON FUNCTIONAL REQUIREMENTS:.......................................................................7 4.1 SAFETY REQUIREMENTS:.............................................................................................7 4.2 SECURITY REQUIREMENTS:..........................................................................................7 4.3 HARDWARE CONSTRAINTS:.........................................................................................8 4.4 SOFTWARE CONSTRAINTS:..........................................................................................8 5. DATABASE DESIGN:..........................................................................................................8

1. PURPOSE: 1.1 INTRODUCTION: The project entitled WEB HOST MAINTAIN automates the operations carried out in the company. Computers have been convinced the management that computerized system is preferable to existing manual system. It mainly aims at computerizing the Web project process. It includes Customer detailass, Product details, Price details, Hosting Details, Revival details, Automatic mail process, Payment reminder, Query request and response details, Product updating details, Email id allocation details. Given information maintain and processing automatically. 1.2 SCOPE: The system provides an attractive user interface and it is easy to handle. Considerations have been given at the design and development stages of the package in order to ensure data integrity and security. Password status numbers were given to ensure the security of the system. It is highly user friendly. No deep knowledge of computers is required to operate this system. Functions such as automatic mail sending, data entry, addition, deletion, modification, navigation etc., have been made simpler and interactive. The system is fully modular in design and protected from unauthorized access.

2. OVERALL DESCRIPTION: Manual processing of writing queries for the projects is a very tedious process. There is a possibility of making transportation and transcription errors, while copying data from source documents. Since all the above-mentioned works were done personally in the organization at present, it consumes a lot of time and manpower. This project helps in reducing the time and manpower of the organization.

This project helps to complete the work easily and also accurate without any errors. It also reduces the amount of manpower required by the organization and also this software provides a high security. Out of the various database models available, Relational Database Management System (RDBMS) is the most suitable one for information processing systems Storing details in relational databases will save most of the time in retrieving required details and allows the user concentrate in other works comfortably.

2.1 SYSTEM DESIGN:

The project is designed using asp.net as front end and SQLserver as back end. The product is accomplished with login facility so that the specific function is available to specific user.

2.2 PRODUCT FEATURES:

HERE INCLUDE THE MODULE DESCRIPIONS


. Main Features are: Customer Product and stream Host Payment Reminder Mailing View and report Work process and status

3. SYSTEM FEATURES: 3.1 DATABASE STORAGE: Proposed database is intended to store, retrieve, update, and manipulate the information related to database which include Database details Table details 3.2 FUNCTIONAL REQUIREMENTS: Functional Requirements are those that refer to the functionality of the system, i.e., what services it will provide to the user. The main functionality offered by the system include to view the details of table based on the database name or table name and creation of new table similar to the existing table without repeating the same query and on editing the filed a pop up message will get displayed for each key constraint. Non-functional (supplementary) requirements pertain to other information needed to produce the correct system and are detailed separately. 3.3 NON FUNCTIONAL REQUIREMENTS: There are requirements that are not functional in nature. Specifically, these are the constraints the system must work within. HARDWARE REQUIREMENT Processor Dual Core

Random Access Memory Hard Drive Disk Space Monitor Drive

2GB 160GB 17 Inches DVD Drive

SOFTWARE REQUIREMENT Operating System: Microsofts Windows7 Database: SQL server 2005 Application Designing Software: Asp.net

4. OTHER NON FUNCTIONAL REQUIREMENTS: 4.1 SAFETY REQUIREMENTS: The data may get crashed at any certain time due to virus. Therefore, it is required to take the database backup.

4.2 SECURITY REQUIREMENTS: We are going to develop a secured system to .There can be different roles for different user. The user with read and write access .

4.3 HARDWARE CONSTRAINTS: The system requires a database in order to store persistent data. The webpage should have backup capabilities.

4.4 SOFTWARE CONSTRAINTS: The development of the system will be constrained by the availability of required software such as asp.net and SQLserver 2005.

5. DATABASE DESIGN: A database is a collection of interrelated data with the minimum redundancy from the server to the user to access quickly and efficiently CUSTOMER TABLE:

Field name
Customer id Customer name Work amount id Company name

Data type
number text number text

Description
Customer id Customer name Work amount id Company name

Address Phone no. Cell no. Email id Remark

text number number text text

address Phone no. Cell no. Email id remark

PRODUCT TABLE:

Field name
product id Product name Unit Price Remark

Data type
Number Text Number Number Text

Description
Product id Product name Unit Price Remark

STREAM TABLE:

Field name
Stream id Stream name Duration from Duration to Remark Price

Data type
Number Text Date or time Date or time Text Number

Description
Stream id Stream name Duration from Duration to remark price

You might also like