Analisis Kinerja Routing Border Gateway Protocol Pada Jaringan Metropolitan Area Network

LAMPIRAN I
Pemakaian router pada jaringan MAN menggunakan topologi mesh dan
topologi star ditampilkan pada tabel 1.1.
Tabel 1.1 IP address pada router untuk Jaringan menggunakan IPv4
Router
Interface
IP Address
Network
Subnet Mask
R1

R2
R3

R4

R5

R6
R7


R8

R9

Fast Ethernet 0/0

192.168.1.254

192.168.1.0

255.255.255.0

FastEthernet1/0

192.168.2.254

192.168.2.0

255.255.255.0


Serial2/0

192.168.5.1

192.168.5.0

255.255.255.0

FastEthernet0/0

192.168.4.254

192.168.4.0

255.255.255.0

Serial1/0

192.168.6.2


192.168.6.0

255.255.255.0

FastEthernet0/0

192.168.3.254

192.168.3.0

255.255.255.0

Serial1/0

192.168.5.2

192.168.5.0

255.255.255.0


Serial1/1

192.168.6.1

192.168.6.0

255.255.255.0

POS 2/0

200.1.6.1

200.1.6.0

255.255.255.0

FastEthernet0/0

200.1.1.1


200.1.2.0

255.255.255.0

FastEthernet0/1

200.1.2.1

200.1.1.0

255.255.255.0

POS 2/0

200.1.6.2

200.1.6.0

255.255.255.0


FastEthernet0/0

200.1.3.1

200.1.2.0

255.255.255.0

FastEthernet0/1

200.1.2.2

200.1.3.0

255.255.255.0

POS 2/0

200.1.8.1


200.1.8.0

255.255.255.0

FastEthernet0/0

200.1.1.2

200.1.4.0

255.255.255.0

FastEthernet0/1

200.1.4.1

200.1.1.0

255.255.255.0


FastEthernet0/0

200.1.3.2

200.1.4.0

255.255.255.0

FastEthernet0/1

200.1.4.2

200.1.3.0

255.255.255.0

POS 2/0

200.1.7.1


200.1.7.0

255.255.255.0

POS 2/0

200.1.7.2

200.1.7.0

255.255.255.0

Serial1/0

172.16.1.2

172.16.2.0

255.255.255.0


Serial 1/1

172.16.2.1

172.16.1.0

255.255.255.0

FastEthernet0/0

172.16.4.254

172.16.4.0

255.255.255.0

Serial1/0

172.16.1.1


172.16.1.0

255.255.255.0

52

Tabel 1.1 Lanjutan
R10

R11

R12

R13

R14

Serial1/2

172.16.3.1

172.16.3.0

255.255.255.0

FastEthernet0/0

172.16.5.254

172.16.5.0

255.255.255.0

Serial1/1

172.16.2.2

172.16.2.0

255.255.255.0

Serial1/2

172.16.3.2

172.16.3.0

255.255.255.0

Serial1/0

10.1.2.2

10.1.2.0

255.255.255.0

POS 2/0

200.1.8.2

200.1.8.0

255.255.255.0

Serial 1/1

10.1.3.1

10.1.3.0

255.255.255.0

FastEthernet0/0

10.1.1.254

10.1.1.0

255.255.255.0

Serial1/0

10.1.2.1

10.1.2.0

255.255.255.0

Serial1/1

10.1.6.1

10.1.6.0

255.255.255.0

FastEthernet0/0

10.1.4.254

10.1.4.0

255.255.255.0

Serial1/0

10.1.5.1

10.1.3.0

255.255.255.0

Serial1/1

10.1.3.2

10.1.5.0

255.255.255.0

Serial1/0

10.1.5.2

10.1.6.0

255.255.255.0

Serial1/1

10.1.6.2

10.1.5.0

255.255.255.0

53

LAMPIRAN II
Konfigurasi dari tiap-tiap router pada topologi mesh dan star dengan IPv4
adalah:
1.

Untuk Internet Protokol versi 4
(IPv4)
a. Untuk Router 1
version 12.4
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R1
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 192.168.1.254
255.255.255.0
duplex full
speed auto
!
interface FastEthernet1/0
ip address 192.168.2.254
255.255.255.0
duplex full
speed auto
!
interface Serial2/0
ip address 192.168.5.1
255.255.255.0
ip nbar protocol-discovery
serial restart-delay 0
!
interface Serial2/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/3

no ip address
shutdown
serial restart-delay 0
!
ip classless
ip route 0.0.0.0 0.0.0.0
192.168.5.2
!
!ICMP Echo
ip sla monitor 1
type echo protocol
ipIcmpEcho 192.168.5.2
timeout 0
frequency 9
ip sla monitor schedule 1 starttime now life forever
! DNS Request
ip sla monitor 2
type dns target-addr
www.gns3vault.com nameserver 192.168.5.2
timeout 0
frequency 9
ip sla monitor schedule 2 starttime now life forever
! G711 conversation
ip sla monitor 3
type jitter dest-ipaddr
192.168.5.2 dest-port 16384
codec g711ulaw codecnumpackets 50 codec-size 160
codec-interval 20
timeout 0
frequency 1
ip sla monitor schedule 3 starttime now life forever
! G729 conversation
ip sla monitor 4
type jitter dest-ipaddr
192.168.5.2 dest-port 16385
codec g729a codecnumpackets

