September 17, 2012

RIP assignment




1. Follow it step by step and perform it.

     Basic topology configuration

2. Apply RIP version 1 on the following configuration

     RIP Assignment

3. Apply RIP version 2 on the following configuration.

     RIP V2

2 comments:

  1. Sir, yOu said that you will upload an another assignment. Itx still not here.. :D (Rehne e dain sir RIP wali kafi ha.. :D)

    ReplyDelete
  2. Two more have been uploaded. Solve them and bring them with you in pkt format in your next class :)

    ReplyDelete

C program to Read From a File

#include <stdio.h> #include <stdlib.h> void main() {     FILE *fptr;     char filename[15];     char ch;   ...