VLSM ( Virtual Length Subnet Mask )

Ukuran: px
Mulai penontonan dengan halaman:

Download "VLSM ( Virtual Length Subnet Mask )"

Transkripsi

1 1 VLSM ( Virtual Length Subnet Mask ) VLSM dapat digunakan routing protocol seperti OSPF, Integrated IS-IS, EIGRP, RIP v2,dan routing static. Beikut ini ilustrasi digunakan : No ID Range Terdapat subnetting dengan network id /27 seperti pada tabel diatas yang sudah terdapat pengelompokannya. Pada gambar diatas, untuk menghubungkan antara router ( point to point ) diperlukan 2 IP, jika digunakan pada network diatas dengan subnet /27, host yang dimiliki 30 IP, sehingga terjadi pemborosan IP. Untuk mengatasinya, kita dapat memilih salah satu network misalkan no 6 : /27 akan di sub subnet kembali.

2 2 Hasilnya : Lalu bagaimana cara menghitungnya???? Solusi : Network /27 akan disubnet kembali menjadi /30 hanya memiliki 2 host dari 30 host. Jika dirubah ke binary : 3 oktet pertama dari network tidak berubah, jadi dibiarkan dalam bentuk desimal = /27 Kemudian host diperkecil menjadi 2 dimana subnet /30 Sehingga =/30 Dan terjadi network baru dimana range dimulai dari: =/30 Dan network /30 Range nya adalah atau jika didesimalkan menjadi

3 3 2. Dan karena subnet nya /30, ingat bit 0 sisanya hanya 2, sehingga host menjadi kelipata 2 2 = 4 3. Subentting selesai hasilnya adalah : Mudah bukan. Gambar router akan menjadi : Contoh lain : Terdapat router seperti pada gambar dibawah ini :

4 4 Gunakan VLSM untuk efisiensi IP address dan mengurangi informasi router. Jika dilihat dari tabel diatas dapat dianalisa: Router KL membutuhkan 30 host, router perth 60 host dan router sydney serta singapura membutuhkan 12 host. Dalam penggunaan VLSM yang menjadi tolak ukuran adalah host yang paling besar. Maka host yang paling besar adalah Router pert dengan 60 host. 60 host yang mendekati adalah 2 6 = 64 host, network yang digunakan adalah kelas C, misalkan digunakan netowork Maka subnetting untuk 64 host adalah , ingat dibutuhkan hanya 6 bit 0 pada subnet mask sehingga menjadi No ID Range Broadcast Dari hasil diatas untuk router pert telah tersedia, dapat dipilih sesuai kehendak, diasumsikan untuk router perth menggunakan network Sisanya adalah no 1,2,3 tahap selanjutnya melihat network yang terbesar, yaiut pada router KL sebanyak 28 host. 28 host yang mendekati adalah 2 5 = 32. Untuk KL kita gunakan network Pada awalmya diubah terlebih dahulu menjadi binary IP = SM = =

5 5 Disubnet kembali menjadi 28 host IP = SM = = Rangenya adalah = = dan = Ingat kelipatannya adalah 32 dari 2 5, sehingga dari hasil diatas terdapat dua range yang dipilih, anda dapat memilih yang mana saja. Misalkan saya pilih Netowrk /27 sebagai network untuk router KL Yang tersisa kini network /27 untuk router sydney dan singapore yang masing masing jumlah host adalah 12, 12 yang mendekati adalah 2 4 Diuraikan kembali menjadi binary : IP = = SM = Yang dibutuhkan kini hanya 16 host maka IP = SM = Sehingga rangenya adalah = = Dengan subnet mask =/26 Dapat diperoleh Untuk router sydney menggunakan network = /28

6 6 Dan router singapora menggunakan netowrk = /28 Hasil Router Perth = /26 Router KL = /27 Latihan: Soal pertama Gunakan VLSM untuk efisiensi IP address dan mengurangi informasi router. Soal kedua Given the same network and requirements as the example above, develop a subnetting scheme using VLSM, given: neta: must support 14 hostsnetb: must support 28 hostsnetc: must support 2 hostsnetd: must support 7 hostsnete: must support 28 host Soal Ketiga

7 7 QUESTION NO: 35 On the topic of VLSM, which one of the following statements best describes the concept of the route aggregation? A. Deleting unusable addresses through the creation of many subnets. B. Combining routes to multiple networks into one supernet. C. Reclaiming unused space by means of changing the subnet size. D. Calculating the available host addresses in the AS. Answer: B In the networking world route aggregate means combining routes to multiple networks into one. This is also known as route summarization or supernetting. It is normally used to reduce the number of route entries in the routing table by advertising numerous routes into one larger route. Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco Press, ISBN X) Page 236. QUESTION NO: 36 You have a single Class C IP address and a point-to-point serial link that you want to implement VLSM on. Which subnet mask is the most efficient? A B C D E Answer: D For a single point to point link, only 2 IP addresses are required, one for the serial

8 8 interface of the router at each end. Therefore, the subnet mask is often used for these types of links, as no IP addresses are wasted. You have a network that supports VLSM and you need to reduce IP address waste in your point to point WAN links. Which of the masks below would you use? A. /38 B. /30 C. /27 D. /23 E. /18 F. /32 Answer: B For a single point to point link, only 2 IP addresses are required, one for the serial interface of the router at each end. Therefore, the subnet mask is often used for these types of links because no IP addresses are wasted. The subnet mask is a /30, so answer B is correct. A. The largest mask that can be used is the single IP host mask, which is /32. It is not possible to use a /38 mask, unless of course IPv6 is being used. C, D, E. These masks will provide for a larger number of host addresses, and since only 2 IP addresses are needed for a point to point link, these extra addresses are wasted. F: No available host addresses with a /32 mask You are a network administrator and you need to implement a routing protocol on your network that provides: Scalability VLSM support Minimal overhead Support for connecting networks using routers of multiple vendors Which of the following routing protocol would best serve your needs? A. VTP B. RIP version 1 C. EIGRP D. OSPF E. IGRP F. CDP Answer: D Since one of the requirements is that the routing protocol must support other vendors, our only choices are RIP and OSPF. Since RIP version 1 does not support VLSM, OSPF is the only choice. A. VTP is the VLAN Trunking Protocol. This is not a routing protocol. B. RIP version one does not support VLSM. Note that RIPv2 does support VLSM, and

9 9 would be a valid choice. C, E. EIGRP and IGRP are Cisco proprietary routing protocols, and are not supported by other vendors. F. CDP is the Cisco Discovery Protocol, which is used to exchange information between Cisco devices. It can only be used between Cisco routers and switches, and it is not a routing protocol. Which of the routing protocols shown below support both VLSM and route summarization? (Select three) A. IGRP B. EIGRP C. RIP v1 D. RIP v2 E. OSPF F. VTP G. CDP Answer: B, D, E EIGRP and OSPF support Variable Length Subnet Masks (VLSM) and provide for both automatic and manual route summarization configurations. RIPv2 is an enhanced version of RIP, and overcame some of the limitations of RIP by introducing support for VLSM. A, C. IGRP and RIP are relatively old and simplistic routing protocols that were developed before the concepts of VLSM and route summarization. F. VTP is the VLAN Trunking Protocol, used in switched LAN environments to carry VLAN information. It is not a routing protocol. G. CDP is the Cisco Discovery Protocol, used between neighboring Cisco devices to automatically discover information. It is not a routing protocol. Which of the following routing protocols support the use of VLSM (Variable Length Subnet Masking)? (Select three) A. RIPv1 B. EIGRP C. OSPF D. IGRP E. RIPv2 Answer: B, C, E Which of the following routing protocols do NOT support VLSM (variable length subnet masking)? (Choose all that apply). A. RIPv1 B. IGRP C. EIGRP D. OSPF

