Questions tagged [wan]

A Wide Area Network (WAN) is a telecommunication network that covers a broad area (i.e., any network that links across metropolitan, regional, or national boundaries).

This is in contrast with personal area networks (PANs), local area networks (LANs), campus area networks (CANs), or metropolitan area networks (MANs) which are usually limited to a room, building, campus or specific metropolitan area (e.g., a city) respectively.

The textbook definition of a WAN is a computer network spanning regions, countries, or even the world. However, in terms of the application of computer networking protocols and concepts, it may be best to view WANs as computer networking technologies used to transmit data over long distances, and between different LANs, MANs and other localised computer networking architectures.

This distinction stems from the fact that common LAN technologies operating at Layer 1/2 (such as the forms of Ethernet or Wifi) are often geared towards physically localised networks, and thus cannot transmit data over tens, hundreds or even thousands of miles or kilometres.

131 questions
3
votes
2 answers

Is the Service serveo.net safe and private?

I created a reverse tcp payload for android on port 3333. and forwarded it with serveo. But the main Concern is anyone in the world can listen on this port and get the reverse connection. How can i make this connection private so only i can access…
Zibran
  • 81
  • 2
  • 14
3
votes
2 answers

Does Apache Ignite support WAN replication?

I've been doing some experiments with Apache Ignite and I've started to look into WAN replication. By this I mean there would be 2 (or more) data centres each running an Ignite cluster. There would be some caches that I would like kept in sync…
Rich
  • 3,722
  • 5
  • 33
  • 47
3
votes
1 answer

Getting the WAN IP: difference between HTTP and DNS

I, traditionally, always had an alias/function for easy access to my WAN IP from the CLI: $ type -a whatismyip whatismyip is a function whatismyip () { curl ipv4.icanhazip.com } This alias was created many years ago, possibly using a…
Stefanos Kalantzis
  • 1,619
  • 15
  • 23
3
votes
4 answers

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 get this info from a router using a standard…
Rob
2
votes
1 answer

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 the server and the client. However on the WAN the…
Stephen
  • 174
  • 4
  • 14
2
votes
1 answer

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 with Process Monitor revealed the cause: my…
Josh Kelley
  • 56,064
  • 19
  • 146
  • 246
2
votes
1 answer

File transfer over WAN link causes corruption

I'm running into an issue with PDF files becoming corrupted on copy from one WAN location to the next. I have a PowerShell script (code below) that runs nightly to copy a PDF file by Windows Task Scheduler, sometimes two, from a satellite office in…
David
  • 107
  • 4
  • 12
2
votes
0 answers

Docker WAN Emulator

I have a program running each in one docker container and they communicate with each other. Because the container are running on mostly one machine, I want to emulate a WAN for these containers to simulate packet loss, latency, delay, etc. Is there…
dingoglotz
  • 2,553
  • 3
  • 17
  • 21
2
votes
3 answers

Access NGINX on router from WAN

i am configuring my home router ASUS N18U with Tomato by Shibby FW. I would like to set up a home webserver NGINX on it. I know, it is not ideal. The only problem I have is that I cant access the server from Wan. Moreover I have dynamic IP, which I…
korky
  • 53
  • 1
  • 4
2
votes
3 answers

Risk of data corruption over WAN with shared Access database

I am developing an application which uses as a back-end an MS Access database (.mdb, not my decision). Recently I came across someone suggesting that using JET engine over WAN is not really a good idea, with a high risk of data corruption. Since my…
MartinVotruba
  • 343
  • 2
  • 17
2
votes
2 answers

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 network where the database server resides.…
ninesided
  • 23,085
  • 14
  • 83
  • 107
2
votes
1 answer

Techniques/algorithms used in WAN optimization

What are the techniques/algorithms used in WAN optimization? I am looking for a reference which can give a good theory supported with code examples, I have taken a look in Steelhead manual from Riverbed and I found the following main techniques used…
Aan
  • 12,247
  • 36
  • 89
  • 150
2
votes
0 answers

Is it possible peer to peer connection over WAN without any server?

I need to send a file from computer to computer in Java. I do it in a local network with a server/client model. But is it possible to do that over wide area network? Clients might under the NAT. I send manually the external address and internal…
2
votes
1 answer

Windows Authentication LAN & WAN

I use windows authentication with IIS and C#. In my global.asax i get the user name to define rights (profile and rights are in a mysql Database). It s working well but i need now to use it fron wan. We use a Firewall Netasq wich provide a VPN SSL…
JD11
  • 306
  • 3
  • 11
2
votes
0 answers

Error 3078 over WAN

In a VB6 app accessing a MDB database file over a WAN there are occasionally 3078 errors due to network connectivity issues: Error 3078: The Microsoft Jet database engine cannot find the input table or query "table_name". Make sure it exists and…
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
2
3
8 9