TCP Or UTP ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Agnes said:
Someone ask me that TCP or UTP approach that I use !!! (we use vb.net &
ado.net with MS SQL server )
Does anyone know what is it ?
Thanks a lot

Depends what you wrote. More than likely TCP, which is used to connect
two PCs. UPD is more of a broadcast type, many computers listing to one
server.

Chris
 
Agnes

This connection is TCP based although SQL uses its own optimized TCP layer
it is still TCP ( and there is nothing wrong with that ,it is the fastest
and most reliable although UDP may be faster in some situations it does not
have a validation built in so you never know if a packet actually arrived at
the target machine , also UDP can cause flooding of your network )

hth

Michel
 
Someone ask me that TCP or UTP approach that I use !!! (we use vb.net &
ado.net with MS SQL server )
Does anyone know what is it ?
Thanks a lot
 
In my vb.net form, I create the connection, fill in the data adapter , use
binding manager to bind the textbox, THen tableupdate.
so, do your know which approach it is ??
 
Agnes said:
Someone ask me that TCP or UTP approach that I use !!! (we use vb.net &
ado.net with MS SQL server )
Does anyone know what is it ?
Thanks a lot
TCP is a protocol, UTP is a type of cable.
 
well i understood she meant UDP wich is also a protocol

User Datagram Protocol to be exact :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top