Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 174995 dokumen yang sesuai dengan query
cover
Rangga Taruna Atmaja
"Seringnya terjadi keterlambatan ataupun gagalnya pengguna jasa dalam melakukan pembayaran memberikan efek yang besar kepada penyedia jasa. Tidak jarang pula dampak dari kejadian ini membuat banyak badan usaha jasa konstruksi mengalami kebangkrutan akibat terganggunya finansial pada badan usaha tersebut. Sistem pembayaran antara pengguna jasa ke penyedia jasa sudah diatur dalam perjanjian kontrak antara kedua belah pihak. Tetapi kontrak tersebut dirasa tidak membuat risiko keterlambatan atau kegagalan pembayaran ini berkurang. Permasalahan sering terjadi akibat masih kurangnya kompetensi sumber daya manusia yang berada pada level manajemen. Pihak manajemen yang seharusnya memegang peranan penting dalam mengatur jalannya proyek seringkali gagal dalam menjalankan tugasnya. Permasalahan berikutnya muncul pada di pihak pengguna jasa yang memang tidak ada keinginan untuk membayar penyedia jasa setelah pekerjaannya selesai. Oleh karena itu, penelitian ini mencoba mencari solusi dengan memperbaiki sistem pembayaran dengan prosedural yang terotomatisasi dan transparan sehingga semua pihak bisa memantau proses tersebut. Sistem ini akan dibangun dengan menggunakan smart contract yang dibangun di atas platform blockchain (Etherium) dan terintegrasi dengan data model BIM (Building Information Modeling). Dengan adanya sistem otomatisasi ini maka waktu pembayaran akan bisa dipercepat sehingga bisa menjaga kemampuan finansial semua stakeholder.

Often there are delays or failures from service users in making payments will have a great effect on service providers. Frequently the impact of this incident caused many construction service business entities to go bankrupt due to financial disruption to the business entity. The payment system between service users to service providers is regulated in a contractual agreement between the two parties. But the contract does not reduce the risk of delay or failure of payment. Problems often occur due to the lack of competence in human resources at the management level. Management who should play an important role in managing the project often fails to carry out their duties. The next problem arises on the part of service users who do not want to pay service providers after the work is completed. Therefore, this research tries to find a solution by improving the payment system with an automated and transparent procedural so that all parties can monitor the process. This system will be built using a smart contract built on the blockchain’s (Etherium) platform and integrated with BIM (Building Information Modeling) data models. With this automation system, the duration of payment can be accelerated so that it can maintain the financial capabilities of all stakeholders."
Jakarta: Fakultas Teknik Universitas Indonesia, 2022
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Viddi Mardiansyah
"Lightweight blockchain hadir sebagai solusi baru dalam teknologi blockchain, terutama ketika diintegrasikan ke dalam perangkat Internet of Things (IoT). Teknologi blockchain telah banyak digunakan di berbagai industri namun memiliki keterbatasan, seperti skalabilitas, konsumsi energi yang tinggi, dan waktu pemrosesan transaksi yang lama. Lightweight blockchain mengatasi masalah ini dengan pendekatan baru, seperti modifikasi ataupun usulan pada konsensus, algoritma, ataupun proses mining, yang bertujuan mengurangi kompleksitas komputasi dan konsumsi energi pada jaringan blockchain. Lightweight blockchain sangat cocok jika diintegrasikan ke dalam perangkat IoT. Usulan proses mining dengan pendekatan cluster mining dan penambahan struktur gabungan dari struktur data Merkle Patricia Trie dengan Linked List merupakan dua peningkatan dari kemampuan lightweight blockchain yang ditawarkan pada disertasi ini. Penelitian ini berfokus pada algoritma konsensus Proof of Work (PoW) yang umum digunakan dalam jaringan blockchain. Tujuan utama penelitian ini adalah untuk mempercepat waktu yang diperlukan dalam proses mining suatu blok dan proses pencarian query/lookup data di dalam suatu blok. Usulan pertama untuk meningkatkan kemampuan lightweight blockchain dalam disertasi ini adalah merancang proses mining dan pendekatan tingkat kesulitan yang dapat disesuaikan (penyesuaian algoritma dalam mencari hash target dengan pendekatan leading-zero atau count-zero juga diuji pada penelitian ini) saat membuat blok pada jaringan lightweight blockchain. Penelitian ini membuktikan bahwa cluster mining dengan pendekatan count-zero lebih cepat dalam proses mining. Dari hasil percobaan, untuk waktu kurang dari 30 detik, cluster mining dengan pendekatan count-zero mampu melakukan proses mining dengan tingkat kesulitan ke-18. Sedangkan pendekatan leading-zero untuk waktu yang sama hanya mampu mencapai tingkat kesulitan ke-3, pada tingkat kesulitan ke-4, waktu yang diperlukan lebih dari 30 detik. Usulan yang kedua adalah penambahan struktur data baru, gabungan dari struktur data Merkle Patricia Trie dan struktur data Linked Lists. Penggabungan ini bertujuan untuk meningkatkan kemampuan menyimpan informasi di blockchain dan tetap dapat menghasilkan informasi terperinci untuk world-state atau status pengguna jaringan lightweight blockchain saat ini. Struktur data gabungan ini dapat meningkatkan efisiensi proses pencarian (query/lookup). Dari hasil percobaan penggabungan struktur data ini, waktu yang diperlukan untuk melakukan pencarian (query/lookup) data berjalan stabil pada kisaran kurang dari satu milidetik, sedangkan pencarian (query/lookup) pada Merkle Tree memerlukan waktu dari 0.011 sampai 0.18detik, atau struktur baru memiliki kecepatan sekitar 11 sampai 180 kali lebih cepat dibandingkan dengan struktur Merkle Tree. Cluster mining dan kombinasi struktur Merkle Patricia Trie dan Linked Lists berpotensi lebih cepat dalam membuat blok saat menggunakan konsensus PoW dan dapat meningkatkan efisiensi pencarian historytransaksi pada sistem lightweight blockchain yang terintegrasi dengan IoT.