54

50 codec-size 20 codecinterval 20
timeout 0
frequency 1
ip sla monitor schedule 4 starttime now life forever
! HTTP GET Traffic
ip sla monitor 5
type http operation get url
http://192.168.5.2
frequency 60
ip sla monitor schedule 5 starttime now life forever
! TCPConnect to Telnet
ip sla monitor 6
type tcpConnect dest-ipaddr
192.168.5.2 dest-port 23
control disable
timeout 1000
frequency 2
ip sla monitor schedule 6 life
forever start-time now
! TCPConnect to HTTPS
ip sla monitor 7
type tcpConnect dest-ipaddr
192.168.5.2 dest-port 443
control disable
timeout 1000
frequency 3
ip sla monitor schedule 7 life
forever start-time now
! TCPConnect to FTP
ip sla monitor 8
type tcpConnect dest-ipaddr
192.168.5.2 dest-port 21
control disable
timeout 1000
frequency 1
ip sla monitor schedule 8 life
forever start-time now
! TCPConnect to SSH
ip sla monitor 9
type tcpConnect dest-ipaddr
192.168.5.2 dest-port 22
control disable
timeout 1000
frequency 2

ip sla monitor schedule 9 life
forever start-time now
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

b. Untuk Router 2
version 12.4
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no ip domain lookup
!
ip cef
!
!
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 192.168.4.254
255.255.255.0
duplex full
speed auto
!

55

interface Serial1/0
ip address 192.168.6.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
ip classless
ip route 0.0.0.0 0.0.0.0
192.168.6.1
!
! ICMP Echo
ip sla monitor 1
type echo protocol
ipIcmpEcho 192.168.6.1
timeout 0
frequency 9
ip sla monitor schedule 1 starttime now life forever
! DNS Request
ip sla monitor 2
type dns target-addr
www.gns3vault.com nameserver 192.168.6.1
timeout 0
frequency 9
ip sla monitor schedule 2 starttime now life forever
! G711 conversation
ip sla monitor 3
type jitter dest-ipaddr
192.168.6.1 dest-port 16384
codec g711ulaw codecnumpackets 50 codec-size 160
codec-interval 20
timeout 0
frequency 1

ip sla monitor schedule 3 starttime now life forever
! G729 conversation
ip sla monitor 4
type jitter dest-ipaddr
192.168.6.1 dest-port 16385
codec g729a codecnumpackets 50 codec-size 20
codec-interval 20
timeout 0
frequency 1
ip sla monitor schedule 4 starttime now life forever
! HTTP GET Traffic
ip sla monitor 5
type http operation get url
http:// 192.168.6.1
frequency 60
ip sla monitor schedule 5 starttime now life forever
! TCPConnect to Telnet
ip sla monitor 6
type tcpConnect dest-ipaddr
192.168.6.1 dest-port 23
control disable
timeout 1000
frequency 2
ip sla monitor schedule 6 life
forever start-time now
! TCPConnect to HTTPS
ip sla monitor 7
type tcpConnect dest-ipaddr
192.168.6.1 dest-port 443
control disable
timeout 1000
frequency 3
ip sla monitor schedule 7 life
forever start-time now
! TCPConnect to FTP
ip sla monitor 8
type tcpConnect dest-ipaddr
192.168.6.1 dest-port 21
control disable
timeout 1000
frequency 1
ip sla monitor schedule 8 life
forever start-time now

56

! TCPConnect to SSH
ip sla monitor 9
type tcpConnect dest-ipaddr
192.168.6.1 dest-port 22
control disable
timeout 1000
frequency 2
ip sla monitor schedule 9 life
forever start-time now
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
c. Untuk Router 3
version 15.1
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R3
!
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 192.168.3.254
255.255.255.0
duplex full
!
interface Serial1/0
ip address 192.168.5.2
255.255.255.0

serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 192.168.6.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface POS2/0
ip address 200.1.6.1
255.255.255.0
encapsulation ppp
!
router bgp 100
bgp log-neighbor-changes
network 200.1.6.0
redistribute static
neighbor 200.1.6.2 remote-as
100
!
ip classless
ip route 192.168.1.0
255.255.255.0 Serial1/0
ip route 192.168.2.0
255.255.255.0 Serial1/0
ip route 192.168.4.0
255.255.255.0 Serial1/1
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
57

login
!
end
d. Untuk Router 4
version 15.1
service timestamps debug
uptime
service timestamps log uptime
service password-encryption
!
hostname R4
!
no ip domain lookup
!
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 200.1.1.1
255.255.255.0
duplex full
speed 100
!
interface FastEthernet0/1
ip address 200.1.2.1
255.255.255.0
duplex full
speed 100
!
interface POS1/0
ip address 200.1.6.2
255.255.255.0
encapsulation ppp
!
router bgp 100
bgp log-neighbor-changes
network 200.1.1.0
network 200.1.2.0
network 200.1.6.0
redistribute static
neighbor 200.1.1.2 remote-as
100
neighbor 200.1.2.2 remote-as
100
neighbor 200.1.6.1 remote-as
100
!
ip classless
!
gatekeeper

shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
e. Untuk Router 5
version 15.1
service timestamps debug
uptime
service timestamps log uptime
no service passwordencryption
!
hostname R5
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 200.1.3.1
255.255.255.0
duplex full
speed 100
!
interface FastEthernet0/1
ip address 200.1.2.2
255.255.255.0
duplex full
speed 100
!
interface POS1/0
ip address 200.1.8.1
255.255.255.0
encapsulation ppp
!
router bgp 100
bgp log-neighbor-changes
network 200.1.2.0
network 200.1.3.0
58

network 200.1.8.0
redistribute static
neighbor 200.1.2.1 remote-as
100
neighbor 200.1.3.2 remote-as
100
neighbor 200.1.8.2 remote-as
100
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
End

f. Untuk Router 6
version 15.1
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R6
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 200.1.1.2
255.255.255.0
duplex full
speed 100
!

interface FastEthernet0/1
ip address 200.1.4.1
255.255.255.0
duplex full
speed 100
!
router bgp 100
bgp log-neighbor-changes
network 200.1.1.0
network 200.1.4.0
neighbor 200.1.1.1 remote-as
100
neighbor 200.1.4.2 remote-as
100
!
ip classless
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
g. Untuk Router 7
version 15.1
service timestamps debug
uptime
service timestamps log uptime
no service passwordencryption
!
hostname R7
!
no ip domain lookup
!
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 200.1.3.2
255.255.255.0
59

duplex full
speed 100
!
interface FastEthernet0/1
ip address 200.1.4.2
255.255.255.0
duplex full
speed 100
!
interface POS1/0
ip address 200.1.7.1
255.255.255.0
encapsulation ppp
!
router bgp 100
bgp log-neighbor-changes
network 200.1.3.0
network 200.1.4.0
network 200.1.7.0
redistribute static
neighbor 200.1.3.1 remote-as
100
neighbor 200.1.4.1 remote-as
100
neighbor 200.1.7.2 remote-as
100
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

h. Untuk Router 8
version 15.1

service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R8
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/0
ip address 172.16.1.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 172.16.2.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface POS2/0
ip address 200.1.7.2
255.255.255.0
encapsulation ppp
!
router rip
version 2
network 172.16.0.0
default-information originate
redistribute bgp 100
60

!
router bgp 100
bgp log-neighbor-changes
network 200.1.7.0
redistribute rip
neighbor 200.1.7.1 remote-as
100
!
ip classless
no ip route
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
i. Untuk Router 9
version 12.4
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R9
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 172.16.4.254
255.255.255.0
duplex full
speed 100
!
interface Serial1/0

ip address 172.16.1.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
ip address 172.16.3.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
!
end
j. Untuk Router 10
version 12.4
service timestamps debug
datetime msec
61

service timestamps log
datetime msec
no service passwordencryption
!
hostname R10
!
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 172.16.5.254
255.255.255.0
duplex full
speed auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 172.16.2.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
ip address 172.16.3.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15

logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
k. Untuk Router 11
version 15.1
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R11
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
ip address 10.1.2.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 10.1.3.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0

62

!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface POS2/0
ip address 200.1.8.2
255.255.255.0
encapsulation ppp
!
router ospf 1
log-adjacency-changes
redistribute bgp 100 subnets
network 10.1.2.0 0.0.0.255
area 0
network 10.1.3.0 0.0.0.255
area 0
default-information originate
!
router bgp 100
bgp log-neighbor-changes
network 200.1.8.0
redistribute ospf 1
neighbor 200.1.8.1 remote-as
100
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
l. Untuk Router 12
version 12.4
no service timestamps debug
datetime msec

service timestamps log
datetime msec
service password-encryption
!
hostname R12
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 10.1.1.254
255.255.255.0
duplex full
speed 100
!
interface Serial1/0
ip address 10.1.2.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 10.1.6.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255
area 0
network 10.1.2.0 0.0.0.255
area 0
network 10.1.6.0 0.0.0.255
area 0
default-information originate
!
ip classless
!
gatekeeper
shutdown
!
63

line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
m. Untuk Router 13
version 12.4
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R13
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
ip address 10.1.4.254
255.255.255.0
duplex full
speed 100
!
interface Serial1/0
ip address 10.1.5.1
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 10.1.3.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0

!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
network 10.1.3.0 0.0.0.255
area 0
network 10.1.4.0 0.0.0.255
area 0
network 10.1.5.0 0.0.0.255
area 0
default-information originate
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
n. Untuk Router 14
version 12.4
service timestamps debug
datetime msec
service timestamps log
datetime msec
no service passwordencryption
!
hostname R14
!
no ip domain lookup
!
ip tcp synwait-time 5
!
interface FastEthernet0/0
64

no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
ip address 10.1.5.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/1
ip address 10.1.6.2
255.255.255.0
serial restart-delay 0
clock rate 2016000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
network 10.1.5.0 0.0.0.255
area 0
network 10.1.6.0 0.0.0.255
area 0
default-information originate
!
ip classless
!
gatekeeper
shutdown
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0

privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end

65