10 10 E. IS-IS F. RIPv2 You need to implement the use of a routing protocol that meets the following requirements: 2. Converges quickly 3. Supports VLSM, CIDR, IP, and IPX. 4. Uses minimal bandwidth for routing updates. Which one of the following routing protocols would be the best choice? A. RIPv1 B. RIPv2 C. IGRP D. OSPF E. EIGRP Answer: E EIGRP would be the best choice as it provides support for VLSM and CIDR, has faster convergence times than other protocols, is scalable, and supports IP, IPX, and Appletalk. EIGRP is a Cisco proprietary routing protocol, so it will not work with other vendors. However, the requirements of the question made no mention of the use of non-cisco routers, so it will not be an issue in this case. A, C. Both of these routing protocols do not support VLSM. B. While RIPv2 supports VLSM, it provides no support for IPX. The IPX RIP protocol is similar in function to RIP version 1. Both versions of RIP are also consume more bandwidth than EIGRP. D. OSPF does not support IPX. Testking has four offices, each with its own network, as shown in the graphic. Three of the networks have approximately 50 hosts each, and one network has 10 hosts. The multi-vendor routers are connected by serial links that use separate

11 11 subnetwork numbers. The Testking network has leased one Class C address to be used for all networks and serial links, and they do not wish to replace any of their existing routers. Which routing protocol would be most appropriate for this scenario? A. TCP/IP B. RIP version 1 C. RIP version 2 D. IGRP E. EIGRP F. All of the above are acceptable Answer: C The question describes 2 important requirements. The first is the fact that a routing protocol that supports VLSM is needed, as specified by the fact that one class C address range is to be used for all networks. The second important requirement is that routers from multiple vendors are being used, so the routing protocol chosen must be nonproprietary. RIP version 2 is a standards based routing protocol that supports variable length subnet masking (VLSM). A. This is not a routing protocol. B. RIP version 1 does not support VLSM D, E. Although these both support VLSM, IGRP and EIGRP are Cisco proprietary routing protocols which are not supported by other router vendors. Assume that RIP v1 is the only routing protocol in use. What is the Maximum number of usable IP address that can be supported on each LAN if the Testking network is using one Class C address block? A. 14

12 12 B. 16 C. 30 D. 32 E. 62 F. 64 Answer: A RIP version 1 does not support VLSM information, so all networks must have the same subnet mask. In the network above, there are a total of 12 networks (6 LANs and 6 different point to point WAN connections). Therefore, if each of the 12 networks use the subnet mask, there will be a total of 16 networks with 14 usable hosts on each LAN. B. There are only 14 usable IP addresses in the subnet mask, not 16, since we must subtract 2 for the network and broadcast IP addresses. C, E. These options will not provide enough separate networks. A total of 12 are required due to the use of a protocol that does not support VLSM. D, F. These options omit the fact that we must subtract 2 addresses from the usable range for the network and broadcast IP addresses for each subnet. Which dynamic routing protocol should be recommended for the Testking network shown in the graphic above? (Choose three) A. OSPF B. RIP version 1 C. RIP version 2 D. IGRP E. EIGRP Answer: A, C, E In this network, the /24 network is subnetted into two other networks. Because this class C network is being subnetted, a routing protocol that supports variable length subnet mask information is required. OSPF, EIGRP, and RIP version 2 all support VLSM information to be shared across the network. B, D. RIP version 1 and IGRP do not support VLSM, which will be required in order for

13 13 this network to have the two LANs both be reachable.

Dasar Perhitungan. Basis Bilangan 2 (Biner) Badiyanto, S.Kom., M.Kom STMIK AKAKOM Yogyakarta Basis bilangan hanya ada dua nilai 0 dan 1

Dasar Perhitungan. Basis Bilangan 2 (Biner) Badiyanto, S.Kom., M.Kom STMIK AKAKOM Yogyakarta Basis bilangan hanya ada dua nilai 0 dan 1 Badiyanto, S.Kom., M.Kom STMIK AKAKOM Yogyakarta Dasar Perhitungan Basis Bilangan (Biner) Basis bilangan hanya ada dua nilai 0 dan 1 DESIMAL BINER DESIMAL BINER 0 0 11 1011 1 1 1 1100 10 13 1101 3 11 14

Lebih terperinci

Basis Bilangan 2. Basis bilangan hanya ada dua nilai 0 dan 1

Basis Bilangan 2. Basis bilangan hanya ada dua nilai 0 dan 1 Basis Bilangan Basis bilangan hanya ada dua nilai 0 dan DESIMAL 0 3 4 5 6 7 8 9 0 BINER 0 0 00 0 0 000 00 00 DESIMAL 3 4 5 6 7 8 9 0 BINER 0 00 0 0 0000 000 000 00 000 00 00 ( x 4 = 6) + (0 x 3 = 0) +

Lebih terperinci

Subnetting & CIDR. Fakultas Rekayasa Industri Institut Teknologi Telkom

Subnetting & CIDR. Fakultas Rekayasa Industri Institut Teknologi Telkom Subnetting & CIDR Fakultas Rekayasa Industri Institut Teknologi Telkom Soal 1 Diketahui IP Address 172.128.127.24 dengan netmask 255.255.255.240. tentukanlah network address dengan broadcast address yang

Lebih terperinci

Olivia Kembuan, M.Eng PTIK - UNIMA

Olivia Kembuan, M.Eng PTIK - UNIMA Olivia Kembuan, M.Eng PTIK - UNIMA Latar Belakang Apabila suatu organisasi memiliki IP Address dengan Network ID tertentu memerlukan lebih dari satu Netwok ID, maka organisasi tersebut harus mengajukan

Lebih terperinci

VARIASI & TEKNIK PERHITUNGAN IP ADDRESS A) SOAL SUBNETMASK DENGAN PERSYARATAN JUMLAH HOST ATAU SUBNET

VARIASI & TEKNIK PERHITUNGAN IP ADDRESS A) SOAL SUBNETMASK DENGAN PERSYARATAN JUMLAH HOST ATAU SUBNET VARIASI & TEKNIK PERHITUNGAN IP ADDRESS A) SOAL SUBNETMASK DENGAN PERSYARATAN JUMLAH HOST ATAU SUBNET Soal dengan pertanyaan subnetmask apa yang sebaiknya digunakan dengan batasan jumlah host atau subnet

Lebih terperinci

IP: Global Internet. Teknologi Jaringan Komputer. Johny Moningka Fakultas Ilmu Komputer Universitas Indonesia

