English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want to develop program related networking using vb.net, but i dont know nothing, can you help me about it

2007-01-29 12:22:20 · 1 answers · asked by nadwi a 1 in Computers & Internet Computer Networking

1 answers

Sounds like perhaps you'll want to create a client server socket based application. Do some google searching for "visual basic socket programming" for example. Create a client program and a server program at first on the same machine that does something simple, like an "echo" application... You start the server that listens on a TCP port (like 12345) and then you start the client and connect to 127.0.0.1 (localhost) on port 12345, and the server will then echo whatever you send from the client. Use this as a skeleton program to then create a more sophisticated client server application that does whatever, like an ATM bank machine for example. Then eventually you can run your client and server on different machines on different networks, etc.

2007-01-29 15:12:15 · answer #1 · answered by networkmaster 5 · 0 0

fedest.com, questions and answers