~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily

« back to all changes in this revision

Viewing changes to gnome-help/as/net-what-is-ip-address.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<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="as">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="net-general"/>
 
6
 
 
7
    <revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>জিম কেম্পবেল</name>
 
11
      <email its:translate="no">jwcampbell@gmail.com</email>
 
12
    </credit>
 
13
 
 
14
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
15
 
 
16
    <desc>এটা IP ঠিকনা আপোনাৰ কমপিউটাৰৰ বাবে এটা ফোন নম্বৰৰ নিচিনা।</desc>
 
17
  </info>
 
18
 
 
19
  <title>এটা IP ঠিকনা কি?</title>
 
20
 
 
21
  <p>"IP ঠিকনা" ৰ অৰ্থ <em>Internet Protocol address</em>, আৰু এটা নেটৱাৰ্ক (ইন্টাৰনেট) ৰ সৈতে সংযুক্ত প্ৰতিটো ডিভাইচৰ এটা IP আছে।</p>
 
22
 
 
23
  <p>An IP address is similar to your phone number. Your phone number is a
 
24
  unique set of numbers that identifies your phone so that other people can
 
25
  call you. Similarly, an IP address is a unique set of numbers that identifies
 
26
  your computer so that it can send and receive data with other computers.</p>
 
27
 
 
28
  <p>বৰ্তমানে, বেছিৰভাগ IP ঠিকনায় সংখ্যাবোৰৰ চাৰিটা সংহতি অন্তৰ্ভুক্ত কৰে, প্ৰত্যকটো এটা পিৰিয়ড (.) দ্বাৰা পৃথকিত। <code>192.168.1.42</code> এটা IP ঠিকনাৰ উদাহৰণ।</p>
 
29
 
 
30
  <note style="tip">
 
31
    <p>An IP address can either be <em>dynamic</em> or <em>static</em>. Dynamic
 
32
    IP addresses are temporarily assigned each time your computer connects to a
 
33
    network. Static IP addresses are fixed, and do not change. Dynamic IP
 
34
    addresses are more common that static addresses - static addresses are
 
35
    typically only used when there is a special need for them, such as
 
36
    administering a server.</p>
 
37
  </note>
 
38
 
 
39
</page>