IP: Global Internet. Teknologi Jaringan Komputer. Johny Moningka Fakultas Ilmu Komputer Universitas Indonesia IP: Global Internet Teknologi Jaringan Komputer Johny Moningka (moningka@cs.ui.ac.id) Fakultas Ilmu Komputer Universitas Indonesia Semester 2003/2004 Versi: 1.01 Agenda Global Internet (Bab 4.3) Subnetting

Lebih terperinci

KONSEP SUBNETTING. 1 Modul Jaringan Komputer

KONSEP SUBNETTING. 1 Modul Jaringan Komputer KONSEP SUBNETTING Subnetting adalah termasuk materi yang banyak keluar di ujian CCNA dengan berbagai variasi soal. Juga menjadi momok bagi student atau instruktur yang sedang menyelesaikan kurikulum CCNA

Lebih terperinci

PENGANTAR SUBNETTING II

PENGANTAR SUBNETTING II 3 PENGANTAR SUBNETTING II LABORATORIUM LANJUT SISTEM KOMPUTER FAKULTAS ILMU KOMPUTER UNIVERSITAS GUNADARMA PERTEMUAN III PENGANTAR SUBNETTING PART II I. Tujuan Praktikum : Memahami Konsep Dasar Subnetting

Lebih terperinci

! Sebenarnya subnetting itu apa? Kenapa harus. ! Hasil: hierarki 3-layer. ! Lalu:

! Sebenarnya subnetting itu apa? Kenapa harus. ! Hasil: hierarki 3-layer. ! Lalu: Subnetting! Sebenarnya subnetting itu apa? Kenapa harus dilakukan? 5. Subnetting Jaringan Komputer Teknik Komputer Susmini I. Lestariningati, M.T Subnetting Ide Dasar Subnetting! Problem: Organisasi mempunyai

Lebih terperinci

Dynamic Routing (OSPF) menggunakan Cisco Packet Tracer

Dynamic Routing (OSPF) menggunakan Cisco Packet Tracer Dynamic Routing (OSPF) menggunakan Cisco Packet Tracer Ferry Ardian nyotvee@gmail.com http://a Dasar Teori. Routing merupakan suatu metode penjaluran suatu data, jalur mana saja yang akan dilewati oleh

Lebih terperinci

BAB 3: IPV4 SUBNETTING & VLSM

BAB 3: IPV4 SUBNETTING & VLSM BAB 3: IPV4 SUBNETTING & VLSM Reza Aditya Firdaus Cisco Certified Network Associate R&S Dasar Subnetting Fungsi dari subnetting adalah: Mengurangi trafik jaringan Performa jaringan teroptimasi Management

Lebih terperinci

Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM ROUTING DINAMIK

Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM ROUTING DINAMIK Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM ROUTING DINAMIK Definition ROUTING : Routing is process offorwarding packets from one network to another, this is sometimes referred to

Lebih terperinci

Fungsi Network Layer. Pengalamatan Routing

Fungsi Network Layer. Pengalamatan Routing NETWORK LAYER Fungsi Network Layer Pengalamatan Routing Fungsi pengalamatan IPX Appletalk IP standard untuk internet IPv4 basic characteristics: Connectionless Best Effort (unreliable) Tidak ada jaminan

Lebih terperinci

NETWORK LAYER. Lapisan jaringan atau Network layer adalah lapisan ketiga dari bawah dalam model referensi jaringan OSI

NETWORK LAYER. Lapisan jaringan atau Network layer adalah lapisan ketiga dari bawah dalam model referensi jaringan OSI NETWORK LAYER Lapisan jaringan atau Network layer adalah lapisan ketiga dari bawah dalam model referensi jaringan OSI Lapisan ini bertanggung jawab untuk melakukan beberapa fungsi berikut : Pengalamatan

Lebih terperinci

Prodi D3 Teknik Telekomunikasi 2014

Prodi D3 Teknik Telekomunikasi 2014 Dynamic Routing Prodi D3 Teknik Telekomunikasi 2014 TOPIK BAHASAN Dynamic routing protocols and network design Classifying routing protocols Metrics Administrative distance Routing tables Subnetting Static

Lebih terperinci

IP Address dan Pengkabelan

IP Address dan Pengkabelan LAPORAN PRAKTIKUM JARINGAN KOMPUTER IP Address dan Pengkabelan Disusun untuk memenuhi laporan Praktikum Mata Kuliah Jaringan Komputer Disusun Oleh : Baiq Syafira Noor Z 11520249004 Aditya Jantra Madana

Lebih terperinci

Chapter 9: Subnetting IP jaringan

Chapter 9: Subnetting IP jaringan Cisco Academy CCNA Exploration v5.0 Network fundamentals Yahdi Siradj yahdi@politekniktelkom.ac.id @yahdiinformatik Chapter 9: Subnetting IP jaringan TK 1073 Jaringan Komputer Semester Ganjil 2013-2014

Lebih terperinci

Jarkom Terapan Introduction. Hendry Gunawan S.Kom. MM. 2012

Jarkom Terapan Introduction. Hendry Gunawan S.Kom. MM. 2012 Jarkom Terapan Introduction Hendry Gunawan S.Kom. MM. 2012 Identitas Perkuliahan Nama Mata Kuliah : Jaringan Komputer Terapan Kode Mata Kuliah: Bobot : 2 SKS / Pratikum 1 SKS Waktu Kelas: - Kelas Teori

Lebih terperinci

Konsep Subnetting, Siapa Takut?

Konsep Subnetting, Siapa Takut? Konsep Subnetting, Siapa Takut? Subnetting adalah termasuk materi yang banyak keluar di ujian CCNA dengan berbagai variasi soal. Juga menjadi momok bagi student atau instruktur yang sedang menyelesaikan

Lebih terperinci

PROTOKOL ROUTING. Budhi Irawan, S.Si, M.T

PROTOKOL ROUTING. Budhi Irawan, S.Si, M.T PROTOKOL ROUTING Budhi Irawan, S.Si, M.T PENDAHULUAN Protokol Routing secara umum diartikan sebagai suatu aturan untuk mempertukarkan informasi routing yang akan membentuk sebuah tabel routing sehingga

Lebih terperinci

Why do we need Subnets

Why do we need Subnets SOLUSI Sebuah perusahan IT bernama PT. Majuterus hendak membangun jaringan internet yang terdiri atas 4 buah divisi. Divisi marketing, divisi produk, divisi IT dan divisi keungan. Total IP address yang

Lebih terperinci

Skema Pengalamatan Ip Address Pada Desain Jaringan Komputer Local Area Network (Lan) Menggunakan Metode Subnetting

Skema Pengalamatan Ip Address Pada Desain Jaringan Komputer Local Area Network (Lan) Menggunakan Metode Subnetting Skema Pengalamatan Ip Address Pada Desain Jaringan Komputer Local Area Network (Lan) Menggunakan Metode Subnetting Subnetting Methode Addressing sceme of IP address computer networking design for Local

Lebih terperinci

JARINGAN KOMPUTER S1SI AMIKOM YOGYAKARTA

JARINGAN KOMPUTER S1SI AMIKOM YOGYAKARTA Sudah Mengumpulkan Jurnal? http://goo.gl/hhsqum JARINGAN KOMPUTER S1SI AMIKOM YOGYAKARTA Group Jarkom SI Amikom https://www.facebook.com/groups/jarkom.amikom/ Pertemuan 8 Router Protocol Routing TCP/IP

