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.

128 questions
13
votes
3 answers

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 while googling. Any help would be…
Pawan
  • 1,495
  • 2
  • 19
  • 28
11
votes
6 answers

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 limit (bandwidth, latency, dropped packets) do things…
Richard Nienaber
  • 9,247
  • 5
  • 49
  • 61
5
votes
0 answers

How can I access to any other computer desktop remotely using C#.NET

I am working on a project where I have to access other computers remotely. Those computers might not be within LAN but they will be connected to internet. Some of them have static IP's so I can access them through windows remote desktop but for…
Aqeel
  • 1,197
  • 5
  • 18
  • 41
5
votes
3 answers

wan simulator for windows

Is there an open source /freeware wan similator for windows ?
user85917
  • 865
  • 3
  • 11
  • 21
4
votes
1 answer

SignalR issues with WebProxies or Accelerators?

Are there any known issues or incompatibilities with SignalR with a WebProxy or WAN Accelerators? I'm considering this technology for something that will be used across many different network topologies and devices
halfbit
  • 54,462
  • 46
  • 195
  • 426
4
votes
1 answer

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 satellite office pointing to the main office. The…
Ken Pespisa
  • 21,026
  • 3
  • 53
  • 61
4
votes
4 answers

Can I use kafka over Internet?

Is kafka suitable for Internet-use? More precisely, what I want is to expose kafka topics as "public interface", then external consumers (or producers) can connect to it. Is it possible? I hear there are problems if I want to use the cluster in both…
ntysdd
  • 830
  • 7
  • 17
4
votes
1 answer

Rabbitmq active/passive HA over WAN

I'm trying to provide disaster recovery between two data centers for a RabbitMQ. The secondary datacenter is passive until the primary DC goes down. Federation of queues is inappropriate because it wouldn't move messages until the consumers in the…
4
votes
1 answer

Kafka Producers/Consumers over WAN?

I have a Kafka Cluster in a data center. A bunch of clients that may communicate across WANs (even the internet) will send/receive real time messages to/from the cluster. I read from Kafka's Documentation: ...It is possible to read from or write to…
alph486
  • 1,059
  • 12
  • 24
3
votes
6 answers

how to know if WAN IP has changed and receive massive IP address broadcasts

The system I am developing potentially has a very large number of clients (lets say one million) that need to periodically update a central server with some information. Clients are written in Java. The specific use-case is that the server…
Erik
  • 4,514
  • 10
  • 55
  • 112
3
votes
2 answers

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 network analyzer. Every single execution of this…
Juraj
  • 830
  • 4
  • 16
3
votes
1 answer

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 believe it is because the UDP socket used to send…
Stephen
  • 174
  • 3
  • 13
3
votes
1 answer

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 into other pcs. I'm using socat to redirect…
Bitetti
  • 81
  • 2
  • 8
3
votes
1 answer

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
  • 55
  • 1
  • 9
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,532
  • 14
  • 23
1
2 3
8 9