Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
3k views

Best way to simulate a WAN network

Simplified, I have an application where data is intended to flow over the internet between two servers. Ideally, I'd like to test at what point the software ceases to function. At what lowerbound ...
4
votes
1answer
66 views

Where is the bottleneck / what are the gotchas when selecting records from a remote (linked) SQL server?

I'm in a satellite office that needs to pull some data from our main office for display on our intranet. We use MS SQL Server in both locations and we're planning to create a linked server in our ...
3
votes
2answers
1k views

oracle insert with many bind variables over WAN is very slow

we have problem with slow insert statement using 40 bind variables as columns values. It runs several seconds when running over WAN link and we were not able to nail down the problem, until we used ...
2
votes
1answer
180 views

How to pick a file I/O buffer size for reading a file in Windows?

While investigating some slow performance in my application while reading a file over a WAN, I noticed that copying that file in Windows Explorer was significantly faster. Some further investigation ...
2
votes
2answers
471 views

wan simulator for windows

Is there an open source /freeware wan similator for windows ?
2
votes
6answers
1k views

Security risks of an un-encrypted connection across an international WAN?

The organisation for which I work has an international WAN that connects several of its regional LANs. One of my team members is working on a service that receives un-encrypted messages directly from ...
2
votes
2answers
646 views

How do I verify the integrity of a Sybase dump file, without trying to load it?

Here's the scenario - a client uploads a Sybase dump file to (gzipped) to our local FTP server. We have an automated process which picks these up and then moves them to different server within the ...
1
vote
2answers
51 views

Client connection information

I'm writing a program that is accessed from a local network and also from the outside. I have to identify local and outside requests in order to give different functionality to each. Is that possible? ...
1
vote
0answers
70 views

UDP Client only receives the very first transmission and none of the subsequent

I have asked a similar question to this before, but received limited help because of the lack of code I provided. I have written a client/server application as the prototype for a game my ...
1
vote
1answer
148 views

TCP and UDP Socket Server on a WAN

I am attempting to create a server and client that utilizes both TCP and UDP. The server works very well in a LAN setting but the UDP messages are not being received when transmitted over a WAN. I ...
1
vote
1answer
253 views

TCP/UDP Socket server on WAN

I have written a socket server in c# that will be used as the basic design for a small game project I am part of. The socket server works fine on lan. I able to communicate completely fine between ...
1
vote
0answers
194 views

SOCAT to redirect UDP don't work!

I'm trying to transmit data in UDP datagrams into a client in external location to a pc in my local lan. But my network is over a ADSL modem sending to a pc with Slackware, this pc redirect packages ...
1
vote
3answers
288 views

Communication over WAN

I want to create app client-server in C# but not only in LAN. There it's easy: TcpListener, TcpClient etc. I want to make sth like in this e.g. On my comp is server that's waiting for a connection. ...
1
vote
2answers
373 views

WAN Simulation for Web Site Testing

I am searching a low cost WAN network simulation software for testing my website before production deployment. It should have following features 1. Controls bandwidth. 2. Can insert latency, jitter. ...
1
vote
4answers
3k views

Get my WAN IP address

How can i go about programaticaly getting the IP address of my network as seen from the Internet? Its obviously a property that my router has access to when it connects to the ISP. Is there any way to ...
0
votes
1answer
46 views

create a LAN IP with a WAN IP [closed]

i have my local network with a router connected to the internet, i wonder if is possible to create another LAN ip with one external WAN IP? in conclusion: WAN IP xxx.xxx.xxx.xxx assign to 192.168.1.x ...
0
votes
2answers
64 views

Peer to peer via ip address for iOS

I have ip addresses of two different iOS Devices which are connected to Internet. Now, I want to establish a peer-to-peer connection between them. I had done this locally with Wifi and it worked ...
0
votes
1answer
136 views

Get WAN IP Using VBScript

I have a Windows logon script running and am compiling a set of details that get logged when the user logons on. As this is a remote server, all logons are done via RDP. I need to get the IP address ...
0
votes
1answer
49 views

Networking - RIP routing WAN connection in Packet Tracer

Anyone here knows how to deal with networking? Here's my network scheme in Packet Tracer: How do I do the routing in CLI to connect those three routers? Note that the routers are in different ...
0
votes
1answer
95 views

UDP Client receives only 1 message

I have a server client application that I am currently working on. The server is receiving data fine over a WAN and the client seems to receive the data, but the client is only receiving one ...
0
votes
2answers
108 views

UDP transmission over WAN

I have asked a couple of similar questions the last couple of days and received some really great help. I now understand my problem quite a bit better but I appear to have hit a snag. I have written ...
0
votes
2answers
148 views

Communication Pc-Phone

I'm quite new to android, but I have already created several apps and published, on the android market. But now I want to add an upgrade to my app. Basically, my app is a tracking software that ...
0
votes
3answers
993 views

How to make an android peer to peer without using intermediate server?

I need to make an android peer to peer app that should work with any Internet connectivity and without using intermediate server. Can somebody plz give me any start up ideas. I haven't find any answer ...
0
votes
0answers
47 views

How to lookup host in WAN?

I'm wondering how two hosts in WAN can search for each other. I don't want to have any static server with dynamic ip lookup's. Currently I have no ideas maybe someone of you have? cheers P.
0
votes
5answers
1k views

How to get computer's WAN IP address in Java?

How do i get the Wide Area Network of my computer with Java? I try with this: ServerSocket ss = new ServerSocket(port); System.out.println(ss.getInetAddress().getHostAddress()); //wich return 0.0.0.0 ...
0
votes
1answer
71 views

How to use replication in combination with version control system?

The situation is as follow : Our company works two main production sites, communicating via WAN. We develop a software internally which uses about 100Gb of disk space on our servers (application data ...
0
votes
2answers
181 views

WAN Optimization Resources

I'm looking for resources on writing software to do WAN optimization. I've googled this and searched SO, but there doesn't seem to be much around. The only things I've found are high-level articles in ...
0
votes
1answer
56 views

designing a web based multi-branch system

is it possible to design a multibranch web-based system and using the web(internet) as ur platform? what i mean is that it wont be necessary to have a specialized WAN for the company, but just use a ...
-1
votes
1answer
46 views

What kind of internet does the web server use? [closed]

What kind of internet does the web servers use ? (100Mbps, 1000Mbps) It is a DSL or something else ? How much does it costs ? Can I use this kind of internet in my home ?