What is the difference between tcp/ip protocol and IP
protocol?
Answers were Sorted based on User's Feedback
Answer / anindita
tcp/ip protocol works in the transport layer of the OSI
reference layer but ip protocol works in the network
layer...
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / raji
Tcp/ip protocol is infact a protocol stack just like ISO OSI
reference model,,,it uses several protocols ,,,but..Tcp nd
ip are the most commonly used. Tcp for transport nd Ip for
networking.
Is This Answer Correct ? | 7 Yes | 0 No |
why do you want to join tcs
in b+ trees, all the data is stored in leaf nodes. if all leaf nodes are crashed then how to get/recovery the data back?
java is called platform independent but JVM is required for same operating system why?
A company wants to transmit data over the telephone, but it is concerned that its phones may be tapped. All of its data is transmitted as four-digit integers. It has asked you to write a program that will encrypt its data so that the data may be transmitted more securely. Your script should read a four digit integer entered by the user in a prompt dialog and encrypt it as follows: Replace each digit by (the sum of that digit plus 7) modulus 10. Then swap the first digit with the third, and swap the second digit with the fourth. Then output XHTML text that displays the encrypted integer.
A family, planning a weekend trip, decides to spend not more than a total of 8 hours driving. By leaving early in the morning, they can average 40 miles per hour on the way to their destination. Due to the heavy Sunday traffic, they can average only 30 miles per hour on the return trip. What is the farthest distance from home they can plan to go? (EXPLAIN WITH PROPER STEPS)
I found that there is no display on monitor even after the cpu have done its booting succesfuly....VGA port is normal and RAM was also been checked. What may the problem...please guide..thanks.
nohup sort employees > list 2 > error out & what will happen?
Why did they used to make the mill chimneys so tall?
#include<stdio.h> int fn(int v); main() { printf("%d\n",fn(7)); } int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; }
MILITARY ENGINEER SERVICES
What is different between analogous and digital
What are the methods available in storing sequential files ?