Mengenal IP Address | Network Fundamental Learning Series #8

Aji Diyantoro
23 Feb 202117:36

Summary

TLDRThis video tutorial delves into the fundamentals of IP addresses, explaining what they are and their role in identifying devices on a computer network. It distinguishes between IPv4 and IPv6, highlighting their bit lengths and notational differences. The video also clarifies the concepts of public and private IP addresses, their uses, and the implications of using each. It introduces the idea of special IP addresses and their reserved purposes. Furthermore, it explores the structure of IPv4 addresses, including network and host IDs, and the function of subnet masks. The tutorial aims to aid understanding through practical demonstrations using Cisco Packet Tracer, emphasizing the importance of unique IP addresses within a network.

Takeaways

  • 🌐 IP addresses are crucial for identifying devices on a computer network, allowing them to communicate with each other.
  • πŸ”‘ There are two versions of IP addresses: IPv4, which uses 32-bit numbers, and IPv6, which uses 128-bit numbers.
  • πŸ“Š IPv4 addresses are notated in decimal and separated by dots, while IPv6 uses hexadecimal notation and is visually longer.
  • 🌟 IPv4 can support up to 4.3 billion addresses, whereas IPv6 has an exponentially larger address space, estimated at 2^128 or around 340 undecillion addresses.
  • 🏒 IP addresses are categorized into public and private. Public IPs are used on the internet, while private IPs are reserved for local networks.
  • πŸ”’ Public IPs are globally unique and assigned by ISPs, whereas private IPs are locally unique and managed by network administrators.
  • πŸ’‘ Special IP addresses, like 127.0.0.1 for localhost, are reserved for specific purposes and are not used for general network communication.
  • πŸ“š Understanding binary numbers and conversions is fundamental to grasping the structure and function of IP addresses.
  • 🏷 The default subnet mask is determined by the class of the IP address, with different classes (A, B, C) having different default masks.
  • πŸ”„ Network ID and Host ID are parts of an IP address that define the network segment and the specific device within that segment, respectively.
  • πŸ›  Tools like Cisco Packet Tracer can be used to practice and visualize IP addressing concepts in a simulated environment.

Q & A

  • What is an IP address?

    -An IP address is a system of addressing units on each device or host connected to a computer network. It serves as an identifier for devices on a network, allowing them to communicate with each other.

  • What are the two versions of IP addresses discussed in the script?

    -The two versions of IP addresses discussed are IPv4 and IPv6. IPv4 uses a 32-bit number, while IPv6 uses a 128-bit number.

  • How are IP addresses notated in IPv4 and IPv6?

    -IPv4 addresses are notated using decimal numbers separated by dots, such as 192.168.1.1. IPv6 addresses use hexadecimal notation and are longer in comparison to IPv4 addresses.

  • What is the total number of IP addresses available in IPv4?

    -IPv4 has a total of approximately 4.3 billion IP addresses.

  • How many IP addresses are available in IPv6?

    -IPv6 has an extremely large number of IP addresses, estimated to be around 2^128 or 340 undecillion addresses.

  • What is the difference between a public IP address and a private IP address?

    -A public IP address is used on the internet and is globally unique, while a private IP address is used within a local network and is not routable on the internet.

  • Who assigns public IP addresses and who assigns private IP addresses?

    -Public IP addresses are assigned by Internet Service Providers (ISPs), while private IP addresses are assigned by network administrators within an organization or a local area network.

  • What is a special IP address and why are they used?

    -Special IP addresses are reserved for specific purposes as agreed upon internationally and are not used for general network communication or implementation.

  • What are the two main components of an IPv4 address?

    -The two main components of an IPv4 address are the Network ID, which identifies the network segment, and the Host ID, which identifies the individual device on that network.

  • What is a subnet mask and how does it relate to IP addresses?

    -A subnet mask is a 32-bit number that separates the network ID from the host ID within an IP address. It is used to determine the scope of the network and the number of available host addresses.

  • What are the default subnet masks for each class of IP addresses?

    -The default subnet masks vary by class: Class A is 255.0.0.0, Class B is 255.255.0.0, and Class C is 255.255.255.0.

  • How can you determine the Network ID and Host ID from an IP address?

    -You can determine the Network ID and Host ID by using the default subnet mask for the class of the IP address and applying it to the IP address to separate the network and host components.

