Posted by vikashazrati on Monday, October 15, 2007
Controlling access to information systems and other associated networks is necessary for the preservation of the CIA triad i.e. Confidentiality, Integrity and Availability of the systems and networks.

The following presentation discusses the types of access controls, authentication mechanisms and SSO in general to see how the access to various resources can be secured efficiently with the best possible way.
Read the rest of this entry »
Posted in Security | No Comments »
Posted by vikashazrati on Monday, October 1, 2007
I was pair programming with an experienced Java Developer today and we again came up with the discussion of what goes on a stack and what goes on a heap. Though while coding application logic we are hardly concerned on what goes where but it definitely helps to know as it would help in better understanding of argument passing, polymorphism, threads, exceptions, and garbage collection.
Various pieces of Java program lie on one of the two places i.e. either on stack or on heap.
For a quick grasp read further Read the rest of this entry »
Posted in Java | No Comments »