RIP Routing Information Protocol merupakan jenis routing protokol yang termasuk ke dalam jenis distance vector
Key points :
- RIP sends the complete routing table out to all active interfaces
- RIP updates occur every 30 seconds
- RIP only uses hop count to determine the best way to a remote network
- RIP routing is limited to 15 hops to any location
- RIP broadcasts updates to the entire network
Perbedaan RIPv1 & RIPv2 :
- RIP v1 is a classful routing protocol but RIP v2 is a classless routing protocol
- Classful routing protocols do not include the subnet mask
- RIPv2 is a classless routing protocol so subnet masks are included in the routing updates
Cara kerja RIP

- semua router terhubung (directly connected) dengan metric 0

- dimulai pertukaran informasi antara router A & B
- A mengenali network 1 & 2, sehingga mengirim update ke B
- B menambahkan network 1 kedalam routing table
- network 1 di B memiliki metric 1 yang berarti 1 hop melalui interface E0

- B mengenali network 2 & 3 sehingga mengirim update ke A
- A menambahkan network 3 ke dalam routing table

- kemudian B mengirim update ke C
- B mengenali network 1, 2 & 3
- C menambah network 1 & 2 ke dalam routing table
- network 1 memiliki metric 2 yang berarti berjarak 2 hop melalui interface 2

- C bertukar informasi dengan B
- kemudian B mengupdate informasi dengan A
Now the network is converged.
No comments:
Post a Comment