LAMPIRAN III
Pada lampiran ini data hasil pengujian berdasarkan parameter throughput,
delay, dan packet loss dihitung secara matematis sesuai dengan hasil pengujian
menutut aplikasi wireshark pada topologi dengan IPv4, sebagai berikut.
Throughput
1.

Untuk jaringan menggunakan IPv4
a. Untuk Network A menuju Network B
Data hasil throughput dihitung secara matematis sesuai hasil pengujian

menurut aplikasi wireshark. Tabel 3.1 menunjukkan hasil pengujian throughput
menurut aplikasi wireshark untuk network A menuju network B.
Tabel 3.1 Hasil pengujian throughput menurut aplikasi wireshark untuk
network A menuju network B pada jaringan IPv4.
Jumlah
Jumlah
Jumlah
Banyak
data yang
data yang
waktu
Throughput
IP Tujuan
Pengujian
dikirim
dikirim
pengiriman
(kbps)
(Bytes)
(Bits)
data(sec)
1
192.168.1.1
1349.2
1.680.816 13.446.528
9,96
ke 10.1.1.1
2
192.168.1.2
1358.1
9,90
1.680.876 13.447.008
ke 10.1.1.1
3
192.168.2.1
1348.5
9,93
1.674.881 13.399.048
ke 10.1.1.1
4
192.168.3.1
1231.3
11.12
1.712.708 13.701.664
ke 10.1.1.1
5
192.168.4.1
1093.1
1.756.710 14.053.680
12,85
ke 10.1.4.1
6
192.168.1.1
1164.3
1.735.433 13.883.464
11,92
ke 10.1.4.1
7
192.168.1.2
1176.1
1.728.123 13.824.984
11,75
ke 10.1.4.1
8
192.168.2.1
1183.1
11,70
1.730.405 13.843.240
ke 10.1.4.1
9
192.168.3.1
1161.1
11,93
1.731.759 13.854.072
ke 10.1.4.1
10
192.168.4.1
1191.1
1.722.300 13.778.400
11,56
ke 10.1.4.1
Rata-rata throughput keseluruhan
11,26

66

b.

Untuk Network A menuju Network C

Data hasil throughput dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.2 menunjukkan hasil
pengujian throughput menurut aplikasi wireshark untuk network A menuju
network C.
Tabel 3.2 Hasil pengujian throughput menurut aplikasi wireshark untuk
network A menuju network C pada jaringan IPv4.
Jumlah
Jumlah data
Jumlah
Banyak
data yang
yang
waktu
Throughput
IP Tujuan
Pengujian
dikirim
dikirim
pengiriman
(kbps)
(Bytes)
(Bits)
data (sec)
1
192.168.1.1
1.711.105
13.688.840
1239.1
11,04
ke 172.16.4.1
2
192.168.1.2
1.702.448
13.619.584
1255.9
10,84
ke 172.16.4.1
3
192.168.2.1
1.704.955
13.639.640
1253.3
10,88
ke 172.16.4.1
4
192.168.3.1
1.680.876
13.447.008
1358.1
9,90
ke 172.16.4.1
5
192.168.4.1
1.678.891
13.431.128
1324.3
10,14
ke 172.16.4.1
6
192.168.1.1
1.665.504
13.324.032
1395.9
9,54
ke 172.16.5.1
7
192.168.1.2
1.662.571
13.300.568
1395.7
9,52
ke 172.16.5.1
8
192.168.2.1
1.663.841
13.310.728
1389.3
9,58
ke 172.16.5.1
9
192.168.3.1
1.665.728
13.325.824
1379,1
9,66
ke 172.16.5.1
10
192.168.4.1
1.659.346
13.274.768
1386.1
9,57
ke 172.16.5.1
Rata-rata throughput keseluruhan
10,07

67

c.

Untuk Network B menuju Network A

Data hasil throughput dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.3 menunjukkan hasil
pengujian throughput menurut aplikasi wireshark untuk Network B menuju
Network A.
Tabel 3.3 Hasil pengujian throughput menurut aplikasi wireshark untuk
network B menuju network A pada jaringan IPv4.
Banyak
Pengujian
1
2
3
4
5
6
7
8
9
10

IP Tujuan

Jumlah
data yang
dikirim
(Bytes)

Jumlah
data yang
dikirim
(Bits)

Jumlah
waktu
pengiriman
data (sec)

10.1.1.1 ke
1.683.470 13.467.760
1334.9
192.168.3.1
10.1.4.1 ke
1.686.455 13.491.640
1353.4
192.168.3.1
10.1.1.1 ke
1.673.450 13.387.600
1370.9
192.168.4.1
10.1.4.1 ke
1.766.048 14.131.264
1075.7
192.168.4.1
10.1.1.1 ke
1.766.970 14.135.760
1071.1
192.168.1.1
10.1.4.1 ke
1.766.216 14.129.728
1076,9
192.168.1.1
10.1.1.1 ke
1.769.856 14.158.848
1062.8
192.168.1.2
10.1.4.1 ke
1.765.915 14.127.320
1074.7
192.168.1.2
10.1.1.1 ke
1.754.275 14.034.200
1061.8
192.168.2.1
10.1.4.1 ke
1.759.355 14.074.840
1078.8
192.168.2.1
Rata-rata throughput keseluruhan

Throughput
(kbps)
10,08
9,96
9,76
13,13
13,20
13,12
13,32
13,14
13,21
13,04
12,19

68

d.

Untuk Network B menuju Network C

Data hasil throughput dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.4 menunjukkan hasil
pengujian throughput menurut aplikasi wireshark untuk network B menuju
network C.
Tabel 3.4 Hasil pengujian throughput menurut aplikasi wireshark untuk
network B menuju network C pada jaringan IPv4.
Jumlah
Jumlah
Jumlah
Banyak
data yang data yang
waktu
Throughput
IP Tujuan
Pengujian
dikirim
dikirim
pengiriman
(kbps)
(Bytes)
(Bits)
data (sec)
1
10.1.1.1 ke
1.766.216 14.129.728
1058.1
13,35
172.16.4.1
2
10.1.1.1 ke
1.773.784 14.190.272
1061.4
13,36
172.16.4.1
3
10.1.1.1 ke
1.772.065 14.176.520
1059.3
13,38
172.16.4.1
4
10.1.1.1 ke
1.769.149 14.153.192
1056.6
13,39
172.16.5.1
5
10.1.1.1 ke
1.843.671 14.749.368
1061.8
13,89
172.16.5.1
6
10.1.4.1 ke
1.742.827 13.942.616
1155.2
12,06
172.16.4.1
7
10.1.4.1 ke
1.769.903 14.159.224
1060.5
13,35
172.16.4.1
8
10.1.4.1 ke
1.770.251 14.162.008
1063.8
13,31
172.16.5.1
9
10.1.4.1 ke
1.767.664 14.141.312
1057.8
13,36
172.16.5.1
10
10.1.4.1 ke
1.769.783 14.158.264
1057.8
13,38
172.16.5.1
Rata-rata throughput keseluruhan
13,28

69

e.

Untuk Network C menuju Network A

Data hasil throughput dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.5 menunjukkan hasil
pengujian throughput menurut aplikasi wireshark untuk network C menuju
network A.
Tabel 3.5 Hasil pengujian throughput menurut aplikasi wireshark untuk
network C menuju network A pada jaringan IPv4.
Jumlah
Jumlah
Jumlah
Banyak
data yang data yang
waktu
Throughput
IP Tujuan
Pengujian
dikirim
dikirim
pengiriman
(kbps)
(Bytes)
(Bits)
data (sec)
1
172.16.4.1 ke
1.680.876 13.447.008
1358.1
9,90
192.168.3.1
2
172.16.5.1 ke
1.769.826 14.158.608
1065.1
13,29
192.168.3.1
3
4
5
6
7
8
9
10

172.16.4.1 ke
1.738.293 13.906.344
192.168.4.1
172.16.5.1 ke
1.730.979 13.874.832
192.168.4.1
172.16.4.1 ke
1.734.152 13.873.216
192.168.1.1
172.16.5.1 ke
1.732.068 13.856.688
192.168.1.1
172.16.4.1 ke
1.662.571 13.300.568
192.168.1.2
172.16.5.1 ke
1.702.448 13.619.584
192.168.1.2
172.16.4.1 ke
1.715.235 13.721.880
192.168.2.1
172.16.5.1 ke
1.663.841 13.310.728
192.168.2.1
Rata-rata throughput keseluruhan

1166.8

11,91

1172.7

11,80

1181.1

11,74

1181.4

11,72

1395.7

9.52

1255.9

10,84

1225.1

11,20

1389.3

9,58
11,15

70

f.

Untuk Network C menuju Network B

Data hasil throughput dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.6 menunjukkan hasil
pengujian throughput menurut aplikasi wireshark untuk network C menuju
network B.
Tabel 3.6 Hasil pengujian throughput menurut aplikasi wireshark untuk
network C menuju network B pada jaringan IPv4.
Jumlah
Jumlah
Jumlah
waktu
Throughput
data yang data yang
Banyak
IP Tujuan
pengiriman
(kbps)
dikirim
dikirim
Pengujian
data (sec)
(Bits)
(Bytes)
1
172.16.4.1
1.721.990 13.775.920
1221.7
11,27
ke 10.1.1.1
2
172.16.4.1
1.766.216 14.129.728
1058.1
13,35
ke 10.1.1.1
3
172.16.4.1
1.773.784 14.190.272
1061.4
13,35
ke 10.1.1.1
4
172.16.4.1
1.716.058 13.728.464
1223.9
11,21
ke 10.1.4.1
5
172.16.4.1
1.769.903 14.159.224
1060.5
13,35
ke 10.1.4.1
6
172.16.5.1
1.769.149 14.153.192
1056.6
13,39
ke 10.1.1.1
7
172.16.5.1
1.716.971 13.735.768
1223.4
11,22
ke 10.1.1.1
8
172.16.5.1
1.709.990 13.679.920
1235.2
11.07
ke 10.1.4.1
9
172.16.5.1
1.770.251 14.162.008
1063.8
13.31
ke 10.1.4.1
10
172.16.5.1
1.713.043 13.704.344
1192.1
11,49
ke 10.1.4.1
Rata-rata throughput keseluruhan
12,30