Lightweight blockchain is a new solution in blockchain technology, especially when integrated into the Internet of Things (IoT) devices. Blockchain technology has been widely used in various industries but has limitations, such as scalability, high energy consumption, and long transaction processing times. Lightweight blockchain overcome this problem by introducing new approaches, such as modifications or proposals to consensus, algorithms, or mining processes, which aim to reduce the blockchain network's computational complexity and energy consumption. Lightweight blockchain is suitable when integrated into the IoT devices with limitations. The proposed mining process with a cluster mining approach and adding a combined structure from the Merkle Patricia Trie data structure with Linked List are two improvements to the lightweight blockchain capabilities offered in this dissertation. This research focuses on the Proof of Work (PoW) consensus algorithm in blockchain networks. The main objective of this research is to speed up the time required in the mining process of a block and the process of searching query/lookup data in a block. The first proposal to improve the capabilities of lightweight blockchains in this dissertation is to design a mining process using the cluster mining method and an adjustable difficulty level approach (algorithm adjustments in finding a hash target with a leading-zero or count-zero approach are also tested in this study) when creating blocks on a lightweight blockchain network. This research proves that cluster mining with a count-zero approach is faster in the mining process. From the results of the experiments that have been carried out for less than 30 seconds, cluster mining with a count-zero approach can carry out the mining process with the 18th level of difficulty. Whereas the leading-zero approach for the same time is only able to reach the third difficulty level, at the fourth difficulty level, it takes more than 30 seconds. The second proposal is the addition of a new data structure, a combination of the Merkle Patricia Trie data structure and the Linked Lists data structure. This merger aims to improve the ability to store information on the blockchain and still be able to produce detailed information for the world-state or the current user status of the lightweight blockchain network. This combined data structure can significantly improve the efficiency of the search process (query/lookup). From the experimental results of combining these data structures, the time required to perform a search (query/lookup) of data is stable in the range of less than one millisecond, while searching (query/lookup) on the Merkle Tree takes from 0.011 to 0.18 seconds, or a new structure has a speed of about 11 to 180 times faster than the Merkle Tree structure. Mining clusters and the combination of the Merkle Patricia Trie and Linked Lists structures have the potential to create blocks faster when using PoW consensus. They can increase the efficiency of searching transaction history on a lightweight blockchain integrated with the IoT."
Depok: Fakultas Teknik Universitas Indonesia, 2023
D-pdf
UI - Disertasi Membership  Universitas Indonesia Library
cover
Zafran Hibatullah Tsany
"Perkembangan teknologi yang begitu cepat menyebabkan berbagai perubahan pada setiap aspek dalam kehidupan. Salah satu aspek yang berubah adalah aktivitas jual beli yang awalnya dilakukan secara langsung, kini dapat dilakukan dengan meng- gunakan media elektronik dan digital. Aktivitas jual beli secara online ini biasa disebut dengan istilah e-commerce . Untuk itulah dibutuhkan sebuah sistem e- commerce yang mengedepankan aspek keamanan dan kenyamanan. Teknologi yang dapat menangani permasalahan tersebut adalah blockchain. Adanya teknologi smart contract yang bersifat self-executed dan terdistribusi menjadi jaminan bagi semua pihak yang terlibat untuk memenuhi kewajibannya. Dalam penelitian ini dibahas mengenai implementasi smart contract pada teknologi blockchain menggunakan Ethereum pada sistem penjualan produk digital. Proses penelitian ini terdiri dari perancangan sistem blockchain serta pengujian performa pada jaringan tes Goerli yang merupakan salah satu jaringan tes pada blockchain. Implementasi dilakukan pada sebuah halaman web, agar pengguna dapat memilih dan membeli produk digi- tal. Dari implementasi sistem dan evaluasinya ditemukan bahwa penambahan jum- lah iterasi yang dilakukan pada satu periode, mempengaruhi kenaikan waktu di se- tiap proses transaksi pada jaringan blockchain. Waktu rata-rata pengujian pada 1, 10, dan 100 iterasi yaitu 23850ms, 20515.8ms, dan 31943.3ms. Selain itu, gas priority fee yang dibayarkan pada transaksi di jaringan blockchain berpengaruh ter- hadap lama waktu transaksi diproses. Transaksi dengan biaya gas yang paling tinggi akan diprioritaskan terlebih dahulu pada jaringan blockchain. Waktu rata-rata pen- gujian pada gas priority fee 2.5 Gwei, 3.5 Gwei, dan 4.5 Gwei yaitu 29240.69ms, 28800.77ms, dan 28258.68ms.