Outlines

00:00

🌐 Introduction to IP Addresses

This paragraph introduces the concept of IP addresses, explaining that they are a system of addressing units on any device connected to a computer network. It clarifies that every device on a network must have an IP address, which serves as its identity. Examples of devices with IP addresses include laptops, smartphones, tablets, and even smart devices like lights. The paragraph also distinguishes between two versions of IP addresses: IPv4, which uses a 32-bit number, and IPv6, which uses a 128-bit number. The differences are highlighted in terms of notation, with IPv4 using decimal numbers separated by dots and IPv6 using hexadecimal notation. The video aims to provide a foundational understanding of IP addresses, their versions, and their classifications.

05:00

πŸ“‘ Understanding IP Addressing

The second paragraph delves deeper into IP addressing, focusing on the structure of IPv4 addresses. It explains that an IPv4 address is composed of 32 bits divided into four parts, each separated by a dot. The paragraph provides an example of an IP address (192.168.1.254) and breaks down the binary representation of each part, known as an octet. It also introduces the concepts of Network ID and Host ID, which are used to identify network segments and individual devices within those segments, respectively. The paragraph further discusses subnet masks, which are used to differentiate between Network ID and Host ID. It explains the default subnet masks for different classes of IP addresses (A, B, and C) and how they are automatically filled in based on the IP class. The importance of understanding binary and decimal numbers for learning IP addressing is also emphasized.

10:03

πŸ” Identifying IP Classes and Their Subnet Masks

This paragraph discusses the process of identifying the class of an IP address and its corresponding subnet mask. It explains that the first octet of an IP address can be used to determine its class, which in turn dictates the default subnet mask. The paragraph provides examples for class A, B, and C IP addresses, showing how their default subnet masks are 255.0.0.0, 255.255.0.0, and 255.255.255.0, respectively. It also demonstrates how to determine the Network ID and Host ID for each class using the default subnet masks. The paragraph emphasizes the practical application of understanding IP classes and subnet masks for network configuration and management.

15:04

πŸ–₯️ Practical Demonstration of IP Addressing

The final paragraph describes a practical demonstration using Cisco Packet Tracer, a network simulation tool. It outlines the process of configuring IP addresses on virtual devices and the importance of ensuring unique IP addresses within the same network. The paragraph also touches on the concept of different networks and the need for a router to connect devices from different networks. It provides a step-by-step guide on how to configure IP addresses on different devices and test connectivity between them. The video concludes by encouraging viewers to practice using Packet Tracer to enhance their understanding and skills in networking.

Mindmap

Keywords

πŸ’‘IP address

An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. In the video, the IP address is described as a crucial identifier for devices such as laptops, smartphones, and even smart devices like lights, allowing them to be controlled remotely. The script explains that every device connected to a network will have an IP address, which serves as its identity within that network.

πŸ’‘IPv4

IPv4, or Internet Protocol version 4, is the fourth version of the Internet Protocol. It is identified in the script as having a 32-bit number system, which means it can support approximately 4.3 billion unique addresses. The video mentions that IPv4 uses decimal notation, with addresses separated by dots, such as 192.168.1.1, and is currently the most widely used version, although it's being supplemented by IPv6 due to its limitations in address capacity.

πŸ’‘IPv6

IPv6, or Internet Protocol version 6, is a more recent version of the Internet Protocol designed to replace IPv4. The script highlights that IPv6 uses a 128-bit address space, allowing for an exponentially larger number of unique addresses compared to IPv4. This version uses hexadecimal notation and is intended to overcome the limitations of IPv4, especially the shortage of available addresses, by providing a virtually unlimited number of addresses.

πŸ’‘Public IP

A public IP address is an address that can be routed on the public Internet. In the video, public IP addresses are described as being provided by an Internet Service Provider (ISP) and are globally unique, allowing devices to be accessible and identifiable on the Internet. The script explains that public IP addresses are paid for by the user and are necessary for devices to communicate with the broader Internet.

πŸ’‘Private IP

