Subnetting

Laboratorium Jaringan Komputer
17 Oct 202119:49

Summary

TLDRThis video tutorial focuses on IP version 4 subnetting. It explains how to divide a network into subnets, detailing how subnetting reduces the number of hosts in each network while increasing the number of network IDs. The tutorial covers key concepts such as network and broadcast addresses, subnet mask calculations, and subnetting for Class A, B, and C IP addresses. It includes practical steps using Cisco Packet Tracer to simulate and test different subnet configurations, demonstrating how packets are routed between PCs, switches, and routers while emphasizing the importance of gateways for communication across networks.

Takeaways

  • 😀 Subnetting in IPv4 is the process of dividing a network into multiple smaller sub-networks.
  • 🔑 Subnetting is typically performed on IP addresses from Class A, B, and C.
  • 🌐 Subnetting increases the number of network IDs but reduces the number of hosts per network.
  • 📉 In every subnet or network, two special IP addresses are reserved: one for the network identifier and one for the broadcast.
  • 🔱 A simple way to calculate subnetting is by using a subnet mask, which can divide a network into multiple subnets by changing the block sizes.
  • ⚙ When subnetting a Class C network (/24), it can be divided into smaller blocks, such as /25, /26, etc., reducing available IP addresses per block.
  • 🚩 The subnet mask defines how many IP addresses are available within each subnet, which reduces as more bits are used for subnetting.
  • 🌍 Gateways are essential for routing packets between different subnets, as they handle communication between devices not in the same subnet.
  • 📡 Packet communication between subnets requires proper routing via gateways, and without a gateway, communication may fail.
  • đŸ’» In Cisco Packet Tracer, a simulation demonstrates subnetting, routing, and communication behavior, including when devices without a gateway cannot communicate across subnets.

Q & A

  • What is the primary objective of this practicum?

    -The main objective is to understand subnetting concepts, the function of gateways, and to simulate network scenarios using Cisco Packet Tracer.

  • What is subnetting in IP addressing?

    -Subnetting is the process of dividing a large network into smaller sub-networks (subnets). This is typically done with IP address classes A, B, and C. Subnetting reduces the number of hosts in each network but increases the number of networks.

  • What happens to the host ID when subnetting is applied?

    -In subnetting, part of the host ID is sacrificed to create additional network IDs, resulting in a new, smaller set of host IDs for each subnet.

  • What are the two special IP addresses in a subnet?

    -The two special IP addresses in a subnet are the Network address, which identifies the subnet, and the Broadcast address, which is used to communicate with all devices in the subnet.

  • How is a Class C network typically subnetted?

    -In a Class C network, subnetting can divide the network into smaller blocks. For example, subnetting with a /25 prefix will create two subnets, each with 128 IP addresses. Subnetting further, such as with /26 or /27, creates more subnets but reduces the number of IP addresses in each subnet.

  • What is the formula used to calculate the subnet mask?

    -The subnet mask is calculated by subtracting the block size from 256. For example, for a /25 subnet, the block size is 128, so the subnet mask is 255.255.255.128.

  • What is the impact of not assigning a gateway to certain PCs in the scenario?

    -If a PC does not have a gateway assigned, it will be unable to communicate with devices outside of its own subnet. This is because the gateway is responsible for routing traffic between different subnets.

  • How does communication between PCs in different subnets work in this scenario?

    -Communication between PCs in different subnets involves sending the packet to a router via the gateway. The router forwards the packet to the appropriate subnet, allowing communication between devices on different networks.

  • Why is the communication between some PCs incomplete in the simulation?

    -Communication is incomplete for PCs that lack a gateway. Without a gateway, these PCs cannot route traffic to devices in other subnets, causing the communication to fail.

  • What is the role of simulation mode in Cisco Packet Tracer during this practicum?

    -The simulation mode in Cisco Packet Tracer allows users to observe the path of packets as they move through the network, helping them understand how packets are routed between devices and subnets.

Outlines

00:00

đŸ’» Understanding IPv4 Subnetting Concepts

