Questions tagged [lan]

LAN, or Local Area Network, is a computer network that connects computers and devices in a limited geographical area such as home, school, computer laboratory or office building. The defining characteristics of LANs, in contrast to wide area networks (WANs), include their usually higher data-transfer rates, smaller geographic area, and lack of a need for leased telecommunication lines.

A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, or office building.1 A local area network is contrasted in principle to a wide area network (WAN), which covers a larger geographic distance and may involve leased telecommunication circuits, while the media for LANs are locally managed.

This tag can be used for programming problems that are related to LAN networks or similar.

Source

Wikipedia

1194 questions
-2
votes
1 answer

VMWare Fusion accessible hostname on network

I have a virtual machine with Windows 8 running. This VM is configured as a shared network with my Macbook Pro. From my Macbook Pro, where i'm running the VM I can access the ip address over the network. But when I try to access it on a different…
Flappy
  • 848
  • 15
  • 31
-2
votes
2 answers

Trying to access localhost over LAN on mobile device :404 Error

I'm trying to access my wampserver localhost through an Android device and iPod Touch over my LAN, and I keep getting a 404 error no matter what. Here's what I'm getting from my apache server access log: 192.168.1.81 - - [26/Nov/2013:23:51:42…
Andrew Sparrow
  • 167
  • 2
  • 2
  • 12
-2
votes
1 answer

Asus H61M-C Motherboard Lan

I Just setup an Asus H61M-C Motherboard and Lan card Onboard is impossible to Install. OS is Windows XP with SP3, last lan driver is installed, last Bios was already updated and I already format HDD. The thing is, even If I try to install other PCI…
user2012152
  • 1
  • 1
  • 2
-2
votes
1 answer

HTTPS Delay Over VLAN

There is 30 seconds delay when i send an HTTPS request from "PC1" to "PC2", "PC2" located in an other "VLAN", This "VLAN" is configured using a Cisco router. i found that the date and time of the "PC1" and "PC2" not synced. once i configured the…
Joe
  • 63
  • 1
  • 7
-2
votes
1 answer

How can I access to files through wifi

I want to make an android Service that downloads files from local network through wifi to my android devices. The problem is that I dont know how can I access to the files. Can anyone help me how can I do that?
-2
votes
1 answer

Need help on multi-colored batch chat

I'm using a premade batch chat and I want to improve it with my own touch. When someone in the chat says something it will be typed like this: [John]: Hello World What I want to do is get [John] in another color than the rest of the program. I can't…
-2
votes
2 answers

c# client/server application only works for lans, fix?

Possible Duplicate: tcp/ip client server not working over internet i spent the last week working on a simple windows form application that' s supposed to send a couple of integer numbers from client to server or from server to client. So far i…
user1909612
  • 273
  • 5
  • 14
-2
votes
1 answer

Running a Java Program on a Network Event

Well what I am trying to do, in the long run, is to change some LAN properties when the an ethernet cable is connected to a computer. I want to run my Java program each time a LAN network is detected. I found a couple questions as to how to do this…
cnexus
  • 454
  • 1
  • 3
  • 14
-2
votes
1 answer

Establishing LAN connection between Ubuntu laptops

I am trying to establish LAN connection between my two laptops using Ubuntu on both. But it shows auto is connected on one laptop but other remains disconnected. Is there any a hardware issue or a software issue? Am I forgetting something else?
-2
votes
1 answer

Can Twisted Library be used for a LAN Messenger Development?

I am trying to develop a simple LAN Messenger which discovers other clients on the network and helps communicate with them. Can I use twisted Library to achieve that???
khirod
  • 345
  • 3
  • 6
  • 18
-3
votes
1 answer

How to Connect to SQL Server Programmatically in C#?

I have developed a program (C#) which creates a SQL database using this code: string SQLCreation = "IF NOT EXISTS (SELECT * FROM master..sysdatabases WHERE Name = 'x') CREATE DATABASE x"; SqlConnection PublicSQLDBCreationConnection = new…
BShakiba
  • 13
  • 1
  • 7
-3
votes
1 answer

How can I connect to my server through SSH using only a browser?

I am currently working on a Chromebook (it's the only thing available to me at the time) which is managed and does not have the ability to install Chrome Extensions (such as…
Nolan Carpenter
  • 120
  • 1
  • 9
-3
votes
2 answers

How to do network Ping .NET

I did a small program that ping my entire network, but I think I have a problem because some equipment stop working (it runs every 2 minutes and takes 1 minute to complete the operation), the question is: ¿Is there a better way to do this? Here the…
U. Angel
  • 3
  • 3
-3
votes
2 answers

Can I use lan wire color combination like 1=Light Orange , 2=Orange, 3=Light Blue, 4 and 5 null and 6=Blue?

Can I use lan wire color combination like 1=Light Orange , 2=Orange, 3=Light Blue, 4 and 5 null and 6=Blue intsted of 1=Light Orange , 2=Orange, 3=Light Green, 4 and 5 null and 6=Green in Lan wire connection? Would that work? here is my lan pin…
Dinesh
  • 1
  • 1
-3
votes
1 answer

Raspberry PI multiple LAN netoworks

I'm trying to connect my Raspberry Pi 3 model B to two different LAN networks at the same time. One is connected directly to the raspberry and otherr is connected to usb-ethernet adapter. Both work by them selves correctly, I can acces e.g google…
Ou Tsei
  • 470
  • 7
  • 24
1 2 3
79
80