Private IP addresses are used within private networks and are not routable on the public Internet. The video script describes private IP addresses as being used for local area networks (LANs) and managed by network administrators. These addresses are unique within the local network but are not recognized on the public Internet, which means devices using private IPs cannot directly communicate with the Internet and require a router or similar device for Internet access.

πŸ’‘Subnet mask

A subnet mask is used to divide the IP address into network and host portions. It helps to identify the range of IP addresses belonging to a specific network. In the video, the subnet mask is explained as having a default value based on the class of the IP address, with different classes (A, B, C) having different default subnet masks. The script uses the example of an IP address and subnet mask to demonstrate how to determine the network ID and host ID.

πŸ’‘Network ID

The Network ID is the part of an IP address that identifies the network on which a host is located. In the video, it is likened to the street name in a mailing address, identifying the network or segment to which a device belongs. The script explains that the Network ID, along with the subnet mask, is used to distinguish between the network and host portions of an IP address.

πŸ’‘Host ID

The Host ID is the portion of an IP address that uniquely identifies a device within a network. In the video, it is compared to the house number in a street address, specifying the particular device within a network. The script emphasizes the importance of having unique host IDs within the same network to avoid address conflicts.

πŸ’‘Classful addressing

Classful addressing is a method of dividing the IP address space into different classes (A, B, C, D, and E) based on the first octet of the address. The video script discusses how each class has a default subnet mask and a different capacity for the number of hosts it can support. This classification system is used to determine the network and host portions of an IP address and to allocate addresses efficiently.

πŸ’‘Packet Tracer

Packet Tracer is a network simulation tool used for teaching and demonstrating networking concepts. In the video, the script mentions using Packet Tracer to demonstrate the practical application of IP addresses, subnet masks, and network configurations. It is used to create a visual representation of network topologies and to simulate the behavior of network devices, helping viewers understand how networks function in a more tangible way.

Highlights

Introduction to IP addresses and their function in computer networking.

Difference between IPv4 and IPv6, including bit count and notation.

Explanation of the vast number of addresses available with IPv6 compared to IPv4.

Definition of public and private IP addresses and their respective uses.

Distinction between globally unique public IPs and locally unique private IPs.

The role of ISPs in assigning public IPs and the cost implications.

Introduction to special IP addresses like loopback and their designated purposes.

Breakdown of an IP address into 32-bit binary and its division into octets.

Understanding Network ID and Host ID within an IP address.

The function of a subnet mask in differentiating Network ID from Host ID.

Explanation of default subnet masks based on IP address classes.

Practical demonstration of configuring IP addresses in Packet Tracer.

How to identify and configure IP addresses for different classes (A, B, C).

Visual representation of IP address classes and their allocation for different network sizes.

The importance of unique host IDs within a network and the role of routers.

Demonstration of IP configuration in Packet Tracer and testing connectivity.

Conclusion and encouragement for viewers to practice using Packet Tracer for skill development.

Transcripts

play00:00

halo halo semuanya Selamat datang

play00:02

kembali lagi pada seri video Network

play00:05

fundamental pada video ini kita akan

play00:07

membahas mengenai IP address apa saja

play00:10

akan dibahas pada video ini yang pertama

play00:12

kita akan kenali Apa itu IP address

play00:16

kemudian kita juga akan kenali perbedaan

play00:18

antara IP address versi 4 dan IP address

play00:22

versi 6 selanjutnya juga kita akan lihat

play00:25

apa itu IP public dan apa itu IP private

play00:29

Kemudian Anda pemahaman mengenai khusus

play00:31

serta pemahaman mengenai classfull

play00:34

addressing yang mana Nanti kita akan

play00:36

coba untuk demonstrasikan menggunakan

play00:39

siswa Packet Tracer agar tidak

play00:41

berpanjang lebar kita mulai saja dari

play00:43

yang pertama apa itu IP address jadi

play00:45

kalau kita lihat IP address merupakan

play00:47

sebuah sistem pengalamatan unit pada

play00:50

setiap perangkat atau host yang

play00:51

terkoneksi pada jaringan komputer jadi

play00:54

Sudah bisa kita ketahui setiap perangkat

play00:56

yang terhubung ke jaringan pasti akan