This paragraph introduces the second practical lab on IPv4 subnetting. The primary objectives are to understand the concept of subnetting, the function of the gateway, and stimulate the network using Cisco Packet Tracer. It defines subnetting as the process of dividing a network into smaller subnets, usually applied to IP addresses in Class A, B, and C. The process increases the number of network IDs at the expense of host IDs, resulting in more networks but fewer hosts per network.

05:03

🔱 Subnetting Calculations for Different Classes

This section provides detailed calculations for subnetting across Class C networks. It explains how to divide networks into smaller subnets and gives examples of splitting a Class C network into subnets with different sizes (e.g., /25, /26). The example covers the conversion of network blocks, such as dividing a Class C network into four subnets, and includes the concept of network and broadcast addresses within each subnet.

10:06

🔧 Network Simulation Setup with Subnets

This paragraph walks through the process of setting up a network simulation using Cisco Packet Tracer. It includes a detailed example where two subnets (192.168.1.0/26 and 192.168.1.128/26) are connected via a router. Three PCs are assigned to each subnet with specific IP addresses and subnet masks. Some PCs are set up without a gateway, impacting their ability to communicate with other subnets.

15:08

🌐 Verifying Network Communication in Simulation

This final section discusses how to verify network communication between devices in the simulation. By sending simple PDU packets from one PC to another, it demonstrates the success or failure of communication based on gateway configurations. The explanation highlights how devices in the same subnet communicate directly, whereas communication across different subnets requires a gateway. It concludes by reiterating the importance of gateways in ensuring bidirectional communication between subnets.

Mindmap

Keywords

💡Subnetting

Subnetting is the process of dividing a larger network into smaller, more manageable sub-networks (subnets). In the video, subnetting is central to the practical exercise, allowing for the creation of multiple smaller networks by borrowing bits from the host portion of an IP address. This is done to enhance network efficiency and security by reducing broadcast traffic. The video illustrates this through subnetting examples for Class C IP addresses.

💡IP Address

An IP (Internet Protocol) address is a unique identifier assigned to each device connected to a network, allowing communication between devices. In the video, IPv4 addresses like 192.168.1.1 are used to configure devices within different subnets. The video demonstrates how subnetting affects the allocation and structure of IP addresses.

💡Class C IP

Class C IP addresses are a type of IPv4 address range commonly used for small networks. These addresses range from 192.0.0.0 to 223.255.255.255, with the first three octets representing the network portion. In the video, subnetting exercises are performed on Class C networks, showing how the available 256 IPs can be divided into smaller subnets.

💡Gateway

A Gateway is a device that connects different networks and facilitates communication between them. In the video, routers act as gateways between subnets. PCs in different subnets need a properly configured gateway to communicate across subnet boundaries, as demonstrated in the simulation exercises.

💡Broadcast

Broadcast refers to the transmission of data to all devices in a network. In the context of the video, each subnet has a specific broadcast address, which is the last address in the subnet range. This address is used to send a message to all devices within the subnet. The video highlights how subnetting reduces the scope of broadcast traffic by dividing the network.

💡Network ID

A Network ID is the portion of an IP address that identifies the network to which a device belongs. In the video, subnetting is shown to create new Network IDs by dividing the original network into smaller subnets. Each subnet has its unique Network ID, which helps distinguish it from other networks.

💡Subnet Mask

A Subnet Mask is used in conjunction with an IP address to define the network and host portions of the address. It determines which part of the IP address represents the network and which part represents the hosts within that network. In the video, different subnet masks (such as /25, /26, /27) are applied to divide a Class C network into smaller subnets.

💡Cisco Packet Tracer

Cisco Packet Tracer is a network simulation tool used for designing and testing network configurations. In the video, it is used to simulate subnetting exercises and visualize how data flows between devices in different subnets. It helps in demonstrating how subnetting and gateway configurations affect network communication.

💡Simulation Mode

Simulation Mode in Cisco Packet Tracer allows users to observe how data packets move through the network. In the video, this mode is used to track the flow of data from one PC to another, showing the role of gateways and subnetting in network communication. It helps to visualize whether data packets are properly routed or blocked due to misconfigurations.

💡Slash Notation (CIDR)

Slash notation, or Classless Inter-Domain Routing (CIDR), is a method for representing subnet masks more efficiently. It uses a slash followed by a number to indicate how many bits are used for the network portion of the IP address. In the video, notations like /24, /25, and /26 are used to describe different subnet masks and their effects on network division.