Lebih terperinci

PEMANFAATAN DISTANCE VECTOR EIGRP DENGAN METODE VARIABLE- LENGTH SUBNET MASK (VLSM) PADA JARINGAN MAN

PEMANFAATAN DISTANCE VECTOR EIGRP DENGAN METODE VARIABLE- LENGTH SUBNET MASK (VLSM) PADA JARINGAN MAN PEMANFAATAN DISTANCE VECTOR EIGRP DENGAN METODE VARIABLE- LENGTH SUBNET MASK (VLSM) PADA JARINGAN MAN Bobby Jandri 1, Herlina Harahap 2, Fera Damayanti 3 1,2,3 Sekolah Tinggi Teknik Harapan Medan Jl. HM

Lebih terperinci

Modul Praktikum Subnet dan Supernet

Modul Praktikum Subnet dan Supernet Modul Praktikum Subnet dan Supernet Modul Praktikum Authored by : Laboratorium Jaringan Komputer Program Ilmu Komputer Universitas Pendidikan Indonesia 1. Subnetting Subnetting adalah teknik atau metode

Lebih terperinci

ROUTING. Melwin Syafrizal Daulay, S.Kom.,., M.Eng.

ROUTING. Melwin Syafrizal Daulay, S.Kom.,., M.Eng. ROUTING Melwin Syafrizal Daulay, S.Kom.,., M.Eng. Apa itu Routing? Proses pengambilan keputusan melalui gateway yang mana paket harus dilewatkan Routing dilakukan untuk setiap paket yang dikirimkan dari

Lebih terperinci

Pemrograman Lanjut. Interface

Pemrograman Lanjut. Interface Pemrograman Lanjut Interface PTIIK - 2014 2 Objectives Interfaces Defining an Interface How a class implements an interface Public interfaces Implementing multiple interfaces Extending an interface 3 Introduction

Lebih terperinci

LOMBA KOMPETENSI SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXII 2014 PALEMBANG LEMBAR SOAL MODUL 2

LOMBA KOMPETENSI SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXII 2014 PALEMBANG LEMBAR SOAL MODUL 2 LOMBA KOMPETENSI SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXII 2014 PALEMBANG LEMBAR SOAL MODUL 2 BIDANG LOMBA IT NETWORK SYSTEM ADMINISTRATION KEMENTERIAN PENDIDIKAN DAN KEBUDAYAAN JALAN JENDERAL

Lebih terperinci

1 of 5 11/1/2013 7:51 AM You are logged in as Muhamad Wahyu Hidayat (Logout) 2 of 5 11/1/2013 7:51 AM a. Periksa apakah CDP diaktifkan pada semua router b. Periksa apakah interface dari router diaktifkan

Lebih terperinci

BAB 1 PENDAHULUAN 1.1. Latar Belakang Masalah

BAB 1 PENDAHULUAN 1.1. Latar Belakang Masalah BAB 1 PENDAHULUAN 1.1. Latar Belakang Masalah Dewasa ini, kebutuhan akan pemanfaatan teknologi jaringan komputer merupakan hal yang telah umum dan sangat penting. Meningkatnya kebutuhan jaringan komputer

Lebih terperinci

MODUL 3 SUBNETTING & PENGATURAN IP PADA LOKAL AREA NETWORK

MODUL 3 SUBNETTING & PENGATURAN IP PADA LOKAL AREA NETWORK MODUL 3 SUBNETTING & PENGATURAN IP PADA LOKAL AREA NETWORK TUJUAN PRAKTIKUM : 1. Memahami Format IP Addressing versi 4 beserta pembagian kelasnya. 2. Memahami Subnetting Classfull & Classless secara CIDR

Lebih terperinci

Modul 02 Static Routing. Windows dan Linux

Modul 02 Static Routing. Windows dan Linux Modul 02 Static Routing Windows dan Linux Tujuan Tatap Muka Praktek Setelah praktek dilaksanakan, peserta praktek diharapkan memiliki kemampuan Melakukan konfigurasi Static Routing dengan text-mode pada

Lebih terperinci

Dynamic Routing Topologi 1

Dynamic Routing Topologi 1 Program Keahlian : TKJ Dynamic Routing Topologi 1 Nama : Bambang H. Experiment: Diagnosa WAN Kelas : XII TKJ B No. Experiment: 33 Instruktur : Netty Amaliah, S.Pd. Nusirwan Hakim, S.Pd. I. TUJUAN a. Siswa

Lebih terperinci

Perancangan dan Simulasi Routing Static Berbasis IPV4 Menggunakan Router Cisco

Perancangan dan Simulasi Routing Static Berbasis IPV4 Menggunakan Router Cisco ISSN: 2088-4591 Vol. 5 No. 2 Edisi Nopember 2015 Perancangan dan Simulasi Routing Static Berbasis IPV4 Menggunakan Router Cisco Imam Marzuki Program Studi Teknik Elektro, Fakultas Teknik, Universitas Panca

Lebih terperinci

Static Routing & Dynamic Routing