play00:58

memiliki IP

play01:00

Lex ya sebagai contohnya misalkan ada

play01:02

perangkat laptop smartphone tablet

play01:04

kemudian server bahkan saat ini kita

play01:07

bisa lihat perangkat-perangkat

play01:08

Smartphone seperti lampu dan sebagainya

play01:10

Itu sudah memiliki alamat IP dan

play01:13

memungkinkan untuk kita kendalikan dari

play01:15

jarak jauh jadi ini merupakan satu hal

play01:17

penting di dalam satu jaringan yang mana

play01:20

IP address ini nantinya dijadikan

play01:22

sebagai identitas dari sebuah perangkat

play01:25

kabarnya kurang lebih seperti itu Mari

play01:27

kita lihat dulu IP address ini juga

play01:29

memiliki dua versi yang mana Cil kita

play01:32

lihat ada IP address versi 4 dan IP

play01:35

address versi 6 kita lihat perbedaannya

play01:38

Seperti apa pada ip versi 4 kita lihat

play01:41

memiliki 32-bit number sedangkan pada ip

play01:45

versi 6 memiliki 120 vitplus kemudian

play01:49

secara notasi IP address menggunakan

play01:52

notasi desimal contohnya 192 sekian

play01:56

sekian sekian dipisahkan menggunakan

play01:58

titik kemudian untuk

play02:00

di versi 6 menggunakan notasi

play02:02

heksadesimal secara visual memang sudah

play02:04

jelas bahwa IP versi 6 ini memiliki

play02:08

deretan yang lebih panjang dibandingkan

play02:10

alamat IP versi 4 selanjutnya disini IP

play02:14

versi 4 memiliki total IP sebanyak 4,3

play02:19

milyar jadi ada 4,3 milyar alamat IP

play02:23

kalau menggunakan alamat IP versi 4

play02:25

sedangkan IP versi 6 memiliki jumlah

play02:28

yang berkali-kali lipat lebih banyak

play02:30

dibandingkan IP versi 4 kita lihat di

play02:32

sini jumlahnya dua pangkat 128 atau

play02:36

sekitar 342 andesi Liona dresses jadi

play02:40

sangat-sangat banyak sekali memang untuk

play02:42

IP versi 6 ini kedepannya akan digunakan

play02:45

untuk bisa menggantikan IP versi 4 dan

play02:47

pastinya dengan jumlah yang sekian

play02:49

banyak itu tidak akan habis jadi

play02:51

gambarnya seperti itu ya untuk video ini

play02:53

kita akan fokus terlebih dahulu pada ip

play02:56

versi 4 penjelasan mengenai versi 6

play02:58

nanti saya akan bahas

play03:00

spada video yang berbeda saya lanjutkan

play03:03

dulu selain versi disini juga ada dua

play03:06

jenis ya yang perlu kalian ketahui yang

play03:09

pertama itu ada aib public dan ip

play03:11

private pastinya Kenapa perlu kalian

play03:13

ketahui supaya Nanti pada saat

play03:14

implementasi kalian tidak kalah

play03:16

menggunakan karena masing-masing IP

play03:18

public maupun IP private ini memiliki

play03:20

peruntukannya tersendiri yang pertama

play03:22

kita lihat dari IP public IP public

play03:25

digunakan pada jaringan internet

play03:28

sedangkan IP private itu diperuntukan

play03:31

untuk jaringan lokal atau jaringan LAN

play03:33

Kemudian untuk IP publik dapat dikenali

play03:36

pada jaringan internet sedangkan yg di

play03:38

private itu tidak dapat dikenali pada

play03:41

jaringan internet jadi sudah jelas

play03:43

kalian tidak akan bisa terhubung ke

play03:45

internet jika kalian menggunakan IP

play03:47

private jadi harus ada ide pabriknya

play03:49

untuk bisa berkomunikasi di jaringan

play03:51

internet kemudian disini bersifat unit

play03:54

secara global Sedangkan untuk IP private

play03:56

bersifat unik secara lokal selanjutnya

play04:00

dia public ini ditentukan oleh ISP

play04:02

sedangkan IP private ini ditentukan oleh

play04:05

Network administrator jadi misalkan kita

