What is the difference between tcp/ip protocol and IP
protocol?

Answers were Sorted based on User's Feedback



What is the difference between tcp/ip protocol and IP protocol?..

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

What is the difference between tcp/ip protocol and IP protocol?..

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

Post New Answer

More Engineering AllOther Interview Questions

why do you want to join tcs

0 Answers   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?

0 Answers  


java is called platform independent but JVM is required for same operating system why?

1 Answers  


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.

2 Answers   EDS, MMM, SCS,


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)

0 Answers   TCS,


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.

1 Answers  


nohup sort employees > list 2 > error out & what will happen?

0 Answers   IBM,


Why did they used to make the mill chimneys so tall?

0 Answers  


#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; }

0 Answers  


MILITARY ENGINEER SERVICES

1 Answers   MES,


What is different between analogous and digital

1 Answers   Microsoft,


What are the methods available in storing sequential files ?

2 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5086)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)