The rapid development of technology has caused various changes in every aspect of life. One aspect that has changed is buying and selling activities, which were originally done directly, can now be done using electronic and digital media. This online buying and selling activity is commonly referred to as e-commerce. There- fore, a secure and convenient e-commerce system is needed. Technology that can address these issues is blockchain. The existence of smart contract technology, which is self-executed and distributed, is a guarantee for all parties involved to fulfill their obligations. This research discusses the implementation of smart con- tracts on blockchain technology using Ethereum in a digital product sales system. The research process consists of designing the blockchain system and testing its performance on the Goerli test network, which is one of the test networks on the blockchain. The implementation is carried out on a web page, so users can choose and buy digital products. From the implementation and evaluation of the system, it was found that the increase in the number of iterations performed in one period affects the increase in time in each transaction process on the blockchain network. The average testing time for 1, 10, and 100 iterations was 23850ms, 20515.8ms, and 31943.3ms. In addition, the gas priority fee paid for transactions on the blockchain network affects the processing time of the transaction. Transactions with the high- est gas fees will be prioritized first on the blockchain network. The average testing time for gas priority fees of 2.5 Gwei, 3.5 Gwei, and 4.5 Gwei was 29240.69ms, 28800.77ms, and 28258.68ms."
Depok: Fakultas Teknik Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Harman Yusuf
"Blockchain telah menjadi salah satu teknologi penting karena kemampuan transparansi dan privasi yang dimiliki. Banyak perusahaan melihat kemampuan dari Blockchain sebagai terobosan untuk banyak kasus, seperti rantai pasok. Penelitian ini membahas kasus masalah ledger pemasok sayuran. Pemasok sayuran membutuhkan satu hari untuk menyalin transaksi ke dalam ledger dan seringkali ada beberapa distorsi informasi antara pemasok dan pelanggan. Penelitian ini menggunakan Hyperledger Fabric untuk membangun Blockchain Network sesuai dengan permasalahan pemasok sayuran. Blockchain Network dibuat dengan sembilan channel dan Crash Fault Tolerance dengan menggunakan apache kafka. Blockchain Network yang telah dikembangkan akan disimulasikan dengan dua iterasi yang setiap iterasi terdiri dari 40 putaran dan setiap putaran berisi 3000 transaksi. Rata-rata throughput iterasi pertama adalah 27,9 tps dengan throughput tertinggi di putaran 1 dengan throughput 34,1 tps dan terendah di putaran 37 dengan throughput 25,3 tps. Selanjutnya, iterasi pertama memiliki success rate 99,1% dengan success rate minimum 93,3% di putaran 37. Throughput iterasi kedua adalah 28,1 tps dengan throughput tertinggi di putaran 1 dengan throughput 32,8 tps dan terendah di putaran 40 dengan throughput 21,3 tps. Selain itu, rata-rata success rate iterasi ke dua adalah 98,9% dengan success rate minum adalah 80,4% di putaran 40. Hasil simulasi tersebut menunjukkan bahwa Blockchain Network yang dikembangkan sangat kompatibel dengan masalah yang dimiliki oleh pemasok sayuran.

