P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu:...

27
P & S JARINGAN ANTRIAN (UAS) [email protected]

Transcript of P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu:...

Page 1: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

P & SJARINGAN ANTRIAN (UAS)

[email protected]

Page 2: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

OVERVIEW

Materi Pra-UTS:

1. Hub, Bridge, & Switch

2. Ethernet

3. VLAN

4. Firewall

5. Disiplin Antrian

Page 3: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

Queuing

FIFO

Fair Queuing

Priority Queuing

Page 4: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

READING SECTION

Baca:

Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2 (Queuing Diciplines), Hal. 467

Page 5: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

FIFO (FIRST IN FIRST OUT)

Merupakan mekanisme scheduling yang paling sederhana. Pada mekanisme ini paketpertama yang masuk pada antrian akan dilayani pertama kali dalam timeslottertentu, tanpa melihat prioritas, proteksi, 29 maupun fairness dari trafik tersebut.Maka dari itu, mekanisme ini sangat sederhana untuk diimplementasikan. Namunkelemahan dari metode ini adalah adanya isu head of line (HOL), yang berartibahwa jika paket pertama dalam antrian diblokir untuk alasan apapun, sisanyadiblokir meskipun link idle.

Page 6: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

FIFO (FIRST IN FIRST OUT)

Page 7: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

PRIORITY QUEUING

Priority queuing dikembangkan untuk mengatasi kelemahan dari FIFO, yang memangtidak menyediakan prioritas apapun terhadap kelas-kelas atau trafik data. Secaraumum PQ menjamin layanan pada trafik dengan prioritas lebih tinggi. Pemrioritasanjenis trafik dalam antrian dibedakan menjadi tinggi, medium, normal, dan rendahKelemahan utama dari mekanisme scheduling ini adalah bahwa trafik denganprioritas atau level yang lebih rendah akan berpotensi untuk tidak terlayani jikatrafik dengan prioritas yang lebih tinggi selalu mengisi jaringan, maka hasilnya trafikdengan level prioritas lebih rendah akan kekurangan resources yang berakhir padapacket drop.

Page 8: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

WEIGHTED FAIR QUEUING

Tujuan utama di balik metode WFQ adalah untuk menjamin fairness di antara semuajenis trafik. Mirip dengan PQ, paket tiba pertama-tama diklasifikasikan danditetapkan ke dalam salah satu kelas antrian berdasarkan informasi yang diambildari header paket. Masing-masing antrian diberikan bobot berdasarkan padakebutuhan bandwidth masing-masing trafik. Dimana bobot dari tiap-tiap antrianberbeda berdasarkan level prioritasnya. Sehingga dalam metode scheduling ini,trafik dengan level prioritas rendah pun akan terlayani dan mendapat jaminanresources/bandwidth dari jaringan, sehingga akan meminimalkan packet drop.

Page 9: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

Project...

Page 10: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

KETENTUAN

Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2 (Queuing Diciplines), Hal. 467

Buat sebuah project yang terdiri dari 3 (tiga) buah scenario

Nama Project : Kelompokx_UTS_S1TTx (“x” diisikan dengan nama kelompok dan Kelas anda)

Nama Scenario:

Scenario 1 : FIFO

Scenario 2 : PQ

Scenario 3 : WFQ

Page 11: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

KETENTUAN

Skala jaringan: Office

X span: 100m, Y span: 100m

OK.

Page 12: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

PROJECT

Buatlah topologi jaringan seperti di

samping sebagai Scenario 1

Komponen yang diperlukan antara lain:

• Application Config 1 buah

• Profile Config 1 buah

• QoS Attribute Config 1 buah

• Ethernet_wkstn 5 buah

• Ethernet_server 1 buah

• Ethernet4_slip8_gtwy 2 buah

• PPP_DS1 (Menghubungkan Router_West

dan Router_East) 1 buah

• 10_BaseT (Menghubungkan Router_West

Router_East ke semua ethernet workstation

& ethernet server) 6 buah

Page 13: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

APPLICATION CONFIG

FTP Application:

High Load

Edit Inter-Request Time : Constant (10)

File Size : Constant (1000000)

Video Application:

Low Resolution Video

VoIP Application:

PCM Quality Speech

Page 14: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

PROFILE CONFIG

Pengaturan Profile Config:Sama untuk semua service (FTP,

Video, dan VoIP)

Page 15: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

CONFIGURE QUEUES

Untuk pengaturan QoS Config Default (Tidak perlu dilakukan pengubahan apapun).

Page 16: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

CONFIGURE WORKSTATION AND SERVER

