{"id":90,"date":"2019-07-03T17:00:49","date_gmt":"2019-07-03T14:00:49","guid":{"rendered":"https:\/\/web-mng.iptp.com\/?page_id=90"},"modified":"2026-03-18T06:26:24","modified_gmt":"2026-03-18T03:26:24","slug":"network","status":"publish","type":"page","link":"https:\/\/www.iptp.us\/es_ES\/network\/","title":{"rendered":"Red"},"content":{"rendered":"<p>IPTP Networks ofrece una amplia gama de servicios para la administraci&oacute;n y distribuci&oacute;n de datos, como<a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/\">Acceso a Internet<\/a> y variadas <a href=\"https:\/\/www.iptp.us\/es_ES\/hosting\/\">Soluciones de Hosting<\/a>. <\/p><!-- \r\n<link rel=\"stylesheet\" target=\"_blank\" href=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.css\" \/>\r\n<script src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/jquery-ui.min.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/imgViewer2.js\"><\/script> --><!-- <div class=\"wrap-img zoom-magnify\"> --><div class=\"wrap-img\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"><\/i><\/button><img class=\"img-zooms img-zoom-small lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\/\">\r\n\t\t\t\t<div class=\"zoom-large\" style=\"--background: url('\/map\/')\"><\/div>\r\n\t\t\t<\/div><div class=\"pos-full-width div-toggle-js \" align=\"center\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-close\" aria-hidden=\"true\"><\/i><\/button> <img class=\"img-zoom-large lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\/\">\r\n\t\t\t<\/div><script>\r\n\t\t\t\tjQuery(function($){\r\n\t\t\t\t$(document).ready(function () {\r\n\t\t\t\t\tvar native_width = 0;\r\n\r\n\t\t\t\t\tvar native_height = 0;\r\n\r\n\t\t\t\t\t\/\/Now the mousemove function\r\n\r\n\t\t\t\t\t$(\".zoom-magnify\").mousemove(function (e) {\r\n\t\t\t\t\t\/\/When the user hovers on the image, the script will first calculate\r\n\r\n\t\t\t\t\t\/\/the native dimensions if they don't exist. Only after the native dimensions\r\n\r\n\t\t\t\t\t\/\/are available, the script will show the zoomed version.\r\n\r\n\t\t\t\t\tif (!native_width && !native_height) {\r\n\t\t\t\t\t\t\/\/This will create a new image object with the same image as that in .small\r\n\r\n\t\t\t\t\t\t\/\/We cannot directly get the dimensions from .small because of the\r\n\r\n\t\t\t\t\t\t\/\/width specified to 200px in the html. To get the actual dimensions we have\r\n\r\n\t\t\t\t\t\t\/\/created this image object.\r\n\r\n\t\t\t\t\t\tvar image_object = new Image();\r\n\r\n\t\t\t\t\t\timage_object.src = $(\".img-zoom-small\").attr(\"src\");\r\n\r\n\t\t\t\t\t\t\/\/This code is wrapped in the .load function which is important.\r\n\r\n\t\t\t\t\t\t\/\/width and height of the object would return 0 if accessed before\r\n\r\n\t\t\t\t\t\t\/\/the image gets loaded.\r\n\r\n\t\t\t\t\t\tnative_width = image_object.width;\r\n\r\n\t\t\t\t\t\tnative_height = image_object.height;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\/\/x\/y coordinates of the mouse\r\n\r\n\t\t\t\t\t\t\/\/This is the position of .magnify with respect to the document.\r\n\r\n\t\t\t\t\t\tvar magnify_offset = $(this).offset();\r\n\r\n\t\t\t\t\t\t\/\/We will deduct the positions of .magnify from the mouse positions with\r\n\r\n\t\t\t\t\t\t\/\/respect to the document to get the mouse positions with respect to the\r\n\r\n\t\t\t\t\t\t\/\/container(.magnify)\r\n\r\n\t\t\t\t\t\tvar mx = e.pageX - magnify_offset.left;\r\n\r\n\t\t\t\t\t\tvar my = e.pageY - magnify_offset.top;\r\n\r\n\t\t\t\t\t\t\/\/Finally the code to fade out the glass if the mouse is outside the container\r\n\r\n\t\t\t\t\t\tif (mx < $(this).width() && my < $(this).height() && mx > 0 && my > 0) {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeIn(100);\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeOut(100);\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\tif ($(\".zoom-large\").is(\":visible\")) {\r\n\t\t\t\t\t\t\/\/The background position of .large will be changed according to the position\r\n\r\n\t\t\t\t\t\t\/\/of the mouse over the .small image. So we will get the ratio of the pixel\r\n\r\n\t\t\t\t\t\t\/\/under the mouse pointer with respect to the image and use that to position the\r\n\r\n\t\t\t\t\t\t\/\/large image inside the magnifying glass\r\n\r\n\t\t\t\t\t\tvar rx = Math.round((mx \/ $(\".img-zoom-small\").width()) * native_width - $(\".zoom-large\").width() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar ry = Math.round((my \/ $(\".img-zoom-small\").height()) * native_height - $(\".zoom-large\").height() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar bgp = rx + \"px \" + ry + \"px\";\r\n\r\n\t\t\t\t\t\t\/\/Time to move the magnifying glass with the mouse\r\n\r\n\t\t\t\t\t\tvar px = mx - $(\".zoom-large\").width() \/ 2;\r\n\r\n\t\t\t\t\t\tvar py = my - $(\".zoom-large\").height() \/ 2;\r\n\r\n\t\t\t\t\t\t\/\/Now the glass moves with the mouse\r\n\r\n\t\t\t\t\t\t\/\/The logic is to deduct half of the glass's width and height from the\r\n\r\n\t\t\t\t\t\t\/\/mouse coordinates to place it with its center at the mouse coordinates\r\n\r\n\t\t\t\t\t\t\/\/If you hover on the image now, you should see the magnifying glass in action\r\n\r\n\t\t\t\t\t\t$(\".zoom-large\").css({ left: px, top: py, backgroundPosition: bgp });\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t\t<\/script><div class=\"inner\" style=\"padding-bottom: 30px;\">\n<div class=\"subtitle text-center\"><span>Ubicaciones<\/span><\/div>\n<h2 class=\"text-center mb-0\">Puntos de Presencia de Redes IPTP<\/h2>\n<\/div><div class=\"pop-section\">\n\t\t\t\t\r\n\r\n\r\n\r\n\t<div class=\"load-ajax-69d0d14e00d10\"><\/div>\r\n\r\n\r\n\r\n\n<\/div><p>Puede encontrar las siguientes p&aacute;ginas en esta secci&oacute;n:<\/p><div class=\"mb-5 row row-cols-1 row-cols-sm-2 row-cols-md-4 row-cols-lg-2 row-cols-xl-4\">\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/\" class=\"fw-bold d-block mb-3\">Acceso a Internet<\/a>\n<ul class=\"list-unstyled\">\n<li>\n        <a href=\"https:\/\/www.iptp.us\/es_ES\/business-solutions\/managed-services\/connectivity-services\/\">Servicios de Conectividad<\/a>\n      <\/li>\n<li>\n        <a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/low-latency-routes\/\">Rutas de Baja Latencia<\/a>\n      <\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/ip-transit\/\">IP Transit<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/jumboix\/\"> Intercambio de Internet Jumbo <\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/ix-transit\/\">IX Transit<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/remote-ix\/\">IX Remoto<\/a><\/li>\n<li>\n        <a href=\"https:\/\/www.iptp.us\/es_ES\/direct-connection-to-cloud-providers\/\">Conexi&oacute;n Directa a Proveedores de Nube<\/a>\n      <\/li>\n<\/ul><\/div>\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/es_ES\/hosting\/\" class=\"fw-bold d-block mb-3\">Hosting<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/network\/datacenter-services\/dedicated-hosting\/\">Hosting Dedicado<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/network\/datacenter-services\/colocation\/\">Colocation<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/matrix4\/\">Centro de Datos Matrix 4 (&Aacute;msterdam)<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/k1\/\">Centro de Datos Kermia 1 (Limasol)<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/hosting\/si\/\">Centro de Datos San Isidro (Lima)<\/a><\/li>\n<\/ul><\/div>\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/es_ES\/network\/locations\/\" class=\"fw-bold d-block mb-3\">Ubicaciones<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/americas-wholesale-congress-2024\/\">Las Am&eacute;ricas<\/a><\/li>\n<li>EOMA<\/li>\n<li>Asia-Pac&iacute;fico<\/li>\n<\/ul><\/div>\n<div class=\"col\">\n      <a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/\" class=\"fw-bold d-block mb-3\">IPTP &#24037;&#20855;<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/bandwidth-test\/\">Bandwidth Test<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/best-path\/\">Best Path<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/ip-calculator\/\">IP Calculator<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/lg\/\">Looking Glass<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/es_ES\/iptp-tools\/weathermap\/\">Weathermap<\/a><\/li>\n<\/ul><\/div>\n<\/div><hr>\n","protected":false},"excerpt":{"rendered":"<p>IPTP Networks ofrece una amplia gama de servicios para la administraci\u00f3n y distribuci\u00f3n de datos, como Acceso a Internet  y variadas  Soluciones de Hosting .<\/p>\n<p>Puede encontrar las siguientes p\u00e1gina&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/90"}],"collection":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":503,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/90\/revisions"}],"predecessor-version":[{"id":39193,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/90\/revisions\/39193"}],"wp:attachment":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/media?parent=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}