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
1 answer

Port Forwarding in socket Programming

I created a program in Java using socket programming, which sends messages between two devices. It works great in LAN, but It doesn't work in WAN. I searched a lot and many said to enable port forwarding in my router. I have a doubt, that we use…
0
votes
1 answer

How to recreate a join accept downlink message in LoRaWAN?

In the last months i'm working on my PhD thesis, which involves breaking LoRaWAN in a few ways (i'm studying cybersecuriy) and i'm 1mm near to my goal, but i'm quite stuck on a stupid thing. I'm using libellium board with a Microchip RN2483A lora…
Rastafan
  • 108
  • 1
  • 7
0
votes
3 answers

Python socket connection not working over Local Network

I'm trying to get two computers (my PC and my laptop) to communicate over the Local Network using the Socket module in python. This is the Server side code running on my PC (connected via LAN): import socket HOST = '192.168.1.3' #local PC…
underAlex
  • 31
  • 1
  • 3
0
votes
2 answers

Azure Virtual Wan Load Balacing

We have Azure Virtual Wan Hub and Spoke Design with couple of Vnet Peering on the same Region. I have 3 Servers and the 3 of them are on different Vnet's but all connected to the Hub (Virtual Wan). Is the only way to load balance the 3 servers with…
0
votes
1 answer

Suggestions for secure WAN/LAN/VPN please - diag included

This has taken me about a year to understand and get to, but I am the limit of my capability so reaching out to a StackOverflow guru please... I would like to, if possible, secure my network model. The model is as shown in the diagram. To…
keratos
  • 15
  • 8
0
votes
2 answers

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 currently works with an sms interceptor and so gets the…
Verhelst
  • 1,492
  • 2
  • 22
  • 46
0
votes
1 answer

Load balancing router required for two 4G dongle based ISP

I have internet connection at my home using a 4G wifi USB dongle, providing the hotspot. Since the service is not always good, I also use a second 4G USB dongle (with sim of a different service provider), when the first connection is down. I,…
Abhishek Prabhat
  • 917
  • 1
  • 6
  • 15
0
votes
0 answers

How to access to a IIS website externally?

I've created a web in asp net core and it is published in IIS and works well accesing in my local network, but now I need to access in another pc out of my network. My ip info is this: Public IP ......................: 190.62.96.84 IPv4. . . . . . .…
Juan Erroa
  • 43
  • 1
  • 5
0
votes
0 answers

Access between layered network routers

I have 2 standard network routers (both DHCP-enabled), one behind the other as below: WAN --> Router A (192.168.1.1) --> Router B (192.168.100.1) Router B's WAN is connected to one of Router A's LAN ports. I can access the internet on all…
Error 500
  • 43
  • 1
  • 6
0
votes
1 answer

How to get application work over wide area network

I have this scenario a POS application built with VB.NET works well over local network . I have a new company that have many stores in a different locations and they want all stores to be connected together. The owner wants to have reports of what…
0
votes
2 answers

How to easily retrieve all or some of my external IP Addresses (on Android device)?

As I understood, In order to initialize P2P connectivity via hole-punching, a device should reside in a non-symmetric NAT (which basically also implies single WAN\External IP Address for outgoing traffic). I can not find an android app (kind of a…
Avraham Shalev
  • 170
  • 1
  • 9
0
votes
1 answer

Using WAN IP to connect to a device connected to router

I have a router (belkin) with many devices connected. I ran a application on one my devices and the application assigned a port number for remote connection. Now for me access this device i tried doing something like: wanipaddress:port But unable…
Dumb_Shock
  • 1,050
  • 1
  • 13
  • 23
0
votes
1 answer

How does an incoming SSH connection request to a public IP address of a LAN with multiple machines (thus multiple SSH servers) get directed correctly?

Let's say I have two machines mA (Private ip: 192.168.0.3) and mB (Private ip: 192.168.0.4) within the same LAN whos public IP address is 2.2.2.2. These machines both have users with common username root. Additionally, mA has user uA and mB has user…
0
votes
1 answer

What does sql server do when a JPA transaction fails across a network?

I'm using JPA to connect to an SQL server across a WAN. I've been unable to find information on what happens when I begin a JPA transaction that involves writes to the remote DB, but the WAN connection goes down before or during commit. In each…
M. Teasdale
  • 323
  • 3
  • 17
0
votes
1 answer

UDP Client server: Usage over a WAN

I have an application that sends data (server) to a UDP client. It runs perfectly on the same computer, and over the LAN as long as I know as the destination address of the client. However, the moment I do this over the internet, it no longer…
Tom
  • 527
  • 1
  • 8
  • 28
1 2 3
8 9