Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

BAGIAN III Lapisan Data Link.

Presentasi serupa


Presentasi berjudul: "BAGIAN III Lapisan Data Link."— Transcript presentasi:

1 BAGIAN III Lapisan Data Link

2 Position lapisan data-link

3 Tugas-tugas Lapisan Data Link

4 Sub lapisan LLC dan MAC

5 Standar-standar IEEE untuk LAN

6 Bab-Bab Bab 10 Deteksi dan koreksi error Bab 11 Data Link Control dan Protocols Bab 12 Point-To-Point Access Bab 13 Multiple Access Bab 14 Local Area Networks Bab 15 Wireless LANs Bab 16 Connecting LANs Bab 17 Cellular Telephone and Satellite Networks Bab 18 Virtual Circuit Switching

7 Deteksi galat dan koreksi (Error Detection and Correction)
Bab 10 Deteksi galat dan koreksi (Error Detection and Correction)

8 Catatan: Data dapat terkorupsi selama nt reliable communication, error harus dapat dideteksi dan dikoreksi.

9 Tipe-tipe Error Error bit-tunggal (Single-Bit Error) Error deburan (Burst Error)

10 Catatan: Dalam error bit tunggal (single-bit error), berarti hanya ada satu bit yang berubah dalam data unit.

11 Gambar 10.1 Error bit-tunggal

12 Catatan: Error deburan (burst error) jika terdapat lebih dari 2 bit yang berubah pada data unit.

13 Gambar 10.2 Burst error of length 5

14 Deteksi Error Redundancy Parity Check Cyclic Redundancy Check (CRC) Checksum

15 Catatan: Deteksi error menggunakan konsep menambahkan bit-bit (redundancy), berarti menambahkan bit ekstra untuk mendeteksi error pada tujuan (penerima).

16 Gambar Redundancy

17 Gambar Metode deteksi

18 10.5 Konsep paritas genap (even-parity)

19 Catatan: Pada parity check, suatu bit paritas ditambahkan pada setian satuan (unit) data sehingga jumlah bitnya ditambah 1, dapat diterapkan dua jenis paritas yaitu paritas ganjil (even- parity atau odd parity).

20 Catatan 1 Suppose the sender wants to send the word world. In ASCII the five characters are coded as The following shows the actual bits sent

21 Contoh 2 Now suppose the word world in Contoh 1 is received by the receiver without being corrupted in transmission. The receiver counts the 1s in each character and comes up with even numbers (6, 6, 4, 4, 4). The data are accepted.

22 Contoh 3 Now suppose the word world in Contoh 1 is corrupted during transmission. The receiver counts the 1s in each character and comes up with even and odd numbers (7, 6, 5, 4, 4). The receiver knows that the data are corrupted, discards them, and asks for retransmission.

23 Catatan: Simple parity check can detect all single-bit errors. It can detect burst errors only if the total number of errors in each data unit is odd.

24 Gambar 10.6 Sistem paritas dua-dimensi

25 Contoh 4 Suppose the following block is sent:
However, it is hit by a burst noise of length 8, and some bits are corrupted. When the receiver checks the parity bits, some of the bits do not follow the even-parity rule and the whole block is discarded.

26 Catatan: In two-dimensional parity check, a block of bits is divided into rows and a redundant row of bits is added to the whole block.

27 10.7 CRC generator and checker

28 10.8 Binary division in a CRC generator

29 10.9 Pembagian biner pada metode CRC

30 Polinomial

31 10.11 Polinomial sebagai bilangan pembagi

32 Tabel 10.1 Polinomial Standar
Name Polynomial Application CRC-8 x8 + x2 + x + 1 ATM header CRC-10 x10 + x9 + x5 + x4 + x 2 + 1 ATM AAL ITU-16 x16 + x12 + x5 + 1 HDLC ITU-32 x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1 LANs

33 Contoh 5 It is obvious that we cannot choose x (binary 10) or x2 + x (binary 110) as the polynomial because both are divisible by x. However, we can choose x + 1 (binary 11) because it is not divisible by x, but is divisible by x + 1. We can also choose x2 + 1 (binary 101) because it is divisible by x + 1 (binary division).

34 Contoh 6 The CRC-12 x12 + x11 + x3 + x + 1
which has a degree of 12, will detect all burst errors affecting an odd number of bits, will detect all burst errors with a length less than or equal to 12, and will detect, percent of the time, burst errors with a length of 12 or more.

35 Checksum

36 Data unit and checksum

37 Catatan: The sender follows these steps:
The unit is divided into k sections, each of n bits. All sections are added using one’s complement to get the sum. The sum is complemented and becomes the checksum. The checksum is sent with the data.

38 Catatan: The receiver follows these steps:
The unit is divided into k sections, each of n bits. All sections are added using one’s complement to get the sum. The sum is complemented. If the result is zero, the data are accepted: otherwise, rejected.

39 Contoh 7 Anggap pada block berikut yang terdiri atas 16 bit, dikirimkan menggunakan suatu checksum 8 bit. Kedua bilangan dijumlahkan menggunakan penjumlahan one’s complement Sum Checksum Pola bit yang dikirimkan

40 Contoh 8 Sekarang anggap suatu penerima menerima pola bit yang dikirim oleh pengirim seperti Contoh 7 dan anggap tanpa error pada transmisi. Jika ketiga bilangan tersebut dijumlahkan,maka akan diperoleh bilangan yang bernilai 1 semuanya, jika dilakukan operasi komplemen (complementing), menghasilkan bilangan yang bit-bitnya bernilai 0 semua, hal ini menunjukan tidak terjadi error. Sum Complement berarti polanya benar.

41 Contoh 9 Anggap pada transmisi terjadi suatu error deburan (burst error) yang panjangnya 5 bit dan berpengaruh pada 4 bit. Jika pada penerima ketiga bilangan tersebut dijumlahkan, akan diperoleh Partial Sum Carry Sum Complement Terjadi korupsi pada pola bit yang diterima.

42 Koreksi Error Retransmission Forward Error Correction Burst Error Correction

43 Number of redundancy bits r
Tabel Data dan bit-bit redundancy Number of data bits m Number of redundancy bits r Total bits m + r 1 2 3 5 6 4 7 9 10 11

44 Gambar 10.14 Posisi bit-bit redundancy pada Hamming code

45 Gambar 10.15 Kalkulasi bit-bit redundancy

46 Gambar 10.16 Contoh kalkulasi bit redundancy

47 Gambar 10.17 Deteksi error berdasar Hamming code

48 Gambar 10.18 Contoh koreksi error deburan (burst error)


Download ppt "BAGIAN III Lapisan Data Link."

Presentasi serupa


Iklan oleh Google