Question

Using 5-bit sequence numbers, the senders sends a series of packets to the same destination, what...

  1. Using 5-bit sequence numbers, the senders sends a series of packets to the same destination, what is the sequence number after send 70 packets? start from 0, Show your calculation
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Given:

5-bit sequence number.

Sequence number starts with 0.

The total sequence from 5-bit sequence number = 25

                                                                             = 32 numbers

These numbers are ranged from 0 to 31

When sequence number starts with 0, the sequence number in Nth packet will be [(N mod 32)-1]

It is asked the sequence number after sending 70 packets. Therefore, we will use 71th packet.

For 71th packet, sequence number = [(71 mod 32)-1]

                                                        = 7-1

                                                        = 6

The 5-bit binary sequence for 71th packet is 00110

################################ PLEASE UPVOTE ###########################

Add a comment
Know the answer?
Add Answer to:
Using 5-bit sequence numbers, the senders sends a series of packets to the same destination, what...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A Fibonacci sequence is a series of numbers where the next number in the series is...

    A Fibonacci sequence is a series of numbers where the next number in the series is the sum of the previous two numbers. The sequence starts with the numbers 0 and 1. Here are the first ten numbers of the Fibonacci sequence:             0 1 1 2 3 5 8 13 21 34 Write a Java program to print out the first fifteen numbers of the Fibonacci sequence using a loop. You will need three variables previous, current, and next...

  • (1) Assume that a station X wants to send 15 packets of data to station Y...

    (1) Assume that a station X wants to send 15 packets of data to station Y using TCP Tahoe. Assuming that: 1) The size of each packet sent is 1000 Bytes (ignore all the headers from layers below). 2) Station X chooses 43 as an initial sequence number. 3) Station Y chooses 2 as an initial sequence number. 4) The data of the first packet is included in the final packet of the handshake process. 5) The sender window size...

  • Q1) Assume that a station X wants to send 15 packets of data to station Y...

    Q1) Assume that a station X wants to send 15 packets of data to station Y using TCP Tahoe. Assuming that: 1)The size of each packet sent is 1000 Bytes (ignore all the headers from layers below). 2)Station X chooses 43 as an initial sequence number. 3)Station Y chooses 2 as an initial sequence number. 4)The data of the first packet is included in the final packet of the handshake process. 5)The sender window size is 5 packets. 6)The receiver...

  • Design a combinational circuit design that given a four-bit number as the input outputs an 8-bit...

    Design a combinational circuit design that given a four-bit number as the input outputs an 8-bit number that represents the nth Fibonacci number in the sequence. For instance, if the input is 0001, the output should be the second number in the Fibonacci sequence. The Fibonacci series looks like the following: 0, 1, 1, 2, 3, 5, 8, 13, and so on. The first two numbers in the sequence are always 0 and 1. However, after that, you must add...

  • PLEASE HELP WITH THESE COMPUTER NETWORK QUESTIONS THESE INCLUDE MCQS AND CALCULATIONS With reference to the...

    PLEASE HELP WITH THESE COMPUTER NETWORK QUESTIONS THESE INCLUDE MCQS AND CALCULATIONS With reference to the Go-Back-N and Selective repeat protocols, what does the window value signify? The packets that have already been ACKed The packets sent but remain unACKed The sequence numbers available and not yet sent The sequence numbers of packets not yet available None of the above 1 points    QUESTION 2 Which of the following is NOT a component of the TCP congestion control algorithm? Slow...

  • What is the percentage overhead of a system that sends 12 seven-bit ASCII characters as a...

    What is the percentage overhead of a system that sends 12 seven-bit ASCII characters as a block proceeded by 1 start bit, then followed by 1 parity bit and 14 stop bits? The bit time for this system is 0.000625 seconds per bit. Provide your answer with no units and give two places after the decimal point (yes you need a decimal point in this case). Do not provide units and do not use the % symbol, though you should...

  • Consider a Go-Back-N protocol with a sender window size of 5 and a sequence number range...

    Consider a Go-Back-N protocol with a sender window size of 5 and a sequence number range of 1,024, and assume the receiver sends ACKs with the number of the next sequence number expected. Suppose that at time t, the next in-order packet that the receiver is expecting is a packet with the sequence number 8. Assume that the channel does not reorder packets. (a) What are the possible sets of sequence numbers inside the sender’s window at time t? Justify...

  • The Fibonacci sequence is the series of numbers 0, 1, 1, 2, 3, 5, 8, .......

    The Fibonacci sequence is the series of numbers 0, 1, 1, 2, 3, 5, 8, .... It is defined by the following mathematical expression, with X0 & X1 being 0 and 1, respectively: Xn = Xn-1 + Xn-2 Write a C program using the fork() system call that generates and prints the Fibonacci sequence in the child process. The number of members in the sequence will be determined by a user provided as a user prompted input. Make the parent...

  • Software Security (This question needs Wireshark). Locate a series of packets that establish a TCP connection....

    Software Security (This question needs Wireshark). Locate a series of packets that establish a TCP connection. To answer this question, install Wireshark (https://www.wireshark.org/download.html) and run the attached Wireshark capture file c12.pcap. Attachment Download (Download Button At Top Right of Webpage): https://www.dropbox.com/s/irbewpv09a7saf7/c12.pcap?dl=0 a. Which packets perform the 3-way handshake? Identify them by packet number. b. Identify the connection’s source and destination port numbers. Identify the application associated with this connection. c. Identify a packet, by number, that “acks” data transmitted on...

  • Fibonacci Sequence The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5,...

    Fibonacci Sequence The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it. The 2 is found by adding the two numbers before it (1+1) The 3 is found by adding the two numbers before it (1+2), And the 5 is (2+3), and so on!         Example: the next number in the sequence above is 21+34 = 55 Source:...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT