0% found this document useful (0 votes)
60 views

Contents

This document contains an outline for a project on network and application monitoring. It includes 6 chapters that cover an introduction, software development and requirements, system analysis and design, implementation, system testing, and a conclusion. The introduction describes problems, tools, and methodologies used. It also covers networking fundamentals. System analysis includes flow diagrams, feasibility study, data collection, and database design. Implementation describes modules for LAN and application monitoring. Testing covers unit, integration, and implementation testing. The conclusion suggests future enhancements and includes a bibliography.

Uploaded by

api-3700752
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

Contents

This document contains an outline for a project on network and application monitoring. It includes 6 chapters that cover an introduction, software development and requirements, system analysis and design, implementation, system testing, and a conclusion. The introduction describes problems, tools, and methodologies used. It also covers networking fundamentals. System analysis includes flow diagrams, feasibility study, data collection, and database design. Implementation describes modules for LAN and application monitoring. Testing covers unit, integration, and implementation testing. The conclusion suggests future enhancements and includes a bibliography.

Uploaded by

api-3700752
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

CONTENTS

CHAPTER TITLES PAGE


NO NO
LIST OF TABLES I
LIST OF FIGURES II
ABSTRACT III
1. INTRODUCTION 1
1.1 PROBLEMS 1
1.2 SOFTWARE TOOLS 1
1.2.1 FEATUREA OF JAVA 1
1.2.2 FEATURES OF JSP 1
1.3 PROBLEM ENHANCEMENT 3
1.3.1 LAN MONITORING 3
1.3.2 APPLICATION MONITORING 3
1.4 METHODOLOGY 4
1.4.1 CLASS 4
1.4.2 JAVA.NET PACKAGES 5
1.4.3 JAVA I/O PACKAGES 7
1.4.4 JAVAX.SWING PACKAGES 9
1.4.4.1 SWING CLASS 9
1.5 PROBLEMS DISCRIPTIONS 13
1.5.1 NETWORKING 13
1.5.1.1 LOCAL AREA NETWORK 13
1.5.2 HOST AND NETWORK 14
1.5.2.1 IP ADDRESSING AND CLASSES 14
1.5.2.2 PROTOCOLS 15
1.5.2.3 CLIENT AND SERVER 15
1.5.3 TCP(TRANSMISSION PROTOCOL) 15
1.5.3.1 TCP PACKET STRUCTURE 16
1.5.4 INTERNET PROTOCOL 16
1.5.4.1 IP PACKET STRUCTURE 16
2. SOFTWARE DEVELOPMENT AND
REQUREMENTS 19
2..1 HARDWARE REQUIREMENTS 19
2..2 SOFTWARE REQUREMENTS 19

3. SYSTEM ANALYSIS & DESIGN 21


3.1 SYSTEM FLOW DIAGRAM 21
31.1 LAN MONITORING 21
3.1.2 APPLICATION MONITORING 22
3.2 FEASIBILITY STUDY 24
3.3 DATA COLLECTION 25
3.4 DATABASE DESIGN 26
3.5 SOURCE CODE 27
3.5.1 SAMPLE CODE IN LAN MONITORING 27
3.5.2 SAMPLE CODE IN APP MONITORING 41
4. IMPLEMENTATION 47
4.1 MODULE DISCRIPTION 47
4.1.1 LAN MONITORING 47
4.1.2 APPLICATION MONITORING 48
5. SYSTEM TESTING AND IMPLEMENTATION 50

5.1. TESTING FUNDAMENTALS


50

5.2. TESTING OBJECTIVES 51

5.3. OBJECT ORIENTED TESTING 51

5.3.1. UNIT TESTING 51

5.3.2. INTEGRATION TESTING 53

5.4. IMPLEMENTATION 54
5.5 SCREEN SHOTS 55

6. SUMMARY & CONCLUSION 67


6.1 CONCLUSION 67
62 FUTURE ENHANCEMENT 67
6.3 BIBLIOGRAPHY 68
6.2.1 BOOKS 68
6.2.2 WEB SITES 68

You might also like