Static Routing & Dynamic Routing Modul 20: Overview Routing tak lain adalah untuk menentukan arah paket data dari satu jaringan ke jaringan lain. Penentuan arah ini disebut juga sebagai route, routing dapat diberikan secara dinamis (dynamic

Lebih terperinci

NETWORK LAYER : Routing

NETWORK LAYER : Routing NETWORK LAYER : Routing Fungsi network layer Membawa paket dari host pengirim ke penerima Protokol network layer ada di setiap host dan router Tiga fungsi utama: path determination: menentukan rute yang

Lebih terperinci

OSI Data Link Layer. CCNA1-1 Chapter 7

OSI Data Link Layer. CCNA1-1 Chapter 7 OSI Data Link Layer CCNA1-1 Chapter 7 OSI Data Link Layer Accessing the Media CCNA1-2 Chapter 7 OSI Data Link Layer Provides the user interface Organize data for network transfer Segmentation and managing

Lebih terperinci

IPv6. Program Studi Sistem Informasi Universitas Telkom 2014

IPv6. Program Studi Sistem Informasi Universitas Telkom 2014 IPv6 Program Studi Sistem Informasi Universitas Telkom 2014 AGENDA Introduction IPv4 VS IPv6 Format Alamat IPv6 / Notasi Subnetting Simulasi Apa itu IPv6 Pengalamatan yang merupakan pengembangan dari IPv4

Lebih terperinci

Dynamic Routing (RIP) menggunakan Cisco Packet Tracer

Dynamic Routing (RIP) menggunakan Cisco Packet Tracer Dynamic Routing (RIP) menggunakan Cisco Packet Tracer Ferry Ardian nyotvee@gmail.com http://ardian19ferry.wordpress.com Dasar Teori. Routing merupakan suatu metode penjaluran suatu data, jalur mana saja

Lebih terperinci

Distance Vector Routing Protocols

Distance Vector Routing Protocols Distance Vector Routing Protocols Artikel ini fokus pada Interior Gateway Protokol (IGPs). IGPs diklasifikasikan sebagai distance vector atau link-state routing protokol. artikel ini menjelaskan karakteristik,

Lebih terperinci

FAKULTAS TEKNIK UNIVERSITAS NEGERI YOGYAKARTA

FAKULTAS TEKNIK UNIVERSITAS NEGERI YOGYAKARTA Pertemuan 2 & 3 Revisi : 01 Tgl : 5 Maret 2012 Hal 1 dari 12 1. Tujuan a. Mampu melakukan konfigurasi IP Address di komputer jaringan. b. Memahami konsep alokasi IP Public dengan metode Classless Addressing

Lebih terperinci

UNIT I IP Address, Subnetting, VLSM dan IP Assignment

UNIT I IP Address, Subnetting, VLSM dan IP Assignment UNIT I IP Address, Subnetting, VLSM dan IP Assignment I. Pendahuluan IP address digunakan sebagai alamat dalam hubungan antar host di internet sehingga merupakan sebuah sistem komunikasi yang universal

Lebih terperinci

Perancangan dan Analisis Redistribution Routing Protocol OSPF dan EIGRP

Perancangan dan Analisis Redistribution Routing Protocol OSPF dan EIGRP Jurnal ELKOMIKA Teknik Elektro Itenas No.2 Vol. 2 Institut Teknologi Nasional Bandung Juli - Desember 2014 Perancangan dan Analisis Redistribution Routing Protocol OSPF dan EIGRP DWI ARYANTA, BAYU AGUNG

Lebih terperinci

Berikanlah Subnet Mask pada masing masing segment, dan gunakan IP Address Private, baik untuk switch maupun router

Berikanlah Subnet Mask pada masing masing segment, dan gunakan IP Address Private, baik untuk switch maupun router Modul 5 Quiz dan Tutorial Packet Tracert 1. Diketahui rancangan pada jaringan di bawah ini Berikanlah Subnet Mask pada masing masing segment, dan gunakan IP Address Private, baik untuk switch maupun router

Lebih terperinci

TUGAS MAKALAH SUBNETTING

TUGAS MAKALAH SUBNETTING TUGAS MAKALAH SUBNETTING Disusun Oleh : PUTRI HARFINDRANI 095623247 FAKULTAS TEKNIK JURUSAN TEKNIK ELEKTRO DIII MANAJEMEN INFORMATIKA UNIVERSITAS NEGERI SURABAYA 2012 A. Pengertian Subnetting Subnetting

Lebih terperinci

PERANCANGAN DAN SIMULASI JARINGAN VIRTUAL LOCAL AREA NETWORK (VLAN) MENGGUNAKAN SUBNETTING CLASSLESS INTERNET DOMAIN ROUTING (CIDR)

PERANCANGAN DAN SIMULASI JARINGAN VIRTUAL LOCAL AREA NETWORK (VLAN) MENGGUNAKAN SUBNETTING CLASSLESS INTERNET DOMAIN ROUTING (CIDR) PERANCANGAN DAN SIMULASI JARINGAN VIRTUAL LOCAL AREA NETWORK (VLAN) MENGGUNAKAN SUBNETTING CLASSLESS INTERNET DOMAIN ROUTING (CIDR) Firdaus 1, Samsudin 2,Nenna Irsa Syahputri 3 Program Studi Teknik informatika

Lebih terperinci

Tujuan Menjelaskan role (peran) protokol routing dinamis dan menempatkannya dalam konteks desain jaringan modern.

Tujuan Menjelaskan role (peran) protokol routing dinamis dan menempatkannya dalam konteks desain jaringan modern. Tujuan Menjelaskan role (peran) protokol routing dinamis dan menempatkannya dalam konteks desain jaringan modern. Introduction to Dynamic Routing Protocol Mengidentifikasikan beberapa cara untuk mengklasifikasikan

Lebih terperinci

Pilih salah satu jawaban yang paling tepat dari soal-soal di bawah ini.

Pilih salah satu jawaban yang paling tepat dari soal-soal di bawah ini. Pilih salah satu jawaban yang paling tepat dari soal-soal di bawah ini. 1. Setiap PC dapat membuat account user serta berbagi sumber (sharing) sehingga masing-masing dapat bertindak sebagai client ataupun

Lebih terperinci

Routing: Algoritma Routing (Dinamis) :

Routing: Algoritma Routing (Dinamis) : Routing: 1. Routing Default 2. Routing Statis 3. Routing Dinamis Algoritma Routing (Dinamis) : 1. Distance Vector Routing 2. Link State Routing Distance Vector Routing Protocols Contoh Protokol Routing

Lebih terperinci

Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM

Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM Mata kuliah Jaringan Komputer Jurusan Teknik Informatika - UNIKOM ROUTING STATIK dan DINAMIK Definition ROUTING : Routing is process offorwarding packets from one network to another, this is sometimes

Lebih terperinci

Widianto Wahyu Perdana¹, Rendy Munadi ², Yudha Purwanto³. ¹Teknik Telekomunikasi, Fakultas Teknik Elektro, Universitas Telkom

Widianto Wahyu Perdana¹, Rendy Munadi ², Yudha Purwanto³. ¹Teknik Telekomunikasi, Fakultas Teknik Elektro, Universitas Telkom Tugas Akhir - 2011 ANALISIS PERBANDINGAN IMPLEMENTASI PROTOKOL ROUTING ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL (EIGRP) DAN OPEN SHORTEST PATH FIRST (OSPF) UNTUK LAYANAN VIDEO STREAMING Widianto Wahyu

Lebih terperinci

Manajemen Jaringan Komputer Routing. JTI FTI UII, Genap 2009/2010, Sofyan Wijaya Ref APNIC Training Course 2008, Advanced Routing, Routing Principles

Manajemen Jaringan Komputer Routing. JTI FTI UII, Genap 2009/2010, Sofyan Wijaya Ref APNIC Training Course 2008, Advanced Routing, Routing Principles Manajemen Jaringan Komputer Routing JTI FTI UII, Genap 2009/2010, Sofyan Wijaya Ref APNIC Training Course 2008, Advanced Routing, Routing Principles Indeks Route Summarization / Agregation Routing Protocol

Lebih terperinci

IP Address, CIDR dan VLSM Oleh : Tim Jarkom

IP Address, CIDR dan VLSM Oleh : Tim Jarkom IP Address, CIDR dan VLSM Oleh : Tim Jarkom I. Tujuan Praktikum 1. Mampu melakukan konfigurasi IP Address di komputer jaringan. 2. Memahami konsep teknik subnetting menggunakan metode VLSM. 3. Memahami

Lebih terperinci

IP ADDRESSING & SUBNETTING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom

IP ADDRESSING & SUBNETTING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom IP ADDRESSING & SUBNETTING M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom PENGALAMATAN IP Setiap perangkat memiliki 2 pengalamatan: MAC address phisik IP Address logika o IP address pengalamatan

Lebih terperinci

JARINGAN KOMPUTER SUBNETTING. Zaid Romegar Mair, S.T., M.Cs

JARINGAN KOMPUTER SUBNETTING. Zaid Romegar Mair, S.T., M.Cs JARINGAN KOMPUTER SUBNETTING Pertemuan 05-0606 Zaid Romegar Mair, S.T., M.Cs PROGRAM STUDI TEKNIK INFORMATIKA Jl. Kolonel Wahid Udin Lk. I Kel. Kayuara, Sekayu 30711 web:www.polsky.ac.id mail: polsky@polsky.ac.id

Lebih terperinci

IP ADDRESSING & SUBNETTING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom

IP ADDRESSING & SUBNETTING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom IP ADDRESSING & SUBNETTING M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom PENGALAMATAN IP Setiap perangkat memiliki 2 pengalamatan: MAC address phisik IP Address logika o IP address pengalamatan

Lebih terperinci

The Routing Table. Gambar 8.1 Show ip route

The Routing Table. Gambar 8.1 Show ip route The Routing Table Sebagai administrator jaringan, sangatlah penting untuk mengetahui routing table secara mendalam,baik ketika terjadi troubleshooting masalah jaringan atau masalah lainya. Memahami struktur

Lebih terperinci

BAB IV INTERNET PROTOCOL

BAB IV INTERNET PROTOCOL BAB IV INTERNET PROTOCOL IP adalah standard protokol dengan nomer STD 5. Standar ini juga termasuk untuk ICMP, dan IGMP. Spesifikasi untuk IP dapat dilihat di RFC 791, 950, 919, dan 992 dengan update pada

Lebih terperinci

CIDR & VLSM. Nyoman Suryadipta, ST, CCNP

CIDR & VLSM. Nyoman Suryadipta, ST, CCNP CIDR & VLSM Nyoman Suryadipta, ST, CCNP CIDR pada dasarnya adalah metode yang digunakan ISP (Internet Service Provider) untuk mengalokasikan sejumlah alamat dalam ukuran blok (block size) tertentu kepada

Lebih terperinci

1 of 5 11/1/2013 7:49 AM You are logged in as Muhamad Wahyu Hidayat (Logout) 2 of 5 11/1/2013 7:49 AM You are logged in as Muhamad Wahyu Hidayat (Logout) Question 20 Ketika sebuah paket harus diteruskan,

Lebih terperinci

Objektif. Memahami perbedaan operasi routing statik dan dinamik. Mengkonfigurasi dan mem-verifikasi routing statik.

Objektif. Memahami perbedaan operasi routing statik dan dinamik. Mengkonfigurasi dan mem-verifikasi routing statik. Routing Objektif Memahami perbedaan operasi routing statik dan dinamik. Mengkonfigurasi dan mem-verifikasi routing statik. Memahami cara kerja protokol routing distance vector seperti RIP. Mengkonfigurasi

Lebih terperinci

SUBNETTING. S. Indriani L., M.T

SUBNETTING. S. Indriani L., M.T SUBNETTING S. Indriani L., M.T Subnetting Problem: Organisasi mempunyai Multiple network yg di-manage secara independen Solusi 1: alokasikan satu atau lebih address class C utk tiap jaringan Sulit di-manage

Lebih terperinci

PENGHITUNGAN SUBNETTING SECARA OTOMATIS

PENGHITUNGAN SUBNETTING SECARA OTOMATIS PENGHITUNGAN SUBNETTING SECARA OTOMATIS Oleh : Hendro Hartono, S.Kom. Sekolah Tinggi Teknologi Adisutjipto (STTA) e-mail : he2_n_2eh@yahoo.co.id Abstract Who's network administrator doing subnetting in

Lebih terperinci

KATA Halaman 1 dari 12

KATA Halaman 1 dari 12 KATA PENGANTAR Puji syukur kehadirat Tuhan Yang Maha Esa yang senantiasa memberikan kemudahan dalam menyelesaikan segala tantangan sehingga penulis dapat menyelesaikan buku Roadmap Sukses Sertifikasi CCNA

Lebih terperinci

Tugas Utama Router Koneksi dari sebuah Router pada WAN. Tugas Utama Router Fungsi sebuah Router. Interface Mengkonfigurasi interface dari Ethernet

Tugas Utama Router Koneksi dari sebuah Router pada WAN. Tugas Utama Router Fungsi sebuah Router. Interface Mengkonfigurasi interface dari Ethernet Tujuan Menentukan tugas utama dari sebuah router di dalam sebuah jaringan. Menjelaskan jaringan yang terkoneksi secara langsung, dengan interface router yang berbeda. Static Routing Meneliti secara jaringan

Lebih terperinci

P & S VLAN.

P & S VLAN. P & S VLAN ekofajarcahyadi@st3telkom.ac.id OVERVIEW Materi Pra-UTS: 1. Hub, Bridge, & Switch 2. Ethernet & Token Ring 3. VLAN 4. Firewall 5. Disiplin Antrian TUJUAN Pengertian Collision Domain Informasi

Lebih terperinci

Nugroho Agus H., M.Si.

Nugroho Agus H., M.Si. Jarkom 2 - Nugroho Agus H., M.Si. MSi Nugroho Agus H., M.Si. Routing menjadi inti kerja jaringan Router merupakan piranti yang menghubungkan antar network Router belajar tentang network di luar dirinyai

Lebih terperinci

Modul 3. Praktikkum Subnetting. A. Tujuan

Modul 3. Praktikkum Subnetting. A. Tujuan Modul 3 Praktikkum Subnetting A. Tujuan Setelah Praktikum ini mahasiswa di harapkan dapat : 1 ) Memahami Koneksi dan Implementasi Subnet berikut konsep IPV 4 dan kelasnya 2 ) Membangun Koneksi antar Subnet

