ip question

audiobreather

New member
Joined
Oct 28, 2005
Messages
1
Programming Experience
Beginner
sorry for the noob question but is it possible to send some data in a network? without configuring the network properties? like the ip address or subnet mask? then how?
 
like Manic above said, for writing/reading data on the network, to or from a database or files in specific folders on specific machines, you DO NOT need any kind of network configuration at application level. The Network configurations are normally done at the OS level on almost all machines. Therefore u can directly use hostnames within ur application & the TCP configuration on the OS level will resolve the hostname/IP part for ur application & send or retrieve data from the correct machine.
 
Back
Top