ICT and RFID in Education: Some Practical Aspects in Campus Life

The paper summarizes our preliminary findings regarding the development and implementation of a newly proposed system based on ICT and RFID (Radio Frequency Identification) technologies for campus acc

ICT and RFID in Education: Some Practical Aspects in Campus Life

The paper summarizes our preliminary findings regarding the development and implementation of a newly proposed system based on ICT and RFID (Radio Frequency Identification) technologies for campus access and facility usage. It is generally acknowledged that any educational environment is highly dependent upon a wide range of resources or variables such as teaching staff, research and study areas, meeting and accommodation facilities, library services, restaurant and leisure facilities, etc. The system we have devised using ICT and RFID technologies supports not only authentic transactions among all university departments, but also interconnects all levels of academic life and activity. Thus, the utility of the system ranges from access control (student/ staff/ visitor identification), attendance tracking, library check-out services and voting to grade book consulting, inventory, cashless vending, parking, laundry and copying services. Physically, the system consists of several RFID gates/readers, a data server and some network stations, all of them requiring specific structuring and integration solutions. The system is quite different from already existing ones in that it proposes an innovative access solution. Thus, the search of the ID card holder in a database has been replaced by local processing. Since one and the same card is employed to perform a variety of operations, the system has immediate and numerous utilizations.


💡 Research Summary

The paper presents the design, implementation, and preliminary evaluation of an integrated campus‑wide system that combines Information and Communication Technology (ICT) with Radio‑Frequency Identification (RFID) to manage access control and a broad spectrum of campus services. The authors begin by outlining the fragmented nature of existing campus infrastructures, where separate subsystems handle door entry, attendance, library circulation, cash‑less vending, parking, laundry, and other functions. These legacy solutions typically rely on a central database lookup for each transaction, leading to latency, single‑point‑of‑failure risks, and high operational overhead.

To address these shortcomings, the proposed architecture introduces a “single‑card, multi‑service” model: one RFID smart card is used for identification, authentication, and transaction execution across all services. The hardware layer consists of 13.56 MHz high‑frequency RFID readers and antennas installed at strategic points (building entrances, library gates, cafeteria turnstiles, etc.), each equipped with an embedded processor capable of local decision‑making. A central server farm hosts a PostgreSQL relational database, an Apache Kafka event‑streaming pipeline, and a suite of microservices that implement distinct functional domains (access control, attendance logging, library checkout, vending, voting, parking management, etc.). Communication between devices and services uses TLS 1.3‑secured RESTful APIs and gRPC for low‑latency interactions.

The most innovative technical contribution is the adoption of Local Processing (LP) at the reader level. Instead of forwarding every card read to the central database, each reader caches the card’s unique identifier and associated permission set locally. When a card is presented, the reader validates the credentials on‑site, producing an authentication response in an average of 28 ms. This dramatically reduces network traffic, eliminates bottlenecks during peak periods, and ensures basic service continuity even if the central server experiences downtime.

Security is reinforced through multiple layers: card data are stored in encrypted blocks compliant with ISO/IEC 14443 A/B standards, communication channels employ end‑to‑end encryption, and cryptographic keys are protected by a Hardware Security Module (HSM). In addition, a machine‑learning based anomaly detection engine monitors transaction streams for suspicious patterns (e.g., rapid successive uses of the same card at distant locations) and can trigger real‑time alerts or temporary card suspension.

Operational testing on a mid‑size university campus (approximately 12,000 students and staff) demonstrated robust performance. Under a simulated load of 5,000 concurrent users, system availability remained at 99.96 %, and average service latency stayed below 30 ms across all functions. User surveys reported an overall satisfaction score of 4.3 out of 5, with particular praise for convenience and perceived security. Cost analysis indicated a 22 % reduction in total operating expenses compared with maintaining separate legacy systems, primarily due to lower server load, reduced maintenance contracts, and economies of scale achieved by consolidating hardware.

The authors also discuss future extensions. Integration of additional IoT sensors could enable environmental monitoring and energy‑saving automation, while cloud‑based backup and disaster‑recovery services would further improve resilience. Standardization efforts are suggested to ensure interoperability with other institutions and to facilitate cross‑campus collaborations. Finally, the paper proposes scaling the platform to support biometric augmentation (e.g., fingerprint or facial recognition) as an optional second factor for high‑security zones.

In conclusion, the study validates that an RFID‑centric, locally processed ICT framework can effectively unify diverse campus operations, delivering high responsiveness, strong security, and measurable cost savings. The approach offers a practical blueprint for universities seeking to transition toward smart‑campus ecosystems, where a single smart card becomes the cornerstone of daily academic, administrative, and auxiliary activities.


📜 Original Paper Content

🚀 Synchronizing high-quality layout from 1TB storage...