diff options
-rw-r--r-- | readme.txt | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -1,4 +1,5 @@ | |||
1 | 18CS54 - network programming and security | 1 | ============================================================ |
2 | 18CS54 - network programming and security | ||
2 | ============================================================ | 3 | ============================================================ |
3 | 4 | ||
4 | 5 | ||
@@ -50,4 +51,41 @@ A7: https://u.peppe.rs/QD.png | |||
50 | 51 | ||
51 | 52 | ||
52 | ============================================================ | 53 | ============================================================ |
54 | PART B | ||
55 | ============================================================ | ||
56 | |||
57 | Q1: Setup an IEEE 802.3 network with | ||
58 | a) hub | ||
59 | b) switch | ||
60 | c) hierarchy of switch | ||
61 | Apply the FTP, Telnet applications between nodes. Vary | ||
62 | the number of nodes. Vary the bandwidth, queue size and | ||
63 | observe the packet drop probability. | ||
64 | |||
65 | A1: https://u.peppe.rs/qualnet/exp1 | ||
66 | https://u.peppe.rs/qualnet/exp2 | ||
67 | |||
68 | ------------------------------------------------------------ | ||
69 | |||
70 | Q2. Setup a wireless sensor networks with atleast two device | ||
71 | co-coordinators and nodes. Provide Constant Bit Rate (CBR), | ||
72 | Variable Bit Rate (VBR) application between several nodes. | ||
73 | Increase the number of co-coordinators and nodes in the same | ||
74 | area and observe the performance at physical and MAC layers. | ||
75 | |||
76 | A2: https://u.peppe.rs/qualnet/exp3 | ||
77 | |||
78 | ------------------------------------------------------------ | ||
79 | |||
80 | Q3. Setup an IEEE 802.11 network with at least two access | ||
81 | points. Apply the CBR, VBR applications between devices | ||
82 | belonging to same access points and different access points. | ||
83 | Provide roaming of any device. Vary the number of access | ||
84 | points and devices. Find out the delay in MAC layer, packet | ||
85 | drop probability. | ||
86 | |||
87 | A3: https://u.peppe.rs/qualnet/exp4 | ||
88 | |||
89 | |||
90 | ============================================================ | ||
53 | mirror of git.peppe.rs/university/nps | 91 | mirror of git.peppe.rs/university/nps |