71

Delay
Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
aplikasi wireshark. Tabel 3.7 menunjukkan hasil pengujian delay menurut aplikasi
wireshark untuk network A menuju network B.
1.

Untuk jaringan menggunakan IPv4
a.

Untuk Network A menuju Network B

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
wireshark dapat dilihat pada Tabel 3.7 menunjukkan hasil pengujian delay
menurut aplikasi wireshark untuk network A menuju network B.

Tabel 3.7 Hasil pengujian delay menurut aplikasi wireshark untuk network A
menuju network B pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
192.168.1.1 ke
1349.2
2000
674.6
10.1.1.1
2
192.168.1.2 ke
1358.1
2000
679.1
10.1.1.1
3
192.168.2.1 ke
1348.5
674.2
2000
10.1.1.1
4
192.168.3.1 ke
1231.3
2000
615.6
10.1.1.1
5
192.168.4.1 ke
1093.1
546.5
2000
10.1.4.1
6
192.168.1.1 ke
1164.3
2000
582.1
10.1.4.1
7
192.168.1.2 ke
1176.1
2000
588.1
10.1.4.1
8
192.168.2.1 ke
1183.1
2000
591.5
10.1.4.1
9
192.168.3.1 ke
1161.1
2000
580.5
10.1.4.1
10
192.168.4.1 ke
1191.1
2000
595.5
10.1.4.1
Rata-rata Delay keseluruhan
612.7

72

b.

Untuk Network A menuju Network C

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
wireshark dapat dilihat pada Tabel 3.8 menunjukkan hasil pengujian delay
menurut aplikasi wireshark untuk network A menuju network C.
Tabel 3.8 Hasil pengujian delay menurut aplikasi wireshark untuk network A
menuju network C pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
192.168.1.1 ke
1239.1
2000
619.5
172.16.4.1
2
192.168.1.2 ke
1255.9
627.9
2000
172.16.4.1
3
192.168.2.1 ke
1253.3
626.6
2000
172.16.4.1
4
192.168.3.1 ke
1358.1
679.1
2000
172.16.4.1
5
192.168.4.1 ke
1324.3
2000
662.1
172.16.4.1
6
192.168.1.1 ke
1395.9
2000
697.9
172.16.5.1
7
192.168.1.2 ke
1395.7
2000
697.8
172.16.5.1
8
192.168.2.1 ke
1389.3
2000
694.6
172.16.5.1
9
192.168.3.1 ke
1379,1
689.5
2000
172.16.5.1
10
192.168.4.1 ke
1386.1
2000
693.1
172.16.5.1
Rata-rata Delay keseluruhan
668.8

73

c.

Untuk Network B menuju Network A

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
aplikasi wireshark dapat dilihat pada Tabel 3.9 menunjukkan hasil pengujian
delay menurut aplikasi wireshark untuk network B menuju network A.

Tabel 3.9 Hasil pengujian delay menurut aplikasi wireshark untuk Network B
menuju Network A pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
10.1.1.1 ke
1334.9
667.4
2000
192.168.3.1
2
10.1.4.1 ke
1353.4
2000
676.7
192.168.3.1
3
10.1.1.1 ke
1370.9
2000
685.4
192.168.4.1
4
10.1.4.1 ke
1075.7
537.8
2000
192.168.4.1
5
10.1.1.1 ke
1071.1
2000
535.1
192.168.1.1
6
10.1.4.1 ke
1076,9
538.4
2000
192.168.1.1
7
10.1.1.1 ke
1062.8
531.4
2000
192.168.1.2
8
10.1.4.1 ke
1074.7
537.3
2000
192.168.1.2
9
10.1.1.1 ke
1061.8
2000
530.9
192.168.2.1
10
10.1.4.1 ke
1078.8
2000
539.4
192.168.2.1
Rata-rata Delay keseluruhan
577.9

74

d.

Untuk Network B menuju Network C

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
aplikasi wireshark dapat dilihat pada Tabel 3.10 menunjukkan hasil pengujian
delay menurut aplikasi wireshark untuk network B menuju network C.
Tabel 3.10 Hasil pengujian delay menurut aplikasi wireshark untuk network
B menuju network C pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
10.1.1.1 ke
1058.1
2000
529.1
172.16.4.1
2
10.1.1.1 ke
1061.4
530.7
2000
172.16.4.1
3
10.1.1.1 ke
1059.3
529.6
2000
172.16.4.1
4
10.1.1.1 ke
1056.6
528.3
2000
172.16.5.1
5
10.1.1.1 ke
1061.8
2000
530.9
172.16.5.1
6
10.1.4.1 ke
1155.2
2000
577.6
172.16.4.1
7
10.1.4.1 ke
1060.5
2000
530.2
172.16.4.1
8
10.1.4.1 ke
1063.8
2000
531.9
172.16.5.1
9
10.1.4.1 ke
1057.8
528.9
2000
172.16.5.1
10
10.1.4.1 ke
1057.8
2000
528.9
172.16.5.1
Rata-rata Delay keseluruhan
534.6

75

e.

