You are on page 1of 10

SECURING COMMUNICATION SYSTEM USING ADVANCED RESOURCE ALLOCATION TECHNIQUES

A PROJECT REPORT Submitted by

Mr.R.RAJKUMAR Mr.S.RAMESH KUMAR

In partial fulfillment for the award of the degree of

BACHELOR OF ENGINEERING
IN

COMPUTER SCIENCE AND ENGINEERING

GKM COLLEGE OF ENGINEERING AND TECHNOLOGY CHENNAI 600 063 ANNA UNIVERSITY::CHENNAI 600 025 APRIL 2012
i

ANNA UNIVERSITY::CHENNAI 600 025

BONAFIDE CERTIFICATE
Certified that this project report SECURING COMMUNICATION SYSTEM USING ADVANCED RESOURCE ALLOCATION TECHNIQUES is bonafide work of Mr.R.RAJKUMAR and Mr.S.RAMESHKUMAR who carried out the project work under my supervision.

SIGNATURE Mr.R.PURUSHOTHAMAN. M.E., HEAD OF THE DEPARTMENT ASST.PROFESSOR Department of Computer Science and Engineering GKM COLLEGE OF ENGINEERING AND TECHNOLOGY GKM Nagar, New Perungalathur (Near Tambaram), Chennai-600 063.

SIGNATURE Mrs. R.SABARIMALA,B.E,(M.Tech)., SUPERVISOR SENIOR LECTURER Department of Computer Science and Engineering GKM COLLEGE OF ENGINEERING AND TECHNOLOGY GKM Nagar, New Perungalathur (Near Tambaram), Chennai-600 063.

ii

GKM COLLEGE OF ENGINEERING AND TECHNOLOGY


CHENNAI 600 063

ANNA UNIVERSITY::CHENNAI 600 025


PROJECT VIVA-VOCE EXAMINATION

The viva-voce Examination of the project work submitted by

Mr.R.RAJKUMAR Mr.S.RAMESH KUMAR

40708104323 40708104324

is to be held on . at Computer Science and Engineering Department.

INTERNAL EXAMINER

EXTERNAL EXAMINER

iii

ACKNOWLEDGEMENT
We are grateful to our Chairman Dr.G.Kathamuthu, who took keen interest in our studies and encouraged us in all our efforts throughout this course. We express our deep gratitude to our Chief Executive Officer Dr.Sujatha Balasubramanian who was the main inspiration behind our project. We are grateful to our Director Dr.K.P.Jagannathan, for his kind cooperation, moral support and facilities he extended to us. We would like to express our sincere thanks to our Principal Dr.N.Ramaraj, for his support he extended to us for our project. We would like to express our sincere thanks to our beloved Head Of The Department Mr.R.Purushothaman,M.E., who encouraged us for the completion of our project successfully. We are highly indebted and graceful to our internal mentor Mrs.R.Sabarimala,B.E,(M.Tech)., completing the project. for her consistent guidance in

iv

ABSTRACT

The resource allocation algorithm for downlink of communication systems is designed to support real-time and best-effort services simultaneously over a timevarying wireless channel. The proposed algorithm aims at maximizing system throughput while satisfying QoS requirements of the RT and BE services. We take two kinds of QoS requirements into account. One is the required average

transmission rate for both RT and BE services. The other is the tolerable average absolute deviation of transmission rate just for the RT services, which is used to control the uctuation in transmission rates and to limit the RT packet delay to a moderate level. This paper considers the weighted sum rate maximized resource allocation constrained by a system sum power in a downlink transmission system. In the first step, the optimum source/relay power and assisting relays that maximize the rate is found for every combination of subcarrier and destination, assuming a sum power is allocated to the transmission at that subcarrier to that destination in the relay-aided transmission mode and the direct mode, respectively. In the second step, a convex-optimization based algorithm is designed to find the globally optimum assignment of destination, transmission mode and sum power for each subcarrier to maximize the WSR.

TABLE OF CONTENTS

CHAPTER NO.

TITLE

PAGE NO.

ABSTRACT LIST OF FIGURES LIST OF ABBREVIATIONS

v ix x

INTRODUCTION 1.1 PROJECT DESCRIPTION 1.2 SCOPE OF THE PROJECT

1 2 2 3 3 3 3 4 4 5 5 5

ANALYSING THE SYSTEM 2.1 SYSTEM ANALYSIS 2.1.1 EXISTING SYSTEM 2.1.2 DEMERITS 2.1.3 PROPOSED SYSTEM 2.1.4 MERITS 2.2 SYSTEM REQUIREMENTS 2.2.1 SOFTWARE REQUIREMENTS 2.2.2 HARDWARE REQUIREMENTS

vi

2.3 LITERATURE REVIEW 2.4 SOFTWARE DESCRIPTION 2.4.1 .NET 2.4.2 .NET FRAMEWORK 2.4.3 EXCEPTION HANDLING 2.5 SYSTEM DESIGN 2.5.1 ARCHITECTURE DIAGRAM 2.5.2 DATA FLOW DIAGRAM 2.5.3 USECASE DIAGRAM 2.5.4 STATE DIAGRAM 2.5.5 ACTIVITY DIAGRAM 2.5.6 SEQUENCE DIAGRAM 2.5.7 COLLABORATION DIAGRAM 2.6 MODULES OF THE PROJECT 2.6.1 ACTIVATING THE SYSTEM 2.6.2 CONNECTING IP ENDPOINT 2.6.3 INTERMEDIATE PROCESS 2.6.4 SPLITTING PACKET 2.6.5 RESOURCE ALLOCATION TECH 2.7 SYSTEM TESTING 2.7.1 UNIT TESTING

10 11 11

13 14 15 16 17 18 19 20 20 21 22 23 25 26 27

vii

2.7.2 CONDITIONAL TESTING 2.7.3 DATAFLOW TESTING 2.7.4 LOOP TESTING 2.8 TEST ANALYSIS 3 CONCLUSION 3.1 3.2 CONCLUSION FUTURE ENHANCEMENT

28 28 28 29

31 31

APPENDIX-I APPENDIX-II

SAMPLE CODE SCREEN SHOTS REFERENCES

32 47 59

viii

LIST OF FIGURES FIGURE NO 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 FIGURE NAME NET FRAMEWORK ARCHITECTURE DIAGRAM DATAFLOW DIAGRAM USE CASE DIAGRAM STATE DIAGRAM ACTIVITY DIAGRAM SEQUENCE DIAGRAM COLLABORATION DIAGRAM TEST ANALYSIS PAGE NO 11 14 15 16 17 18 19 20 28

ix

LIST OF ABBREVIATIONS

RT BE QOS AADTR OFDMA MLWDF

REAL TIME BEST EFFORT QUALITY OF SERVICE AVERAGE ABSOLUTE DEVIATION OF TRANSMISSION RATE ORTHOGONAL FREQUENCY DIVISION MULTIPLE ACCESS MODIFIED LARGEST WEIGHTED DELAY FIRST

You might also like