Lebih terperinci

Pendahuluan. 0Alamat IP berbasis kepada host dan network. 0Alamat IP berisi informasi tentang alamat network dan juga alamat host

Pendahuluan. 0Alamat IP berbasis kepada host dan network. 0Alamat IP berisi informasi tentang alamat network dan juga alamat host Pendahuluan 0Alamat IP berbasis kepada host dan network 0Host: apa saja yang dapat menerima dan mengirim paket. Misal router, workstation 0 Host terhubung oleh satu (atau beberapa) network 0Alamat IP berisi

Lebih terperinci

Pertemuan XII. Subnetting Cara Cepat I (IP Kelas C)

Pertemuan XII. Subnetting Cara Cepat I (IP Kelas C) Pertemuan XII Subnetting Cara Cepat I (IP Kelas C) Subnetting #1 IPv4 hanya terdiri atas 32 bit sehingga pengalamatannya sangat terbatas, dengan makin bertambahnya jumlah pengguna jaringan dibuatlah suatu

Lebih terperinci

Universitas Indraprasta PGRI / Teknik Informatika. CONTOH 1 : IP Address : Kelas C IP Address : Subnet Mask :

Universitas Indraprasta PGRI / Teknik Informatika. CONTOH 1 : IP Address : Kelas C IP Address : Subnet Mask : CONTOH 1 : IP Address : Kelas C IP Address : 222.124.14.0 Subnet Mask : 255.255.255.0 1 IP Address & Subnet Mask ditulis dalam bentuk angka biner : Cara membuat Subnet-Subnet baru dari IP Address yang

Lebih terperinci

Andi Dwi Riyanto, M.Kom

Andi Dwi Riyanto, M.Kom IP Address (Ipv4) terdiri dari 32 bit angka biner yang dituliskan dalam bentuk empat kelompok dan masingmasing kelompok terdiri dari delapan (oktat) bit yang dipisahkan oleh tanda titik 11000000.10101000.00000000.00000001

