Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 12 dokumen yang sesuai dengan query
cover
Shafiya Ayu Adzhani
Abstrak :
Aplikasi offline-first dapat meningkatkan kepuasan pengguna karena dapat digunakan walaupun tidak terhubung dengan internet. Data tetap tersimpan di peladen dengan menggunakan fitur sinkronisasi ketika terhubung dengan internet. Akan tetapi, salah satu permasalahan yang dihadapi dalam pengembangan sinkronisasi antar perangkat adalah dalam penanganan konflik penulisan data. Berbeda dengan pembuatan aplikasi Create-Read-Update-Delete, struktur data yang digunakan untuk membantu membandingkan data antar perangkat adalah log pencatatan kejadian seperti event sourcing. Salah satu strategi untuk memilih data yang berkonflik adalah strategi Last-write-wins atau memilih data yang ditulis terakhir. Untuk membandingkan waktu penulisan data antar perangkat, diperlukan pembanding waktu yang komputasinya tidak mahal seperti menggunakan Hybrid Logical Clock. Penelitian ini bertujuan mengaplikasikan event sourcing dan strategi last-write-wins dengan stempel waktu hybrid logical clock pada pengembangan aplikasi offline-first. Penelitian ini juga membandingkan fungsionalitas dan performa aplikasi yang dibuat dengan aplikasi yang menggunakan solusi lain yaitu Realm. Proses implementasi aplikasi terdiri atas mempelajari, mendesain, mengimplementasikan konsep, dan menguji hasil. Kesimpulan pada penelitian ini adalah pendekatan event sourcing, last-write-wins, dan hybrid logical clock membantu implementasi aplikasi offline-first. Fungsionalitas implementasi berjalan dengan baik, walaupun fitur sinkronisasi pada kondisi waktu perangkat yang lebih maju dan mundur menghasilkan hasil yang kurang tepat. Performa aplikasi kurang efisien dibanding aplikasi Realm. Penelitian ini diharapkan memberikan pengetahuan kepada praktisi pengembangan aplikasi dalam mengimplementasi aplikasi offline-first. ...... Offline-first applications can increase user satisfaction because they can be used even if the device is not connected to the internet. The data can be stored on the server by synchronizing the data when the device is connected to the internet. However, one of the problems encountered in the development of synchronization is handling data conflicts. Unlike Create-Read-Update-Delete application, the architecture that is used to help comparing data between devices is by writing a log which is event sourcing. One of the strategies for deciding which data that will be kept during conflict is last-write-wins or choosing last written data. To compare the write times between data, it needs a comparator that does not have expensive computational cost like Hybrid Logic Clock. This study aims to implement event sourcing and last-write-wins strategy with a hybrid logical clock timestamp on developing offline-first apps. This study also compares the functionality and performance of the app with another app that uses another solution, namely Realm. The implementation process consists of studying, designing, implementing concepts, and testing results. The conclusion of this study is that event sourcing, last-write-wins, and hybrid logical clock help implement offline-first applications. The functionality of the implementation works well, although the synchronization feature on inaccurate device time conditions produce inaccurate results. The performance of the app is less efficient than the Realm application. This research is expected to provide knowledge to application developers in implementing offline-first applications.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Mohamad Mahendra
Abstrak :
Aplikasi mobile sudah menjadi kebutuhan dalam kehidupan sehari-hari manusia, sehingga makin banyak aplikasi mobile yang dikembangkan saat ini. Untuk mengembangkan aplikasi mobile, dibutuhkan sebuah framework pengembangan aplikasi mobile. Saat ini terdapat berbagai jenis framework pengembangan aplikasi mobile dengan pendekatannya masing-masing, baik itu native apps, mobile web apps, widget based, bridging dengan javascript, dan yang lainnya. Pada penelitian ini akan dibuat sebuah eksperimen pengukuran performa terhadap beberapa framework pengembangan aplikasi mobile berbasis Android berdasarkan lima parameter yaitu response time, cpu usage, memory usage, app size, dan frame rate. Hasil dari penelitian ini berupa sebuah data bagaimana performa masing-masing framework pada lima parameter yang dipilih. Dari beberapa framework yang diukur performanya, aplikasi native merupakan framework pengembangan aplikasi mobile yang memiliki performa terbaik ......Mobile applications have become a necessity in people's daily lives, so more and more mobile applications are being developed at this time. To develop mobile applications, a mobile application development framework is needed. Currently there are various types of mobile application development frameworks with their respective approaches, be it native apps, mobile web apps, widget based, bridging with javascript, and others. In this research, an experiment will be conducted about performance measurement of several Android based mobile application development frameworks that will be measured based on five parameters, namely response time, cpu usage, memory usage, app size, and frame rate. The results of this study are in the form of data on how each framework performs on the five parameters chosen. Of the several frameworks whose performance is measured, native applications are mobile application development frameworks that have the best performance
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Adrian Wijaya
Abstrak :
Seiring dengan perkembangan komputasi awan, muncul kebutuhan untuk memonitor layanan yang ada. Hal ini penting agar pendeteksian masalah pada sistem bisa dilakukan secara mudah. Salah satu layanan monitoring yang sering digunakan ialah Datadog. Penelitian kali ini akan fokus kepada pembuatan sistem automasi Cost Attribution terhadap layanan Datadog. Pada Datadog terdapat fitur baru untuk melakukan injeksi UUID dari API Key sebagai tag sehingga biaya layanan dapat dilihat berdasarkan Usage Attribution. Sistem yang dibuat dapat mendeteksi penamaan API Key yang sesuai dengan konvensi, membuat laporan biaya ekstra bulanan, serta pemrosesan Cost Attribution berdasarkan Usage Attribution bulanan. Sistem dibuat dengan menggunakan Cloud Provider AWS yang mana terdapat fungsi-fungsi lambda yang menjalankan komputasi dan memberikan notifikasi ke kanal Slack. Sistem yang dibuat tidak bisa dikatakan sepenuhnya telah automatis yang mana sistem masih belum bebas dari interaksi manusia. Terdapat campur tangan dari pihak Admin untuk mengunduh laporan dan revoke API Key yang tidak sesuai. Namun hasil pengujian menunjukkan bahwa migrasi API Key dan pembuatan sistem mampu membuat cost attribution menjadi jauh lebih akurat. Ini dilihat dari menurunnya salah satu persentase unit seperti total host pada kode tim yang tidak diketahui dari sekitar 54% menjadi 9% saat summarizer di salah satu organisasi Datadog. ......With the development of cloud computing, comes the need to monitor existing services. This is important so that the detection of problems in the system can be done easily. One of the monitoring services that is often used is Datadog. This research will focus on creating a cost attribution automation system for Datadog service. In Datadog there is a new feature to inject UUID from API Key as a tag so that service fee can be seen based on Usage Attribution. The system created can detect API Key naming according to the convention, generate monthly extra cost and cost attribution based on monthly usage attribution. The system uses the AWS cloud provider where there are lambda functions that perform computations and provide notifications to the slack channel. The system that is made cannot be ascertained to be fully automated, that the system is still not free from human interaction. There is still intervention from the Admin to download the report and revoke the API Key that is not appropriate. However, the test results show that API Key migration and system creation are able to make cost attribution much more accurate. This is seen from the decrease in one percentage of units such as total hosts on unknown team code from around 54% to 9% when summarizer in one of the Datadog organizations.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2021
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Siti Noer Cholizzhah Haeruddin
Abstrak :
Penelitian mengenai aplikasi m-Health mengungkapkan bahwa privasi dan keamanan masih menjadi isu yang penting pada aplikasi tersebut. Indonesia sendiri masih sering dihadapkan dengan insiden kebocoran data pengguna pada aplikasi m-Health. Oleh karena itu, penelitian ini bertujuan untuk mengevaluasi kepatuhan kebijakan privasi berdasarkan hukum yang berlaku, serta menganalisis sejauh mana aplikasi m-Health di Indonesia melindungi privasi pengguna dan menjaga keamanan aplikasinya ditinjau dari sisi teknis. Dilakukan penilaian kepatuhan kebijakan privasi terhadap Undang-Undang Nomor 27 Tahun 2022 tentang Pelindungan Data Pribadi (UU PDP) dan analisis keamanan aplikasi secara statis dan dinamis dengan menggunakan tools, seperti MobSF dan Fiddler (proxy), untuk mengidentifikasi celah keamanan berdasarkan standar yang ada, dalam hal ini CWE (Common Weakness Enumeration). Hasil yang didapatkan menunjukkan bahwa skor penilaian kepatuhan kebijakan privasi tertinggi hanya mencapai 65% dan setiap aplikasi setidaknya diduga memiliki satu kelemahan pada fitur keamanan yang diimplementasikan. Dengan begitu, dapat disimpulkan bahwa kebijakan privasi aplikasi m-Health di Indonesia belum sepenuhnya sesuai dengan apa yang ditetapkan dalam UU PDP dan masih banyak celah keamanan pada aplikasi m-Health yang dapat dieksploitasi. ......The research on m-Health applications reveals that privacy and security remain significant concerns in these applications. Indonesia itself frequently faces incidents of user data breaches in m-Health applications. Therefore, this study aims to evaluate compliance with privacy policies based on applicable law and analyze the extent to which m-Health applications in Indonesia protect user privacy and maintain application security from a technical perspective. The assessment includes evaluating privacy policy compliance with Undang-Undang Nomor 27 Tahun 2022 tentang Pelindungan Data Pribadi (UU PDP) and conducting static and dynamic application security analysis using tools such as MobSF and Fiddler (proxy). This analysis aims to identify security vulnerabilities based on a standard, specifically Common Weakness Enumeration (CWE). The results indicate that the highest privacy policy compliance score reaches only 65%, and each application is suspected of having at least one weakness in the implemented security features. Consequently, it can be concluded that the privacy policies of m-Health applications in Indonesia are not fully aligned with the provisions of the UU PDP. Additionally, there are still numerous security vulnerabilities in m-Health applications that could be exploited.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Deni Pramulia
Abstrak :
Penerapan sistem pemilihan dengan elektronik atau dikenal dengan e-voting yang mulai banyak diterapkan menggantikan sistem pemilihan secara tradisional masih memiliki masalah utama dalam tingkat hasil kepercayaan. Sistem pemilihan dengan elektronik sangat rentan terhadap isu manipulasi seperti perubahan hasil pemilihan karena peretasan hingga perubahan hasil yang dilakukan oleh pembuat sistem pemilihan. Salah satu perubahan yang disengaja oleh pembuat sistem terjadi akibat adanya penentuan dan pengambilan keputusan hingga skema penyimpanan data yang masih bersifat terpusat atau centralized. Sistem terpusat dalam sebuah jaringan mengakibatkan sumber data berasal dari satu pihak memiliki hak untuk menyimpan hingga mengatur sumber data. Isu kepercayaan yang diakibatkan oleh sistem distribusi data secara terpusat dapat diatasi dengan menyebarkan data dalam jaringan sistem. Blockchain adalah buku besar terdistribusi atau distributed ledger, dimana setiap pihak dalam jaringan memiliki sumber data yang sama. Blockchain mulai popular digunakan sejak Bitcoin sebagai salah satu produk pertama blockchain oleh Satoshi Nakamoto pada tahun 2009. Blockchain sebagai distributed ledger mengakibatkan data yang tersimpan dalam blockchain mustahil dapat diubah. Blockchain memiliki keunggulan yaitu decentralized dimana seluruh pihak memiliki hak yang sama dan tidak ada salah satu pihak yang memiliki hak dan kewenangan melebihi pihak lainnya. Ethereum adalah salah satu blockchain dengan keunggulan adanya kontrak pintar atau smart contract. Dengan smart contract, sebuah transaksi dapat diproses jika sudah memenuhi aturan dan perjanjian yang telah ditentukan oleh kontrak yang dibuat.
The implementation of an electronic voting system, known as e-voting, which has begun to be widely applied in place of traditional electoral systems, still has a major problem in the level of trust results. Electronic voting systems are very vulnerable to manipulation issues such as changes in election results due to hacking to changes in results made by the electoral system maker. One of the deliberate changes made by the system maker is due to the determination and decision making until the data storage scheme is still centralized or centralized. Centralized systems in a network result in data sources coming from one party having the right to store to manage data sources. The issue of trust caused by a centralized data distribution system can be overcome by spreading data in a system network. Blockchain is a distributed ledger, where every party in the network has the same data source. Blockchain began to be popularly used since Bitcoin as one of the first blockchain products by Satoshi Nakamoto in 2009. Blockchain as a distributed ledger makes data stored in the blockchain impossible to change. Blockchain has the advantage of being decentralized where all parties have the same rights and no one party has rights and authority over other parties. Ethereum is one of the blockchain with the advantage of smart contracts. With a smart contract, a transaction can be processed if it meets the rules and agreements that have been determined by the contract made.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Ari Angga Nugraha
Abstrak :
Perkembangan teknologi komunikasi menjadi faktor pendukung perusahaan untuk menghadirkan berbagai macam layanan yang dapat meningkatkan kepuasan pelanggan. Salah satu cara tersebut adalah dengan perantara Customer Service (CS). Kebutuhan CS akan sebuah sistem komunikasi dengan Customer yang sesuai mendorong perusahaan untuk membuat media komunikasi khusus untuk CS mereka. PT. XYZ, sebagai salah satu perusahaan yang ingin menerapkan media komunikasi berbasis aplikasi web khusus untuk CS mereka, memiliki beberapa kebutuhan terkait aplikasi tersebut. Beberapa diantaranya: dapat bekerja multi-platform dan mendukung fleksibilitas pekerjaan CS, seperti mampu mengatur agar CS terlihat Online atau Offline, memindahkan percakapan antar CS, mengakhiri percakapan dan memberi notifikasi jika terdapat pesan masuk. Untuk memenuhi berbagai kebutuhan tersebut, dibutuhkan beberapa teknologi dan layanan, khususnya layanan yang memungkinkan komunikasi antara perusahaan dengan Customer melalui berbagai kanal komunikasi seperti Whatsapp. Salah satu layanan yang digunakan pada penelitian ini adalah Twilio. Twilio merupakan penyedia layanan Cloud Communication Platform yang memungkinkan developer membuat sebuah sistem komunikasi dengan berbagai media seperti suara, pesan teks dan media lainnya serta terintegrasi dengan layanan SMS, Whatsapp, email dan sebagainya. Pada penelitian ini sistem komunikasi memanfaatkan Twilio dan dibangun di atas aplikasi web yang merupakan Progressive Web App (PWA). PWA pada penelitian ini dibangun menggunakan library ReactJs yang menggunakan bahasa pemrograman Javascript. Pemilihan PWA pada penelitian ini berdasarkan pada keunggulan PWA seperti aplikasi web yang responsif, dapat dipasang pada perangkat khususnya perangkat mobile, dan penggunaan service worker yang mampu menerima Push Notification dinilai mampu memenuhi kebutuhan sistem komunikasi CS pada PT XYZ. Notifikasi pada sistem diimplementasikan dengan menggunakan Firebase Cloud Messaging (FCM) yang diintegrasikan dengan Twilio. Hasil akhir dari penelitian ini adalah sebuah aplikasi web yang memenuhi kebutuhan PT XYZ sehingga aplikasi web dapat digunakan oleh CS dari PT XYZ. ......The development of communication technology is a supporting factor for the company to present various services to improve customer satisfaction. One of these ways is through Customer Service intermediaries. CS needs for a communication system with customers that encourages companies to create a custom communication medium for their CS. PT XYZ is a company that wants to implement a custom web application-based communication media for their CS has several needs related to the application. Such as being able to work multi-platform and supporting the flexibility of CS work, such as being able to set CS to look Online or Offline, transfer conversation between CS, terminate conversations and give notification if there are incoming messages. Several technologies and services are needed to fulfill these needs, especially services that allow communication between companies and customers through various communication channels like Whatsapp. One of the services used in this research is Twilio. Twilio is a Cloud Communication Platform service provider that allows developers to create a communication system with various media such as voice, text messages, and other media, integrated with SMS services, Whatsapp, email, and other services. In this research, the communication system using Twilio and built on top of a web application which is a Progressive Web App (PWA). The PWA in this research is built using the ReactJs library, which uses the Javascript programming language. The decision to use PWA in this research is based on advantages of PWAs such as responsive web applications, can be installed on devices, especially mobile devices, and the use of service workers capable of receiving Push Notification is considered capable of meeting the needs of the CS communication system at PT XYZ. Notifications on the system are implemented using Firebase Cloud Messaging (FCM) and integrated with Twilio. The final result of this research is a web application that meets the needs of PT. XYZ so that CS from PT XYZ can use the web application.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2021
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Syams Ramadan
Abstrak :
Pandemi COVID-19 menyebabkan berubahnya sistem kerja para karyawan di seluruh dunia dari Work From Office menjadi Work From Home selama kurun waktu yang cukup singkat. Perubahan ini berdampak fundamental terhadap cara kita melakukan pekerjaan, dimana telah terbuktikan bahwa melakukan pekerjaan dari rumah merupakan sesuatu yang dapat dilakukan dan membuahkan hasil yang sangat memuaskan. Namun setelah pandemi sudah mulai mereda, muncul suatu permasalahan dalam bentuk perdebatan internal pada perusahaan yang sebagian ingin kembali melakukan WFO, dan sebagian lainnya tetap melakukan WFH. Solusi yang dapat digunakan untuk menyelesaikan permasalahan tersebut adalah dengan mengimplementasikan Hybrid Work sebagai titik tengah dari kedua sistem kerja yang diinginkan. Untuk dapat membuat jadwal hybrid work, dibutuhkan pengertian lebih mengenai employee rostering sehingga dapat dibuat sebuah constrained optimization model yang dapat memetakan keinginan dari masing-masing karyawan pada sebuah perusahaan, selagi mematuhi peraturan yang ada pada perusahaan tersebut. Optimization Model yang dibuat kemudian bisa digunakan untuk merancang sebuah Metaheuristic Algorithm yang dapat menghasilkan sebuah jadwal hybrid work untuk digunakan oleh perusahaan yang menghadapi permasalahan tersebut. Penelitian menggunakan data kuantitatif selama penelitian berlangsung untuk melakukan uji coba terhadap variabel-variabel yang digunakan untuk perhitungan optimal score dan fitness function pada tahap implementasi algoritma. Hasil dari penelitian ini merupakan sebuah sistem aplikasi berbasis web yang dapat digunakan ataupun dikembangkan lebih lanjut lagi untuk dapat dipakai secara komersial oleh perusahaan, dengan fitur penjadwalan hybrid work yang flexible, serta dengan arsitektur sistem yang scalable dan highly available. ......The COVID-19 Pandemic has changed the work system for employees all over the world, from the usual Work From Office model to the new Work From Home model in a short period of time. This change in work model has fundamentally impacted our view on how to work professionally, where it is proven that doing work from home is feasible to do and even produce a very satisfying result. However, after the pandemic had started to subside in the last couple of months, a new problem emerged in a form of internal debates that has started on many companies all over the world, where on one side are the employees that want to go back to the WFO model, and the other are the employees that want to stay on the current WFH model. A solution that can be used to solve this problem is by implementing hybrid work that can act as a bridge between the two opposite work views. To be able to implement this work model, first we need to understand more about employee rostering so that we can create a constrained optimization model that can map every employee’s preference for this work view while respecting the company’s policy. The proposed optimization model then can be used to design a metaheuristic algorithm that can produce a hybrid work schedule to be used by companies that are facing this problem. This study uses quantitative data for the variables that are going to be used for generating the optimal score and then for the fitness function on the algorithm implementation phase. Hasil dari penelitian ini merupakan sebuah sistem aplikasi berbasis web yang dapat digunakan ataupun dikembangkan lebih lanjut lagi untuk dapat dipakai secara komersial oleh perusahaan, dengan fitur penjadwalan hybrid work yang flexible, serta dengan arsitektur sistem yang scalable dan highly available. The result of this study is a ready web-based application system that can be used and easily be available to be developed even further to be used commercially by companies, with hybrid work scheduling functionality, with a scalable and highly available architecture system.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2022
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Irham Ilman Zhafir
Abstrak :
Pandemi COVID-19 menyebabkan berubahnya sistem kerja para karyawan di seluruh dunia dari Work From Office menjadi Work From Home selama kurun waktu yang cukup singkat. Perubahan ini berdampak fundamental terhadap cara kita melakukan pekerjaan, dimana telah terbuktikan bahwa melakukan pekerjaan dari rumah merupakan sesuatu yang dapat dilakukan dan membuahkan hasil yang sangat memuaskan. Namun setelah pandemi sudah mulai mereda, muncul suatu permasalahan dalam bentuk perdebatan internal pada perusahaan yang sebagian ingin kembali melakukan WFO, dan sebagian lainnya tetap melakukan WFH. Solusi yang dapat digunakan untuk menyelesaikan permasalahan tersebut adalah dengan mengimplementasikan Hybrid Work sebagai titik tengah dari kedua sistem kerja yang diinginkan. Untuk dapat membuat jadwal hybrid work, dibutuhkan pengertian lebih mengenai employee rostering sehingga dapat dibuat sebuah constrained optimization model yang dapat memetakan keinginan dari masing-masing karyawan pada sebuah perusahaan, selagi mematuhi peraturan yang ada pada perusahaan tersebut. Optimization Model yang dibuat kemudian bisa digunakan untuk merancang sebuah Metaheuristic Algorithm yang dapat menghasilkan sebuah jadwal hybrid work untuk digunakan oleh perusahaan yang menghadapi permasalahan tersebut. Penelitian menggunakan data kuantitatif selama penelitian berlangsung untuk melakukan uji coba terhadap variabel-variabel yang digunakan untuk perhitungan optimal score dan fitness function pada tahap implementasi algoritma. Hasil dari penelitian ini merupakan sebuah sistem aplikasi berbasis web yang dapat digunakan ataupun dikembangkan lebih lanjut lagi untuk dapat dipakai secara komersial oleh perusahaan, dengan fitur penjadwalan hybrid work yang flexible, serta dengan arsitektur sistem yang scalable dan highly available. ......The COVID-19 Pandemic has changed the work system for employees all over the world, from the usual Work From Office model to the new Work From Home model in a short period of time. This change in work model has fundamentally impacted our view on how to work professionally, where it is proven that doing work from home is feasible to do and even produce a very satisfying result. However, after the pandemic had started to subside in the last couple of months, a new problem emerged in a form of internal debates that has started on many companies all over the world, where on one side are the employees that want to go back to the WFO model, and the other are the employees that want to stay on the current WFH model. A solution that can be used to solve this problem is by implementing hybrid work that can act as a bridge between the two opposite work views. To be able to implement this work model, first we need to understand more about employee rostering so that we can create a constrained optimization model that can map every employee’s preference for this work view while respecting the company’s policy. The proposed optimization model then can be used to design a metaheuristic algorithm that can produce a hybrid work schedule to be used by companies that are facing this problem. This study uses quantitative data for the variables that are going to be used for generating the optimal score and then for the fitness function on the algorithm implementation phase. Hasil dari penelitian ini merupakan sebuah sistem aplikasi berbasis web yang dapat digunakan ataupun dikembangkan lebih lanjut lagi untuk dapat dipakai secara komersial oleh perusahaan, dengan fitur penjadwalan hybrid work yang flexible, serta dengan arsitektur sistem yang scalable dan highly available. The result of this study is a ready web-based application system that can be used and easily be available to be developed even further to be used commercially by companies, with hybrid work scheduling functionality, with a scalable and highly available architecture system.

Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2022
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Muhammad Iqbal Izzul Haq
Abstrak :
Perlindungan informasi sangat penting bagi organisasi, pemerintah, maupun individu. Pengembangan langkah-langkah untuk melawan akses ilegal ke informasi adalah hal yang menjadi  perhatian utama saat ini. Terdapat cukup banyak teknik serangan siber  seperti phising, pretexting, baiting, dll. Sehingga dibutuhkan tingkat kesadaran individu yang tinggi agar dapat terhindar dari serangan tersebut. Berdasarkan hal tersebut penelitian ini mengusulkan KAB(Knowledge, Attitude, Behaviour) dan Taksonomi Bloom untuk mengetahui level awareness individu terhadap serangan siber. Beberapa solusi yang telah dibuat seperti membuat anti-phising framework dan membuat sebuah pelatihan. Namun, ada banyak kekurangan seperti tidak semua aspek divalidasi dalam penelitian sebelumnya. Solusi yang dibuat dengan mengukur tingkat kesadaran keamanan informasi terhadap serangan siber dengan pendekatan berbasis Taksonomi Bloom. Dalam penelitian ini penggunaan Taksonomi Bloom dikaitkan dengan metode KAB (Knowledge, Attitude dan Behaviour). Dari metode pengukuran dengan kuesioner dan prototipe didapatkan bahwa lima dari enam aspek memiliki rata-rata diatas 30 untuk hasil kuesioner. Adapun untuk hasil prototipe didapatkan hanya empat dari 12 responden yang memenuhi kreteria Level 3 pada Taksonomi Bloom. Kedua hasil tersebut menunjukan bahwa tingkat kesadaran individu terhadap keaman informasi masih rendah dan perlu untuk ditingkatkan. ......Information protection is very important for organizations, governments, and individuals. The development of measures to combat illegal access to information is a matter of major concern today. There are quite a number of cyber attack techniques such as phishing, pretexting, baiting, etc. So it takes a high level of individual awareness in order to avoid these attacks. Based on this, this study proposes KAB (Knowledge, Attitude, Behavior) and Bloom's Taxonomy to determine an individual's level of awareness of cyber attacks. Several solutions have been made such as making an anti-phishing framework and creating a training. However, there are many drawbacks such as not all aspects have been validated in previous studies. Solutions made by measuring the level of information security awareness against cyber attacks with an approach based on Bloom's Taxonomy. In this study the use of Bloom's Taxonomy is associated with the KAB method (Knowledge, Attitude and Behavior). From the measurement method with questionnaires and prototypes, it was found that five of the six aspects had an average above 30 for the results of the questionnaire. As for the prototype results, only four of the 12 respondents met the Level 3 criteria in Bloom's Taxonomy. These two results indicate that the level of individual awareness of information security is still low and needs to be improved.
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2023
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Farizio Kautsar Heruzy
Abstrak :
Pencatatan kehadiran pelajar di banyak instansi pendidikan masih dilakukan secara manual dan tradisional. Hal tersebut menimbulkan berbagai macam masalah dalam akurasi pencatatan kehadiran pelajar. Hadir adalah aplikasi yang dirancang untuk membantu pengajar, pelajar, dan administrator instansi pendidikan dalam mencatat kehadiran kelas. Sistem dirancang melalui tahap-tahap DSR (design science research), yaitu menganalisis kebutuhan pengguna, pembuatan persona, perancangan desain aplikasi, usability testing, pengembangan aplikasi, dan pengujian aplikasi. Bentuk dari aplikasi Hadir adalah aplikasi mobile yang dapat digunakan menggunakan smartphone dan aplikasi web yang dapat digunakan melalui browser. Hadir menggunakan arsitektur client-server dimana server akan menyediakan dan mengelola data yang diminta oleh client (aplikasi mobile dan web). Setelah merancang dan membangun aplikasi Hadir, pengujian dilakukan melalui UAT dan simulasi kelas. Setelah dievaluasi dan diuji, dapat dinyatakan bahwa aplikasi Hadir dapat bermanfaat dalam pencatatan dan pengelolaan kehadiran pelajar dalam kelas.  ......Recording student’s class attendances in many educational institutions is still done manually and traditionally. This raises various kinds of problems in the accuracy of student attendance records. Hadir is an application designed to assist teachers, students, and administrators of educational institutions in recording class attendance. The system is designed through DSR (design science research) stages, namely analyzing user’s requirements, creating personas, designing application prototype, usability testing, application development, and application testing. Hadir comes in two forms: a mobile application that can be used using a smartphone and a web application that can be used via a web browser. Hadir was built using a client- server architecture where the server will provide and manage the data requested by the client (mobile and web applications). After designing and developing Hadir, testing is carried out through UAT and a class simulation. After being evaluated and tested, it can be stated that Hadir can be useful in helping teachers and administration in recording and managing student attendances in class. 
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2022
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
<<   1 2   >>