Untuk Network C menuju Network A

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
aplikasi wireshark dapat dilihat pada Tabel 3.11 menunjukkan hasil pengujian
delay menurut aplikasi wireshark untuk network C menuju network A.
Tabel 3.11 Hasil pengujian delay menurut aplikasi wireshark untuk network
C menuju network A pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
172.16.4.1 ke
1358.1
2000
679.1
192.168.3.1
2
172.16.5.1 ke
1065.1
2000
532.5
192.168.3.1
3
172.16.4.1 ke
1166.8
2000
583.4
192.168.4.1
4
172.16.5.1 ke
1172.7
2000
586.3
192.168.4.1
5
172.16.4.1 ke
1181.1
2000
590.5
192.168.1.1
6
172.16.5.1 ke
1181.4
2000
590.7
192.168.1.1
7
172.16.4.1 ke
1395.7
2000
697.8
192.168.1.2
8
172.16.5.1 ke
1255.9
2000
627.9
192.168.1.2
9
172.16.4.1 ke
1225.1
2000
612.5
192.168.2.1
10
172.16.5.1 ke
1389.3
2000
694.6
192.168.2.1
Rata-rata Delay keseluruhan
619.5

76

f.

Untuk Network C menuju Network B

Data hasil delay dihitung secara matematis sesuai hasil pengujian menurut
aplikasi wireshark dapat dilihat pada Tabel 3.12 menunjukkan hasil pengujian
delay menurut aplikasi wireshark untuk network C menuju network B.
Tabel 3.12 Hasil pengujian delay menurut aplikasi wireshark untuk network
C menuju network B pada jaringan menggunakan IPv4.
Jumlah waktu
Banyak
IP Tujuan
Jumlah paket
pengiriman
Delay (ms)
Pengujian
data (sec)
1
172.16.4.1 ke
1221.7
610.8
2000
10.1.1.1
2
172.16.4.1 ke
1058.1
2000
529.1
10.1.1.1
3
172.16.4.1 ke
1061.4
2000
530.7
10.1.1.1
4
172.16.4.1 ke
1223.9
611.9
2000
10.1.4.1
5
172.16.4.1 ke
1060.5
2000
530.2
10.1.4.1
6
172.16.5.1 ke
1056.6
528.3
2000
10.1.1.1
7
172.16.5.1 ke
1223.4
611.7
2000
10.1.1.1
8
172.16.5.1 ke
1235.2
2000
617.6
10.1.4.1
9
172.16.5.1 ke
1063.8
2000
531.9
10.1.4.1
10
172.16.5.1 ke
1192.1
2000
596.1
10.1.4.1
Rata-rata Delay keseluruhan
569.8

77

Packet Loss
Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark. Tabel 3.13 menunjukkan hasil pengujian packet loss
menurut aplikasi wireshark untuk Network A menuju Network B.
1.

Untuk jaringan menggunakan IPv4
a.

Untuk Network A menuju Network B

Tabel 3.13 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network A menuju network B pada jaringan menggunakan IPv4.
Jumlah Paket
Banyak
Jumlah Paket
Packet Loss
IP Tujuan
Yang
Pengujian
Yang Dikirim
(%)
Diterima
1
192.168.1.1 ke
2000
1574
21.3
10.1.1.1
2
192.168.1.2 ke
2000
1572
21.4
10.1.1.1
3
192.168.2.1 ke
2000
1568
21.6
10.1.1.1
4
192.168.3.1 ke
2000
1608
19.6
10.1.1.1
5
192.168.4.1 ke
2000
1654
17.3
10.1.4.1
6
192.168.1.1 ke
2000
1632
18.4
10.1.4.1
7
192.168.1.2 ke
2000
1624
18.8
10.1.4.1
8
192.168.2.1 ke
2000
1626
18.7
10.1.4.1
9
192.168.3.1 ke
2000
1628
18.6
10.1.4.1
10
192.168.4.1 ke
2000
1618
19.1
10.1.4.1
Rata-rataPacket Loss keseluruhan
19.5

78

b.

Untuk Network A menuju Network C

Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.14 menunjukkan hasil
pengujian packet loss menurut aplikasi wireshark untuk network A menuju
network C.
Tabel 3.14 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network A menuju network C pada jaringan menggunakan IPv4.
Jumlah Paket
Banyak
Jumlah Paket
Packet Loss
IP Tujuan
Yang
Pengujian
Yang Dikirim
(%)
Diterima
1
192.168.1.1 ke
2000
1606
19.7
172.16.4.1
2
192.168.1.2 ke
2000
1597
20.1
172.16.4.1
3
192.168.2.1 ke
2000
1600
20
172.16.4.1
4
192.168.3.1 ke
2000
1574
21.3
172.16.4.1
5
192.168.4.1 ke
2000
1572
21.4
172.16.4.1
6
192.168.1.1 ke
2000
1558
22.1
172.16.5.1
7
192.168.1.2 ke
2000
1555
22.2
172.16.5.1
8
192.168.2.1 ke
2000
1556
22.2
172.16.5.1
9
192.168.3.1 ke
2000
1558
22.1
172.16.5.1
10
192.168.4.1 ke
2000
1552
22.4
172.16.5.1
Rata-rataPacket Loss keseluruhan
21.4

79

c.