Lebih terperinci

SILABUS MATAKULIAH. Revisi : 0 Tanggal Berlaku : September 2013

SILABUS MATAKULIAH. Revisi : 0 Tanggal Berlaku : September 2013 SILABUS MATAKULIAH Revisi : 0 Tanggal Berlaku : September 2013 A. Identitas 1. Nama Matakuliah : A22.53110/ Pengantar Sistem Operasi dan Jaringan Komputer 2. Program Studi : Teknik Informatika-D3 3. Fakultas

Lebih terperinci

IP Address dan Pengkabelan (2) Oleh : Tim Jarkom

IP Address dan Pengkabelan (2) Oleh : Tim Jarkom IP Address dan Pengkabelan (2) Oleh : Tim Jarkom I. Tujuan Praktikum 1. Mampu melakukan konfigurasi IP Address di komputer jaringan. 2. Memahami konsep alokasi IP Public dengan metode Classless Addressing

Lebih terperinci

Pembimbing : Rudi Haryadi Kelas : XII TKJ A. Dynamic Routing. Tanggal : 12 Januari 2013 Nilai dan Paraf :

Pembimbing : Rudi Haryadi Kelas : XII TKJ A. Dynamic Routing. Tanggal : 12 Januari 2013 Nilai dan Paraf : Nama : Selly Anggraini Pembimbing : Rudi Haryadi Kelas : XII TKJ A No. Absen : 25 Dynamic Routing Antoni Budiman Mapel : Diagnosa WAN Tanggal : 12 Januari 2013 Nilai dan Paraf : I. Tujuan - Siswa dapat

Lebih terperinci

ANALISIS DAN PERANCANGAN KALKULATOR IP UNTUK MENGHITUNG PEMBAGIAN HOST PADA JARINGAN VLSM BERBASIS J2ME. Naskah Publikasi

ANALISIS DAN PERANCANGAN KALKULATOR IP UNTUK MENGHITUNG PEMBAGIAN HOST PADA JARINGAN VLSM BERBASIS J2ME. Naskah Publikasi ANALISIS DAN PERANCANGAN KALKULATOR IP UNTUK MENGHITUNG PEMBAGIAN HOST PADA JARINGAN VLSM BERBASIS J2ME Naskah Publikasi diajukan oleh Toni Susanto 08.11.2078 kepada SEKOLAH TINGGI MANAJEMEN INFORMATIKA

Lebih terperinci

Modul 1: Topology Orientation and Building a Small Network

Modul 1: Topology Orientation and Building a Small Network Modul 1: Topology Orientation and Building a Small Network I. Topology Diagram Peer to Peer Network Switched Network II. Tujuan Praktikum Setelah menyelesaikan praktikum ini, mahasiswa diharapkan akan

Lebih terperinci

IMPLEMENTASI STATIC NAT TERHADAP JARINGAN VLAN MENGGUNAKAN IP DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP)

IMPLEMENTASI STATIC NAT TERHADAP JARINGAN VLAN MENGGUNAKAN IP DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) Jurnal Ilmiah Informatika Volume 1 No. 1 / Desember 26 IMPLEMENTASI STATIC NAT TERHADAP JARINGAN VLAN MENGGUNAKAN IP DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) Juwanda Natali 1), Fajrillah 2), T.M.Diansyah

Lebih terperinci

LAPORAN PRAKTIKUM IP

LAPORAN PRAKTIKUM IP PEND. TEKNIK INFORMATIKA KELAS E1 UNIVERSITAS NEGERI YOGYAKARTA 2012 LAPORAN PRAKTIKUM IP ADDRESS DAN PENGKABELAN Laporan ini guna memenuhi tugas mata kuliah Praktik Jaringan Komputer Disusun Oleh : Laporan

Lebih terperinci

Statik Routing. School of Industrial and System Engineering System Information Program 2016

Statik Routing. School of Industrial and System Engineering System Information Program 2016 Statik Routing School of Industrial and System Engineering System Information Program 2016 Introduction Static Routing Dynamic Routing ROUTING Routing adalah proses pengiriman informasi/data pada network

Lebih terperinci

Jaringan Komputer: Ch. 3 Network Protocols and Communications

Jaringan Komputer: Ch. 3 Network Protocols and Communications 1 Ch. 3 Network Protocols and Communications Jaringan Komputer: IPv4 Addresses and IP Address v4.0 The Subnet Mask 2 Hardware Addressing. Hardware addressing (pengalamatan perangkat keras) digunakan untuk

Lebih terperinci

Subnetting. Pertemuan XI. Contoh Subneting 1

Subnetting. Pertemuan XI. Contoh Subneting 1 Subnetting Pertemuan XI Apabila suatu organisasi memiliki IP Address dengan Network ID 222.124.14.0 memerlukan lebih dari satu Netwok ID, maka organisasi tersebut harus mengajukan permohonan ke Internet

Lebih terperinci

IPV6 ADDRESSING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom

IPV6 ADDRESSING. M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom IPV6 ADDRESSING M. Teguh Kurniawan Fakultas Rekayasa Industri Universitas Telkom AGENDA Introduction IPv4 VS IPv6 Format Alamat IPv6 / Notasi APA ITU IPV6 Pengalamatan yang merupakan pengembangan dari

Lebih terperinci

TK 2134 PROTOKOL ROUTING

TK 2134 PROTOKOL ROUTING TK 2134 PROTOKOL ROUTING Materi Minggu ke-3 & 4: Konsep Routing Devie Ryana Suchendra M.T. Teknik Komputer Fakultas Ilmu Terapan Semester Genap 2015-2016 Konsep Routing Topik yang akan dibahas pada pertemuan

Lebih terperinci

Perancangan dan Analisis Perbandingan Implementasi OSPF pada Jaringan IPv4 dan IPv6

Perancangan dan Analisis Perbandingan Implementasi OSPF pada Jaringan IPv4 dan IPv6 Jurnal ELKOMIKA Teknik Elektro Itenas No.1 Vol. 2 Institut Teknologi Nasional Bandung Januari - Juni 2014 Perancangan dan Analisis Perbandingan Implementasi OSPF pada Jaringan IPv4 dan IPv6 PAULINE RAHMIATI,

Lebih terperinci

Pengantar Teknologi Informasi. Komunikasi Data dan Jaringan Komputer

Pengantar Teknologi Informasi. Komunikasi Data dan Jaringan Komputer Pengantar Teknologi Informasi Komunikasi Data dan Jaringan Komputer Sistem Komunikasi Data Melibatkan minimal 2 simpul Simpul bisa berupa komputer maupun peralatan lain Simpul berperan sebagai pengirim

Lebih terperinci

SILABUS PENGANTAR SISTEM OPERASI DAN JARINGAN KOMPUTER

SILABUS PENGANTAR SISTEM OPERASI DAN JARINGAN KOMPUTER RENCANA PROGRAM KEGIATAN PERKULIAHAN SEMESTER (RPKPS) Kode / Nama Mata Kuliah : A22.53110 / Pengantar Sistem Operasi dan Jaringan Komputer Revisi ke : 0 Satuan Kredit Semester : 2 SKS Tgl revisi : Agustus

