MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Checksum, Error control and Length information are..
1.
Checksum, Error control and Length information are main features of?
A.
SCTP
B.
IP
C.
TCP
D.
UDP
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
ALOHA was developed in early?
Checksum, Error control and Length information are main features of?
<pre class="result notranslate">int sum (int A[], int n){ int sum = 0, i; for (i = 0; i < n; i++) sum = sum + A[i]; return sum;}// sizeof(int) = 2 bytes</pre>8.Which is not an objective of network security?
<pre class="result notranslate">public void func (Tree root){ func (root.left ()); func (root.right ()); System.out.println (root.data ());}</pre>7.Consider the following piece of code. What will be the space required for this code?
What was Photo Editor renamed to while using Microsoft Office, 2003?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply