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

Creating a program

I want to create a program (in Windows machine) which will display me a window where i can add/remove entries (with 3-4 characteristics such as name , object , time remaining etc.) After that I want to make the time count backwards from 3:40h and…
Jim Noulis
  • 13
  • 3
  • 6
-3
votes
2 answers

JAVA file sending system

I am trying to create a program which could send files to another computer on LAN, there are 10 computers in this LAN so I want to send files to the specific one. how can I do that?
-3
votes
1 answer

Getting multiple IP addresses

I was wanting to assign one computer all the possible ip addresses on a lan so I can kick everybody else off the network and so that nobody else could join. It also needs to be done on a macbook since its on my school network and my school computers…
soulless
  • 17
  • 3
-3
votes
1 answer

internal LAN connectivity without internet

I have a small doubt regarding the LAN as i Havesome pcs in my office i want to connect them internally with the little cable connection but i don't want to use any internet activity from them.(purpose is the share the data internally and no use of…
user3379433
  • 37
  • 4
  • 12
-3
votes
1 answer

How to set up 2 separate VLAN on one switch (HP v1910-48G switch)

I need some advice on how to set up 2 VLAN(on one switch, I have HP v1910-48G switch) that separate broadcast domain and also share a single internet connection. Whilst remaining separate so that the two networks cannot communicate with each other.
NuMeMiie
  • 43
  • 1
  • 6
-4
votes
1 answer

Share Internet from static ip ethernet cable to wifi (Home Gateway)

I have an Ethernet cable coming from the wall with a static IP address for internet access and I am using it for my PC. I have a home gateway (HG532s) with 1x ADSL port and 4x Ethernet ports and WLAN and I can see its SSID from my laptop. I would…
user2768374
  • 199
  • 1
  • 2
  • 8
-4
votes
1 answer

Java and Oscilloscope

I need to access data from an oscilloscope (Tektronix DO4034B) connected to my LAN. The oscilloscope has a web-GUI to perform the functions. My doubt is how I develop a software in Java to perform these same functions in my program, accessing the…
-4
votes
1 answer

Is it possible to create a "LAN" game in Unity3D?

I want to make a simple 2D card game. The game should be multiplayer and lan based. That is user can play the game on lan. Besides they should be able to commuinicate via headphone. So is there any help from unity side for this type of lan game…
user3525222
  • 11
  • 1
  • 2
-7
votes
2 answers

how to share a php/mysql application over lan?

i have php/mysql application.it is running in one computer in xampp server. how do i share it over LAN so that other computers can access it.
1 2 3
79
80