Highlights

Introduction to the concept of subnetting in IPv4, focusing on dividing a network into smaller subnets.

Explaining the practical purpose of subnetting, such as reducing the number of hosts in each network but creating additional subnets.

Describing the process of subnetting where part of the host ID is sacrificed to create additional network IDs.

Highlighting the importance of two specific IP addresses in any subnet: the network address (identifying the subnet) and the broadcast address (used to reach all devices within the subnet).

Explaining how to calculate the subnet mask for different classes of IP addresses (Class A, B, and C).

Detailed example of subnetting a Class C network into smaller subnets, starting with a block of 256 IP addresses (Class C /24).

Illustrating how dividing a Class C network into smaller subnets (e.g., /25 and /26) reduces the number of hosts in each subnet but increases the number of available subnets.

Discussion of a four-part subnetting example where the network is divided into four subnets (0-63, 64-127, 128-191, 192-255).

Using Cisco Packet Tracer for network simulation to test and visualize the subnetting concept, including the configuration of IP addresses and gateways.

Explanation of the gateway's role in allowing communication between subnets, particularly in scenarios involving routers.

Demonstrating a real-world example of a network setup involving multiple PCs and routers, with subnetting configurations, to simulate traffic flow.

Explaining why certain devices can communicate across subnets while others cannot, due to the presence or absence of properly configured gateways.

Step-by-step guide for setting up IP addresses and subnet masks in a network simulation using Cisco Packet Tracer.

Highlighting the importance of two-way communication in a network and how a lack of proper gateway configuration can prevent packet delivery.

Demonstrating successful communication between devices within the same subnet, showing how packets are sent and received correctly without routing.

Transcripts

play00:00

Hai Pada kesempatan kali ini kita akan

play00:02

melakukan praktikum yang kedua yaitu

play00:04

tentang subnetting IP versi 4 tujuan

play00:07

dari praktikum something ini adalah yang

play00:09

pertama mengetahui konsep subnetting

play00:12

yang kedua adalah mengetahui fungsi

play00:15

Gateway dan yang ketiga adalah

play00:17

menstimulasi ngsar matic dengan dan

play00:20

sisco Packet Tracer

play00:22

Hai pengertian something something

play00:26

adalah proses membagi sebuah Network

play00:28

menjadi beberapa subnetwork snetic hanya

play00:32

dilakukan pada IP address kelas A kelas

play00:34

B dan kelas jesaja dengan something akan

play00:38

menciptakan beberapa Network tambahannya

play00:42

Hai tetapi akan mengurangi jumlah

play00:44

maksimum host yang ada dalam tiap

play00:48

Network tersebut

play00:49

The Princess something adalah

play00:51

memperbanyak Network ID

play00:53

dari suatu Network ID yang sudah ada

play00:56

dimana sebagian hos-id dikorbankan untuk

play01:00

digunakan dalam membuat hos-id tambahan

play01:11

Hai jadi seperti ini

play01:13

10 dia lakukan subnetting adalah ide

play01:15

lama dan usai di lama Steele dilakukan

play01:18

something maka idenya ini dikorbankan

play01:22

akan dipecah sebagian akan digunakan

play01:24

untuk software id id dan host id nya

play01:28

akan menjadi lebih kecil sehingga akan

play01:31

diperoleh Network ID baru yang lebih

play01:33

besar dengan jumlah usaid baru yang

play01:36

lebih kecil

play01:41

di dalam setiap kelompok hip hop

play01:45

Hai selama itu ini adalah subnet atau

play01:48

network terdapat dua IP address yang

play01:50

bersifat khusus yaitu Network

play01:54

ini merupakan indentitas suatu kelompok

play01:56

IP dan yang kedua adalah broadcast yaitu

play02:01

alamat yang digunakan untuk memanggil

play02:03

semua IP yang berkorespondensi

play02:07

netbook biasanya adalah Ayu pertama dari

play02:10

suatu kelompok tidak selalu nol dan

play02:12

broadcast adalah ini terakhir dari suatu

play02:14

kelompok dan tidak selalu

