Window access control system: its design and implementation
Table Of Contents
Chapter ONE
INTRODUCTION
- 1.1Introduction
- 1.2Background of Study
- 1.3Problem Statement
- 1.4Objective of Study
- 1.5Limitation of Study
- 1.6Scope of Study
- 1.7Significance of Study
- 1.8Structure of the Research
- 1.9Definition of Terms
Chapter TWO
LITERATURE REVIEW
- 2.1Overview of Access Control Systems
- 2.2Historical Development of Access Control Systems
- 2.3Types of Access Control Systems
- 2.4Components of Access Control Systems
- 2.5Access Control System Design Principles
- 2.6Access Control System Implementation Strategies
- 2.7Access Control System Security Considerations
- 2.8Access Control System Integration with Other Systems
- 2.9Access Control System Applications
- 2.10Access Control System Challenges and Future Trends
Chapter THREE
SYSTEM DESIGN AND IMPLEMENTATION
- 3.1Research Methodology Overview
- 3.2Research Design
- 3.3Data Collection Methods
- 3.4Sampling Techniques
- 3.5Data Analysis Procedures
- 3.6Research Ethics and Consent
- 3.7Validity and Reliability
- 3.8Limitations of the Research
Chapter FOUR
SYSTEM TESTING AND EVALUATION
- 4.1Overview of Research Findings
- 4.2Analysis of Data Collected
- 4.3Comparison of Findings with Existing Literature
- 4.4Discussion of Key Patterns and Trends
- 4.5Interpretation of Results
- 4.6Implications of Findings
- 4.7Recommendations for Practice
- 4.8Suggestions for Future Research
Chapter FIVE
SUMMARY, CONCLUSION AND RECOMMENDATIONS
- 5.1Summary of Findings
- 5.2Conclusions Drawn from the Research
- 5.3Contributions to the Field
- 5.4Practical Applications of the Study
- 5.5Limitations of the Study
- 5.6Recommendations for Further Research
- 5.7Final Thoughts and Reflections
Project Abstract
Access control systems are essential in securing physical spaces from unauthorized access. In this research project, we focus on the design and implementation of a window access control system. Windows are often overlooked in traditional security systems, yet they are potential entry points for intruders. By developing a dedicated access control system for windows, we aim to enhance overall security measures in residential and commercial settings. The proposed window access control system utilizes a combination of sensors, actuators, and a central control unit to monitor and control access to windows. Sensors are strategically placed on windows to detect opening and closing movements, while actuators are responsible for physically securing or unsecuring the windows based on the control signals received from the central unit. The central control unit serves as the brain of the system, processing sensor data and user input to make real-time access control decisions. One of the key features of the window access control system is its integration with existing security infrastructure. By interfacing with alarm systems and surveillance cameras, the system can provide a comprehensive security solution that covers both windows and traditional entry points like doors. This integration allows for a centralized management interface where users can monitor and control all security aspects from a single platform. In terms of implementation, the window access control system is designed to be user-friendly and customizable. Users can set access permissions for individual windows, create schedules for automatic locking and unlocking, and receive real-time alerts on their mobile devices in case of any security breaches. The system is also scalable, allowing for easy expansion to accommodate additional windows or integration with other security devices. Security and privacy are paramount considerations in the design of the window access control system. Data encryption and secure communication protocols are implemented to prevent unauthorized access to the system. Additionally, user authentication mechanisms are in place to ensure that only authorized individuals can make changes to the system settings. Overall, the window access control system presented in this research project offers a practical and effective solution for enhancing security in both residential and commercial environments. By focusing on a often overlooked entry point, this system provides a comprehensive approach to physical security that can be tailored to the specific needs of different users.
Project Overview
<p>
</p><div><p><strong>INTRODUCTION</strong></p><p><strong>1.0 Introduction</strong></p><p>In computer security, window access control (WAC) refers to a type of access control which the operating system (OS) constrains the ability of a subject or initiator to access or generally perform some sort of operation on an object or target. In practice, a subject is usually a process or thread; objects are constructs such as files, directories, TCP/UDP ports, shared memory segments, input and output devices etc. Subjects and objects each have a set of security attributes.</p><p>Whenever a subject attempts to access an object, an authorization rule enforced by the operating system kennel examines these security attributes and decides whether the access can take place. Any operation by any subject on any object will be tested against the set of authorization rules (aka policy) to determine if the operation is allowed. According to Pete Sclafani (2002), database management system, in its access control mechanism, can also apply window access control. With window access control, this security policy is centrally controlled by a security policy administrator. Users do not have the ability to override the policy to grant access to files that would otherwise be restricted. By contrast, discretionary access control (DAC), which also governs the ability of subjects to access objects, allows users the ability to make policy decisions or assign security attributes. WAC-enabled systems allow policy administrators to implement organization-wide security policies. Unlike with DAC, users cannot override or modify this policy, either accidentally or intentionally. This allows security administrators to define a central policy that is guaranteed (in principle) to be enforced for all users. According to Barkley J., (1997) MAC has been closely associated with multi-level secure (MLS) systems. The Trusted Computer System Evaluation Criteria (TCSEC), the seminal work on the subject which is often referred to as the “Orange Book”, defines WAC as “a means of restricting access to objects based on the sensitivity (as represented by a label) of the information contained in the objects and the formal authorization (i.e., clearance) of subjects to access information of such sensitivity”. Early implementations of WAC such as Honeywell’s SCOMP, USAF SACDIN, NSA Blacker, and Boeing’s MLS LAN focused on MLS to protect military-oriented security classification levels with robust enforcement. Originally, the term WAC denoted that the access controls were not only guaranteed in principle, but in fact. Early security strategies enabled enforcement guarantees that were dependable in the face of national lab level attacks. More recently, with the advent of implementations such as SELinux (incorporated into Linux kernels, Window Integrity Control (incorporated into Windows Vista and newer), and window schemes derived from the FreeBSD WAC Framework in OS, iOS, and Junos, WAC has started to become more mainstream and is evolving out of the MLS niche. These more recent WAC implementations have recognized that the narrow TCSEC definition, focused as it was on MLS, is too specific for general use Cavale M., and McPherson D., (2003). These implementations provide more depth and flexibility than earlier MLS-focused implementations, allowing (for example) administrators to focus on issues such as network attacks and malware without the rigor or constraints of MLS systems</p><p></p></div><div><p><strong>Theoretical Background</strong></p><p>Many application programs demand too many privileges, more than strictly necessary to access the data on which they operate. Logical model of Windows XP access control, in a declarative but executable (Datalog) format. We have built a scanner that reads access-control configuration information from the Windows registry, file system, and service control manager database, and feeds raw configuration data to the model.</p><p>Adequate security of information and information systems is a fundamental management responsibility. Nearly all applications that deal with financial, privacy, safety, or defense include some form of access control. Access control is concerned with determining the allowed activities of legitimate users, mediating every attempt by a user to access a resource in the system. In some systems, complete access is granted after successful authentication of the user, but most systems require more sophisticated and complex control. In some cases, authorization may mirror the structure of the organization, while in others it may be based on the sensitivity level of various documents and the clearance level of the user accessing those documents. When we run this on a typical Windows installation managed by a careful systems administrator, and several exploitable user-to-administrator and guest-to-any-user vulnerabilities caused by misconfigurations in the default installation of software from Adobe, AOL, Macromedia, Microsoft and some anonymous vendors.</p><p><strong>1.2 </strong><strong> Statement of Problem</strong></p><p>Window access control system with access controls has historically implied a very high degree of robustness that assures that the control mechanisms resist subversion, thereby enabling them to enforce an access control policy that is mandated by some regulation that must be absolutely enforced for classified information.</p><p>For WAC, the access control decision is contingent on verifying the compatibility of the security properties of the data and the clearance properties of the individual (or the process proxying for the individual). The decision depends on the integrity of the metadata (e.g. label) that defines the security properties of the data, as well as the security clearance of the individual or process requesting access.</p><p></p><p><strong>1.3 </strong><strong> Aim and Objectives of Study</strong></p><p>This project aim primary at developing a window access control system that will help to secure unauthorized access to the computer system file or important document. This project is aimed to develop a computerized software program that enforces user authentication and authorization for users of m-desk, and thereby solve the problems derived from the fact that the DICOM standard does not specify a way to place restrictions on the resources a PACS may provide.</p><p>The project also has the ambition to simplify the administration of m-desk.</p><p>That is, the administration regarding the set-up of the DICOM application between m-desk and the WAC. In order to be able to place any restrictions on the resources provided by a WAC, the program should be located logically between the clients and the window.</p><p><strong>1.4 </strong><strong> Purpose of he Study</strong></p><p>The purpose of this study is to provide and to promote the level of security measure in an organization and in individual household. The is aimed at developing or designing a software that will be able to guard the computer from been access in such a way that intruders are not given a bit chance to introduce themselves to the computer system. </p><p><strong>1.5 </strong><strong> Significance of the Study</strong></p><p>Obviously the design of this window access control system is expected to be a guard to any unauthorized access to computer files without adequate permission from the administrator. It help will the organization to be able to secure their document and files from been access by unknown users. This window access control system will help to restore the clients and organization goodwill’s about keeping their file and relevant document. To some organization or individual who might likely prefer having their document save in the computer will be to relief from fact of fear of sabotage. The research will go a long way to alleviate the problem fraud in financial industries. With the advent of this idea or development, files and important document are solely secured. </p><p><strong> 1.6 Scope of the Study</strong></p><p>This research work will concentrate on a window access control system alone. The scope is covered from developing a software that will carry out the operation.</p><p><strong>1.7 Limitations of the Study </strong></p><p>Some of the constraints, which made me not to cover this work wide are;</p><p>1. Financial help which I needed most to carry out this project work</p><p>2. Economic uncertainty in the country</p><p>3. No access to materials related to the topic.</p><p><strong> 1.8 Organization of the Study</strong></p><p>The research work is organized into five chapters.</p><p>Chapter one is the introduction, theoretical background, statement of the problems, objectives of the study, significance of the study, organization of the research, scope and limitations of the study and definition of terms.</p><p>Chapter two contains the review of related literature.</p><p>Chapter three is about the system design and methodology used in gathering information for the research work.</p><p>Chapter four elucidates about the implementation of the system, chapter talks about the summary, conclusion and recommendations.</p><p><strong>1.9 Definition of Terms</strong></p><p><strong>Access: – </strong>This way or an opportunity for someone to use something either in a negative or positive way.</p><p><strong>Principal: </strong>– several measurement techniques used in the life science to gather data for many more variables per sample that the typical number of sample assayed<strong>.</strong></p><p><strong>Policy: – </strong>This is a principal or protocol to guide decision making to achieve rational outcome. A policy is a statement of intend and implemented as a procedure or protocol.</p><p><strong>Security: – </strong>This is the protection of information asset through the use of technology, process and training. Is equally the degree of resistance to or protection from harm. It implies to any vulnerable and valuable asset such as person, dwelling, community, nation or organization.</p><p><strong>Window: – </strong>this is an operating system which is an interface or bridge between computer hardware and software. The hardware is really hard to understand by using the software we made soften the things and forgot about the hardness of the hardware so window is and user friendly interface between computer and</p></div>
<br><p></p>