2 resultados para crash

em Cochin University of Science


Relevância:

10.00% 10.00%

Publicador:

Resumo:

The study deals with the short and long term supply response of the natural rubber in India and to analyse the macro economic environment of NR industry and causative factors of the rubber price crash. It determines the minimum cost of production of natural rubber and to forecast the potential production of NR in India. There is positive response of short run and long run supply to prices. Since correlation analysis show close association between international and domestic price level, international price changes will have its domestic echo. Production and consumption will sustain its rising trend. This makes plans for increasing production estimates show that a mid way level i.e. the range between Rs.32-Rs.38 will give a fair enough profit to the grower in the present situation and provide for the viable sustenance of rubber cultivation. Identification of the SWOT of rubber cultivation would help in supporting rubber cultivation if remedial measures are undertaken with the true spirit. This would help Indian rubber to attain global competitiveness. Then the inflow of valuable foreign exchange will overcome the other economic drawbacks of rubber cultivation

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Modern computer systems are plagued with stability and security problems: applications lose data, web servers are hacked, and systems crash under heavy load. Many of these problems or anomalies arise from rare program behavior caused by attacks or errors. A substantial percentage of the web-based attacks are due to buffer overflows. Many methods have been devised to detect and prevent anomalous situations that arise from buffer overflows. The current state-of-art of anomaly detection systems is relatively primitive and mainly depend on static code checking to take care of buffer overflow attacks. For protection, Stack Guards and I-leap Guards are also used in wide varieties.This dissertation proposes an anomaly detection system, based on frequencies of system calls in the system call trace. System call traces represented as frequency sequences are profiled using sequence sets. A sequence set is identified by the starting sequence and frequencies of specific system calls. The deviations of the current input sequence from the corresponding normal profile in the frequency pattern of system calls is computed and expressed as an anomaly score. A simple Bayesian model is used for an accurate detection.Experimental results are reported which show that frequency of system calls represented using sequence sets, captures the normal behavior of programs under normal conditions of usage. This captured behavior allows the system to detect anomalies with a low rate of false positives. Data are presented which show that Bayesian Network on frequency variations responds effectively to induced buffer overflows. It can also help administrators to detect deviations in program flow introduced due to errors.