play02:21

Hai untuk perhitungan subnetting yang

play02:23

paling gampang adalah menggunakan grab

play02:26

dan tabelnya contoh ini adalah

play02:29

subnetting class C atau tempat dimana

play02:33

plastik atau sempat ini networknya itu

play02:36

mulai bloknya mulai dari 0-25 gimana

play02:41

yang pertama ini nol adalah networknya

play02:43

25 adalah broadcastnya

play02:46

Hai secara keseluruhan flash 24 ini satu

play02:50

bloknya terisi

play02:52

256 IP namun usahanya adalah ada 254

play02:59

karena tidak boleh dua ada dua IP yang

play03:02

digunakan

play03:03

jika kita melakukan subnetting kelas C

play03:06

ini menjadi 25 maka

play03:09

ini akan dipecah menjadi dua kelompok

play03:13

Hai yang pertama kelompok yang pertama

play03:15

sampai yang pertama adalah mulai dari

play03:17

0-1 27 dan flek2 adalah 128 sampai 255

play03:23

gimana untuk sampel yang pertama ini

play03:25

networknya mulai dari nol dan pelukisnya

play03:28

adalah 127 untuk yang kedua ini adalah

play03:31

128 dan broadcast adalah

play03:37

hai ketika kita ingin pecel lagi yang

play03:39

lebih

play03:42

Hai besar yaitu slash 26 maka setempat

play03:46

ini akan dipecah menjadi empat subnet

play03:51

Hai Senin pertama mulai dari nol sampai

play03:54

enam tiga yang kedua adalah 64 sampai 17

play03:58

yang ketiga adalah 128 sampai 191 dan

play04:02

yang keempat adalah 19 2-25

play04:06

2016 tiga Inilah yang disebut sebagai

play04:09

batas yang awal ini adalah networknya

play04:11

yang terakhir adalah tiga begitu juga

play04:14

untuk sampai yang 264 ini adalah Network

play04:16

untuk yang kedua dan 127 adalah

play04:19

broadcast untuk networking dua dan

play04:22

begitu selanjutnya untuk stres

play04:26

Ayo kita akan memecah chess24 menjadi

play04:29

delapan xnet netbook yang pertama adalah

play04:32

0-3 satu networknya

play04:35

031 yang ke-22 adalah networknya

play04:41

3263 dan seterusnya

play04:46

Hai untuk lebih jelasnya

play04:48

Ayo kita ada tabel seperti ini

play04:52

konversi konversi eh CDR menuju subnet

play04:58

Mask

play04:59

sempat ini anggota jumlah intinya 256

play05:03

jumlah bloknya adalah

play05:06

Hai nah ini adalah 0-2 5000 untuk 125

play05:10

jumlah isinya 128 next Masnya adalah

play05:16

rumus e256 dikurangi 128 jumlah airnya

play05:21

sehingga ketemu 255 255 255 128

play05:26

Hai untuk slash 26 jumpa aktingnya 64

play05:29

ini rinciannya bloknya ya Sehingga

play05:33

sempat Masnya adalah 256 dikurangi 64

play05:37

ketemu

play05:39

Ya udah selesai 27 jumlah bloknya adalah

play05:42

32 ini ada jumlah Ipinnya ya centang

play05:47

jumlah bloknya A8 ini isinya bloknya

play05:49

sehingga sangat Masnya adalah 256

play05:52

dikurangi 32 ketemu 2 24 dan seterusnya

play05:58

Ayo kita langsung menuju ke percobaan

play06:02

hai hai skenario dapat cobaan ini kita

play06:05

akan mensimulasikan dua submate yaitu

play06:07

Lex

play06:08

119216811

play06:10

026 dan Lex dua adalah

play06:15

1921681.1 426 ini gambarannya jadi 126

play06:20

itu ada tidak ada empat subnet ya karena

play06:24

kita menggunakan dua subnet saja ya lo

play06:28

satu dan dua ini kita gunakan 0163 dan

play06:32

kedua menggunakan

play06:33

4-1 27 Hai dosanya diatas jodohkan

play06:37

melalui sebuah router seperti terlihat

play06:39

pada gambar dibawah ini

play06:43

