cover
Contact Name
Ganjar Alfian
Contact Email
ganjar.alfian@ugm.ac.id
Phone
+6281393177733
Journal Mail Official
jise.sv@ugm.ac.id
Editorial Address
Sekip Unit 3, Jl. Yacaranda, Caturtunggal, Kec. Depok, Kabupaten Sleman, Daerah Istimewa Yogyakarta 55281. Indonesia
Location
Kab. sleman,
Daerah istimewa yogyakarta
INDONESIA
Journal of Internet and Software Engineering
ISSN : -     EISSN : 27979016     DOI : https://doi.org/10.22146/jise.v3i1.4834
Core Subject : Science,
1. About the Journal The Journal of Internet and Software Engineering (JISE) is open-access, peer-reviewed and published by the Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada. 2. Aim JISE provides a platform for researchers and scientists to publish their research papers on areas of computer networks and software engineering. The journal publishes papers within scopes of computer networking technology, software engineering methods, artificial intelligence, machine learning, and with emphasis on applied methods and technology. 3. Focus and Scope Subject areas include, but are not limited to the following fields: 3.1. Computer Networks Communication Network Protocols and Architectures Network Services and Applications Network Security and Privacy Network Operation and Management Mobile and Wireless networks Cloud and Fog computing Internet of Things Next Generation Technologies Routing and Scheduling 3.2. Software Engineering Information Systems Software Engineering Methodologies Software Analysis, Design and Modelling Verification and Validation Software Testing and Debugging Web, Mobile and Game programming Project and People Management 3.3. Applied Artificial Intelligence Machine Learning Deep Learning Big Data Data Mining Data Science Computer Vision Expert Systems
Articles 5 Documents
Search results for , issue "Vol 3 No 1 (2022): Journal of Internet and Software Engineering" : 5 Documents clear
Analysis and Implementation of Raspberry Pi Based Wireless Access Point and User Access Notification Using Telegram Pratama, Nashruddin Putra; Oktiawati, Unan Yusmaniar
Journal of Internet and Software Engineering Vol 3 No 1 (2022): Journal of Internet and Software Engineering
Publisher : Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (742.586 KB) | DOI: 10.22146/jise.v3i1.3691

Abstract

Internet network technology has become a human need in almost every activity. Communities in areas experiencing a lack of fiber optic network infrastructure need a tool to access the internet that can be used together in an affordable and efficient manner. This study tries to provide a solution to these problems. Raspberry Pi-based Wireless Access Point uses a USB modem which functions to build a Wireless Local Area Network. Then, a network quality test is carried out by calculating QoS on network traffic including packet loss, throughput and latency with scenarios based on a distance of 0 meter, 4 meter and 8 meter between the Wireless Access Point and the client by conducting online meetings and video streaming. Furthermore, to make it easier to monitor the Raspberry Pi device that acts as a Wireless Access Point, it will send user information that is connected via the Telegram bot.
Packet Filtering Automation System Design Based on Data Synchronization on IP Profile Database Using Python Rizkilina, Tri Multy; Rosyid, Nur Rohman
Journal of Internet and Software Engineering Vol 3 No 1 (2022): Journal of Internet and Software Engineering
Publisher : Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (744.542 KB) | DOI: 10.22146/jise.v3i1.3978

Abstract

Data traffic on a dense network is a threat to cybercrime and a high vulnerability for technology companies so that the challenges to prevent it will be more diverse. Adding a strengthening of the boundary wall or firewall and sorting data through packet filtering plus writing firewall rules to prevent malware and attacks from outside at the network device level is an alternative to protect the traffic you have. When heavy traffic makes data exchange uncontrollable, this research will create an automation design so that the sorting of incoming data packets through selection based on the specified rules runs in real-time so that the prevention of crime that enters the network is more swiftly handled. The system is running successfully by connecting the MQTT Collector as a subscriber that uses the python programming language to retrieve profiling data from the IP Profile database. The system was tested on a mikrotik router RB951Ui-2HnD which then the blocking track record will be stored in the Dynamic Firewall Data database in MongoDB. Also added a tool for controlling data in storage in the form of a program release. The results of the test show that data with an average base score above 20 is blocked and then stored in the block list in checking the collection in the database every 30 seconds. In addition, the data in the database will be checked every day within 30 days which will then be released and recorded in the release log in MongoDB.
Implementation and Performance Analysis of Temperature and Humidity Monitoring System for Server Room Conditions on Lora-Based Networks Effendi, Siti Zubaidah; Oktiawati, Unan Yusmaniar
Journal of Internet and Software Engineering Vol 3 No 1 (2022): Journal of Internet and Software Engineering
Publisher : Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (608.238 KB) | DOI: 10.22146/jise.v3i1.4834

