Willy Sudiarto Raharjo
Duta Wacana Christian University

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

IMPLEMENTASI ALGORITMA SCHMIDT-SAMOA PADA ENKRIPSI DEKRIPSI EMAIL BERBASIS ANDROID Willy Ristanto; Willy Sudiarto Raharjo; Antonius Rachmat Chrismanto
Jurnal Informatika Vol 9, No 1 (2013): Jurnal Informatika
Publisher : Universitas Kristen Duta Wacana

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (15027.317 KB) | DOI: 10.21460/inf.2013.91.136

Abstract

Cryptography is a technique for sending secret messages. This research builds an Android-based email client application which implement cryptography with Schmidt-Samoa algorithm, which is classified as a public key cryptography. The algorithm performs encryption and decryption based on exponential and modulus operation on text messages. The application use 512 and 1024 bit keys. Performance measurements is done using text messages with character number variation of 5 – 10.000 characters to obtain the time used for encryption and decryption process. As a result of this research, 99,074% data show that decryption process is faster than encryption process. In 512 bit keys, the system can perform encryption process in 520 - 18.256 miliseconds, and decryption process in 487 - 5.688 miliseconds. In 1024 bit keys, system can perform encryption process in 5626 – 52,142 miliseconds (7.388 times slower than 512 bit keys) and decryption process with time 5463 – 15,808 miliseconds or 8.290 times slower than 512 bit keys.
Implementasi Load Balancing Web Server Menggunakan Metode LVS-NAT Jefry Alvonsius Rabu; Joko Purwadi; Willy Sudiarto Raharjo
Jurnal Informatika Vol 8, No 2 (2012): Jurnal Informatika
Publisher : Universitas Kristen Duta Wacana

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (6069.19 KB) | DOI: 10.21460/inf.2012.82.126

Abstract

Web server plays a vital role on serving requests from clients. As Internet users grows so fast, the request number increases significantly, thus reducing the overall performance of the web server. One solution is to implement a load balancing system.In this paper, we implement load balancing with Linux Virtual Server to distribute the load to several machines within a cluster. We compared Round Robbin and Least Connection algorithm. The study reveals that load balancing using LVS-NAT can double the throughput output compared to single web server, but less significant on response time and CPU utilization. Implementing LVS-NAT using round robbin algorithm is more robust in optimizing the throughput, CPU utilization, and response time compared to least connection.