Top "Networking" questions

For most programming questions use [network-programming] tag.

How do I fix the error "Only one usage of each socket address (protocol/network address/port) is normally permitted"?

I've done a lot of googling but not had much luck with my issues. I am new to network programming …

c# exception networking tcplistener
How do I check for a network connection?

What is the best way to determine if there is a network connection available?

c# networking
ConnectivityManager getNetworkInfo(int) deprecated

Using compileSdkVersion 23, however trying to support as far back as 9. getNetworkInfo(int) was deprecated in 23. The suggestion was to use …

android networking android-6.0-marshmallow android-connectivitymanager
Powershell: how to map a network drive with a different username/password

Background: Assume I use the following powershell script from my local machine to automatically map some network drives. $net = $(New-Object …

configuration powershell networking hard-drive
How to set the timeout for a TcpClient?

I have a TcpClient which I use to send data to a listener on a remote computer. The remote computer …

c# winforms networking tcpclient
Virtualbox host-guest network setup

How do I set up a network between the Host and the guest OS in Windows vista?

networking windows-vista virtualbox
Why doesn't wireshark detect my interface?

I just installed Wireshark, but when I click capture > interfaces, the dialog box appears, but it does not contain …

networking wireshark
Monitoring multiple ports in tcpdump

I am trying to find a way to read multiple ports using tcpdump. Suppose I have two ports, p1 and …

networking tcpdump
Why is it not advisable to have the database and web server on the same machine?

Listening to Scott Hanselman's interview with the Stack Overflow team (part 1 and 2), he was adamant that the SQL server and …

database security networking infrastructure hardware-infrastructure