Abstract

Abstract – A server room is a room used to store applications, data and network devices such as routers. The server room is the data center of a company or institution in which there are applications and databases that store all important and valuable information for the company or institution concerned, therefore the server room must always be in good temperature conditions because the devices work for 24 hours no stopping. If there is a significant increase in temperature, it can cause system performance to be disrupted or hardware damage occurs. The cooler in the server room is not optimal because the cooler is often constrained by frequent power outages. From these problems, a solution is needed to be able to monitor the system remotely so that changes in room temperature can be seen in real time. The Internet of Things (IoT) is the solution to this problem, by using LoRa, which then sends the data to the Telegram application that has been installed on the smartphone so that real-time temperature changes can be obtained
Application Performance Monitoring System Design Using Opentelemetry and Grafana Stack Kusuma, Guntoro Yudhy; Unan Yusmaniar Oktiawati
Journal of Internet and Software Engineering Vol 3 No 1 (2022): Journal of Internet and Software Engineering
Publisher : Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1296.439 KB) | DOI: 10.22146/jise.v3i1.5000

Abstract

The increasingly massive use of digital technology requires that the application architecture be designed to have high availability and reliability. This is because when an application cannot be accessed, it will cause no small loss to the organization. Therefore, the development and operation teams must be able to detect when their system is not working well. For that, we need a system that can monitor application performance. In this research, a system is developed to collect telemetry data, namely metrics and traces from an online donation backend application based on the REST API. OpenTelemetry produces telemetry as an open-source telemetry instrumentation tool. Then the telemetry data is collected by the OpenTelemetry Collector which is then stored on the backend of each telemetry. Metrics are sent to Prometheus and traces are sent to Jaeger. The data metrics collected are throughput, request latency, and error rate which are visualized using the Grafana dashboard. The test results show that the monitoring system can collect real-time metrics data with an average delay of 13,8 seconds. The system can also detect when an anomaly occurs in the app and sends notifications via Slack. In addition, the trace data collected can be used to simplify the debugging process when an error occurs in the application. However, the implementation of OpenTelemetry in a REST API-based backend application to monitor metrics and traces has a negative impact on the performance of the application itself, which can reduce the number of request throughput with an average decrease of 23.32% and increase request latency with an average increase of 22.80%.
Implementation of Serverless Internet of Things Architecture in Cold Chain Monitoring Mulyani, Aisyah; Oktiawati, Unan Yusmaniar
Journal of Internet and Software Engineering Vol 3 No 1 (2022): Journal of Internet and Software Engineering
Publisher : Department of Electrical Engineering and Informatics, Vocational College, Universitas Gadjah Mada

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (513.883 KB) | DOI: 10.22146/jise.v3i1.5040

Abstract

With the current technological developments, the need for monitoring in cold chain logistics as well as the problem of limitations on IoT devices such as data storage and computing capabilities can be handled with the help of cloud technology. Cloud has a concept called serverless. In this study, researchers tried to examine serverless services that can be integrated with IoT devices. The IoT devices used consist of nodes and gateways. In this final project research, testing and analysis of gateway devices and serverless architecture are carried out. NodeMCU which is part of the gateway device and AWS IoT as a serverless service will be integrated in this research. The serverless architecture system that was built also has a function to store data and send notifications to the user. Meanwhile, data monitoring will be carried out through Grafana. The results of AWS IoT performance testing when integrated with IoT gateway devices through QoS testing according to the TIPHON standard are categorized as satisfactory and the implemented system functions as expected.

Page 1 of 1 | Total Record : 5