Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 161699 dokumen yang sesuai dengan query
cover
Ozy Djohan Restuadi
"ABSTRAK
Dalam beberapa tahun terakhir di Indonesia terjadi fenomena penyalahgunaan jaringan operator seluler untuk kepentingan ilegal. Penyalahgunaan ini berupa akses Internet gratis yang dilakukan oleh beberapa pengguna yang memanfaatkan teknologi VPN tunneling. Pada penelitian ini dirancang suatu sistem yang dapat diterapkan pada simulasi dalam ruang lingkup SOHO untuk mencegah terjadinya outbound SSL VPN tunnel yang tidak sah. Unsur pencegahan pada sistem dilakukan dengan memanfaatkan penggunaan proxy yang bertujuan untuk mencegah terjadinya inisiasi VPN tunnel tanpa mencegah akses HTTPS normal. Dari dua tipe implementasi proxy yaitu direct dan Man-in-the-middle didapatkan hasil bahwa SSL VPN tunnel dapat dihentikan dengan Man-in-the-middle proxy melalui fake certificate pada tahap SSL handshake. Pengujian yang dilakukan dengan variasi ukuran parameter Diffie-Hellmann sebagai komponen pada proses SSL handshake menunjukkan bahwa keberhasilan SSLsplit dalam melakukan pencegahan VPN tunnel mendekati 100%.

ABSTRACT
For the past few years a phenomenon of cellular operator network abuse for illegal activity has been rising in Indonesia. This kind of abusement takes form as free Internet access conducted by some user utilizing VPN tunneling technology. This research goal is to design a system that will works on SOHO environment which its main objective is to prevent unauthorized outbound SSL VPN tunnel. Prevention component of the system is proxy utilization to prevent establishment of outbound VPN tunnel without blocking legitimate HTTPS access. From two implementation types of proxy we get the result that SSL VPN tunnel can be prevented from being established by using Man-in-the-Middle proxy through fake certificate method in SSL handshake phase. The tests on Diffie-Helmann parameter size as one of the components on SSL handshake process showed that the success rate of SSLsplit on preventing outbound VPN tunnel are as close as 100%.
"
2015
S60135
UI - Skripsi Membership  Universitas Indonesia Library
cover
Achmad Farisy
"Teknologi Virtualisasi semakin meningkat kepentingannya dalam dunia IT sebagai salah satu metode dalam penghematan dalam penggunaan perangkat keras yang ada dan pemanfaatan Alamat IP Publik pun semakin banyak sehingga tidak akan lama akan penuh. Xen sebagai salah satu sistem opensource yang turut berkontribusi besar dalam virtualisasi dan dapat bersaing dengan para pengembang virtualisasi komersial sehingga virtualisasi dengan Xen bisa dibilang salah satu solusi untuk menuju virtualisasi server serta dengan pemanfaatan packet filter pada IPTables dengan tujuan mengurangi pemanfaatan IP Publik dengan membuat IP Private server Internal menjadi dapat di akses oleh Publik. Dari hasil penelitian ini untuk penggunaan CPU Usage dan RAM Usage dengan metode Port Forward lebih efisien sekitar 30% dan 1,125% terhadap IP Forward, dan persentase secara keseluruhan dari pengujian kedua metode ini didapatkan nilai efisiensi 23,3625% dengan metode Port Forward terhadap IP Forward.

Virtualization technology increasing its importance in the world of IT as one methods of saving in the using existing hardware and utilization of public IP address is much so will not long shall be full. Xen as one system opensource that contribute large in virtualization and can compete with the developers virtualization commercial so virtualization through xen pass as a solution for toward virtualization server, and from the utilization packet filter to iptables with the purpose of reducing utilization ip at public made lp private server internal be can be in access by the public. From the results of this research for use of CPU Usage and RAM Usage with more efficient methods of Port Forward around 30% and 1,125% against IP Forward, and the overall percentage of testing both of these methods are obtained value efficiency 23,3625% with the method of Port Forward than IP Forward."
Depok: Fakultas Teknik Universitas Indonesia, 2012
S42466
UI - Skripsi Open  Universitas Indonesia Library
cover
Rahmawati Zulfa
"Penelitian ini mengukur kinerja suatu proxy cache dengan metode eksplorasi sederhana, dengan mensimulasi data set dan memvariasikan beberapa parameter. Pengukuran kinerja menggunakan hit rate sebagai tolok ukur dan protokol HTTP. Simulasi-simulasi menghasilkan hit rate. Penganalisaan hasil simulasi dilakukan terhadap pengaruh parameter ukuran cache, ukuran memori cache, dan pengaruh karakteristik data set terhadap hit rate. Selain itu, dilakukan juga kajian kelayakan pengukuran kinerja proxy cache.
Hasil simulasi menunjukkan bahwa peningkatan hit rate dipengaruhi oleh faktor ukuran cache, ukuran berkas dan frekuensi akses berkas. Namun peningkatan hit rate tersebut tidak signifikan lagi setelah ukuran cache diperbesar melampaui total ukuran berkas yang diakses. Faktor ukuran memori cache tidak berpengaruh pada hit rate. Hasil simulasi juga menunjukkan besarnya overhead dalam penyimpanan berkas pada cache berkisar antara 24%-67%. Hal Ini menunjukkan bahwa semakin banyak berkas yang disimpan dalam cache maka overhead juga semakin besar. Pada penelitian selanjutnya disarankan agar menjadikan waktu transfer sebagai salah satu tolok ukur dengan menghitung waktu transfer dari sisi client sehingga client merasakan kinerja proxy cache.

