Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="question" id="net-what-is-ip-address" xml:lang="mr">

  <info>
    <link type="guide" xref="net-general"/>

    <revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>

    <credit type="author">
      <name>Jim Campbell</name>
      <email>jwcampbell@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>IP पत्ता तुमच्या संगणककरिता फोन क्रमांक सारखे असते.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Aniket Deshpande &lt;djaniketster@gmail.com&gt;, 2013; संदिप शेडमाके</mal:name>
      <mal:email>sshedmak@redhat.com</mal:email>
      <mal:years>२०१३.</mal:years>
    </mal:credit>
  </info>

  <title>आयपी पत्ता काय असतो?</title>

  <p>“IP address” stands for <em>Internet Protocol address</em>, and each
  device that is connected to a network (like the internet) has one.</p>

  <p>IP पत्ता फोन क्रमांकासारखेच असते. तुमचे फोन क्रमांक संख्यांची एक एकमेव संच आहे जे तुमचा फोन ओळखते जेणेकरून इतर वापरकर्ते तुम्हाला कॉल करू शकतील. तसेच, IP पत्ता क्रमांकांचा एकमेव संच आहे जे तुमच्या संगणकाला ओळखते जेणेकरून इतर संगणकांकडून डाटा पाठवणे आणि प्राप्त करणे शक्य होऊ शकते.</p>

  <p>सध्या, अनेक IP पत्त्यांमध्ये क्रमांकांचे चार संच समाविष्टीत आहेत, ज्यास पिरिअडतर्फे विभाजीत केले जाते. <code>192.168.1.42</code> हे IP पत्त्यांचे उदाहारण आहे.</p>

  <note style="tip">
    <p>An IP address can either be <em>dynamic</em> or <em>static</em>. Dynamic
    IP addresses are temporarily assigned each time your computer connects to a
    network. Static IP addresses are fixed, and do not change. Dynamic IP
    addresses are more common that static addresses — static addresses are
    typically only used when there is a special need for them, such as in the
    administration of a server.</p>
  </note>

</page>