FTP Client Edit Attributes Application: Supported Profiles Rows: 1 Profile Name FTP Profile OK

Video Client Edit Attributes

Application: Supported Profiles Rows: 1 Profile Name Video Profile OK

Application: supported Services Rows: 1 Edit Service Name Video Application OK

Klik kanan pada VoIP West Edit Attributes

Application: Supported Profiles Rows: 1 Profile Name VoIP Profile

Application: Supported Services Rows: 1 Service Name VoIP Application OK

Klik kanan pada VoIP East Edit Attributes

Application: Supported Profiles Rows: 1 Profile Name VoIP Profile

Application: Supported Services Rows: 1 Service Name VoIP Application OK

Page 17: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

CONFIGURE WORKSTATION AND SERVER

Klik kanan pada FTP Server Edit Attributes

Application: Supported Profiles Rows: 1 Profile Name FTP Profile

Application: Supported Services Rows: 1 Edit Service Name FTP Application OK

Klik kanan pada Video Server Edit Attributes

• Application: supported Services Rows: 1 Service Name Video Application OK

Application: supported Services Rows: 1 Edit Service Name Video Application OK

Save project.

Page 18: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

CONFIGURE ROUTERS

Klik pada Link yang menghubungkan Router_West dan Router_East pilih Protocolspada menu bar IP QoS Configure QoS

Karena Visualize QoS

configuration kita centang,

maka akan ada perubahan

warna di link antara

Router_West dan

Router_East

Page 19: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

CHOOSE STATISTICS

Klik kanan di lembar kerja Choose Individual Statistics

Pilih Global Statistic

Save Project

Page 20: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

DUPLICATE SCENARIO

Topologi jaringan yang baru dibuat menggunakan disiplin antrian FIFO (First in Firstout). Untuk menganalisis kinerja dari beberapa disiplin antrian yang berbeda, makadibuat dua skenario lain, yang dalam project ini menggunakan disiplin antrian PQ(Priority Queuing) sebagai scenario kedua, dan WFQ (Weighted Fair Queuing)sebagai scenario ketiga.

Untuk Scenario 2 (PQ):

Scenarios Duplicate Scenario beri nama PQ OK

Klik pada Link yang menghubungkan Router_West dan Router_East pilih Protocolspada menu bar IP QoS Configure QoS

Page 21: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

DUPLICATE SCENARIO

Scenario PQ:

Lakukan langkah yang sama untuk Scenario Ketiga (WFQ)

Page 22: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

DUPLICATE SCENARIO

Scenario 3 WFQ:

Page 23: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

RUN SIMULASI

Page 24: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

SOAL

1. Apa yang dimaksud dengan mekanisme Round-Robin pada jenis antrian Fair Queuing?

2. Analyze the graphs we obtained and verify the overlap of the Voice Packet End-to-EndDelay and Voice Packet Delay Variation graphs. Compare the three queuing disciplinesand explain their effect on the performance of the three applications.

3. Analisis grafik:

a. Traffic drop untuk ketiga disiplin antrian

b. Traffic Sent dan Traffic Received untuk layanan Voice dari ketiga disiplin antrian

c. Traffic Sent dan Traffic Received untuk layanan Video Conferencing dari ketiga disiplinantrian

Cara membandingkan ketiga disiplin antrian, bebas dengan cara anda masing-masing.

Page 25: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

SOAL

3. In the implemented project, edit the Queues object and check the profiles

assigned to the FIFO, PQ, and WFQ disciplines. For each profile answer the

following questions:

a. How many queues are associated with each discipline?

b. In this project, we used ToS to identify the priority and weight for the PQ

and WFQ disciplines respectively. What are the other parameters that

can be used to identify the priority and weight?

c. In PQ, how are queues configured to serve different ToS values?

d. In WFQ, how are queues configured to serve different ToS values?

Page 26: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

KETENTUAN PENGIRIMAN

•Penilaian dari tugas ini merupakan penilaian untuk UTS MK Pemodelan dan Simulasi.

•Kirimkan file project dan jawaban soal ke email: [email protected]

•Kirimkan paling lambat 1 minggu setelah tugas diberikan.

•Contoh format subject pengiriman email: Kelompok1_UTS_KelasS1TTA

•Untuk mendapatkan hasil yang maksimal, kerjakanlah sesuai kelompok masing-masing.

•Selamat Mengerjakan.

Page 27: P & s - ekofajarcahyadi.dosen.ittelkom-pwt.ac.id · Jangan lupa untuk membaca terlebih dahulu: Computer Networks A System Approach, Larry L. Peterson, Bruce S. Davie, Section 6.2

Terima kasih...