2015-16

Permanent URI for this collection

Browse

Recent Submissions

Now showing 1 - 20 of 58
  • Item
    Data Validation and Enrichment Framework for Data Quality Management of Unstructured Data
    (2016-07-14T10:30:32Z) Lucky Kumar, Mandal; Kiran, Gautam; Rexhil, Regmi; Raju, Sah
    Large volume of data are generated every day and most of them are unstructured. The management of unstructured data is recognized as one of the major unsolved problems in the information technology (IT) industry, the main reason being that the tools and techniques that have proved so successful transforming structured data into business intelligence and actionable information simply don’t work when it comes to unstructured data. The unstructured data leads to the poor data quality which not only affect the cost but also one of the main reason behind the most of the IT project failure. The validated and consistent data provides the capability to handle outages and incidents in a more principled fashion and helps to maintain data quality matrices such as accuracy, completeness, consistency, timeliness, validity, uniqueness.
  • Item
    Load Balancing in Cloud Computing
    (2016-07-14T08:23:15Z) Ram, Charan L.A; C., Sai Prathap Reddy; Nikith, H.A; Sachin, Saju
    Load balancing in the cloud computing environment has an important impact on the performance. Good load balancing makes cloud computing more efficient andimproves user satisfaction.Cloud computing is efficient and scalable but to maintain the stability of processing so many jobs in the Cloud computing environment is a very complex problem. Cloud Computing possesses sharing of resources. Cloud may involve resources like networks, servers, storage and services.This article introduces a better load balance model for thepublic cloud based on the cloud partitioning concept with a switch mechanism tochoose different strategies for different situations. The algorithm applies the gametheory to the load balancing strategy to improve the efficiency in the public cloudenvironment.
  • Item
    Crime Detection
    (2016-07-14T08:15:46Z) Brundha, A; Devika Manningal, Das; Divya, P; Ganashree, N
    Crimes cause terror and cost our society dearly inseveral ways. Data mining can be used to model crimeprofiling. Here we look at use of clustering algorithm for a data mining approach to analyse the crimes patterns. We willlook at k-means clustering to aid in the process of crimeprofiling. We applied these techniques to primary crime data from Delhi police first information report (FIR) records. Firstly we desire to estimate which type of crime is dominant in Delhi city, India. Accordingly crime is dividedinto three type’s heinous crime, non-heinous crime and special& local laws violation. Second estimation is to find which are a categories are more sensitive towards, areas categories whichare considered are slums, residential, commercial, VIP zones,travel points and markets. Third is to show distributions of each crime type in every area category.
  • Item
    Cloud Based SQL Application
    (2016-07-14T08:08:05Z) Tamanud, Ghosh; Arpan, Goswami; Rakesh, Kushwaha; Sonu, Kumar
    Cloud computing has been envisioned as the de-facto solution to the rising storage costs of IT Enterprises. With the high costs of data storage devices as well as the rapid rate at which data is being generated it proves costly for enterprises or individual users to frequently update their hardware. Apart from reduction in storage costs data outsourcing to the cloud also helps in reducing the maintenance. Cloud storage moves the user’s data to large data centres, which are remotely located, on which user does not have any control. However, this unique feature of the cloud poses many new security challenges which need to be clearly understood and resolved. We provide a scheme which gives a proof of data integrity in the cloud which the customer can employ to check the correctness of his data in the cloud. This proof can be agreed upon by both the cloud and the customer and can be incorporated in the Service level agreement (SLA). “ICC” is an application which is capable of providing better security to data, through intuitive user interfaces and accepted world class algorithms and methodologies that provide high-end security to data.
  • Item
    Enhanced Security for Cloud
    (2016-07-14T07:28:00Z) Suraj Kumar, Jain B; Shantha Kumar, D V; Adarsh, K L
    The fact that users no longer have physical possession of the outsourced data makes the data integrity protection in Cloud Computing a formidable task, especially for users with constrained computing resources. Moreover, users should be able to just use the cloud storage as if it is local, without worrying about the need to verify its integrity. Thus, enabling public auditability for cloud storage is of critical importance so that users can resort to a third party auditor (TPA) to check the integrity of outsourced data and be worry-free. We propose a secure cloud storage system supporting privacy-preserving public auditing. We further extend our result to enable the TPA to perform audits for multiple users simultaneously and efficiently. Extensive security and performance analysis show the proposed schemes are provably secure and highly efficient.
  • Item
    Route Tracker
    (2016-07-14T07:19:50Z) Sowmya, S.N; Poornima, .B; Harish, Kumar .L
    Route Tracker application would track your positions constantly and save them. The GPS component makes the recording of the route. A certain person who is new to the city may want to reach a particular destination i.e college or office. That way when he is travelling to a place for the first time he can record that particular route. The route gets saved in the database. He can later go back to a specific date and retrieve the route that he desires from the database. The main aim of this project is to assist the Android Mobile phone users to reach the destination in new city easily. When we are going to the new city it is difficult to find the path from one place to another place even though we travelled many times in that route. So this application will help the user to record the route and show the route to the user when they need it. The user has to start this application and press the record button to memories the path, then this system will track the location of the user using GPS and the co-ordinates are stored in database, this process will continue until the user press the stop button. In this we can able to store more than one route.
  • Item
    Communication Adapter
    (2016-07-14T06:08:47Z) H. Shreya, Udupa; Ashwini, Rachel S
    An adapter is a physical device that allows one hardware or electronic interface to be adapted (accommodated without loss of function) to another hardware or electronic interface. In a computer, an adapter is often built into a card that can be inserted into a slot on the computer's motherboard. The card adapts information that is exchanged between the computer's microprocessor and the devices that the card supports. We are designing a network adapter.Lets study about network adapters. A network adapter is the component of a computer’s internal hardware that is used for communicating over a network with another computer. It enable a computer to connect with another computer, server or any networking device over an LAN connection. A network adapter can be used over a wired or wireless network.A network adapter allows an electronic device to interface with a local computer network. Communication Adapter shall interface with host Device over Serial, USB and Ethernet interface PSTN, IP network, WIFI, Radio network and cellular network towards media side. Communication Adapter shall receive the data/messages from the host interface through Serial/USB/Ethernet and transfer the messages to another communication adapter or host through media interfaces like PSTN, IP network, WIFI, Radio network and cellular network. Communication Adapter shall receive the messages in propriety formats and store the same in a queue. Communication Adapter shall find out the destination and media connected to that destination from the message in the queue and transport the data/message from its queue to any of the destined remote host devices using the communication links available.
  • Item
    PRISM: Fine Grained Resource Aware Scheduling for Map Reduce
    (2016-07-14T05:41:45Z) Anuj, Verma; Lakshya, Joshi
    MapReduce has become a popular model for data-intensive computation in recent years. By breaking down each job into small map and reduce tasks and executing them in parallel across a large number of machines, MapReduce can significantly reduce the running time of data-intensive jobs. However, despite recent efforts toward designing resource-efficient MapReduce schedulers, existing solutions that focus on scheduling at the task-level still offer sub-optimal job performance. This is because tasks can have highly varying resource requirements during their lifetime, which makes it difficult for task-level schedulers to effectively utilize available resources to reduce job execution time. To address this limitation, we introduce PRISM, a fine-grained resource-aware MapReduce scheduler that divides tasks into phases, where each phase has a constant resource usage profile, and performs scheduling at the phase level. We first demonstrate the importance of phase-level scheduling by showing the resource usage variability within the lifetime of a task using a wide-range of MapReduce jobs. We then present a phaselevel scheduling algorithm that improves execution parallelism and resource utilization without introducing stragglers. In a 16-node Hadoop cluster running standard benchmarks, PRISM offers high resource utilization and provides 1:3 improvement in job running time compared to the current Hadoop schedulers
  • Item
    Effort Estimation Tool For E-Commerce Web Applications
    (2016-07-14T05:35:44Z) Hari Hara, Priya K; Greeshma, G; Ashwin Kumar, R
    Software has played an increasingly important role in systems acquisition, engineering and development, particularly for large, complex systems. For such systems, accurate estimates of the software costs are a critical part of effective program management. The bulk of the cost of software development is due to the human effort and most cost estimation methods focus on this aspect and give estimates in terms of person-months. Accurate cost estimates are critical to both developers and customers. They can be used for request for proposal, contract negotiations, scheduling, monitoring and control. Underestimating the costs may result in management approving proposed systems that then exceed their budgets, with underdeveloped functions and poor quality, and failure to complete on time. Overestimating may result in too many resources committed to the projects or during contract bidding, result is not winning the contract, which can lead to loss of jobs. Software project failures have been an important subject in the last decade. Software projects usually don’t fail during the implementation and most project fails are related to the planning and estimation steps. Hence accurate cost estimation is become a challenge for IT industries. Effort estimation Tool (EET) is an application which calculates the effort required to develop a software using software effort estimation methods such as function points and use case points.
  • Item
    Visual Pathognomy
    (2016-07-14T05:27:09Z) Gunjan Kumar, Agarwal; Shubham, Jalan; Ankit Kumar, Singh; Sanigdh, Chandan
    Today is the era of Internet and networks applications. So, Information security is a challenging issue in today’s technological world. There is a demand for a stronger encryption which is very hard to crack. The role of Cryptography is most important in the field of network security. There is a broad range of cryptographic algorithms that are used for securing networks and presently continuous researches on the new cryptographic algorithms are going on for evolving more advanced techniques for secures communication. Information Security has become an important issue in data communication. Encryption has come up as a solution, and plays an important role in information security system. This security mechanism uses some algorithms to scramble data into unreadable text which can be only being decoded or decrypted by party those possesses the associated key. These algorithms consume a significant amount of computing resources such as CPU time and computation time. This project performs analysis of three algorithm; SSC, RSA,MD5 and MODULO26 considering parameters as computation time, A cryptographic tool is used for conducting experiments. Experiments results are given to analyses the effectiveness of each algorithm.
  • Item
    Traffic Optimizer for SCTP Based Multicast Networks
    (2016-07-14T05:22:33Z) Pooja; Sanjana, M; Subhalakshmi, C.N
    The TRAFFIC OPTIMIZER FOR SCTP BASED MULTICAST NETWORKS is a system for removing the redundant data between CSIR-HQ and CSIR-labs using SCTP protocol.SCTP one can send multiple streams of data at a time. Multicast network is uni-directional network. If the same data has to send to multiple associated members, at a time it can be sent through multicast network. A traffic optimizer facilitates communication of data packets using a unicast protocol between a server and at least one of a plurality of clients through a multicast network. The traffic optimizer includes a communication processor and a packet processor. The communication processor receives both data including association data and the data packets using the unicast protocol from the server. The association data includes IP addresses of the server and IP addresses of at least one of a plurality of clients available for communication. The packet processor processes the data packets to optimize data transfer in response to an analysis of the data packets, and forwards the processed data packets to at least one of the plurality of clients at respective ones of the received IP addresses through a multicast network using the unicast protocol.
  • Item
    Secure Path Generator for Data Transmission Over Multiple Network
    (2016-07-14T05:16:54Z) Monica, V; Mamatha, K; Geetha, L; Sunitha, K
    Mobile Ad-hoc Networks (MANETs) assume that mobile nodes voluntary cooperate in order to work properly. This cooperation is a cost-intensive activity and some nodes can refuse to cooperate, leading to a selfish node behaviour. Thus, the overall network performance could be seriously affected. The use of watchdogs is a well-known mechanism to detect selfish nodes. However, the detection process performed by watchdogs can fail, generating false positives and false negatives that can induce to wrong operations. Moreover, relying on local watchdogs alone can lead to poor performance when detecting selfish nodes, in term of precision and speed. This is specially important on networks with sporadic contacts, such as Delay Tolerant Networks (DTNs), where sometimes watchdogs lack of enough time or information to detect the selfish nodes. This paper proposes a collaborative approach based on the diffusion of local selfish nodes awareness when a contact occurs, so that information about selfish nodes is quickly propagated. As shown in the paper, this collaborative approach reduces the time and increases the precision when detecting selfish nodes.
  • Item
    Tracking a Particular Individual's Movement
    (2016-07-14T05:10:59Z) Chaitra, M; Dhakshayani, M V; Manasa, R M; Megha H, Hosur
    In this project we have assumed that every individual carries an RF transmitter along with him. When he goes to a particular place, the RF receiver detects the individual and sends this information to the microcontroller. This microcontroller inturn sends the information to the GSM .The GSM sends a SMS to the number that’s been registered. The device that gets the SMS has a required application through which this data i.e., the presence of the individual is updated to the database stored in the server.
  • Item
    Secure Online Banking Transaction
    (2016-07-14T05:03:49Z) Saurabh, Mahto; Niraj, Kakshapati; Muktadir, Hussain; Ashish, Gautam
    There are a continuously growing number of customers who use Internet banking because of its convenience. But the security and privacy of Information may be one of the biggest concerns to the Online Banking users. The problem with Online banking applications is that they send data directly to customer in plain text form compromising with security. The solutions to the security issues require the use of software-based solutions that involve the use of encryption algorithms. For this we propose a challenge/response - based short-time password authentication methods using Symmetric cryptography in combination with Software Security model. In this approach bank hides customer transaction data is secure email using MD5 symmetric cryptographic algorithm and send it to customer email id. Customer application decrypts data in secure manner the encryption and decryption are characterized by a secret key that the legal parties have to possess. So, in face of the current security issues and the growing number of attacks and consequent frauds, new internet banking systems should be designed as to provide better authentication and identification methods. And these methods can be implemented to the Mobile banking to address the Security concern.
  • Item
    Cloud Firewall Framework
    (2016-07-14T04:57:10Z) Kavitha, T M; Ojasvi, Pathania; Hari, Krishna D R; Chaitanya, T
    A wide array of Clouds have been built and adopted by business and research communities. Similarly, many research communities use workflow environments and tools such as Taverns and Galaxy to model the execution of tasks to support and expedite the re-enactment of complex processes, and ultimately support the repeatability of science. As a result, a number of systems that integrate Clouds with these workflow systems have emerged including Cloud Map, Galaxy Cloud, Bio Blend, etc. Though these systems have proven to be successful in service and data integration, they have not dealt with the data security issue inherent in Cloud-based systems with the outsourced models of infrastructure provisioning .For many domains, e.g., health, this poses serious challenges regarding the adoption of Cloud infrastructures. Yet such domains also have much to gain from Clouds especially given the explosion of genomics data and opportunities for personalized medicine in the big data era. This paper addresses this problem by presenting a trusted storage Cloud for scientific workflows, called TruXy. The paper describes the TruXy architecture, the corresponding protocols and illustrates the adoption ofTruXy to support collaborative bioinformatics research in endocrine genomics. A range of experiments have been performed to measure the performance of TruXy for processing of xome data sets individuals with rare genetic disorders: disorders of sex development (DSD). Our results show that the performance of TruXy is comparable to that of using a standalone workflow to land that it can handle the big data security challenges required.
  • Item
    Speech to Text Conversion Tool
    (2016-07-14T04:45:21Z) Swaroop, N.V.N; T., Raghuram; Syed, Thosif
    Language is man's most important means of communication and speech its primary medium. Spoken interaction both between human interlocutors and between humans and machines is inescapably embedded in the laws and conditions of Communication, which comprise the encoding and decoding of meaning as well as the mere transmission of messages over an acoustical channel. Here we deal with this interaction between the man and machine through synthesis and recognition applications. Speech recognition, involves capturing and digitizing the sound waves, converting them to basic language units or phonemes, constructing words from phonemes, and contextually analyzing the words to ensure correct spelling for words that sound alike.
  • Item
    A Secure Environment for Reportining Sensed Data
    (2016-07-14T04:20:50Z) Prakash, L R; Satish, Kumar A; Manjunatha, R; Sujan, Shetty
    An efficient anonymous data reporting protocol for participatory sensing, this provides strong privacy protection, data accuracy and generality. The protocol consists of two stages, namely slot reservation and message submission. In the slot reservation stage, a group of N participants cooperate to assign each member a message slot in a vector which is essentially a message submission schedule, in such a manner that each participant’s slot is oblivious to other members and the application server. In the message submission stage, each participant transmits an encoded data to the application server based on the slot information known only to themselves, in such a way that the application server cannot link a data to a specific participant. With such a data reporting protocol, the link between the data and the participants is broken, and as a result, participant’s privacy is protected. Theoretical analysis of the correctness and anonymity of the protocol is conducted, as well as experiments to demonstrate the efficiency in small-scale applications with periodic data sampling.
  • Item
    Just Chat
    (2016-07-14T04:07:49Z) Pushkar, Suman; Siddharth, Agarwal; Stuti, Garg; Omi J, Harjani
    Have you ever wished for a simplistic messenger with advanced features, like perhaps using your voice to text, If so then your wait is now over. Our project “justchat” is an android based app that is build keeping your privacy and security in mind. Unlike other messengers in market this message uses your email id for your identification and in case you are highly obsessed with privacy, our app allows you to use your own server and enter the credentials to make the chat highly secure even from us. The app even has features that help you simply listen to your text and reply using your voice on receiving a message hence texting on the go is now possible and with an amazing simplistic design, anyone with an internet connection can get texting in a minute after of course installing the app. With an amazing design to go with the most advanced features along with the security and privacy features makes the app a must have for those in professional and as well as for the common job. Messengers were never this easy with just chat even a kid with an email id can text. The user interface was designed especially for those who are always in a hurry and want things be done as fast as possible this app makes this possible with voice input via texting making the no need for you to type at all. The app was designed using code that is compatible with most android based OS and even the latest lollipop, Since we wanted it to be in the hands of anyone and everyone with a phone. The app also has a help column for helping the user use the app with ease. With all the features and ease of use this app will change the way we used our messengers while it acts social and acts private when you need it in just a minute.
  • Item
    Location Intelligent Advertisement with Smart Phone Using Geofencing
    (2016-07-13T12:13:55Z) Rini Glanish, Lobo; Sai Satyam, Pokharel; Shehla, Shabnam; Swati, Kumari
    Geofencing is a technology used to monitor mobile objects (vehicles, persons, containers…), located by GPS. The geographic coordinates of the tracked object are automatically and regularly sent to a control center via mobile phone networks. In parallel, another set of geographic coordinates is used to constitute a virtual boundary (geofence) around a geographic area. The system determines whether the tracked object is located inside or outside the geofenced area. An alert is generated when the tracked object crosses the geofence. This technology can also allow the detection of spatial proximity between tracked mobiles and a specific geofenced area. Geofencing can be applied to various fields related to the monitoring of people and mobile assets. Solutions have mainly been developed for the transport sector, but others applications also exist for civil safety, security or public works. Geofencing technology has enabled contextual marketing to users upon entry to or exit of a certain external boundary. In other words marketers can establish virtual fences around pre-defined geographic areas that, when interacted with, can prompt the delivery of a push notification and /or update a CRM system. When one of your app users enters or exits the area, you can set your app to push a message to the user. Thus, the geofence allows you to send location-specific messages to your fans when they‘re in the area. Many businesses use geofencing to simply send special offers to customers when they walk or drive near a business‘s location. Geofencing technologies can be used to do a better job at locating and helping your customers, improving the customer experience, matching the right customer with the right content or offer, delivering highly personalized, contextually aware messaging or gaining insight into the movements and behavior of your customer.
  • Item
    Management System for Distributed Communication Network
    (2016-07-13T12:04:44Z) Madhuri, Subramani; Christy, Lalu; Monika, G S; R, Amulya
    The need to monitor the status of the individual components connected through a network is a difficult task which increases the cost and is time consuming. The solution to this is implementing a software called CNMS (Central Network Management System). SNMP is an application-level protocol. It is used for exchanging management information between the network devices. It provides a message format for the communication between managers and agents. The main objective of this project is to develop a software called CNMS (Central Network Management System) which will monitor the status of all the devices connected through a network without any human intervention.