play04:08

mengelola jaringan untuk perusahaan

play04:10

Biasanya kita pasangkan IP privat untuk

play04:12

setiap passwordnya ya berbeda dengan ID

play04:15

public kalau misalkan kita berlangganan

play04:16

internet kita dapat IP publik itu

play04:18

diberikan oleh ISP kemudian yang cukup

play04:21

menonjol IP public itu berbayar

play04:23

sedangkan IP private itu gratis contoh

play04:26

sederhananya ketika kita berlangganan

play04:27

internet jadi salah tidak langsung

play04:30

supaya kita terpana exit internet butuh

play04:32

IP public dan ip public itu dikelola

play04:34

oleh provider pastinya harus berbayar

play04:36

yaitu gambaran umum dari IP public dan

play04:40

ip private saya lanjutkan terlebih

play04:42

dahulu ada juga yang namanya IP khusus

play04:44

jadi kalau saya jelaskan IP khusus ini

play04:47

memiliki tujuan untuk penggunaan khusus

play04:49

yang sudah disepakati secara

play04:51

internasional yang mana ini tidak akan

play04:53

bisa digunakan untuk implementasi atau

play04:55

komunikasi jaringan secara umum Oke kita

play04:57

lihat saja di sini ada selfie Den

play05:00

questions seperti 000 slash 8 kemudian

play05:03

ada juga IP lokal host seperti yang kita

play05:06

kenali dimana tanpa terhubung kejaringan

play05:08

pun kalian sebetulnya sudah bisa ngeping

play05:10

ke alamat ini menjadi ini alamat yang

play05:12

digunakan untuk kebutuhan khusus salah

play05:15

satunya seperti localhost itu ya

play05:17

gambaran mengenai IP khusus untuk

play05:20

memperjelas Mari kita coba pahami lebih

play05:22

dalam mengenai IP address jadi kita

play05:25

ketahui bahwa IP address khususnya versi

play05:28

4 terdiri dari 32 bit bilangan biner

play05:31

yang mana ini terbagi menjadi empat

play05:34

bagian dipisahkan menggunakan titik

play05:36

kalian lihat di sini ada 192.1 68.1.1

play05:41

254 tadi saya bilang bahwa IP address

play05:44

ini terdiri dari 32 bit bilangan biner

play05:47

192 kalau misalkan kita konversikan ke

play05:50

dalam bentuk biner nanti bentuknya

play05:52

seperti ini ya Jadi nanti akan membentuk

play05:54

8-bit biner dimana 192 itu binernya

play05:59

11000000

play06:00

instruction pada setiap bagiannya ini

play06:02

dinamakan sebuah oktet yang mana setiap

play06:05

oktet tersebut memiliki besaran nilai

play06:07

atau b atau sebanyak 8-bit kalau

play06:10

misalkan kita gabungkan semua dari oktet

play06:12

pertama sampai outlet tempat dia akan

play06:15

membentuk sebesar 32-bit atau = 4 bait

play06:18

di Kenapa aib itu terdiri dari 32 bit

play06:21

bilangan biner kalau saya pecah ke dalam

play06:24

bentuk biner hasilnya seperti ini Jadi

play06:27

kenapa untuk mempelajari IP minimal

play06:29

kalian perlu ketahui dulu mengenai

play06:31

bilangan desimal dan biner serta

play06:34

konversi bilangan tujuannya untuk

play06:35

mempermudah kalian mempelajari Ini oke

play06:38

Ya jadi dasar itu bentuknya seperti ini

play06:40

kemudian saya lanjutkan ada sebuah HIV

play06:44

juga dikenal ada yang namanya Network id

play06:47

dan host id Jadi yang pertama itu adalah

play06:50

Network ID yang mana retalk ide itu

play06:53

merupakan identitas kelompok atau

play06:55

segment yang terhubung pada jaringan

play06:57

komputer jadi ibaratkan kalian punya

play06:59

sekumpulan

play07:00

antar kelompok yaitu masuk ke kelompok

play07:02

mana sedangkan kalau misalkan hos-id itu

play07:05

lebih mengarah ke identitas setiap host

play07:07

atom biar lebih gampang analoginya

play07:10

