Lan and wifi network

Can I use Wi-Fi and cable (Ethernet) networking at same time?

I am on an intranet that is not connected to the Internet and a Wi-Fi router with connection to the Internet. When I am connected to the wireless network, I can browse the Internet, but I cannot browse my LAN with my Ethernet cable connected. How can I browse the Internet via my Wi-Fi router and at the same time browse my local LAN web application via my connected Ethernet cable?

How do you access «LAN applications»? Could you give us an example of the web address you are using to access them? Could you confirm that when you say «it tries to connect to the internet» you mean that when you try to access a LAN application it somehow tries to look for this application on the internet? How did you configure the network on your computer (both wireless and ethernet)?

@Huygens I use the following address for my LAN web based apps: xxx.xxx.com/weberp. or 10.10.100.3/weberp. And it tries to go to the internet. Both connections are DHCP.

What is nslookup xxx.xxx.com returning for IP on the Wireless and what is it returning on the ethernet LAN? In addition, what is the subnet of your DHCP Wireless LAN and what is the sunet of your DHCP ethernet LAN? Finally, what is the routing table when you are connected to the ethernet LAN ( route -n )?

For what i understand, the wireless and wired are 2 different connections, there should be no problem for your system to resolve local names through your lan interface. Can you provide us some info on your ip addresses / subnet mask? Run the following command on your console and give us the results: ifconfig or ip add Post the results.

3 Answers 3

You sure can. You didn’t specify it, but I’m assuming you get the IP address automatically (via DHCP) both on wireless and wired connection.

Wired Ethernet is faster than wireless, so if there are two ways to get somewhere, wired will takes precedence over Wi-Fi by default. With that said, when you connect to both links, both DHCP servers by default will advertise themselves as the default gateway for all of the traffic.

So now your computer thinks it has two ways to connect to the Internet, and since wired is preferred it’ll send traffic for the Internet via Ethernet. If that’s the case, you would see two gateways for default networks 0.0.0.0 in your routing table, route -n , one with your wireless router as a gateway and one for the wired.

Читайте также:  Mini wifi security cam

But the Metric for the Ethernet gateway would be lower than wireless, so your PC will send the packets there. Now that your Ethernet router gets them, it doesn’t know what to do with them, so it just drops them. The order where you connected first shouldn’t matter.

As far as fixing (this assumes the DHCP case), the correct way would be to tell the LAN router to stop advertising itself as the default gateway. You need to log in to the router and look through settings. If you have no control over the router, you can remove it from your end with:

route del default gw eth.router.ip.address 

Источник

Русские Блоги

Я чувствую, что эти концепции сбивают людей с толку и сбивают с толку. Ниже приводится наиболее распространенный маршрутизатор, объясняющий эти концепции.

LAN

  1. 1 LAN, полное имя — Local Area Network, а на китайском языке —локальная сеть。 Как следует из названия, LAN относится к группе компьютеров, соединенных между собой несколькими компьютерами в определенной области. Обычно в пределах нескольких километров. Локальная сеть может реализовывать такие функции, как управление файлами, совместное использование программного обеспечения, совместное использование принтеров, планирование в рабочих группах, услуги электронной почты и факсимильной связи. Локальная сеть является закрытой и может состоять из двух компьютеров в офисе или из тысяч компьютеров в компании.
  2. 2 Когда дело доходит до маршрутизаторов, наша общая сеть представляет собой сеть LAN, и пользователи общаются и передают файлы в этой сети. Он получает внутренний IP-адрес, а внутренняя часть локальной сети — это коммутатор. Мы можем использовать роутер как обычный коммутатор без подключения к WAN-порту. Часто используемые сценарии LAN: 1. Подключите сетевой кабель компьютера, который необходимо вставить в порт LAN маршрутизатора. 2. Вторичная маршрутизация обычно выполняется от порта LAN вышестоящей маршрутизации.
  3. 3 Как правило, порт LAN маршрутизатора будет отличаться от порта WAN цветом, изображенным на картинке. Как правило, количество портов LAN будет больше, чем портов WAN. END

WAN

  1. 1 WAN, полное название — Wide Area Network, а на китайском — Wide Area Network. WAN — это совокупность компьютерных сетей, охватывающих большие и региональные территории. Обычно в провинциях, городах или даже стране. WAN включает в себя подсети разных размеров.Подсеть может быть локальной или небольшой WAN.
  2. 2 WAN: используется для подключения к внешнему IP-адресу, обычно относящемуся к исходящему, для пересылки IP-пакетов данных из внутреннего интерфейса LAN. В основном каждый маршрутизатор имеет порт WAN, и, конечно, есть особые случаи, такие как маршрутизатор-коты. Сценарии применения WAN: 1. Входящий сетевой кабель от кота нужно воткнуть в WAN порт роутера. 2. Дополнительный маршрутизатор, сетевой кабель верхнего уровня подключен к WAN-порту дополнительного маршрутизатора.
  3. 3 Как правило, маршрутизаторы имеют один порт WAN, а также есть маршруты для нескольких портов WAN. END