Blockchain has become one of the most important technology because of its capabilities such as transparency and privacy. Many enterprises see these capabilities as a breakthrough to many cases, such as supply chain. This paper discusses a case of a vegetables supplier that faced some problems about the ledger. Usually the company need one day to finish the ledger and sometimes there are some information distortion between supplier and client. This paper use Hyperledger Fabric to build Blockchain Network that is compatible with the supplier problems. The Blockchain Network created with nine channels and Crash Fault Tolerance by using kafka. This Blockchain Network is tested with two iteration which iteration is tested with 40 rounds of 3000 transaction. The first iteration throughput average is 27.9 tps with the highest throughput in round 1 with a throughput of 34.1 tps and the lowest in round 37 with a throughput of 25.3 tps. Furthermore, the first iteration has a success rate average of 99.1% with a minimum success of 93.3% in round 37. The second iteration throughput is 28.1 tps with the highest throughput is in round 1 with a throughput of 32.8 tps and the lowest is in round 40 with a throughput of 21.3 tps. Furthermore, the success rate average of the second iteration is 98.9% with the lowest success rate is 80.4% in round 40. This performance indicates that the developed Blockchain Network is very compatible with the problem that vegetables supplier has."
Depok: Fakultas Teknik Universitas Indonesia, 2019
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Sabrina Oktaviani
"Skripsi ini membahas mengenai pengaturan smart contract menurut hukum Indonesia, termasuk mengenai konsep umum hukum perikatan, perjanjian, kontrak elektronik, smart contract dan agen elektronik, yang kemudian akan dibandingkan dengan pengaturan smart contract yang diterapkan di Nevada. Metode yang digunakan dalam penelitian ini adalah metode perbandingan hukum yang menghasilkan bentuk penelitian yuridis-normatif. Hasil penelitian ini menunjukkan bahwa terdapat beberapa persamaan maupun perbedaan terkait pengaturan smart contract di antara kedua negara tersebut. Sehingga, diperoleh saran bahwa Indonesia perlu merevisi atau menambahkan ketentuan smart contract secara tersendiri dalam Undang-Undang Informasi dan Transaksi Elektronik dan Peraturan Pemerintah tentang Penyelenggaraan Sistem dan Transaksi Elektronik agar menciptakan kepastian hukum bagi para pelaku kegiatan ekonomi yang menggunakan perjanjian dalam bentuk smart contract ketika bertansaksi secara elektronik.

This paper dicusses about the regulations of smart contract according to Indonesian law, including the general concepts of the law of obligations, agreements, electronic contracts, smart contract and electronic agents, which will be compared with the regulations of smart contract that applied in Nevada. The methoed used in this research is a comparative law that produces a form of juridical-normative research. The results of these thesis/essay shows/indicate that there were several similarities and differencesregarding the regulations of smart contract between the two countries. Therefore, the suggestion that the author give is Indonesia needs to revise or add the provisions of smart contract agreement individually in the Electronic Information and Transaction Act and the Government Regulation on the Implementation of Electronic Systems and Transactions in order to create legal certainty for the subjects of economic activities that use the agreement in the form of smart contract when they made a transactions electronically.
"
Depok: Fakultas Hukum Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Erlina Novita
"Seiring dengan perkembangan teknologi, muncul berbagai inovasi kontrak elektronik baru, salah satunya adalah Blockchain Smart Contract yang mengandalkan sistem buku besar terdesentralisasi dalam bentuk digital yang beroperasi secara otomatis (self-executing) menggunakan cryptocurrency di blockchain. Dalam penerapannya transaksi elektronik blockchain smart contract yang dilakukan dengan kode komputer dan tanpa pihak ketiga dalam hal ini Notaris, dapat menimbulkan berbagai pertanyaan dalam keabsahannya seperti legalitas dan permasalahan hukum. Notaris ialah pejabat umum yang berwenang untuk membuat akta autentik yang pembuktiannya sempurna. Pada prinsipnya, konsep desentralisasi jaringan komputer melalui teknologi blockchain yang tanpa orang ketiga sebagai penjamin inilah yang menjadi sumber masalah, karena konsep desentralisasi tersebut menghapuskan middle-man yang berfungsi sebagai penjamin hukum. Teknik pengumpulan data yang digunakan adalah studi kepustakaan, selanjutnya teknik analisis yang digunakan adalah metode deduktif. Dalam penelitian ini, Peneliti menghubungkan karakteristik blockchain smart contract dengan sistem Notaris konvensional terutama dalam menentukan identitas para pihak. Sistem identifikasi seperti tanda tangan elektronik (e-signature) dalam smart contract belum memadai. E-signature dalam smart contract ini cukup untuk menentukan identitas para pihak, tetapi tidak cukup jika dibandingkan dengan akta yang dibuat oleh Notaris dikarenakan smart contract tidak dapat membedakan antara manusia dan robot. Meskipun demikian, smart contract masih dapat digunakan oleh Notaris dalam proses kenotariatan.

Along with technological developments, various new electronic contract innovations have emerged. One example is the blockchain smart contract, which relies on a decentralized ledger system in digital form that moves automatically (self-executing) by using cryptocurrency on the blockchain. With its application in electronic transactions carried out without human intervention, in this case, was Notary and based on computer code, it raises various questions regarding its validity, legality, and the problem of blockchain smart contract. The obligation of a notary in the making of an authentic deed. In principle, the concept of decentralization ledger through blockchain technology is the source of the problem because the concept of decentralization eliminates the existing middleman. To answer the problem, researchers use the normative type of research with a statutory approach and conceptual approach. In this research, researchers try to connect the characteristics of smart contracts with current Notary System regarding contracts, information and electronic transactions in Indonesia. The smart contract can fulfil several Notary elements, such as the protection of the parties. However, identification systems such as electronic signatures (e-signatures) in smart contracts are not sufficient. The e-signature in this smart contract is sufficient to determine the identity of the parties, but not enough when compared to a deed made by a notary because smart contracts cannot distinguish between humans and robots. The conclusion is the smart contract could not replace the Notary. However, smart contracts can still be used by a Notary in the notary process."
Jakarta: Fakultas Hukum Universitas Indonesia, 2022
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Christiantono Tedjo
"Dalam mencapai tujuan proyek yang efektif, efisien, serta aman diperlukan perencanaan metode konstruksi yang matang. Metode konstruksi pada proyek bisa berbeda-beda tergantung deskripsi dan desain dari proyek tersebut. Perencanaan metode konstruksi pada umumnya tidak sebentar, melibatkan banyak pihak, serta perlu pertimbangan dari segi biaya, sumber daya, dan safety. Salah satu proses berkelanjutan dan berpengaruh dalam pendefinisian metode konstruksi adalah penentuan sumberdaya, alat, tahapan kerja, serta penyesuaian teknis alat berat. Ditambah perlunya karakteristik perencanaan konstruksi untuk gedung pintar pada masa ini. Machine-learning yang dikombinasikan dengan sistem blockchain merupakan salah satu instrumen yang dapat mengakomodir proses dalam metode konstruksi terutama dalam pendefinisian schedule alat dan sumberdaya, serta tahapan konstruksi. Mulai dari perencanaan sampai integrasi-evaluasi dengan basis historical data. Digunakannya instrumen tersebut dalam penelitian hasilnya mampu
mendefinisikan proses perencanaan konstruksi yang sangat cepat dengan menggunakan data spesifikasi dan biaya bangunan, sehingga dapat meningkatkan
produktiftas proses perencanaan konstruksi, serta dibandingkan metode perencanaan manual dapat memberikan hasil yang lebih efisien dari segi
penjadwalan sumberdaya dan alat, serta biayanya.

In achieving project objectives that are effective, efficient, and safe, careful planning of construction methods is required. Construction methods on projects may vary depending on the description and design of the project. Construction method planning is generally not short, involves many parties, and requires consideration in terms of costs, resources, and safety. One of the continuous and influential processes in defining construction methods is the determination of resources, tools, work stages, and technical adjustments of heavy equipment. Plus the need for construction planning characteristics for smart buildings at this time. Machine-learning combined with a blockchain system is one instrument that can
accommodate the process of construction methods, especially in defining tool and resource schedules, as well as construction stages. Starting from planning to integration-evaluation with the historical database. The use of these instruments in research results in being able to define fast construction planning process using building specifications data and budget, to increase the productivity of the construction planning process, and compared to manual planning methods can provide more efficient results in terms of scheduling resources and tools, as well as costs.
"
Depok: Fakultas Teknik Universitas Indonesia, 2021
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Mochamad Bagus Pradana
"Data Perserikatan Bangsa Bangsa PBB pada tahun 2014 menunjukan bahwa populasi penduduk yang tinggal di perkotaan saat ini telah mencapai lebih dari setengah penduduk dunia. Penggunaan Teknologi Informasi dan Komunikasi TIK untuk meningkatkan kualitas hidup dan kontribusi warga dalam pembangunan kota merupakan konsep dari Smart City. Pemerintah Provinsi Pemprov DKI Jakarta meluncurkan sistem layanan elektronik rdquo;Smart City rdquo; untuk mengetahui, memantau, sekaligus menindaklanjuti segala keluhan masyarakat memalui aplikasi mobile Qlue. Namun, dalam perkembangannya program tersebut menemui beberapa kendala, yaitu kurangnya partisipasi Rukun Tetangga dan Rukun Warga dalam program tersebut. Hal tersebut dibuktikan dengan berkurangnya jumlah pengguna aktif bagi pengguna RT dan RW yang diikuti dengan turunnya jumlah pengaduan. Selain itu, kurangnya partisipasi Rukun Tetangga dan Rukun Warga juga menyebabkan sulitnya untuk mengukur kinerja mereka.
Penelitian ini dilakukan untuk mengidentifikasi faktor-faktor yang memengaruhi niat penggunaan berkelanjutan pada aplikasi mobile Qlue oleh pengguna RT dan RW di Jakarta. Data penelitian ini didapatkan secara online dan offline dan dianalisis dengan menggunakan pendekatan PLS-SEM. Penelitian ini menyimpulkan bahwa faktor perspektif teknologi dan pengalaman pengguna memberikan pengaruh positif yang signifikan terhadap niat menggunakan kembali.

The United Nations UN data of 2014 shows that the current urban population has reached more than half the world 39 s population. The use of Information and Communication Technology ICT to improve the quality of life and the contribution of citizens in urban development is a concept of Smart City. Jakarta Provincial Government Pemprov launches Smart City electronic service system to know, monitor, and follow up all complaints of people through Qlue mobile application. However, in its development the program encountered several obstacles, namely the lack of participation of Neighborhood Association and Citizen Association in the program. This is evidenced by the decrease in the number of active users for RT and RW users followed by the decline in the number of complaints. In addition, the lack of participation of Neighborhood Association and Citizen Association also makes it difficult to measure their performance.
This study was conducted to identify factors affecting the sustainable use intentions of Qlue mobile applications by Neighborhood Association and Citizen Association users in Jakarta. This research data is obtained online and offline and analyzed by using PLS SEM approach. This study concludes that technological perspective factors and user experience have a significant positive effect on reuse intentions.
"
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2017
TA-Pdf
UI - Tugas Akhir  Universitas Indonesia Library
cover
Rachma Maharani Ulfa
"