seperti ini ya Saya memiliki misalkan

play07:12

ada tiga rumah yang mana tiga rumah

play07:14

tersebut itu terletak di satu nama jalan

play07:16

yang sama nama jalan ini kita sebut

play07:19

sebagai Network ID sedangkan nomor rumah

play07:22

yang ada di masing-masing rumah itu

play07:24

disebut sebagai host id di dalam satu

play07:27

jaringan nanti ada nama jalannya apa

play07:29

kemudian nomor rumahnya atau khasnya itu

play07:32

berapa saja yang pastinya masing-masing

play07:34

host ini akan memiliki nomor yang unit

play07:38

jadi didalamsatunama jalan yang sama

play07:40

atau di dalam satu Network ID harus

play07:43

memiliki host id yang berbeda-beda atau

play07:45

sederhananya kalau kita analogikan

play07:47

dengan alamat di dalam 16 majalan

play07:50

Anggaplah disini Jalan soekarno-hatta

play07:52

pasti nomor rumahnya akan berbeda-beda

play07:55

seperti itu ya kemudian ada juga yang

play07:58

dikenal sebagai Sharp

play08:00

netmask satnight tersendiri prinsipnya

play08:02

sama dengan IPB Dia memiliki 32-bit yang

play08:06

dipisahkan menjadi empat bagian

play08:07

fungsinya ini digunakan untuk membedakan

play08:10

antara Network id dan host id Dadi di IP

play08:14

address itu kita harus bisa membedakan

play08:16

mana itu nama jalan mana itu nomor rumah

play08:18

atau network id dan host id seperti itu

play08:21

caranya seperti apa Nanti kita lihat

play08:23

yang pertama kita akan kenali dulu

play08:25

default subnet Mask yang ditentukan

play08:28

berdasarkan kelas IP address jadi dia IP

play08:30

address itu ada beberapa kelas yang

play08:32

masing-masing kelas itu akan memiliki

play08:34

default subnet Mask yang berbeda sebagai

play08:36

contoh disini saya Tampilkan Anda kelas

play08:41

a-class Pedan kelas C masing-masing

play08:43

kelas jika kalian lihat ini memiliki

play08:44

nilai default subnet Mask yang berbeda

play08:47

biasanya jika kalian mengkonfigurasi IP

play08:51

ketika kalian Arahkan pada kolom satnet

play08:54

Mas itu akan terisi otomatis Nah kenapa

play08:57

bisa terisi otomatis karena sudah ada

play08:59

nilai T

play09:00

grupnya seperti itu ya default mengacu

play09:02

ke ini kalau kelas af01 lepasnya 25.0.0

play09:06

titik 0.0 kalau kelas B itu 25 25 50

play09:11

sedangkan kalau kelas C 25 25 25 50 ini

play09:15

1pasang ya IP address dan subnet Mask

play09:18

selanjutnya Anda kelas Wulan racing jadi

play09:23

awal mula IP address itu didesain ini

play09:26

terbagi menjadi beberapa kelas jika kita

play09:28

lihat setiap kelas ini memiliki Network

play09:30

yang berbeda dan memiliki jumlah host

play09:33

atau kapasitas yang berbeda jika kita

play09:35

lihat di sini ada lima kelas ya dari

play09:38

kelas A sampai dengan kelas e-clinic

play09:40

tabel acuannya nanti bisa kalian lihat

play09:42

Tapi pada dasarnya untuk menentukan

play09:45

net-id dan host-id ini kita mengacu

play09:48

kepada klasifikasi kelas IP dan

play09:51

subnetmask yang tadi saya bahas di

play09:53

thread sebelumnya Hei kita langsung

play09:55

mulai saja disini Gimana sih caranya

play09:57

menentukan nettai id dan host id

play10:00

agak contoh disini Saya memiliki alamat

play10:02

IP 10-10-10 1H jika kalian lihat alamat

play10:06

IP ini kelas a-class B atau kelas C

play10:09

bagaimana cara mengidentifikasinya

play10:11

kalian cukup lihat oktet pertama di sini

play10:14

kan ada empat oktet ya oktet pertama 10

play10:16

oktet kedua 10 oktet ketiga 10 oktet

