Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
1 in sctp a packet is carrying two data chunks each containing 22 bytes of user data what is the size of each data
assume a tcp client is expecting to receive byte 3001 it receives a segment with the sequence number 3001 that carries
1 the maximum window size of the tcp was originally designed to be 64 kb which means 64 times 1024 65536 or actually
1 assume a client sends a syn segment to a server when the server checks the well-known port number it finds that no
1 udp is a message-oriented protocol tcp is a byte-oriented protocol if an application needs to protect the boundaries
in a tcp connection the initial sequence number at the client site is 2171 the client opens the connection sends three
assume the http client in the previous problem closes the connection and at the same time acknowledges the bytes
assume alice the client creates a connection with bob the server they exchange data and close the connection now alice
assume alice the client creates a tcp connection with bob the server they exchange data and close the connection now
using figure 2419 explain how flow control can be achieved at the sender site in tcp from the sending tcp to the
to make the initial sequence number a random number most systems start the counter at 1 during bootstrap and increment
1 compare the tcp header and the udp header list the fields in the tcp header that are not part of the udp header give
1 in sctp the value of the cumulative tsn in a sack is 23 the value of the previous cumulative tsn in the sack was 29
1 in sctp a packet is carrying a cookie echo message and a data chunk if the size of the cookie is 200 bytes and that
1 you think that a computer with the domain name acollegeedu has severalip addresses write a statement in java to
1 a source socket address is a combination of an ip address and a port numberexplain what each section identifies2
the following is a dump of an sctp general header in hexadecimal format04320017 00000001 00000000a what is the source
1 you know that the domain name of a computer is abusinesscom write a statement in java to create an inetaddress object
in sctp the state of a receiver is as followsa the receiving queue has chunks 1 to 8 11 to 14 and 16 to 20b there are
1 assume we add a new protocol to the application layer what changes do we need to make to other layers2 explain which
1 assume we design a new client-server application program that requires persistent connection can we use udp as the
in sctp the following is a dump of a data chunk in hexadecimal format00000015 00000005 0003000a 00000000 48656c6c
1 what is the difference between the serversocket class and the socket class in java2 we say that in network
1 write a statement in java that stores the port number 62230 in a variable in java and guarantees that the number is
1 you want to write a program in which you need to refer to the inetaddress of the computer you are working with write