Posted by: shabbir - 12-15-2017, 07:24 AM - Forum: Project
- No Replies
This project have to be implemented in matlab so please find the attachment that im sending and provide me with a complete PPT of a project and a matlab code for it.
Posted by: sweety - 12-13-2017, 08:17 AM - Forum: Project
- No Replies
Due to lack of tamper-resistant hardware and
broadcast nature of Wireless Sensor Networks (WSNs), security
in sensor networks is one of the major concerns. WSNs consist of
a large number of sensor nodes and a few sink nodes or Storage
node are used to collect information about the state of physical
world and transmit it to interested users. It used in applications
such as, health monitoring, habitat monitoring, military
surveillance and environment sensing. Sensor nodes have limited
resources in term of processing power, battery power, and data
storage. A sensor network that is not fully trusted that's why
privacy is to be preserved. A security approach that use secret
key cryptography and key management. To preserve the
integrity, a digital key is fetched to every node in a network, each
node has to send their localization position as encrypted data
using digital signatures to the storage node and it decrypts that
data and checks the position by using authentication. RSA
algorithm with MD-5 is used for authentication. A malicious node
attacks in any network to disrupt the proper functioning of the
network. Such attacks may cause damage on a large scale
network especially since they are difficult to detect. In this paper,
results shows network parameters like end-to-end delay, energy
consumption attack detection with and without watchdog
security. Hence, this paper focuses on various security issues,
security threats, and various types of attacks.
Please i need this project done fast. and please dont forget to use searching and sorting and binary searching as well. i have attached the project file please. it will be a great help for me. Thank you
problem statement
In today’s professional education like engineering, in many institutes it is found that though the students
are very good at their technical subjects still they are facing the problem of getting practical knowledge.
According to the survey conducted by us it is found that the same problem of not getting proper practical
knowledge in institute of our students. The students of our institute facing the problem in improving their
technical skills and practical knowledge. Students are also not able to cope up with the organization’s work
scenario.
In institutes if the student want to join the internship, then he / she has to apply it offline. But now
today’s fast growing era and busy schedule it seems very difficult to go through the offline procedure. The
student has to face tremendous troubles to find out their desired internship company by a manual
process. Many times students has wander a lot to get internship in their cities or nearest cities. After then
problem of reference also occurs. Hence college T & P coordinator has to take lot of efforts.
Even after finding the internship by the student the problem does not ends here. The student also has to fill
internship form ,the student has submit his / her resume to the company .The student also has to take
legal permission from departmental T & P coordinator, HOD , College T & P in charge and Principal. The
Student has sign no objection bond letter. For doing all this procedure the student has to spent lot of time
apart from his academics. It is also found that there is huge requirement of paper work to be maintained
by the students college and company. As India is moving towards the digitization there should be some
sort of solution to get out of it.
please i need complete report/write up on this project. it contain abstract, introduction, objectives of the study, problem statement, literature review, methodology, etc
We are building a banking application which tracks a customer on their loans.
1. A customer can have 3 types of Loans (Auto / Mortgage / Personal)
2. Auto loans contain make information (only GM/Ford/Tesla)
3. Customer can make payments for each loan.
4. A bank can levy late fees on a loan (adding to balance)
5. A bank needs the ability to find all Auto loans by make (ie all GM car loans)
Personal Loan Fico to Apr mapping:
0-600: 21.99%
601-720: 17.99%
721-850: 12.99%
John (1 GM auto loan)
Joe (1 Ford auto, 1 mortgage loan in NY)
Jill (1 Ford auto loan – joint with Megan, 1 mortgage in CA, 1 personal FICO score 820)
Megan (1 Tesla auto loans, 1 Ford auto loan – joint with Jill, 1 mortgage in NV)
Tiffany (2 mortgages in NY)
Adam (2 auto loans (1 Tesla,1 Ford), 1 personal FICO score 599)
Jennifer (1 personal FICO score 650)
The default auto loans carry term of 36 months and 4.9% APR.
All GM loans start with outstanding balance of $22,000
All Ford loans start with outstanding balance of $26,000
All Telsa loans start with outstanding balance of $82,000
All mortgages start with outstanding balance of $300,000 and term of 120 months and APR 4.0%. Mortgage loans contain a property address
All personal loans start with outstanding balance of $5,000, term of 12 months and APR based off the FICO to APR mapping.
Scenarios: (print remaining balance of all loans after each scenario)
John makes a payment of $500 on his GM auto loan
Joe has two loans. Joe pays off his auto loan in full. Joe misses the mortgage payment and the bank charges a $100 late fee on his mortgage loan.
Jill makes payment of $425 on her auto loan, $1800 on her mortgage, and $1000 on her personal loan
Megan pays $800 toward Telsa auto loan and $1000 towards Ford auto loan and $2000 towards mortgage
Tiffany pays $1800 towards her one mortgage and $2000 on another mortgage
Adam pays $500 towards Tesla loan and $300 towards Ford loan. He also pays $250 towards his personal loans.
Jennifer attempts to pay $8,000 towards her personal loan. The bank should reject the payment because it exceeds the remaining balance.
Please execute the above transactions and print the following:
The bank needs to print all customers with auto loans with balance greater than zero for a report
The bank needs to print all unique customers who have a mortgage (in A-Z order by name)
The bank needs to print all customers who have a Tesla auto loan
The bank needs to print all unique customers who have a mortgage loan in NY
The bank needs to print the total outstanding mortgage balance of all their customers
I want any kind of project specifically in java without using sql. it should contain at least 5 classes and 2 methods other than void. it should include hashmap,hash set, inheritence.