The research measures proxy cache performance with simple exploration method. The measurement is done by simulates data sets and varies parameters of proxy cache. Data set is a collection of unique files with certain characteristic of file size and access frequency, It uses hit rate as a measure of proxy cache performance and uses HyperText Transfer Protocol in the simulations. Hit rates, result of the simulations, are analyzed. The analysis explains about the influence of proxy cache parameters: cache size and cache-memory size, and also the influence of data set characteristic to the trend of hit rates. Beside that, feasibility study of the measurement is also done. The result of the simulations shows that the change of hit rates is influenced by some factors: cache size, file size, and file access frequency. But, the increment of hit rates doesn?t significant after increasing cache size exceed total file size accessed. Cache-memory size factor doesn?t really influence the change of hit rates.
The result of the simulations also shows that there is an overhead while storing unique files in cache. The overhead is about 24% to 67% and this is also showing that the more unique files in a data set the more overhead gotten. In the next research, it is suggested to use transfer time as one of the measure of proxy cache performance that is measured at the client side. So clients feel the proxy cache performance."
Depok: Universitas Indonesia, 2002
S-Pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
MacDonald, Matthew
"This book explores ASP.NET, which is a core part of Microsoft’s .NET Framework. The .NET Framework is not a single application—it’s a collection of technologies bundled into one marketing term. The .NET Framework includes languages such as C# and VB, an engine for hosting programmable web pages, a model for interacting with databases (ADO.NET), a higher-level framework for performing queries (LINQ and the Entity Framework), and a class library stocked with tools for everything from reading files to validating a password. To master ASP. NET, you need to learn about each of these ingredients. This book covers all these topics from the ground up. As a result, you’ll find yourself learning many techniques that will interest any .NET developer, even those who create Windows applications. For example, you’ll learn about component-based programming, you’ll discover structured error handling, and you’ll see how to access files, XML, and relational databases. You’ll also learn the key topics you need for web programming, such as state management, web controls, and caching. By the end of this book, you’ll be ready to create your own rich web applications and make them available over the Internet."
New York: Springer, 2012
e20425472
eBooks  Universitas Indonesia Library
cover
Maman Sutarman
"Kebijakan JUITA mengharuskan pengguna menggunakan proxy server untuk rnengakses internet. Hal ini membuat akses pengguna menjadi lebih lambat dibanding bila tidak menggunakan proxy server. Untuk mengatasi masalah kinerja proxy server, parameter yang cukup signifikan adalah sistem file yang digunakan, karena adanya karakteristik tertentu pada berkas web server memerlukan penggantian sistem file yang menggunakan algoritma pencarian berkas yang lebih efisien, yang tersedia pada sistem file Reiser. Berkaitan dengan itu perlu dilakukan penambahan patch yang sesuai pada kernel sistem operasi dan aplikasi Squid untuk mendukung penggantian sistem file dari sistem Ext2 ke sistem Reiser. Peningkatan kinerja dimulai dari penataan kernel, kemudian melakukan penggantian sistem file, dan penataan aplikasi Squid. Dilanjutkan dengan pengukuran kinerja setelah dilakukan penataan. Pengukuran peningkatan kinerja dilakukan melalui tiga percobaan, yaitu pengukuran kinerja antara sistem file Ext2 dan Reiser menggunakan perangkat bantu Bonnier+, pengukuran waktu yang dibutuhkan saat inisialisasi perangkat lunak Squid dan pengukuran kinerja server proxy dengan menggunakan perangkat bantu Polygraph pada jenis sistem file Ext2 dan Reiser bila menggunakan modul aplikasi Squid yang berbeda. Hasil pengukuran dinyatakan dalam bentuk truput dan prosentase penggunaan CPU untuk beban proxy server yang berbeda. Pembebanan pada pengukuran kinerja sistem file diberikan dalam dua bentuk, yaitu pembebanan dengan jumlah file yang berbeda dan ukuran file yang berbeda, keduanya dilakukan pada mode Sekuensial dan mode Acak. Berdasarkan basil pengukuran diperoleh bahwa penggunaan sumber daya CPU untuk sistem file Reiser lebih kecil dibandingkan sistem file Ext2 dan truput dicapai lebih tinggi. Pengaktifan modul Async I0 pada perangkat lunak Squid dapat meningkatkan truput dan mengurangi waktu respon."
Depok: Universitas Indonesia, 2001
S39766
UI - Skripsi Membership  Universitas Indonesia Library
cover
Majors, Ken
California: IDG Books Worldwide, Inc., 1999
R 005.44 MAJ m
Buku Referensi  Universitas Indonesia Library
cover
Washington: Microsoft Corp., 2003
005MICM008
Multimedia  Universitas Indonesia Library
cover
Washington: 2003
005MICV002
Multimedia  Universitas Indonesia Library
cover
Washington: MSDN , 2003
005MICM006
Multimedia  Universitas Indonesia Library
cover
Washington: 2003
005MICM007
Multimedia  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>