What is the difference between tcp/ip protocol and IP
protocol?
Answer Posted / 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 |
Post New Answer View All Answers
how to join two table those stored on different database.
how do we get persistent databases?
I am going to appear for ISRO written test on 26 th april 2009 .So kindly forward me sample previous question paper for ISRO for BE Computer Science . My mail id : jothychristiya@gmail.com
376,188,88,40,16,4,-2. Find wrong term in series
How to control the Relative humidity in Air handling unit in Pharmaceutical company ,the AHU is comprised with DX system(Cooling coil) and dry heaters. We are facing the RH issue low side and higher side.
please explane me clusterd and non clusterd
Explain how to share outlook calenders and the type of permissions you need to assign?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart
difference between arrays and linked list in c language?
can any give an exact example about, resolving the sql errorcode -305
i need to alone print a number no text by using if statement .say some idea
What are annotations? What are assertions? why they are used why not if-else?? what is normalization? what is QuickSort? what are Avl trees?
what are enumerations in c language?
what are the artifacts in coding phase in SDLC????
write a programe to print this string in reverse order and find out how many times letter c is repeated? string = { c was desined by dennis ritchie}. also find out the lenth of the string.