Hai ini ya

play06:45

Hai ini rap 1 terdiri dari tiga PC kita

play06:47

Gotik kbc kedua juga ada 3pc ini B1

play06:52

beserta ip-nya sedangkan F1 dan F2 ini

play06:56

dihubungkan melalui sebuah router dimana

play07:00

eh router yang menghadap Club 1 gb-nya

play07:04

adalah 629 kan rutr yang menghadap alat2

play07:09

adalah ketuanya adalah 126

play07:12

Hai pc-pc yang ada di sini kita isi

play07:14

ipnya ya beserta netmasknya

play07:17

namun untuk Gateway tidak semuanya kita

play07:21

isi untuk S1 ada keduanya bisa

play07:23

dua-duanya tidak sedangkan Lex 24 ada

play07:28

ktp-nya Pesolima tidak ada gedenya tidak

play07:31

ada tv-nya ini nanti ada pengaruhnya

play07:34

ketika ketika menghubungi lintas

play07:41

Hai Adam P1 P2 P3 mengenal Gateway namun

play07:45

PC 3 PC 5 dan 6 tanpa menggunakan

play07:49

gateway

play07:51

Hai

play07:51

berikut adalah langkah percobaan kita

play07:54

ikuti langkah-langkahnya tahapannya buat

play07:57

simulasi jaringan seperti gambar diatas

play07:59

termasuk setting IP gateway router IP

play08:02

address PC

play08:04

netmask PC dan Get Rich PC tidak semua

play08:08

PC diberikan gateway

play08:11

Ayo kita buat jaringannya segini

play08:14

Hai untuk F1 bisa satu kita isi airnya

play08:16

ini

play08:18

Sri ini

play08:20

Hai happy-nya 1-2 1811 netmasknya adalah

play08:24

102 karena kita selesai

play08:27

Kenya kearah router yaitu 62 karena

play08:30

besok termasuk yang ada lumpurnya ada

play08:33

gedenya sedang

play08:36

Hai happy-nya adalah seperti ini sapne

play08:39

naasnya adalah

play08:41

Hai Kitne adalah steak ini karena bisa2

play08:44

kita Gateway sedangkan

play08:48

Hai ip-nya adalah seperti ini subnetmask

play08:50

nya adalah sepi ini tidak kita isi

play08:53

gatewaynya

play08:54

Hai untuk 2 PS4

play08:57

Ayo kita mulai dari 65 ya karena 6464

play09:02

itu adalah networknya diakhiri sebabnya

play09:04

idenya adalah 65

play09:06

sampai masih adalah seperti ini 25

play09:10

2012 dan gatewaynya ini menuju ke

play09:14

Gateway router yang menghadap ke 212

play09:19

Hai sedangkan Pesolima kita setting IP

play09:22

seperti ini 66.net masnya suci ini

play09:25

dp-nya nggak perlu kita isi

play09:27

Hai sedangkan

play09:31

Hai airnya

play09:33

679 emasnya setunggal 2GB nya kosong

play09:38

Hai berikutnya adalah setting router

play09:44

Hai Brother ini yang terhubung ke satu

play09:47

sweet yang terhubung dengan Sweep Sabtu

play09:50

itu adalah fast ethernet tempat yang

play09:52

terhubung dengan sweetalert2 itu fast

play09:55

ethernet 5 fast ethernet tempat kita isi

play09:59

id-nya

play10:02

19216811 62 dengan coklat Mask yang sama

play10:06

yaitu 255 255 25162 sedangkan yang

play10:11

menghadap kedua kita isi air piketnya

play10:14

yaitu 126 dengan subnet Mask yang setara

play10:18

dengan flash 26 jangan lupa tebalnya

play10:21

router itu interfacenya belum on kita

play10:25

on-kan disini ya kita akan disini

play10:29

the same disini setting

play10:32

IP dan Gateway nya baik PC maupun rocker

play10:36

sudah kita isi ya kita lanjutkan ketahap

play10:39

berikutnya pada

play10:41

Hai setelah setting IP selesai pindahkan

play10:44

mode ke simulasi ke mode simulasi ya ini

play10:48

Komodo simulasi

play10:52

hai lalu buat skenario seperti berikut

