Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Journal of Renewable Energy, Electrical, and Computer Engineering

Implementation of VRRP for Internet Optimization at Class I Sultan Iskandar Muda Meteorological Station - Banda Aceh Fajar, Kasihan Muhammad; Fuadi, Wahyu; Afrillia, Yesy
Journal of Renewable Energy, Electrical, and Computer Engineering Vol. 4 No. 1 (2024): March 2024
Publisher : Institute for Research and Community Service (LPPM), Universitas Malikussaleh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29103/jreece.v4i1.15812

Abstract

Class I Sultan Iskandar Muda - Banda The Aceh Meteorological Observatory is an environmental engineering implementing agency for observation and data processing, under the responsibility of the Meteorology, Climatology and Geophysical Agency. When using a government agency`s Internet network, failures such as unstable connections, failures, errors, and broken main routers often occur. If the main router goes down, no backup is available. To avoid this, a backup router must exist. Therefore, in this study, we apply an implementation of the virtual redundant router protocol to optimize the Internet network. The reseacrh aims explore to investigate the quality of WiFi network services. Researchers use her QoS analysis using packet loss, delay, and jitter parameters. Testing was conducted using Wireshark software during peak office hours in January and February 2023. The latency parameter findings were 3.49 ms in January and 4.89 ms in February on the main router (very good). The average jitter parameter was 3.49ms in January and 4.89ms in February (very good). The packet loss parameter is 2.05% (good) in February, while the overall average value in January is 0.83%. Overall, the calculation of the three parameters according to the TIPHON standardization is within a good range. His implementation of VRRP at the Sultan Iskandar Muda Weather Observatory proves the effectiveness of his VRRP in improving network availability and reliable backup systems.
Comparison of Random Forest Algorithm Classifier and Naïve Bayes Algorithm in Whatsapp Message Type Classification Hadi, Abdul; Qamal, Mukti; Afrillia, Yesy
Journal of Renewable Energy, Electrical, and Computer Engineering Vol. 5 No. 1 (2025): March 2025
Publisher : Institute for Research and Community Service (LPPM), Universitas Malikussaleh, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29103/jreece.v5i1.21227

Abstract

This study compares the effectiveness of Random Forest and Naïve Bayes algorithms in classifying WhatsApp messages into three categories: normal, promotional, and fraudulent messages. With over 2.78 billion active users worldwide and 90% of Indonesian internet users utilizing WhatsApp, the platform's end-to-end encryption creates challenges for automatic spam detection, necessitating machine learning approaches. A dataset of 300 messages, equally distributed across the three categories, underwent preprocessing including cleansing, case folding, stopword removal, normalization, and stemming before being converted to numerical form using TF-IDF vectorization. Experimental results demonstrated that Naïve Bayes outperformed Random Forest with higher accuracy (88.67% vs. 86.00%), precision (89.64% vs. 88.95%), recall (88.67% vs. 86.00%), and F1-score (88.61% vs. 85.99%). Cross-validation analysis with 10-fold validation further confirmed Naïve Bayes' superior consistency and stability across all evaluation metrics. Additionally, Naïve Bayes exhibited remarkable computational efficiency, requiring only 0.13 seconds for training compared to Random Forest's 3.65 seconds. Confusion matrix analysis revealed Naïve Bayes' particular effectiveness in distinguishing between normal and fraudulent messages, crucial for preventing users from falling victim to scams. The model successfully identified key fraud indicators such as "claim," "account," and "verification" while demonstrating precision in ambiguous cases. These findings contribute significantly to developing more effective spam detection systems for encrypted messaging platforms where traditional filtering mechanisms cannot be applied, ultimately enhancing user safety and experience through automated identification of potentially harmful content.