Questions tagged [tcpip]

TCP and IP are two important protocols used in networking today. Due to their importance, the Internet Protocol Suite is also commonly known as "TCP/IP"

464 questions
0
votes
1 answer

Long TCP/IP Connect time (20-40s) with Apache 2.4, mod_proxy_ajp, Tomcat 7.0.39 running on Windows Server 2008 R2

The initial connection to an Apache HTTP Server is taking a very long time (20-40s), but the subsequent connection is very fast (<50ms). I use Apache HTTP Server as a load balancer using mod_proxy_ajp in front of four clustered Tomcat servers. I…
0
votes
1 answer

Multi-IP server: how do programs know which IP to use?

I recently tried adding second IP address to our server for various reasons and found that now when I check netstat -anob there are many programs/services listening and establishing connections to that IP. (Among them, surprisingly, is httpd,…
Kev
  • 984
  • 4
  • 23
  • 46
0
votes
1 answer

TCP/UDP Connection States documentation

Does anyone know where to find documentation for TCP/UDP connection states? Preferably non-Microsoft with unix backing. Basically, I'm looking for more information about TCP established, TCP syn_sent, TCP close, UDP assured, etc. network states.
user101130
0
votes
1 answer

SQL Server 2008 intermitent error 40 running parallel queries

Here's our setup : We are using Red Gate SQL Multi-Script to run queries on our ~1000 databases which reside on a single SQL Server 2008. SQL Multi Script can be configured to run queries in parallel on multiple databases at the same time, which…
MaxiWheat
  • 237
  • 5
  • 12
0
votes
2 answers

Why would a process be showing an outbound connection from a 169.254 address when there's no unconfigured adapter?

I have a system that has several network adapters, only one of which is enabled. That adapter has ipv4 only enabled and it has a single IP address. It was previously part of a team. The team was broken while trying to fix another issue with the…
MathewC
  • 6,957
  • 9
  • 39
  • 53
0
votes
2 answers

TCP/IP packet loss network testing (in context of PingPlotter)

My question may be pretty basic TCP/IP / router based, but I need to couch it in terms of a Winpcap application pingplotter that I have used. One of the features I did use in my last place of work was to use this Win32 application PingPlotter to…
polyglot
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

multicast streaming, too much network traffic?

I am thinking of switching our streaming servers to use multicasting instead of registering multiple clients and duplicating the streams manually on the server. It seems to work very well. However, I did notice that on the packet capture, when a…
Jonathan Henson
  • 979
  • 2
  • 10
  • 16
0
votes
1 answer

Linux kernel 3 TCP IP tuning

I found several resources about tuning linux TCP/IP stack parameters in /etc/sysctl.conf for high bandwidth connections, but all refer to kernel 2.6. Does anyone have suggestions about how to tune newer kernels 3.x? Is this tuning still needed or…
marcoc
  • 748
  • 4
  • 10
0
votes
1 answer

One Windows Domain workstation can ping gateway but gets no internet access

One of the (Windows XP SP3) workstations of our Windows Domain could not access internet anymore, this problem suddenly happened overnight. The domain controllers (there are three of them) are all running Windows Server 2008. First I compared the…
mks-d
  • 7
  • 7
0
votes
1 answer

Routing to an external ip

I have a bunch of equipment (RTUs) that connect to a server to download data using a fixed ip and port. Due to change of ISP provider I need to change the ip of the server that handles these RTUs to another ip. The problem is I can't change the…
Ricardo
  • 11
0
votes
1 answer

Windows XP SP3 TCP/IP No buffer space available

I have the exactly same problem as here: Windows XP TCP/IP No buffer space available On Windows XP Pro, SP3 if one does an experiment where one tries to open TCP/IP sockets in a loop (bascially, listen port 7000, listen port 7001, etc.) After…
Natalia
  • 21
  • 4
0
votes
2 answers

How to optimize TCP / IP stack in Linux?

Currently I noticed there are about 15K open connections to localhost. It is mainly connecting to Memcached. I am clueless where I should start to optimize TCP/IP stack. Memcached support UDP, but the PHP library doesn't support it. The server has…
mary
  • 9
  • 3
0
votes
1 answer

Maintaining same TCP session, load balacing

With http live streaming (HLS) we need to deliver video segments one after other to the player to play them in a continuous fashion. Segments are present on many streaming servers and we would load balance between these servers to deliver segment.…
Nagota
  • 19
  • 7
0
votes
1 answer

Detecting TCP/IP connection drop issues in my application

I have a desktop application which talks to a server using TCP/IP. It was working before but now we are running into an issue. The log message on the server shows that the socket is disconnected after a while, but we are able to exchange heartbeat…
Jeeva
  • 101
  • 1
0
votes
1 answer

Multiple Homed Windows 2008 Server / Windows 7 Client

I have a small Windows 2008 network, with some Windows 7 clients. The clients are both laptops with docking stations and I would like them to communicate with the Windows 2008 server (for filesharing) through the wired network whilst they're docked.…