play10:19

ke-41 jika kita lihat di sini oktet

play10:22

pertamanya nilainya 10 yang mengartikan

play10:25

bahwa ini masuk ke dalam ip kelas A di

play10:28

IP kelas A ini memiliki default subnet

play10:30

Mask 2550000 jika kalian sudah

play10:35

menentukan default shape pasnya barulah

play10:37

kalian bisa menentukan mana yang disebut

play10:39

at ID panen yang disebut sebagai host id

play10:42

dan sebagai contoh seperti ini ezynet

play10:44

idenya itu berada di oktet pertama

play10:46

sedangkan oktet ke-2 ke-3 dan 4 itu

play10:49

sebagai host id saya contoh lain disini

play10:53

Saya memiliki alamat IP 172 16 1020 jika

play10:58

kita lihat IP ini

play11:00

lupakan IP kelas B yang mana IP kelas B

play11:03

ini memiliki difosfat pas 25 25 500

play11:08

selain ini barulah kalian bisa Tentukan

play11:10

mana net id nya dan mana host id nya

play11:14

jadi pada ip kelas B naidin nya itu

play11:17

terletak di oktet pertama yaitu 172 16

play11:21

dan host id nya terletak di oktet ketiga

play11:24

dan keempat yaitu 10 dan 20 selanjutnya

play11:28

di sini ada i p 19216811 mungkin ini

play11:32

alamat IP yang sering kita jumpai ya

play11:34

Tapi sebelumnya mungkin kalian masih

play11:37

bingung dan sebagainya jadi ip1921681001

play11:40

ini merupakan alamat IP kelas c yang

play11:43

mana ia memiliki subnetmask 255 255 250

play11:48

dari sini kita bisa Tentukan neto id-nya

play11:50

itu 1921681 kemudian hos-id yaitu satu

play11:55

jadi haidnya terletak di oktet pertama

play11:57

kedua dan ketiga sedangkan host id

play12:00

letak di oktet ke-4 seperti itu ya Nah

play12:03

jika kita gambarkan dari tiga kelas IP

play12:06

ini pastinya memiliki kebutuhan yang

play12:08

berbeda sebagai contoh kelas ar60 meliki

play12:11

alokasi House yang cukup besar maka

play12:14

kelas a.di peruntukan untuk jaringan

play12:16

skala besar sedangkan kelas B ini

play12:19

digunakan untuk jaringan skala menengah

play12:20

sedangkan kelas C ini lebih digunakan

play12:23

untuk jaringan skala kecil atau local

play12:26

area network C Saya harap kalian bisa

play12:29

sedikit demi sedikit memahami materi

play12:32

yang ada di video ini Kemudian untuk

play12:34

contoh implementasinya nanti seperti apa

play12:35

gambarnya seperti ini ya misalkan saya

play12:38

memiliki tiga buah komputer-komputer a b

play12:40

dan c dimana masing-masing komputer

play12:42

tersebut memiliki alamat IP yang berbeda

play12:45

nah satu kelompok ini disebut juga

play12:48

sebagai satu Network and disini kalau

play12:51

kita lihat temboknya adalah 1921681.1

play12:55

dimana exchange ini pasti harus unik

play12:57

jadi 1921681

play13:00

itu adalah net id nya nama jalannya

play13:02

sedangkan XC ini adalah nomor rumahnya

play13:04

nomor rumahnya ini harus kalian pastikan

play13:07

bahwa dia bersifat unit tidak boleh ada

play13:10

yang sama kemudian ada Network lain

play13:13

sebagai contoh disini Network B jika

play13:15

kalian perhatikan disini networknya

play13:17

sudah terlihat berbeda ya yang itu

play13:21

1921681.1 yang B itu 19216802 titik X

play13:26

gimana kalau kita hubungkan ini tidak

play13:28

akan bisa terhubung secara langsung

play13:29

melainkan kita butuh perangkat tambahan

play13:31

yang namanya router penjelasan

play13:34

Mayweather sudah saya jelaskan di materi

play13:36

video sebelumnya oke ya agar kalian

play13:39

Memiliki gambaran saya akan coba

play13:41

demonstrasikan menggunakan sisco pakai