Untuk Network B menuju Network A

Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.15 menunjukkan hasil
pengujian packet loss menurut aplikasi wireshark untuk network B menuju
network A.
Tabel 3.15 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network B menuju network A pada jaringan menggunakan IPv4.
Jumlah Paket
Packet Loss
Jumlah Paket
Banyak
Yang
IP Tujuan
(%)
Yang Dikirim
Pengujian
Diterima
1
10.1.1.1 ke
2000
1577
21.1
192.168.3.1
2
10.1.4.1 ke
2000
1579
21
192.168.3.1
3
10.1.1.1 ke
2000
1566
21.7
192.168.4.1
4
10.1.4.1 ke
2000
1664
16.8
192.168.4.1
5
10.1.1.1 ke
2000
1665
16.7
192.168.1.1
6
10.1.4.1 ke
2000
1664
16.8
192.168.1.1
7
10.1.1.1 ke
2000
1668
16.6
192.168.1.2
8
10.1.4.1 ke
2000
1664
16.8
192.168.1.2
9
10.1.1.1 ke
2000
1682
15.9
192.168.2.1
10
10.1.4.1 ke
2000
1657
17.1
192.168.2.1
Rata-rataPacket Loss keseluruhan
18.1

80

d.

Untuk Network B menuju Network C

Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.16 menunjukkan hasil
pengujian packet loss menurut aplikasi wireshark untuk network B menuju
network C.
Tabel 3.16 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network B menuju network C pada jaringan menggunakan IPv4.
Jumlah Paket
Banyak
Jumlah Paket
Packet
Yang
IP Tujuan
Pengujian
Yang Dikirim
Loss (%)
Diterima
1
10.1.1.1 ke
2000
1664
16.8
172.16.4.1
2
10.1.1.1 ke
2000
1672
16.4
172.16.4.1
3
10.1.1.1 ke
2000
1670
16.5
172.16.4.1
4
10.1.1.1 ke
2000
1667
16.6
172.16.5.1
5
10.1.1.1 ke
2000
1700
15
172.16.5.1
6
10.1.4.1 ke
2000
1639
18.1
172.16.4.1
7
10.1.4.1 ke
2000
1668
16.6
172.16.4.1
8
10.1.4.1 ke
2000
1668
16.6
172.16.5.1
9
10.1.4.1 ke
2000
1666
16.7
172.16.5.1
10
10.1.4.1 ke
2000
1668
16.6
172.16.5.1
Rata-rataPacket Loss keseluruhan
16.5

81

e.

Untuk Network C menuju Network A

Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.17 menunjukkan hasil
pengujian packet loss menurut aplikasi wireshark untuk network C menuju
network A.

Tabel 3.17 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network C menuju network A pada jaringan menggunakan IPv4.
Jumlah Paket
Packet Loss
Jumlah Paket
Banyak
Yang
IP Tujuan
(%)
Yang Dikirim
Pengujian
Diterima
1
172.16.4.1 ke
2000
1574
21.3
192.168.3.1
2
172.16.5.1 ke
2000
1668
16.6
192.168.3.1
3
172.16.4.1 ke
2000
1635
18.2
192.168.4.1
4
172.16.5.1 ke
2000
1627
18.6
192.168.4.1
5
172.16.4.1 ke
2000
1630
18.5
192.168.1.1
6
172.16.5.1 ke
2000
1628
18.6
192.168.1.1
7
172.16.4.1 ke
2000
1555
22.2
192.168.1.2
8
172.16.5.1 ke
2000
1597
20.1
192.168.1.2
9
172.16.4.1 ke
2000
1610
19.5
192.168.2.1
10
172.16.5.1 ke
2000
1556
22.2
192.168.2.1
Rata-rataPacket Loss keseluruhan
19.5

82

f.

Untuk Network C menuju Network B

Data hasil packet loss dihitung secara matematis sesuai hasil pengujian
menurut aplikasi wireshark dapat dilihat pada Tabel 3.18 menunjukkan hasil
pengujian packet loss menurut aplikasi wireshark untuk network C menuju
network B.

Tabel 3.18 Hasil pengujian packet loss menurut aplikasi wireshark untuk
network C menuju network B pada jaringan menggunakan IPv4.
Jumlah Paket
Banyak
Jumlah Paket
Packet Loss
Yang
IP Tujuan
Pengujian
Yang Dikirim
(%)
Diterima
1
172.16.4.1 ke
2000
1618
19.1
10.1.1.1
2
172.16.4.1 ke
2000
1664
16.8
10.1.1.1
3
172.16.4.1 ke
2000
1672
16.4
10.1.1.1
4
172.16.4.1 ke
2000
1611
19.4
10.1.4.1
5
172.16.4.1 ke
2000
1668
16.6
10.1.4.1
6
172.16.5.1 ke
2000
1667
16.7
10.1.1.1
7
172.16.5.1 ke
2000
1612
19.4
10.1.1.1
8
172.16.5.1 ke
2000
1605
19.7
10.1.4.1
9
172.16.5.1 ke
2000
1668
16.6
10.1.4.1
10
172.16.5.1 ke
2000
1608
19.6
10.1.4.1
Rata-rataPacket Loss keseluruhan
18.1

83