Create a network to implement the DHCP server in cisco packet tracer.
SIKSHAPATH Latest Questions
Minni
Asked: April 2, 2022In: Computer Science
If the original data to send is 10011001 11100010 00100100 10000100. How would it be possible to detect error using two dimensional error detecting technique?
Minni
Asked: April 2, 2022In: Computer Science
Construct an example to explain the parity check method used for error detection.
Minni
Asked: April 2, 2022In: Computer Science
Elaborate sliding window flow control mechanism with example. Also differentiate it with stop and wait method.
Minni
Asked: April 2, 2022In: Python
Write a Python program to find the highest 3 values of corresponding keys in a dictionary.
Minni
Asked: April 2, 2022In: Python
Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = {‘a’: 300, ‘b’: 200, ‘d’:400}