play10:54

edit filter event list hanya ke SMP ya

play10:59

Ayu versi 4 SMP saja

play11:01

lalu kirimkan paket simple PDU dari B1

play11:05

B3 lalu amati jalannya PDU nya B1 ke bc4

play11:11

lalu amati Jalan videonya bc2 ke berlima

play11:14

lalu amati Jalan PD smp-nya dan yang

play11:18

terakhir adalah pc3 ke besok Nam lalu

play11:21

amati Jalan PJU smp-nya kita kembali ke

play11:28

Hai sisco paket Resort

play11:31

Ayo kita agak model simulasi

play11:34

kita pastikan editornya adalah SMP ya

play11:38

SMP saja OK

play11:40

Ayo kita buat simpel PDU yang pertama

play11:44

adalah dari pc1 menuju pc3 ok

play11:48

Ayo kita next sketcher simulasinya

play11:53

the set

play11:56

hai oke dikirim Dia

play11:59

Hai dikirim ke

play12:02

Ayo kita ketahui

play12:04

p173 ini

play12:06

salah satu subnet yang sama sehingga

play12:09

tidak dilempar ke rute dia hanya cukup

play12:12

di dalam satu sweet saja dan b satu ada

play12:16

GB bisa2 tidak ditindak ada masalah ini

play12:20

untuk percobaan yang pertama sudah

play12:22

selesai yaitu dari bc1 ke PC

play12:26

Hai berikutnya adalah bc1 ke bc4

play12:29

kita hapus skenarionya dulu dari

play12:33

[Musik]

play12:36

Hai ke bc4 ini nyebrang ya ini nyebrang

play12:39

Karena sebenarnya berbeda kita kejar

play12:42

sekarang

play12:44

up1 mencari ke PS4

play12:47

dilempar ke switch di dalam suit itu

play12:50

tidak menemukan aib yang dimaksud maka

play12:53

dia dilempar ke rute ke Gateway

play12:57

setelah itu sampai di rute akan

play13:00

dicarikan ternyata id-nya ada di Lex dua

play13:04

lempar ke switch switch dilempar ke

play13:07

Simpati

play13:09

PS4 straight to di kembalikan lagi ingat

play13:14

bahwa

play13:17

hai eh Komunikasi itu harus doa Raya dia

play13:21

harus bisa arah bolak-balik Kenapa PS4

play13:24

bisa mengembalikan karena dia juga ada

play13:27

Gateway di sini ada GB 126 dia akan

play13:30

dilempar ke gt216 dikembalikan lagi ke

play13:33

PC

play13:36

21 sehingga komunikasinya jadi komplit

play13:41

Hai Oke ini yang kedua sudah selesai

play13:44

dari pc1 bbc4

play13:47

Hai jadi me satu kesempatan ini

play13:49

komplikasinya komplit membalik baik

play13:52

Berangkat maupun pulangnya ya karena D1

play13:55

dan D4 memiliki Gateway berikutnya

play13:58

adalah skenario ini adalah pc2 ke

play14:05

Ayo kita hapus skenarionya Ini dari PC

play14:09

1215

play14:13

Hai

play14:14

vc2 ke PC

play14:17

25 ini nyebrang ya

play14:20

Ayo kita lihat simulasinya

play14:23

bc1 akan mencari facial 5 Dia akan cari

play14:28

di switch

play14:30

Hai tidak ada di dalam sextopnet maka

play14:33

dilempar ke Gateway Gateway

play14:36

akan dicari ternyata IP yang dimaksud

play14:39

ada di

play14:41

Oh ya dilempar delete 2 switch dan

play14:44

didesain ke pc2

play14:47

Hai namun setelah sampai pc2 cafe2 tidak

play14:52

punya Gateway dia tidak tahu cara

play14:54

mengembalikannya ke

play14:57

pc2 ya karena dia tidak memiliki Gateway

play15:01

sehingga komunikasinya tidak komplit dan

play15:04

tidak berhasil

play15:06

Oh ya

play15:08

Hai berikutnya adalah

play15:10

pc3 ke pesenam DC 36 kita hapus dulu

play15:16

skenarionya ini

play15:20

