0% found this document useful (0 votes)
52 views3 pages

Title Page No List of Figures 1

This document outlines the contents and structure of a system design project, including an introduction, system analysis, development environment, system design with UML diagrams, system implementation details in Java, testing procedures, performance limitations, conclusions, and appendices with sample screens. The system design covers topics such as existing versus proposed systems, user requirements, feasibility studies, hardware and software needs, data flow diagrams, use cases, classes, and networking concepts in Java. Testing procedures include unit, integration, acceptance, and various types of testing. The document concludes with future enhancements and references.

Uploaded by

tbuvaneswari2176
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views3 pages

Title Page No List of Figures 1

This document outlines the contents and structure of a system design project, including an introduction, system analysis, development environment, system design with UML diagrams, system implementation details in Java, testing procedures, performance limitations, conclusions, and appendices with sample screens. The system design covers topics such as existing versus proposed systems, user requirements, feasibility studies, hardware and software needs, data flow diagrams, use cases, classes, and networking concepts in Java. Testing procedures include unit, integration, acceptance, and various types of testing. The document concludes with future enhancements and references.

Uploaded by

tbuvaneswari2176
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CONTENTS

CHAPTER TITLE PAGE NO



List of Figures

1. INTRODUCTION
Problem Definition 1

2. SYSTEM ANALYSIS
Existing System 5
Proposed System 6
User Interface Requirements . 7
2.4. Feasibility study 8
2.4.1 Technical Feasibility 8
2.4.2 Operational Feasibility 9
2.4.3 Economical Feasibility 10

3. DEVELOPMENT ENVIRONMENT
Hardware Requirements 11
Software Requirements 11

4. SYSTEM DESIGN
4.1 Data flow Diagram 12
4.2 Types of Dataflow Diagram 12
4.2.1 Physical DFD 12
4.2.2 Logical DFD 13
4.3 UML Diagram 14
4.4 Use case Diagram 17
4.5 Sequence Diagram 19
4.6 Class Diagram 20
4.7 Collaboration Diagram 21
4.8 Activity Diagram 21
4.9 State Chart Diagram 23

5. SYSTEM IMPLEMENTATION
About Java 24
Features of java Language 27
Swings 31
5.4 Networking 37
5.4.1 TCP/IP stack 37
5.4.2 IP datagrams 38
5.4.3 UDP 38
5.4.4 TCP 38
5.4.5 Internet addresses 38
5.4.6 Network address 39
5.4.7 Subnet address 39
5.4.8 Host address 39
5.4.9 Total address 39
5.4.10 Port address 40
5.4.11 Sockets 40
5.5 Sample Code 41

6 TESTING
6.1 Introduction 57
6.2 Types of Testing 57
6.2.1 Unit testing 57
6.2.2 Black Box Testing 57
6.2.3 White Box Testing 58
6.2.4 Integration Testing 58
6.2.5 System Testing 59
6.2.6 Acceptance Testing 59
6.2.7 Validation Testing 59
6.2.8 Compiling Testing 59
6.2.9 Execution Testing 59
6.2.10 Output Testing 60
6.3 Test case Report 60

7 PERFORMANCE AND LIMITATIONS
7.1 Conclusion 61
7.2 Future Enhancement 62

8 APPENDIX
8.1 Sample Screens 63

9 REFERENCES 72













LIST OF FIGUERS


FIGURE NUMBER FIGURE NAME PAGE NUMBER



4.1 Data Flow Diagram 12
4.4 Use case Diagram 18
4.5 Sequence Diagram 19
4.6 Class Diagram 20
4.7 Collaboration Diagram 21
4.8 Activity Diagram 22
4.9 State Chart Diagram 23
5.4.1 TCP/IP stack 38
5.4.9 Address 40

You might also like