Which of the following is true about TCP? (Choose all that apply).
| a. |
It offers reliable and in-order byte stream |
|
| b. |
It is connection oriented. |
|
| c. |
It offers flow control |
|
| d. |
It does not require handshaking. |
The following are TRUE about TCP:-
a. It offers reliable and in-order byte stream.
b. It is connection oriented.
c. It offers flow control.
The sender's side as well as the receiver's side in the TCP model interact with each other using reliable and ordered byte stream of data.
Obviously TCP model is a connection oriented. All the layers are connected to each other to interact in the TCP .
One of the major functions of the TCP is "flow control" and it provides error free data during data transmission.
Which of the following is true about TCP? (Choose all that apply). a. It offers reliable...
Which of the following would require a TCP connection over UDP for a reliable data transfer? (Choose all that apply.) a. a Skype connection b. email c. Streaming video at YouTube d. file transfer
Which of the following is/are true about UDP (Universal Datagram Protocol)? A. It is a transport layer protocol within the TCP/IP proctol stack. B. It is both connection oriented and reliable just as TCP C. Its payload size is fixed at 65,536 bytes D. Only A and C above
You are designing a reliable byte stream transport layer protocol (not TCP) to operate over a 1x107 bps network and it is using a sliding window for flow control. The time for keeping the transmission pipe full is taken to be the RTT of the network which is 50ms. Each number in the advertised window or sequence number represents 2 bytes of data. a) What is the minimum number of bits necessary for the Advertised Window field of your protocol...
Which of the following is true for the Transport Control Protocol? (select all that apply) Connectionless Link Layer Protocol Network Layber Protocol Connection oriented
1. Which of the following are true about a signal handler? Check all that apply. a) a user-level part of a process that deals with catching a signal b) is an abstraction for exceptional control flow c) a kernel routine that prints out all signals available to the current user processes d) a kernel routine that signals the user process e) a part of the supervisor system code that deals with catching a signal
1. TCP has which of the following characteristics. Choose all true statements. three-way hand shake none of the above regulated send rate connection state at the server 2. Consider a subnet with prefix 128.119.40.128/26. Given an example of one IP address (of form xxx.xxx.xxx.xxx) that can be assigned to this network. Suppose an ISP owns the block of addresses of the form 128.119.40.64/26. Suppose it wants to create four subnets from this block, with each block having the same number...
Which of the following is true about web client or server attacks? Choose all that apply. A. One way to prevent XSS attacks is to disable client side scripts. B. Banks and financial institutions try to minimize CSRF (Cross-Site Request Forgery) attacks by requiring re-authentication before every security-critical operations such as money transfer or withdrawal. C. Lack of input validation is the main reason for SQL injection attacks. D. All the above.
Which of the following is true about Alpha go zero? (Choose all that apply) A. It was given thousands of go games as a primer on how to play B.It’s the best go player in the world C.It learn completely on its own D.It was given the rules of go
Six Which of the following options can be used to configure TCP/IP? (Choose all that apply.) APIPA DHCP DNS Static IP addressing You need to install a new Windows 10 machine into Site A with a subnet mask of 255.255.255.224. Which TCP/IP address can you assign to the new Windows 10 machine as a valid host address? 192.168.2.63 Which subnet mask would you utilize if you had a class C network and you wanted to connect 23 branch offices back...
3.) (a) How is a TCP connection established? (b) What functions are performed by TCP? (c) How does congestion control affect message delay? (d) TCP is used at the Network Layer- True or False?