Читайте также:  Настройка вайфай от билайна

WLAN

  1. WLAN, полное название Wireless LAN, беспроводная локальная сеть. В отличие от LAN, данные WLAN передаются посредством электромагнитных волн, что обычно называется воздушной передачей. WLAN использует электромагнитные волны для отправки и получения данных в воздухе без необходимости использования кабеля. WLAN использует для связи диапазон частот радиовещания ISM (промышленный, научный, медицинский). Стандарт WLAN 802.11a использует полосу частот 5 ГГц и поддерживает максимальную скорость 54 Мбит / с, тогда как стандарты 802.11b и 802.11g используют полосу частот 2,4 ГГц, которая поддерживает максимальные скорости 11 Мбит / с и 54 Мбит / с соответственно. Последний 11AC неожиданно достиг 1,3 Гбит / с.

WiFi

Wireless Fidelity — это беспроводная локальная сеть, основанная на стандарте IEEE 802.11b, который является просто частью wlan, но с популярностью WiFi многие люди также приравнивают WiFi к WLAN.

Источник

Difference between LAN and Wi-Fi

LAN stands for Local Area Network. It is a type of data communication network that connects computers within small areas like home, office, school, corporation, etc. using a network media. One of the important characteristics of a LAN environment is that all the stations on the network work as peers, which means that any station can initiate the process of data exchange. LAN works over a shared transmission medium like cabling. LAN consists of three important hardware elements –

  • A transmission medium
  • A control mechanism for the transmission over the medium
  • Interface for the network

LAN is typically owned by an organization that uses it. It works best for relatively short distances and at relatively high bit-per-second rates. LANs have been very popular due to the flexibility they provide. The reasonable costing also plays a major role in implementing the networks. There are three basic physical topologies of LAN –

  • Ring – A loop like structure is formed comprising of computers and these cimoputers tak turns for communicating the message.
  • Bus – All devices are linked with a single transmission line by using a cable.
  • Star – All devices are connected to a central piece of hardware known as hub.
Читайте также:  Узнать сохраненный пароль вай фай айфон

Wi-Fi stands for «Wireless Fidelity.» It allows computer and other devices to connect with the Internet in proximity of an access point. It refers to the name of a brand which is licensed by the Wi-Fi Alliance. It denotes and describes the basic technology behind the wireless local area networks which are based on the IEEE 802.11 specifications. The technologies used by Wi-Fi are –

  • Single Carrier Direct Sequence Spread Spectrum Radio Technology
  • Multi-carrier Orthogonal Frequency Division Multiplexing Radio Technology.

Wi-FI working – A Wi-Fi set includes one or more access points and clients. These access points broadcast the network name through packets. These packets are transmitted at a rate of 1 Mbit/s. The receiving client is this facility can communicate at the rate equivalent to at least 1Mbit/s. Transmission in a Wi-Fi takes place in the air, and therefore it possess the same properties as possessed by a non-switched Ethernet network. A wireless LAN is a type of LAN which uses Wi-Fi technology to connect the computers without using cables.

The difference between LAN and Wi-Fi is difficult to determine as WI-Fi falls in the category of wireless LAN.

Comparison between LAN and WIFI:

It is a type of data communication network which is limited in geographic scope. In LAN, the devices communicate over a physical communication channel allowing moderate data rates.

It allows computer and other devices to connect with the Internet in proximity of an access point. It refers to the name of a brand which is licensed by the Wi-Fi Alliance. It denotes and describes the basic technology behind the wireless local area networks which are based on the IEEE 802.11 specifications.

  • Resources like hardware, files and softwares are easily shared
  • Flexibility
  • Security
  • Facility for centralized backups
  • Audit trails
  • Cost accounting
  • No need of wires to connect the devices
  • Easy creation of a mesh Wi-Fi
  • Technology is standardized and thus allows one to connect to the network in any country.

A type of wireless local area network (WLAN) that uses specifications conforming to IEEE 802.11b.

Wired types of LAN require physical cables

No physical cables are required

Wired types uses Ethernet cables and therefore are regarded more reliable

Comparatively less reliable than a wired LAN

Image Courtesy: excellgroup.com, tutorialspoint.com

Источник

Оцените статью
Adblock
detector