Category: B.Sc. CSIT

Home B.Sc. CSIT
What are Wireless Network Threats and its Measures?
Post

What are Wireless Network Threats and its Measures?

Introduction Wireless networks, and the wireless devices that use them, introduce a host of security problems over and above those found in wired networks. Some of the key factors contributing to the higher security risk of wireless networks compared to wired networks include the following: Channel: Wireless networking typically involves broadcast communications, which is far...

Post

Human Relation and Behavioral Science Theories

Introduction Human relations movement refers to the researchers of organizational development who study the behavior, in particular workplace groups, and other related concepts in fields such as industrial and organizational psychology. This movement has developed human relation and behavior theory, which gives emphasis to human behavior and psychological aspect of human beings. According to this...

Post

Federated Identity Management

Federated identity management is a relatively new concept dealing with the use of a common identity management scheme across multiple enterprises and numerous applications and supporting many thousands, even millions, of users. Identity Management Identity management is a centralized, automated approach to provide enterprise[1]wide access to resources by employees and other authorized individuals. The focus...

Post

Evolution of Management Thoughts

Concept of management thought Management is that field of human behavior in which managers plan, organize, staff, direct, and control human and other resources in an organized group effort in order to achieve desired individual and group objectives with optimum efficiency and effectiveness. Awareness and understanding of important historical developments are also important to modern...

Post

Remote User Authentication Using Symmetric Encryption

Mutual Authentication A two-level hierarchy of symmetric encryption keys can be used to provide confidentiality for communication in a distributed environment. In general, this strategy involves the use of a trusted key distribution center (KDC). Each party in the network shares a secret key, known as a master key, with the KDC. The KDC is...

Post

Overview of Remote User Authentication Principles

What is User Authentication? Defines User Authentication as the process of verifying an identity claimed by or for a system entity. This process consists of two steps: Identification step: Presenting an identifier to the security system. (Identifiers should be assigned carefully, because authenticated identities are the basis for other security services, such as access control...

Post

Oracle Memory Structure

Architecture of Oracle Memory Structure Oracle database creates and uses memory structures for program code, data shared among users, private data areas for each connected user, cached data. 1. System global area A system global area (SGA) is a group of shared memory structures that contain data and control information for one oracle database instance....

Post

Introduction to Data Preprocessing and its Types

What is Data preprocessing? Data preprocessing is a data mining technique that involves transforming incomplete, inconsistent, and/or noisy data which increase chances of error and misinterpretation, into an understandable format. Incomplete: Lacking attribute values, lacking certain attributes of interest, or containing only aggregate data. E.g., occupation = “” Noisy: Noisy data is a meaningless data...

Post

Understanding Oracle Instance

Oracle Oracle is relational database management system which uses relational data model. In the relational data model, data is seen by the users in the form of tables. Oracle Server Oracle server consist of an oracle instance and a oracle database. Oracle Instance Oracle instance consist of memory and process. Physical and Logical Database Structures...