Whenever we talk about security related to the Computer Network System, we mean that we are addressing three important aspects of computer related systems:- 1).confidentiality, 2).Integrity & 3).Availability and also Non- repudiation. So, the study of such important concepts in Network management and Security is very important. Hence, to clear the concepts thoroughly we are providing notes related to it. These notes are Hand Written Notes of the Computer Subject “Network Management and Security”i.e. NMS unit wise in Pdf format.These […]
Lecture Notes
Software Engineering Notes
Software Engineering Notes: A Software is a computer programs that when executed provide desired functions and performance. From the word Software, Software engineering comes into the picture, which states that it is a discipline whose aim is the production of quality software that is delivered on time, within budget and that satisfies its requirements. So, let’s start learning such awesome in handwritten notes specially designed for the students under teacher’s surveillance. These notes are handwritten Notes on the Computer Subject […]
Mobile Computing Notes
Mobile Computing Consists of two terms:- Mobile & Computing. Mobile means not stationary and Computing is the act of developing and using computer technology including hardware and software. Thus, Mobile Computing is the technology that allows anytime, anywhere and everywhere Computing. It can be defined as a Computing Environment over physical mobility such that user of a mobile computing environment will be able to access data , information or other logical objects from any device in a network while on […]
Data Structure Notes
A Data type refers to a named group of data which share similar properties or characteristics and which have common behaviour among them. Three fundamental data types used in C programming are int for integer values, float for floating-point numbers and char for character values. But, sometimes a need arises to treat a group of different data types as a single unit. In such a case,Data structures can be beneficial as data structures let you combine data of different types and process them together. Data […]