Lebih terperinci

CIDR DAN VLSM. Budhi Irawan, S.Si, M.T

CIDR DAN VLSM. Budhi Irawan, S.Si, M.T CIDR DAN VLSM Budhi Irawan, S.Si, M.T Pertimbangan Pengembangan Jaringan 1. Berapa jumlah total subnet yang dibutuhkan saat ini. 2. Berapa jumlah total subnet yang dibutuhkan untuk masa mendatang. 3. Berapa

Lebih terperinci

PEMANFAATAN VIRTUAL LOCAL AREA NETWORK (VLAN) DAN PENGHEMATAN HOST DENGAN METODE VARIABLE LENGTH SUBNET MASK (VLSM)

PEMANFAATAN VIRTUAL LOCAL AREA NETWORK (VLAN) DAN PENGHEMATAN HOST DENGAN METODE VARIABLE LENGTH SUBNET MASK (VLSM) Udin Sidik Sidin, Pemanfaatan VLAN dan Penghematan HOST dengan Metode VLSM PEMANFAATAN VIRTUAL LOCAL AREA NETWORK (VLAN) DAN PENGHEMATAN HOST DENGAN METODE VARIABLE LENGTH SUBNET MASK (VLSM) Udin Sidik

Lebih terperinci

Networking BAB 6 ROUTING PROTOCOLS

Networking BAB 6 ROUTING PROTOCOLS Networking BAB 6 ROUTING PROTOCOLS 6.1 Macam macam routing : Istilah routingdapat diartikan tugas / proses untuk menentukan path/rute yang akan dilewati ole paket yang ingin dikirim ke suatu tujuan alamat

Lebih terperinci

VLSM (Variable Length Subnet Mask) Joko Christian,S.Kom

VLSM (Variable Length Subnet Mask) Joko Christian,S.Kom VLSM (Variable Length Subnet Mask) Joko Christian,S.Kom Sejarah Subnetting tradisional memungkinkan pembuatan subnet hingga 1 tingkat, namun masih memiliki beberapa kekurangan, diantaranya : 1. Setiap

Lebih terperinci

PRAKTIKUM JARINGAN KOMPUTER

PRAKTIKUM JARINGAN KOMPUTER MODUL PRAKTIKUM JARINGAN KOMPUTER PROGRAM STUDI S1 TEKNIK INFORMATIKA ST3 TELKOM PURWOKERTO 2015 A. Standar Kompetensi Mata Kuliah Semester MODUL I PENGKABELAN : Praktikum Jaringan Komputer : 1 (Satu)

Lebih terperinci

LAPORAN SKRIPSI. ANALISIS PERBANDINGAN JARINGAN OSPF PADA IPv4 DAN IPv6 MENGGUNAKAN GNS3

LAPORAN SKRIPSI. ANALISIS PERBANDINGAN JARINGAN OSPF PADA IPv4 DAN IPv6 MENGGUNAKAN GNS3 LAPORAN SKRIPSI ANALISIS PERBANDINGAN JARINGAN OSPF PADA IPv4 DAN IPv6 MENGGUNAKAN GNS3 (COMPARATIVE ANALYSIS OF OSPF NETWORK ON IPv4 AND IPv6 USING GNS3) Disusun Sebagai Salah Satu Syarat Untuk Memperoleh

Lebih terperinci

SUBNET & KONSEP ROUTING

SUBNET & KONSEP ROUTING 5 SUBNET & KONSEP ROUTING Kopetensi Dasar: Mampu melakukan konfigurasi IP Address dikomputer jaringan, memahami konsep alokasi IP Public dengan metode Classless Addressing (CIDR), memahami konsep subnetting,

Lebih terperinci

ANALISIS CAPAIAN OPTIMASI NILAI SUKU BUNGA BANK SENTRAL INDONESIA: SUATU PENGENALAN METODE BARU DALAM MENGANALISIS 47 VARIABEL EKONOMI UNTU

ANALISIS CAPAIAN OPTIMASI NILAI SUKU BUNGA BANK SENTRAL INDONESIA: SUATU PENGENALAN METODE BARU DALAM MENGANALISIS 47 VARIABEL EKONOMI UNTU ANALISIS CAPAIAN OPTIMASI NILAI SUKU BUNGA BANK SENTRAL INDONESIA: SUATU PENGENALAN METODE BARU DALAM MENGANALISIS 47 VARIABEL EKONOMI UNTU READ ONLINE AND DOWNLOAD EBOOK : ANALISIS CAPAIAN OPTIMASI NILAI

Lebih terperinci

Rahasia Cermat & Mahir Menguasai Akuntansi Keuangan Menengah (Indonesian Edition)

Rahasia Cermat & Mahir Menguasai Akuntansi Keuangan Menengah (Indonesian Edition) Rahasia Cermat & Mahir Menguasai Akuntansi Keuangan Menengah (Indonesian Edition) Hery Hery Click here if your download doesn"t start automatically Rahasia Cermat & Mahir Menguasai Akuntansi Keuangan Menengah

Lebih terperinci

Analisis Routing EIGRP dalam Menentukan Router yang dilalui pada WAN

Analisis Routing EIGRP dalam Menentukan Router yang dilalui pada WAN Analisis Routing EIGRP dalam Menentukan Router yang dilalui pada WAN Aidil Halim Lubis halimlubis.aidil@gmail.com Erma Julita zidanefdzikri@yahoo.co.id Muhammad Zarlis m.zarlis@yahoo.com Abstrak Lalu lintas

Lebih terperinci

Apakah IP address? Notasi Dotted Decimal. IP Address. Struktur IP address Classful IP addresses

Apakah IP address? Notasi Dotted Decimal. IP Address. Struktur IP address Classful IP addresses IP Address Struktur IP address Classful IP addresses 3. IP Address Batasan dan Masalah dg Classful IP Addresses Subneting CIDR IP version 6 Addressing Jaringan Komputer Teknik Komputer Susmini I. Lestariningati,

Lebih terperinci

DESAIN ROUTING INFORMATION PROTOCOL PADA JARINGAN KOMPUTER DENGAN PENGALOKASIAN JUMLAH HOST PER JARINGAN BERDASARKAN VLSM SKRIPSI

DESAIN ROUTING INFORMATION PROTOCOL PADA JARINGAN KOMPUTER DENGAN PENGALOKASIAN JUMLAH HOST PER JARINGAN BERDASARKAN VLSM SKRIPSI 1 DESAIN ROUTING INFORMATION PROTOCOL PADA JARINGAN KOMPUTER DENGAN PENGALOKASIAN JUMLAH HOST PER JARINGAN BERDASARKAN VLSM SKRIPSI MHD ABDI WAHYUDA LUBIS 111402003 PROGRAM STUDI S1 TEKNOLOGI INFORMASI

Lebih terperinci

IP ADDRESS : Jenis-jenis IP Address terdiri dari :

IP ADDRESS : Jenis-jenis IP Address terdiri dari : IP ADDRESS : Pemanfaatan teknologi jaringan komputer sebagai media komunikasi data hingga saat ini semakin meningkat. Kebutuhan atas penggunaan bersama resources yang ada dalam jaringan baik software maupun

Lebih terperinci