Para entender VBLE, primero, ayuda a entender las tecnologas del Bluetooth y del Bluetooth de baja energa (BLE). Bluetooth es una tecnologa inalmbrica de comunicaciones que se utiliza principalmente para conectar dispositivos entre s a distancias cortas. Por ejemplo, permite la conexin inalmbrica de auriculares, teclados, ratones y sistemas manos libres para comunicarse con telfonos inteligentes y computadoras. Como Bluetooth y Wi-Fi, BLE funciona en la banda de 2,4 GHz y conecta dispositivos para formar una red de rea personal. Sin embargo, BLE utiliza una baja potencia y permanece en modo sueo, a menos que se inicie una conexin.
Bluetooth de baja energa virtual (vBLE) se basa en BLE. Es una tecnologa patentada para servicios en interiores basados en la ubicacin que utiliza balizas virtuales en lugar de balizas fsicas para localizar dispositivos que tienen sensores BLE de forma ms precisa y asequible. vBLE logra hacer esto con una matriz patentada de antenas direccionales de 16 elementos, la cual enva una energa de radiofrecuencia nica en mltiples direcciones. Las seales de vBLE que emanan de un punto de acceso de Bluetooth o Wi-Fi habilitado para vBLE eliminan la necesidad de balizas de BLE de batera y montadas fsicamente en todo un sitio. En cambio, las aplicaciones de servicios de ubicacin utilizan datos recopilados por las balizas de BLE virtualizado y un motor de inteligencia artificial o aprendizaje automtico para calcular las ubicaciones de los dispositivos mviles con un alto grado de precisin.
vBLE supera los desafos de costos y operativos asociados con el despliegue de grandes redes fsicas de BLE. La tecnologa tradicional de balizas requiere la instalacin de grandes volmenes de dispositivos (transmisores) de bateras, las cuales crean las siguientes cargas de TI:
Las balizas de vBLE (verdes) identifican las ubicaciones en el diseo de las instalaciones, lo que permite la funcionalidad de la ubicacin al asociar las ubicaciones con los activos y el personal habilitados para BLE. Al habilitar capacidades de ubicacin altamente precisas y en tiempo real, vBLE mejora la experiencia basada en la ubicacin del usuario.
La matriz de antenas de vBLE de 16 elementos reside en los puntos de acceso de Wi-Fi y Bluetooth de Juniper, lo que proporciona una precisin de la ubicacin del dispositivo o del sensor de menos de tres metros.
La tecnologa vBLE de Juniper est habilitada en nuestros puntos de acceso de Wi-Fi y Bluetooth con una matriz patentada de antenas direccionales de 16 elementos para potenciar los servicios de ubicacin en interiores. Adems, los Servicios de ubicacin en interiores de Juniper aprovechan la tecnologa de la matriz de vBLE y el aprendizaje automtico basado en la nube, ambos de Juniper, para reducir el costo del despliegue y mejorar la precisin de los servicios de ubicacin en interiores, desde orientacin hasta notificaciones de proximidad basadas en la ubicacin.Las empresas pueden involucrar fcilmente a los usuarios mviles sin la necesidad de servicios Wi-Fi ms caros o balizas fsicas de Bluetooth con bateras.
Una baliza de vBLE es una baliza de Bluetooth de baja energa (BLE) representada por software que ayuda a optimizar la precisin del servicio de ubicacin. Con la tecnologa vBLE patentada de Juniper, no se requieren balizas de batera o calibraciones manuales para implementar servicios de ubicacin en interiores. Usted puede desplegar de forma rpida y fcil una cantidad ilimitada de balizas virtuales.
Las balizas de vBLE eliminan la necesidad de instalar balizas fsicas y todos sus requisitos de soporte, incluido el reemplazo de las bateras. Esto permite a las empresas colocar y mover balizas virtuales de forma remota a travs de API programables o de la interfaz de usuario de la nube de Juniper Mist, lo que permite servicios de ubicacin ms precisos y oportunos, al igual que una mejor experiencia del usuario.
vBLE es de sumo inters para empresas que desean implementar el rastreo de activos, desplegar servicios de participacin del usuario y mejorar las experiencias inalmbricas en sus entornos de usuarios y clientes sin el costo adicional y la carga operativa de instalar y mantener balizas de vBLE fijas y alimentadas por bateras.
Juniper ofrece una amplia cartera de puntos de acceso de Wi-Fi y Bluetooth para empresas mediante balizas virtuales de vBLE integradas que permiten el despliegue de servicios de ubicacin en interiores de alta precisin. Las empresas pueden utilizar nuestras soluciones habilitadas para vBLE para involucrar fcilmente a los usuarios mviles sin la necesidad de poner balizas de Bluetooth de batera o tener que hacer evaluaciones del sitio y recalibraciones.
Por ejemplo, los servicios de suscripcin de Visibilidad de los activos y Participacin del usuario de Juniper Mist aprovechan la tecnologa de vBLE, Wi-Fi e inteligencia artificial o aprendizaje automtico para calcular y proporcionar informacin precisa sobre la ubicacin de los dispositivos a herramientas externas y software a travs de API abiertas y programables que son fciles de usar.
Descubra cmo la inteligencia artificial (IA) desempea un papel clave en las redes modernas. Las tecnologas como el aprendizaje automtico (ML) y el aprendizaje profundo (DL) dan lugar a resultados importantes, como menores costos de TI y la entrega de las mejores experiencias posibles de usuario y de TI.
Routing is the mechanism that allows a system to find the network path to another system.A route is a defined pair of addresses which represent the "destination" and a "gateway".The route indicates that when trying to get to the specified destination, send the packets through the specified gateway.There are three types of destinations: individual hosts, subnets, and "default".The "default route" is used if no other routes apply.There are also three types of gateways: individual hosts, interfaces, also called links, and Ethernet hardware (MAC) addresses.Known routes are stored in a routing table.
The first route in this table specifies the default route.When the local system needs to make a connection to a remote host, it checks the routing table to determine if a known path exists.If the remote host matches an entry in the table, the system checks to see if it can connect using the interface specified in that entry.
If the destination does not match an entry, or if all known paths fail, the system uses the entry for the default route.For hosts on a local area network, the Gateway field in the default route is set to the system which has a direct connection to the Internet.When reading this entry, verify that the Flags column indicates that the gateway is usable (UG).
The second route is the localhost route.The interface specified in the Netif column for localhost is lo0, also known as the loopback device.This indicates that all traffic for this destination should be internal, rather than sending it out over the network.
The addresses beginning with 0:e0: are MAC addresses.FreeBSD will automatically identify any hosts, test0 in the example, on the local Ethernet and add a route for that host over the Ethernet interface, re0.This type of route has a timeout, seen in the Expire column, which is used if the host does not respond in a specific amount of time.When this happens, the route to this host will be automatically deleted.These hosts are identified using the Routing Information Protocol (RIP), which calculates routes to local hosts based upon a shortest path determination.
FreeBSD will automatically add subnet routes for the local subnet.In this example, 10.20.30.255 is the broadcast address for the subnet 10.20.30 and example.com is the domain name associated with that subnet.The designation link#1 refers to the first Ethernet card in the machine.
Local network hosts and local subnets have their routes automatically configured by a daemon called routed(8).If it is not running, only routes which are statically defined by the administrator will exist.
A FreeBSD system can be configured as the default gateway, or router, for a network if it is a dual-homed system.A dual-homed system is a host which resides on at least two different networks.Typically, each network is connected to a separate network interface, though IP aliasing can be used to bind multiple addresses, each on a different subnet, to one physical interface.
In order for the system to forward packets between interfaces, FreeBSD must be configured as a router.Internet standards and good engineering practice prevent the FreeBSD Project from enabling this feature by default, but it can be configured to start at boot by adding this line to /etc/rc.conf:
The routing table of a router needs additional routes so it knows how to reach other networks.Routes can be either added manually using static routes or routes can be automatically learned using a routing protocol.Static routes are appropriate for small networks and this section describes how to add a static routing entry for a small network.
For large networks, static routes quickly become unscalable.FreeBSD comes with the standard BSD routing daemon routed(8), which provides the routing protocols RIP, versions 1 and 2, and IRDP.Support for the BGP and OSPF routing protocols can be installed using the net/quagga package or port.
In this scenario, RouterA is a FreeBSD machine that is acting as a router to the rest of the Internet.It has a default route set to 10.0.0.1 which allows it to connect with the outside world.RouterB is already configured to use 192.168.1.1 as its default gateway.
Now, RouterA can reach any host on the 192.168.2.0/24 network.However, the routing information will not persist if the FreeBSD system reboots.If a static route needs to be persistent, add it to /etc/rc.conf:
The static_routes configuration variable is a list of strings separated by a space, where each string references a route name.The variable route_internalnet2 contains the static route for that route name.
There is a system that keeps track of all assigned address spaces and defines their point of connection to the Internet backbone, or the main trunk lines that carry Internet traffic across the country and around the world.Each backbone machine has a copy of a master set of tables, which direct traffic for a particular network to a specific backbone carrier, and from there down the chain of service providers until it reaches a particular network.
d3342ee215