pc3 ke B6 jadi nyebrang ceritanya juga

play15:25

Hai sejak awal saja ini sudah tidak bisa

play15:29

mengirimkan ya ketika kita semula sikan

play15:31

Aneh ketika kita kirim itu tide tidak

play15:34

bisa mengirimkan ya tidak bisa

play15:36

mengirimkan karena apa dia

play15:38

mencari di networknya itu tidak ada

play15:43

di bawah IP tujuan itu tidak ada didalam

play15:47

Network ilmiah dan dia tidak merasa

play15:49

tidak punya Gateway pintu keluarnya

play15:51

sehingga dia akan berhenti Langsung cek

play15:54

komunikasinya juga tidak komplit

play15:57

Hai Jadi intinya disini Gateway itu

play16:01

digunakan untuk

play16:04

melempar

play16:06

sebuah ide yang dicari yang tidak ada di

play16:09

dalam networknya air dan ingat bahwa

play16:11

Komunikasi itu dua kalau yang

play16:15

pengirimnya ada gatewaynya sedangkan

play16:17

penerimanya tidak raketnya juga tidak

play16:19

terbentuk komunikasi dua arah

play16:23

Hai ini untuk semua si videonya sudah

play16:26

selesai

play16:27

Hai berikutnya setelah selesai membuat

play16:29

simulasi pada point 2

play16:31

Kembalikan ke mode real-time modern

play16:37

hai lalu Coba lakukan pressing sebagai

play16:39

berikut ya dari bc1 ke bisa

play16:44

the dressing dengan perintah ini ya

play16:46

formatnya reset IP tujuan dari pc13 kita

play16:51

kembali ke lautan Oke dari pc1 ke PC

play16:56

menggunakan command prompt

play16:59

kresek

play17:02

a b c 1,3 berarti

play17:09

1921681.1 ketemu

play17:12

Oh ya langsung ketemu

play17:14

Hai berikutnya preset dari pc1 PS4 PS4

play17:19

itu intinya adalah

play17:22

65 ya

play17:25

sse2 eh B1 B1 tetapi

play17:32

Hai threshold ke-65

play17:37

1921681.1 65 sebelah dia rutenya

play17:41

dilempar ke Gateway baru ketemu di ip65

play17:45

Hai kek

play17:48

Ayo kita kembali ke sini dari PC 2G pc55

play17:54

ini ip-nya enam ya dari

play18:03

hai threshold

play18:07

hai 1921681.1

play18:12

ini dia dilemparkan gateway

play18:15

Hai dan tidak menemukannya disini kenapa

play18:18

tidak menemukan karena

play18:21

pc6 ini ada gedenya jadi dia tidak bisa

play18:24

mengembalikan paketnya jadi sudah

play18:27

diselesaikan dengan PDU tidak bisa

play18:29

mengembalikan hingga kalau kita tunggu

play18:31

ini akan terus dia tidak akan

play18:33

menemukannya

play18:35

komunikasinya tidak komplit

play18:38

Hai kefir ikutnya adalah

play18:41

hai hai

play18:43

Hai dari pc3 ke

play18:46

Hai nah ini enggak ada Gateway nyanyi

play18:48

pasti nggak bisa ini sejak awal untuk

play18:50

transfer rek osteotin harusnya

play18:52

stressed dari PC 36

play18:58

1921681.1 juya

play19:01

pc667

play19:03

sejak awal sudah karena dia tidak ada

play19:06

gateway

play19:19

Hai ini kalau kita tunggu terus ini akan

play19:21

repose mouth Jadi itulah kita telah

play19:25

mempelajari simulasi subnetting

play19:28

beserta Apa fungsi dari Gateway

play19:31

Bagaimana jalan paket dari satu subnet

play19:36

kesambet yang lain dan status

play19:41

bc1 nuhung IPC lain dalam satu subnet

play19:46

Hai demikian

Rate This
★
★
★
★
★

5.0 / 5 (0 votes)

Étiquettes Connexes
IPv4 SubnettingNetwork SimulationCisco Packet TracerGateway FunctionsIP ManagementNetworking BasicsSubnet MaskCDR ConversionNetwork ClassesRouting
Besoin d'un résumé en anglais ?