log jaringan komputer : minggu II
pertemuan 4 : 08112010.
A Modem constellation diagram similar to fig. 2.25 has data points at the following coordinates (1,1), (1,-1), (-1,-1), (-1,1). How many bps can a modem with these parameter archieve at 1200 baud.
answers
= log2 4 (dari 4 titik) * 1200 (baud)
= 2 * 1200
= 2400 bps
pertemuan 5 : 11112010.
A CDMA receiver gets the following chips (-1, +1, -3, +1, -1, -3, +1, +1). Assuming the chips sequences defined in fig 2.45. which stations transmitted and which bitsdid each one send
Answers
A. 0 0 0 1 1 0 1 1
Ac -1 -1 -1 1 1 -1 1 1
Soal -1 1 -3 1 -1 -3 1 1
Kali 1 -1 3 1 -1 3 1 1
Jumlah 8 / 8 = 1 transmit
pertemuan 6 : 12112010.
The following character encoding is used in a data link protocol
A. 0 1 0 0 0 1 1 1
B. 1 1 1 0 0 0 1 1
FLAG 0 1 1 1 1 1 1 0
ESC 1 1 1 0 0 0 0 0
Show the bit sequence transmitted (in binary) for the four character frame A, B, ESC FLAG when each of following framing methods are used
- character found
- flag bytes with byte stuffing
- starting and ending flag bytes with bit stuffing
Answers
- 5 A B ECS FLAG (ubah ke bentuk biner)
Pada A : Jumlah 1 = 4 jumlah 0 = 4
Pada B : Jumlah 1 = 5 jumlah 0 = 3
Pada FLAG : jumlah 1 = 6 jumlah 0 = 2
Pada ESC : jumlah 1 = 3 jumlah 0 = 5
5 = 101
A. 0 1 0 0 0 1 1 1 1 0
B. 1 1 1 0 0 0 1 1 1
Keterangan :
- Tujuan dengan mudah mengetahui mana awal dan akhir frame
- Sinkronisasi ulang masalah ketika jumlah bidang karakter yang dikirim dalam kesalahan
- A B ESC ESC ESC FLAG
ESC : berperan sebagai byte stuffing
Pada A : jumlah 1 = 4 jumlah 0 = 4
Pada B : jumlah 1 = 5 jumlah 0 = 3
Pada ESC : jumlah 1 = 3 jumlah 0 = 5
Pada ESC : jumlah 1 = 3 jumlah 0 = 5
Pada ESC : jumlah 1 = 3 jumlah 0 = 5
Pada FLAG : jumlah 1 = 6 jumlah 0 = 2
- 01111110 01000111 110100011 11100000 111110110 011111110
Perhatikan jumlah 1 (kelipatan 5) kemudian disisipkan 0 sebagai pemisah
recent comments