Top "Networking" questions

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

Which Protocols are used for PING?

Okay, I know that the answer to this question is ICMP - all my textbooks are saying so, the Internet …

networking protocols ping
How do I access the host machine from the guest machine?

I've just created a new Windows XP VM on my Mac using VMware Fusion. The VM is using NAT to …

networking virtual-machine vmware
Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator?

android networking emulation traffic sniffer
What are the retransmission rules for TCP?

The Wikipedia article on TCP indicates that the IP packets transporting TCP segments can sometimes go lost, and that TCP "…

networking tcp
Getting the 'external' IP address in Java

I'm not too sure how to go about getting the external IP address of the machine as a computer outside …

java networking network-programming ip-address external
What is the functionality of setSoTimeout and how it works?

I'm trying to learn Socket by myself. I'm little bit confused by following text from Oracle website. I have some …

java networking connection
Throughput and bandwidth difference?

The throughput of a channel is a measure of amount of data actually moves through the channel. Why is it …

networking network-protocols
How to check if internet connection is present in Java?

How do you check if you can connect to the internet via java? One way would be: final URL url = …

java networking connection
Setting network adapter metric priority in Windows 7

I'm having an issue on Windows 7 - if I have my Ethernet cable plugged in, Windows will default to using …

windows networking windows-7 adapter
Java socket API: How to tell if a connection has been closed?

I am running into some issues with the Java socket API. I am trying to display the number of players …

java sockets networking client-server