Purchase Solution

TCP networking

Not what you're looking for?

Ask Custom Question

A TCP entity in Host 1 receives a segment from a corresponding TCP
entity in Host 3. The received segment has the following header field values set:
sequence number = 245553231, acknowledgment number = 45838821, A bit = 1,
P bit = 1, U bit = 1, window size field = 1000, urgent pointer field = 5000. In
addition, the segment has no options and contains 2000 bytes of data.
a. What is the range of sequence numbers for the 2000 incoming bytes contained
within the segment?
b. What is the next byte that Host 1 is expected to send to Host 3 on this TCP
connection?
c. What is the range of bytes that Host 1 is permitted to send to Host 3 on this
connection?
d. What should Host 1 do with the 2000 data bytes contained within the
segment?
e. Is the TCP entity in Host 1 operating in urgent mode or normal mode on this
connection?
f. If the TCP entity in Host 1 is operating in urgent mode on this connection,
then at what sequence number will the TCP entity in Host 1 return to normal
mode on this connection? Ignore sequence number wrap around.

Purchase this Solution

Solution Summary

TCP networking is featured. The corresponding segments are determined. The range of bytes that Host on the TCP are given.

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Networking Questions

This quiz consists of some basic networking questions.