{"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\/ja\/network\/","title":{"rendered":"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af"},"content":{"rendered":"<p>IPTP Networks&#12399;&#12289;&#24133;&#24195;&#12356;&#12487;&#12540;&#12479;&#31649;&#29702;&#12362;&#12424;&#12403;&#37197;&#20449;&#12469;&#12540;&#12499;&#12473;&#12434;&#25552;&#20379;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#12371;&#12428;&#12395;&#12399;&#12289;&#19968;&#33324;&#30340;&#12394;<a href=\"https:\/\/www.iptp.us\/ja\/internet-access\/\">&#12452;&#12531;&#12479;&#12540;&#12493;&#12483;&#12488;&#12450;&#12463;&#12475;&#12473;<\/a>&#12469;&#12540;&#12499;&#12473;&#12289;&#12373;&#12414;&#12374;&#12414;&#12394;<a href=\"https:\/\/www.iptp.us\/ja\/hosting\/\">&#12507;&#12473;&#12486;&#12451;&#12531;&#12464;&#12477;&#12522;&#12517;&#12540;&#12471;&#12519;&#12531;<\/a>&#12290; <\/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>&#22580;&#25152;<\/span><\/div>\n<h2 class=\"text-center mb-0\">IPTP &#12493;&#12483;&#12488;&#12527;&#12540;&#12463;&#12398; Point of Presence<\/h2>\n<\/div><div class=\"pop-section\">\n\t\t\r\n\r\n\r\n\r\n\t<div class=\"load-ajax-69d0bc6995a57\"><\/div>\r\n\r\n\r\n\r\n\n<\/div><p>&#35443;&#32048;&#12434;&#34920;&#31034;&#12377;&#12427;&#12395;&#12399;&#12289;&#35442;&#24403;&#12377;&#12427;&#12469;&#12540;&#12499;&#12473;&#12434;&#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#65306;<\/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\/ja\/internet-access\/\" class=\"d-block mb-3 fw-bold\">&#12452;&#12531;&#12479;&#12540;&#12493;&#12483;&#12488;<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/ja\/business-solutions\/managed-services\/connectivity-services\/\">&#25509;&#32154;&#12469;&#12540;&#12499;&#12473;<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/internet-access\/low-latency-routes\/\">&#20302;&#12524;&#12452;&#12486;&#12531;&#12471;&#12523;&#12540;&#12488;<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/internet-access\/ip-transit\/\">IP Transit<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/jumboix\/\">Jumbo Internet Exchange<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/internet-access\/ix-transit\/\">IX Transit<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/internet-access\/remote-ix\/\">&#12522;&#12514;&#12540;&#12488;IX<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/direct-connection-to-cloud-providers\/\">&#12463;&#12521;&#12454;&#12489;&#12503;&#12525;&#12496;&#12452;&#12480;&#12408;&#12398;&#30452;&#25509;&#25509;&#32154;<\/a><\/li>\n<\/ul><\/div>\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/ja\/hosting\/\" class=\"d-block mb-3 fw-bold\">&#12507;&#12473;&#12486;&#12451;&#12531;&#12464;<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/ja\/network\/datacenter-services\/dedicated-hosting\/\">&#23554;&#29992;&#12507;&#12473;&#12486;&#12451;&#12531;&#12464;<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/network\/datacenter-services\/colocation\/\">&#12467;&#12525;&#12465;&#12540;&#12471;&#12519;&#12531;<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/matrix4\/\">&#12487;&#12540;&#12479;&#12475;&#12531;&#12479;&#12540;Matrix 4 (&#12450;&#12512;&#12473;&#12486;&#12523;&#12480;&#12512;)<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/k1\/\">&#12487;&#12540;&#12479;&#12475;&#12531;&#12479;&#12540;Kermia 1 (&#12461;&#12503;&#12525;&#12473;)<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/hosting\/si\/\">&#12487;&#12540;&#12479;&#12475;&#12531;&#12479;&#12540;San Isidro (&#12522;&#12510;)<\/a><\/li>\n<\/ul><\/div>\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/ja\/network\/locations\/\" class=\"d-block mb-3 fw-bold\">&#12525;&#12465;&#12540;&#12471;&#12519;&#12531;<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/ja\/americas-wholesale-congress-2024\/\">&#12450;&#12513;&#12522;&#12459;&#22823;&#38520;<\/a><\/li>\n<li>EMEA<\/li>\n<li>&#12450;&#12472;&#12450;<\/li>\n<\/ul><\/div>\n<div class=\"col\">\n    <a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/\" class=\"d-block mb-3 fw-bold\">IPTP &#24037;&#20855;<\/a>\n<ul class=\"list-unstyled\">\n<li><a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/bandwidth-test\/\">Bandwidth Test<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/best-path\/\">Best Path<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/ip-calculator\/\">IP Calculator<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/lg\/\">Looking Glass<\/a><\/li>\n<li><a href=\"https:\/\/www.iptp.us\/ja\/iptp-tools\/weathermap\/\">Weathermap<\/a><\/li>\n<\/ul><\/div>\n<\/div><hr>\n","protected":false},"excerpt":{"rendered":"<p>IPTP Networks\u306f\u3001\u5e45\u5e83\u3044\u30c7\u30fc\u30bf\u7ba1\u7406\u304a\u3088\u3073\u914d\u4fe1\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3001\u4e00\u822c\u7684\u306a \u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u30a2\u30af\u30bb\u30b9 \u30b5\u30fc\u30d3\u30b9\u3001\u3055\u307e\u3056\u307e\u306a \u30db\u30b9\u30c6\u30a3\u30f3\u30b0\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3 \u3002<\/p>\n<p>\u8a73\u7d30\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u8a72\u5f53\u3059\u308b\u30b5\u30fc&#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\/ja\/wp-json\/wp\/v2\/pages\/90"}],"collection":[{"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":503,"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/pages\/90\/revisions"}],"predecessor-version":[{"id":39193,"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/pages\/90\/revisions\/39193"}],"wp:attachment":[{"href":"https:\/\/www.iptp.us\/ja\/wp-json\/wp\/v2\/media?parent=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}