How can i communicate with two systems one is located some
place another is located 100km how from the current systems
which protocala i have to use

Answers were Sorted based on User's Feedback



How can i communicate with two systems one is located some place another is located 100km how from..

Answer / r arun kumar

Hai

You can use TCP/IP or UDP protocol and socket programming
for the same.



Arun

Is This Answer Correct ?    12 Yes 0 No

How can i communicate with two systems one is located some place another is located 100km how from..

Answer / a.sriram prasad

TCP/IP or UDP protocol

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

Do I need the microsoft visual c++?

0 Answers  


How do I reinstall microsoft visual c++?

0 Answers  


how i can design a user interface in vc++ for getting inputs from users

1 Answers   Path Finders, TCS,


What is the purpose of a C++ namespace?

2 Answers  


What is vcredist?

0 Answers  






What is visual c++ 2008 redistributable x64?

0 Answers  


What is microsoft visual c++ 2015 redistributable?

0 Answers  


What is the difference between an MLE and an SLE?

1 Answers   Infosys,


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


What is difference between c++ and vc++?

0 Answers  


Where can I find microsoft visual c++ on my computer?

0 Answers  


What is the difference between Undo and Redo?

15 Answers   Google,


Categories