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
0
votes
0 answers

Python HTTP Server WAN

I am trying to create a HTTP server on WAN. Below is code that I got from a youtube tutorial: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path=='/': …
Clovis Nyu
  • 27
  • 2
  • 11
0
votes
2 answers

OpenDDS: how to communicate two hosts through public network (WAN)

Rcently, I succeeded in communicating two hosts in same subnet by OpenDDS. However, I want to communicate other two hosts through public network or WAN. It doesn't work. How can I solve this problem?? Here is my communication enviroment: I have two…
0
votes
1 answer

hazelcast WAN replication vs Solace

We are evaluating IMDG technologies, Apache Geode vs Hazelcast, any real differences? hazelcast has WAN replication. Also hazelcast can be used with Solace. whats the difference?
sbpothineni
  • 85
  • 10
0
votes
2 answers

Asterisk WAN Issues

I am having issues with my Asterisk server when trying to call while on the WAN. I have no issues calling extensions when I am connected to the LAN the SIP server is running on, but when I take the same phone but try and use its mobile data to call,…
0
votes
1 answer

c# Client/Server sync communication across the internet

So I've created a "simple chat app" that works in LAN, but when i try to go outside the LAN it does not work. I've been searching the net for solution and came across lots of stuff, like NAT traversal, port forwarding and so on...None of which i…
0
votes
1 answer

Nginx Webserver not available outside lan http only https works

Im having a strange issue, I have a Nginx webserver running with valid ssl certs on it. On LAN i can access it at http://192.xxx.x.xxx and https://192.xxx.x.xxx no issue but when i go to outside my network i can only access https://example.com the…
Twml
  • 421
  • 1
  • 4
  • 10
0
votes
1 answer

Hazelcast 3.5.5 - Wan Replication Recovery

Say, we have two Hazelcast clusters located in two locations, namely London and Tokyo and we configure WAN replication in active-active mode to replicate a distributed map between them. If one of the clusters, say London, is completely down. After…
Kin Cheung
  • 870
  • 10
  • 20
0
votes
1 answer

Install Apache server on 4G Network

I have installed XAMPP to run Apache server on windows,So the Apache server run great on LAN (Local Area Network ). But i need to run the server ,so the public can access it from WAN (Wide Area Network) . I have forward HTTP port 80 on 4G portable…
user4064453
0
votes
0 answers

Map entry event listeners are not invoked on clients of WAN replication target cluster

This https://github.com/hazelcast/hazelcast/pull/5058 fixes similar issue but on target cluster itself. Clients of such cluster receive REMOVED events only. It's fairly easy to reproduce by adding client to clusterB in…
Otari
  • 1
0
votes
1 answer

How to open Ports through C#?

I'm kind of a beginner at programming, so I don't know what I'm about to ask is even possible. I want to make a TCP/IP connection to a server over WAN. Both Client and Server programs were made by me they work just fine in a LAN. I'm now trying over…
paulof91
  • 15
  • 8
0
votes
1 answer

Is it possible to have basic wan replication for hazelcast open-source edition?

I'm aware that on hazelcast editions comparison page: https://hazelcast.com/pricing/ it is clearly specified that WAN replication is only for enterprise edition. But, on the other hand, this hazelcast documentation is divided into two…
Catalin Enache
  • 758
  • 1
  • 10
  • 17
0
votes
1 answer

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 high speed intenet connection? thnx,
0
votes
1 answer

What is Windows Access?

At my work, we have an Desktop ERP system that uses a tool called windows access (it is not the database), this tool allow the user to query the ERP System without having it installed on the desktop machine, as long as the server has a process…
0
votes
1 answer

Remote mysql server access

I have a mac computer and I run "xampp" my sql server on it. It works great locally but I want to access it from lets say my iPhone thats use 3g connection. I'm using the external ip of my computer but don't get to the sql server. I opened the 3306…
Dor Cohen
  • 117
  • 1
  • 4
  • 10
0
votes
1 answer

Is it a good practice to use Active Directory groups for access control

In a organization with lots (hundreds) of internal systems, and lots (thousands) of users, and lots (dozens) of Domain Controllers sites, all WAN-connected, is it a good practice to use Active Directory as a SSO provider and its groups for access…
albieback
  • 343
  • 1
  • 11
1 2 3
8 9