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
1
vote
3 answers

Communication over WAN

I want to create app client-server in C# but not only in LAN. There it's easy: TcpListener, TcpClient etc. I want to make sth like in this e.g. On my comp is server that's waiting for a connection. Someone in another network has client. He begin…
Saint
  • 5,397
  • 22
  • 63
  • 107
1
vote
1 answer

Restrict the server access from LAN only

Recently we got a new server at the office purely for testing purposes. It is set up so that we can access it from any computer. However today our ip got blocked from one of our other sites saying that our ip has been suspected of having a virus…
corymathews
  • 12,289
  • 14
  • 57
  • 77
1
vote
1 answer

Python Socket not on local network

I wrote a basic server-client scripts using sockets, and everything works fine on my LAN, but it doesnt work when im trying to connect to the client thats not in my LAN. I also port forwarded these ports this is server ###SERVER#### def…
PieThon
  • 11
  • 1
  • 3
1
vote
1 answer

How can I proof my IP address?

If I connect directly to another computer, I proof my IP. But what if I want to receive a message on paper which proofs someones IP? For example, client contacts Google for an JSON web signature, prints it out on paper, gives the paper to me, and I…
Maestro
  • 9,046
  • 15
  • 83
  • 116
1
vote
0 answers

WCF / DB Connection timeout on WAN

We have created an Excel addin which consumes a WCF service and which is working fine at London office (where the service and DB sits), but we are getting a timeout error when accessing the same service via Excel Addin from Singapore or HongKong.…
Jobin John
  • 61
  • 4
1
vote
1 answer

Possible ways to keep track of dynamic ip address?

So for those who knows what bitcoin miner is I got one, for those who don't know what it is they can search to see what i mean. Anyway as far as I have seen, machine is running and configurable through mikrotik installed on raspberry pi. And I got…
lonerunner
  • 1,282
  • 6
  • 31
  • 70
1
vote
2 answers

Broadcast on different subnets

Please if you can help me about my problem. On one side I have server with IP 172.27.13.2 connected to the WAN interface of router 172.27.13.1 ...Then on wireless LAN of my router 192.168.1.1 I have connected a few clients. Now I will write code in…
user3119422
  • 87
  • 3
  • 11
1
vote
1 answer

Equivalent of iframe on server side

Is there any way to create an "iframe-like" on server side ? The fact is, I need to acceed to certains page of my society's intranet from our website's administration part. I already have a SQL link to the database that works fine, but here I would…
GRosay
  • 444
  • 10
  • 26
1
vote
1 answer

ehcache WAN solutions - should I roll my own?

We recently moved to ehcache and the performance and reliability are awesome. Our main use of the cache is the invalidation strategy where when something changes with a hibernate entity, it sends out an invalidation to all other nodes in the…
anztenney
  • 627
  • 2
  • 7
  • 17
1
vote
2 answers

Whatismyip and ifconfig giving different IP addresses

I am looking to get the IP of my dev server. Everything online says to either do ifconfig or to curl something like whatismyip. These are giving me 2 different addresses. Why? To add: I have no idea if it's behind a router or anything. I simply have…
George B
  • 2,592
  • 3
  • 22
  • 27
1
vote
1 answer

ZK Architecture: Zookeeper Clients in WAN

A Zookeeper architecture question for you ZK Gurus: I use zookeeper to manage messaging to a cloud of worker machines. Currently the application servers that control the messages and the workers are in the same infrastructure (network). I'm…
alph486
  • 1,209
  • 2
  • 13
  • 26
1
vote
1 answer

Constant data feed from a log file to wan

I am looking for an efficient way to feed a log file via the network (a demon of sorts). Each packet being a number of lines from the log file so that they can be processed from the other end. It is important for the server to be independent from…
jaivalis
  • 488
  • 4
  • 19
1
vote
2 answers

What is the easiest way to test if a user is connected to our WAN?

A bit of background. I work for a corporation that has a global WAN. External users connect to it through a VPN and must be connected to it in order to have access to their emails and, of course, shared network directories. I have a .Net…
RLH
  • 15,230
  • 22
  • 98
  • 182
0
votes
2 answers

Java - UDP WAN session not performing

The java programme performs entirely as expected using both TCP and UDP over the LAN. However over WAN the UDP side, despite the sockets on both client and server being up and packets being sent and received, achieves, at best, a partial simplex…
bjwg
  • 11
  • 2
0
votes
2 answers

Peer to peer via ip address for iOS

I have ip addresses of two different iOS Devices which are connected to Internet. Now, I want to establish a peer-to-peer connection between them. I had done this locally with Wifi and it worked properly. But I dont know how to establish this…
mayuur
  • 4,736
  • 4
  • 30
  • 65
1 2 3
8 9