Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Jurnal Ilmiah Informatika Komputer

ENCODER CRC 32 APPLICATION USING DIRECT CALCULATION ALGORITHM Pratiwi, Swelandiah Endah; Subali, Muhammad
Jurnal Ilmiah Informatika Komputer Vol 13, No 1 (2008)
Publisher : Universitas Gunadarma

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Shipping information in the telecommunications world is often a mistake is made on the data sent. The errorcaused a disturbance at the physical level of interference on the transmission line media, such as electromagneticradiation interference, cross talking, lightning or because of interference noise. This interference causes theinformation which received does not match with the submitted information. CRC is one method that can be usedto detect errors in the system. CRC is basically using mathematical calculations on a number called the checksum(CRC value is also called), which was based on the bits total to be transmitted. Based on these bits totalthere are several CRC types that are CRC 8, CRC 16, CRC 32 and CRC 64. To facilitate the process of calculatingthe CRC value, then was made a step or algorithm that can be implemented in the software (programminglanguage). In this research created an algorithm that uses 32 CRC, and implementing them into the Java programminglanguage in the GUI (Graphic User Interface) form.