4
votes
5answers
120 views
Can anyone guess what protocol these packets belong to?
We see these packets being injected in an FTP-DTP channel during a downlink file transfer on Telstra's NEXTG mobile network. We are not sure if these are network level packets, a problem with our 3G …
0
votes
1answer
41 views
Homework: Generating Graphs
I need to simulate a discrete event simulator and for that I need to generate a network consisting of 30 nodes and then check if the generated graph is directed or not. Can anyone guide me on how to …
1
vote
3answers
32 views
Centralized network logging - syslog and alternatives?
At work, we're building a distributed application (possibly across several machines on a LAN, possibly later across several continents on a WAN+VPN). We don't want log files local to each machine …
2
votes
1answer
26 views
+100
Virtual Network Connection
I can see that lot's of programs like openvpn and Teamviewer for their VPN Connection creat a virtual network connection on windows. I want to create one for myself for testing purposes.
Is it …
0
votes
1answer
25 views
Antivirus on application servers which deal with lots of network traffic. Yes or No?
Interested in people's opinion.
You have an application server running 3/4 services that do lots of TCP based communication to/from the server.
There is also a fairly heafty amount of MSSQL work …
0
votes
0answers
20 views
Viewing CHM Files Across The Network in Windows 7 [closed]
When I try to open .chm help from a network shared drive I receive
Navigation to the webpage was canceled.
error. I know about the .reg solution described on KB896054
…
1
vote
1answer
37 views
TCP IP Guaranteed delivery question
HI,
Let us say that there are 10 packets 1-10 and the 6th Packet gets dropped because of a network fault. Does TCP resend's all packets from 6-10 or just 6th ?
0
votes
3answers
33 views
DHCP : Cant receive reply from server
I am working on Ubuntu 9.04. I am running this on VMware workstation. Here is my C code:
int sockfd,cnt,addrlen;
const int on = 1;
struct sockaddr_in servaddr,cliaddr;
char reply[512];
sockfd = …
0
votes
1answer
17 views
mobile network friendly host
i am developing an app for iphone, it is a client side application. and i found the 3g network is very slow, should I change the server host to a mobile network friendly host?
any suggestions?
0
votes
1answer
49 views
How can my Ruby “Time.now” timings be so low when my “ping” timings are so high?
I'm using MongoDB for the first time and trying to time its performance. I'm running ruby on a VirtualBox Ubuntu 9.10 guest with a Windows 7 64-bit host. MongoDB is on a remote host, not on my lan …
0
votes
0answers
41 views
How to get info about my network software & hardware ? [closed]
I have a lot of computers in my network and i need to get info about the software and hardware installed on all of them Is there any software to make such network inventory and audit?
1
vote
3answers
81 views
what is best port for program
Which of the following ports is the best one to use for a program I'm working on using a custom protocol still under development. I'm looking for one that will be accessible to virtually every host …
0
votes
2answers
59 views
C# how to get data from server database
How to get data from server database (SQL Server)? The scenario, client press the download button then the data from the server that has been queried (SELECT) and the result is sent to the client over …
0
votes
1answer
20 views
Inspect network traffic from simple linux cli app
I'm running a small app on the command line, and I'm trying to watch the (http) network traffic it creates.
Is there some kind of wrapper program (like 'time', or 'watch') which can display all …
2
votes
3answers
96 views
What are the effects of incorrectly setting the netmask?
What are the effects of incorrectly setting the netmask? I have a C++ application that sets the network mask of a device. If the netmask is set incorrectly, tftp doesn't seem to work properly. Why …
