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

Two external IPs one WebServer/Website

I'm having the following dilemma, I have a website on IIS with two internal IPs, each one of those IPs are NATed to different external IPs (each IP is from a different ISP). I also configured a RoundRobin DNS Service (two A hosts with the same name…
0
votes
1 answer

Magento Localhost Installation - LAN Works - WAN Issues?

Full disclosure: I’m new to home servers and Magento. Running Ubuntu Server 13.04 with LAMP and Magento Commerce 1.7.0.2 on a dedicated home server. I've already configured my server's static IP, router's firewall and port forwarding, and am running…
guttermonk
  • 223
  • 2
  • 11
0
votes
1 answer

how to create a WAN (Wide Area Network)?

assume we have a company with 5 branches that are not in same city of a country. We want to connect this branches to each other via a WAN without connecting to the internet. Is it possible to transfer data through a dial-up connection? Is it…
Hesam Qodsi
  • 1,569
  • 3
  • 25
  • 38
0
votes
1 answer

Get WAN ip by sockaddr_in

I'm trying to get client's ip by my sockaddr_in but this ip always 192.168.1.1(router ip).How can i get WAN ip correctly?
Atakan Erbaş
  • 51
  • 1
  • 3
0
votes
1 answer

What is a good way to keep track of a device's IP in the WAN?

I have an idea on how I would go ahead and tackle this problem. But I'm just not too sure if this is quite right, and I would like your input on this. I'm working on a house that I need to communicate with, remotely. Now, it already happened that in…
Sal Rahman
  • 4,607
  • 2
  • 30
  • 43
0
votes
1 answer

Expose TFS to the internet

I have had TFS installed on a home server for a long time now and I love it. Now I need to expose it over the internet because me and a few others need to work on a programming project. I have a DLink router "DIR-825", and have done a lot of…
Landin Martens
  • 3,283
  • 12
  • 43
  • 61
0
votes
1 answer

How to send textbox text to another form through WAN C#

I want to know how can I send a textbox text through WAN and the other form open in another computer uses the text that I sent as his textbox text. Basically it's sending a control data to another form that is open in another computer. How can I do…
0
votes
1 answer

Multiple connections per application

Headline: Is there a problem with sending/receiving data to/from a server across multiple connections/sessions? Background: One of the problems I see running apps coast-to-coast is that maximum throughput drops off dramatically. In the office, I…
-1
votes
1 answer

Sending file over WAN stuck (Java Socket)

I got a really weird problem by sending files over Internet with java Socket. I have a Java server that works pretty fine in LAN, it communicates and transfer files. The problem is in WAN: when I ran the Server on a remote PC, the Client can…
NichMar
  • 3
  • 3
-1
votes
2 answers

Active Directory unreachable in WAN

I'm setting up an Active Directory in Windows 2012 for user authentication in Windows 10. Server and client PCs are not in the same area, therefore, it is a Wan connection. For testing purposes, all firewalls are off. Server's public IP is…
-1
votes
2 answers

RMI Server (seems to) ignore connections over WAN

At first glance this may seem like a basic networking issue - but I think that is not the case. It seems like Java itself is "ignoring" the RMI connection. All Java 8u101 on Windows 10 PCs. We have a quite mature and robust distributed Java…
Damian C
  • 79
  • 1
  • 8
-1
votes
1 answer

Delphi - SQL WAN

I have a Delphi App using a SQL DB running over a local LAN. I am now wanting to roll out the Delphi App over a WAN (in principle), as I want to setup a Head Office / Branch Offices, so we have a number of branch offices running the Delphi App,…
Lee Parvin
  • 17
  • 6
-1
votes
1 answer

can i get the real IP address of the web server which is behide a load balancer?

The website have multiple location, I want to access the server located in HK or SG instead of USA. Is there anyway i can trace that ?
user1172579
  • 575
  • 1
  • 7
  • 22
-1
votes
1 answer

Find Coordinates for boundary of an arbitrary city

This is my first post on Stack Overflow. I am currently working on an app that mainly focuses on Geo clustering. I want to get the boundary coordinates of any arbitrary city (not only in US), so that when a new user logs in he/she may be added to…
Aimal
  • 621
  • 1
  • 7
  • 13
-1
votes
2 answers

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 tech magazines, and info for network admins on…
Paul Holden
  • 850
  • 1
  • 8
  • 24
1 2 3
8
9