Internet of things (IoT) seringkali menjadi target serangan Distributed Denial of Service (DDoS) pada perangkat mereka. Ini karena ekosistem IoT menggunakan sistem terpusat untuk mengendalikan dirinya sendiri. Blockchain menggunakan sistem distribusi terdesentralisasi sehingga tidak memerlukan otoritas dari pihak ketiga untuk memberikan kontrol verifikasi dalam mengidentifikasi block transaksi yang ada di dalam node ini.  Penggunaan Blockchain dapat diimplementasikan ke dalam ekosistem IoT dalam mengelola aliran data dan transaksi dan dapat mengelola manajemen akses yang aman dan andal yang mendukung ekosistem tepercaya. Integrasi blockchain pada IoT membutuhkan metode Smart Contract sebagai solusi untuk mendukung konsep keamanan jaringan seperti kerahasiaan, integritas, dan keseterdiaan.


Internet of things (IoT) is often the target of Distributed Denial of Service (DDoS) attacks on their devices. This is because the IoT ecosystem uses a centralized system to control itself. Blockchain uses a decentralized distribution system so that it does not require authority from a third party to provide verification control in identifying transaction blocks that exist within this node. The use of Blockchain can be implemented into the IoT ecosystem in managing data flow and transactions and can manage secure and reliable access management that supports trusted ecosystems. Blockchain integration in IoT requires Smart contract method as a solution to support the concept of network security such as confidentiality, integrity and integrity.

"
Depok: Fakultas Teknik Universitas Indonesia, 2020
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Muhamad Fahriza Novriansyah
"Penggunaan sampah kertas yang berlebih pada saat pemilihan umum merupakan perilaku konsumtif dan dapat merusak kelestarian lingkungan. Pada Pilkada 2018, terdapat 54 juta kertas suara yang tidak terpakai akibat masih minimnya partisipasi masyarakat dalam setiap Pilkada. Selain itu terjadinya berbagai manipulasi surat suara menjadikan berkurangnya integritas data. Aplikasi Custom E-Voting merupakan aplikasi sistem pemungutan suara elektronik untuk pemilihan umum dengan penerapan teknologi Blockchain untuk menambah keamanan menggunakan platform Hyperledger Fabric dan Hyperledger Composer. Penerapan teknologi ini dapat menggantikan sistem pemilihan berbarsis kertas dan database konvensional. Aplikasi ini menggunakan database yang terdistribusi sehingga database lebih aman dan terjaga integritasnya. Hasil dari E-Voting dapat dilihat oleh pemilih sehingga transaparansi bagi pemilih. Aplikasi ini dapat di implementasikan di beberapa pemilihan yang membutuhkan transparansi hasil dengan waktu pemilihan dapat diatur sesuai kebutuhan. Adapun masalah yang menjadi fokus pada penelitian ini adalah proof of concept teknologi blockchain dengan tools yang ada saat ini dan pengujian performa sistem. Diharapkan hasil penelitian ini dapat memberikan gambaran viabilitas teknologi blockchain untuk menangani kasus seperti Pemilu yang bersifat kritikal, masif, dan serentak.

Excessive use of paper waste during the general elections is a consumptive behavior and can damage the environment. In the 2018 Pilkada, there were 54 million unused ballots due to the lack of public participation in each Pilkada. In addition, various ballot manipulations make reduced data integrity. The Custom E-Voting Application is an electronic voting system application for general elections with the application of Blockchain technology to increase security using the Hyperledger Fabric and Hyperledger Composer platforms. The application of this technology can replace conventional paper-based voting systems and databases. This application uses a distributed database so that the database is more secure and maintained its integrity. The results of E-Voting can be seen by voters so that transparency for voters. This application can be implemented in a number of elections that require transparency of the results with the election time can be set as needed. The problem that is the focus of this research is the proof of the concept of blockchain technology with existing tools and system performance testing. It is hoped that the results of this research can provide an overview of ​​the viability of blockchain technology to handle cases such as the general elections that are critical, massive, and simultaneous."
Depok: Fakultas Teknik Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>