Search results for "Protocol"
showing 10 items of 1808 documents
Design of a virtual instrument for water quality monitoring across the Internet
2001
Abstract This article presents the design of a new distributed and multi-platform system for water quality monitoring, enhanced with powerful Internet capabilities. The measured variables are temperature, turbidity, pH, dissolved oxygen, and electrical conductivity. The signal-conditioning block has been simplified through the use of software routines for thermal compensation, hence, reducing the cost and dimensions. The system offers a wide variety of Internet capabilities, like e-mail alarm notifications, automatic storage of measured data in a remote machine via the FTP protocol, dynamic generation of HTML reports, real time graphs, and indicators visible from a remote web browser, etc. …
Hybrid chaotic firefly decision making model for Parkinson’s disease diagnosis
2020
Parkinson’s disease is found as a progressive neurodegenerative condition which affects motor circuit by the loss of up to 70% of dopaminergic neurons. Thus, diagnosing the early stages of incidence is of great importance. In this article, a novel chaos-based stochastic model is proposed by combining the characteristics of chaotic firefly algorithm with Kernel-based Naïve Bayes (KNB) algorithm for diagnosis of Parkinson’s disease at an early stage. The efficiency of the model is tested on a voice measurement dataset that is collected from “UC Irvine Machine Learning Repository.” The dynamics of chaos optimization algorithm will enhance the firefly algorithm by introducing six types of chao…
Lightweight Privacy-aware yet Accountable Secure Scheme for SM-SGCC communications in smart grid
2011
Abstract Smart grid is envisioned as a critical application of cyber-physical systems and of the internet of things. In the smart grid, smart meters equipped with wireless sensors can upload meter readings (data) to smart grid control and schedule centers via the advanced metering infrastructure to improve power delivery efficiency. However, data gathered in short intervals, such as 15 minutes, will expose customers' detailed daily activities (for example, when they get up and when they use oven) using nonintrusive appliance load monitoring. Thus, data must be hidden to protect customers' privacy. However, data accountability is still required for emergency responses or to trace back suspec…
Network and System Performance Management for Next Generation Networks
2006
The physical and logical structures of next generation network and service environment is complex and requires increasingly sophisticated and complicated tools to be fully controllable and well managed. The main problem that has risen is that the old telemanagement model has not enough flexibility to manage rapidly and constantly changing network environment. 3G and 4G networks are basically IP based and the knowledge of IP type traffic management is somewhat new and challenging to telecom vendors. The present way of controlling and managing telecom systems is to use Non Real Time off-line PM (Performance Monitoring) and tools. Time periods between tuning can now be some days to some weeks …
Stability of Positive Systems in WSN Gateway for IoT&IIoT
2020
Modern sensor networks work on the basis of intelligent sensors and actuators, their connection is carried out using conventional or specifically dedicated networks. The efficiency and smooth transmission of such a network is of great importance for the accuracy of measurements, sensor energy savings, or transmission speed. Ethernet in many networks is typically based on the TCP/IP protocol suite. Regardless of whether or not the network transmission is wired or wireless, it should always be reliable. TCP ensures transmission reliability through retransmissions, congestion control and flow control. But TPC is different in networks based on the UDP protocol. The most important here is the tr…
Effect of fatigue and gender on kinematics and ground reaction forces variables in recreational runners.
2017
The presence of fatigue has been shown to modify running biomechanics. Overall in terms of gender, women are at lower risk than men for sustaining running-related injuries, although it depends on the factors taken into account. One possible reason for these differences in the injury rate and location might be the dissimilar running patterns between men and women. The purpose of this study was to determine the effect of fatigue and gender on the kinematic and ground reaction forces (GRF) parameters in recreational runners. Fifty-seven participants (28 males and 29 females) had kinematic and GRF variables measured while running at speed of 3.3 m s−1 before and after a fatigue test protocol. T…
Exploiting EDCA for Feedback Channels in Hybrid VLC/WiFi Architectures
2021
In this paper, we consider integrating VLC and WiFi technologies in a scenario in which Light-Emitting-Diodes (LEDs), acting as network access points (APs) for ultra-dense Internet of Things applications, are deployed into an indoor lighting infrastructure. In such a scenario, RF-links can be exploited for complementing VLC-links in dealing with mobility and bidirectional communications, which can be problematic due to the limited coverage areas and self-generated interference of VLC APs. In particular, we consider the possibility of supporting a technology-based duplexing scheme, in which downlink and uplink transmissions are performed by means, respectively, of VLC and WiFi interfaces int…
Achievement of Interlaboratory Uniformity — A Summary of Work Carried out by the EDNAP Group
1992
This paper describes a collaborative exercise intended to demonstrate whether uniformity of DNA profiles results could be achieved between different European laboratories. It was shown that this goal would be obtained provided that a common protocol was followed (specifically the use of a common electrophoretic buffer is the most important parameter).
K-12 game programming course concept using textual programming
2011
Several programming environments have been constructed to facilitate novice programming at K-12 and CS0/CS1 levels. The environments can be roughly divided into those using visual or textual programming. This paper presents a K-12 game programming course concept based on textual programming. The concept is based on an easy-to-use C# library, called Jypeli, built on top of Microsoft XNA Framework. The library tries to maintain advantages of visual programming and avoid challenges of textual programming. In particular, the library helps beginners to program their first games in a short period of time and without a heavy syntactic load. The course concept and an initial evaluation consisting o…
An object-oriented development platform for transport layer protocols
2002
Transport layer protocols have become a necessary communication element for new and classical real-time applications. The implementation of these protocols has never been structured and the designers of transport layer protocols have always developed without following any pattern. The library we have designed tries to avoid this. We propose a C++ library which could be used to develop transport layer protocols, considering every generic element inside a protocol as an object. At the end we apply the library to a well known transport layer protocol known as SNR.