play13:44

Freshcare Mari kita lihat bersama jadi

play13:47

ini kurang lebih gambaran dari sisco

play13:49

Packet Tracer kebetulan disini saya

play13:51

sudah buatkan topologi jaringannya mirip

play13:53

seperti apa Yang tertera di slide jadi

play13:56

Disini anda netok anob9y ip-nya pun

play14:00

Pak ya Jadi kita akan coba langsung

play14:02

konfigurasikan misalkan Disini saya akan

play14:05

konfigurasikan komputer A jadi tinggal

play14:09

langsung dimasukkan saja alamat ip-nya

play14:11

11 kemudian kalau kita lihat di sini ada

play14:14

subnet Mask Kenapa softlight Masnya bisa

play14:16

terisi otomatis pada Enggak saya ketik

play14:19

Karena dia sudah bisa mengidentifikasi

play14:21

berdasarkan alamat IP yang kita masukkan

play14:24

seperti itu ya kemudian selanjutnya saya

play14:28

akan konfigurasi ini komputer B komputer

play14:32

B Itu alamat ip-nya 1.2 sama ya kemudian

play14:37

yang c misalkan kalian iseng nih saya

play14:43

ip-nya nggak boleh sama kita coba iseng

play14:47

nih Masukkin 19216811 di sini muncul

play14:55

otomatis this address is already used in

play14:58

the network artinya

play15:00

kita tersebut sudah digunakan oleh

play15:01

komputer Ayah kalau kita lihat jadi

play15:03

memang tidak boleh ada yang ganda 13 ya

play15:08

vc 1.3 Oke kita sudah seperti ini kita

play15:13

Coba lakukan test menggunakan simple

play15:15

video Misalkan seperti ini dari aku b-ok

play15:20

dari B ke c Oke dari aku ke Oke nanti

play15:25

tidak ada masalah ya Berikut pun dengan

play15:29

PCX y&z saya akan coba konflik terlebih

play15:33

dahulu tinggal dimasukkan saja oh ya

play15:36

Saya ingin Tunjukkan satu hal kalau di

play15:39

sini kalau di sini kan saya kasih contoh

play15:41

alamat ip-nya itu kelas C kalau saya

play15:44

masukkan alamat IP misalkan 10-10-10

play15:46

satu Misalkan ketika kalian pindahkan

play15:50

kursor ke satnet Mask subnetmask nya

play15:53

juga akan menyesuaikan sesuai dengan

play15:55

kelasnya seperti itu ya Ini saya

play15:58

kembalikan lagi ke awal

play16:00

Hai 192168 2.1 Dia kelas C kemudian

play16:08

komputer y 2.2 2.2 selanjutnya Anda

play16:21

komputer Z yaitu 192168 2.3 seperti ini

play16:27

ya prinsipnya sih sama cita-cita coba X

play16:32

ke y Oke X ke head sukses kemudian jika

play16:40

saya ingin coba hubungkan ke sini

play16:43

kira-kira bisa nggak ya masakan dari

play16:47

komputer C mau ke exe

play16:50

file ya karena sudah jelas dia beda at

play16:55

work atau beda nama jalan kita perlu

play16:58

perangkat penghubung yang namanya puter

play17:00

ya jadi gambarannya kurang lebih seperti

play17:03

itu mengenai alamat IP atau IP address

play17:07

Oke baik Jadi kurang lebih seperti

play17:10

itulah yang bisa saya sampaikan pada

play17:12

video ini semoga bisa memberikan

play17:15

pemahaman untuk kalian khususnya untuk

play17:17

kalian yang sedang mempelajari jaringan

play17:20

komputer Selanjutnya silakan kalian bisa

play17:22

coba latihan menggunakan tools Isco

play17:25

Packet Tracer agar skill kalian bisa

play17:27

sedikit demi sedikit tertatih jadi

play17:29

sekali lagi itu saja yang bisa saya

play17:31

sampaikan pada video ini terima kasih

play17:32

sekian sampai bertemu di video

play17:34

selanjutnya see

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
IP AddressNetworkingIPv4IPv6Public IPPrivate IPPacket TracerNetwork IDHost IDSubnet MaskComputer Network