Two adjacent nodes P and Q use Go-Back-N sliding window protocol with 3-bit
sequence numbers and a send window size of 7. What is the window position for P
and Q by drawing the sequence diagram after :
P sends all seven frames 0,1,2,3,4,5and 7 frames in the current window. Frame
5 is lost.
Q acknowledges frames 0,1,2,3,4, all the acks are received by P except for ack
2 and ack 3.
Two adjacent nodes A and B use the Go-Back-N sliding window protocol with 5-bit
sequence numbers and a send window size of 10. We assume that A is transmitting to
B. What is the window position for A and B by drawing the sequence diagram after :
A sends frames 0,1,2,3,4,5,6,7,8, frames 5 and 8 are lost.
B acknowledges frames 0,1,2,3 and 4,the acks for 1 and 3 are lost
The acks for 0,2,4 are received by A.
Write a function in C++ to calculate product of digits of any number
Write a function in C++ to print the Floyd's Triangle.
1 Write a function in C++ to find the factorial of a number (using while loop).
Ann, an accountant, reports that after turning on her new laptop, she received a message stating her IP address is already in use on the system. She tried going back to her old desktop, which she now only uses for email, but received the same message. As a Network expert, you checked the account and sees a comment that Ann requires a special network setup to connect to the banking software.
Explain what could be the cause of the message received by Ann, and how you would resolve the issue as a Network expert. Also, what “special network set-up” is required to connect to the Banking software.