<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Think Network</title>
	<atom:link href="http://www.thefearnetwork.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefearnetwork.com</link>
	<description>computer networking technology</description>
	<lastBuildDate>Sat, 04 Jun 2011 13:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Computer Network Security</title>
		<link>http://www.thefearnetwork.com/computer-network-security/</link>
		<comments>http://www.thefearnetwork.com/computer-network-security/#comments</comments>
		<pubDate>Tue, 31 May 2011 05:37:49 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[dual key]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public private]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=5</guid>
		<description><![CDATA[The computer network security is a key issue to promote the development of trade in all areas. One word &#8216;security&#8217; covers many different aspects, both technical, organizational and legal. Latitude users against security problems is often irrational, which does not help to simplify the discussion. The safety of paying by credit card over the Internet [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The <strong>computer network security</strong> is a key issue to promote the development of trade in all areas. One word &#8216;security&#8217; covers many different aspects, both technical, organizational and legal. Latitude users against security problems is often irrational, which does not help to simplify the discussion. The safety of paying by credit card over the Internet is part of controversial topics. In 1996 our experimental platform Infoway, we asked our 10,000 users to pay a participation fee for access. All means of payment were available on the server from the secure online credit card, send the card number by fax or check. Contrary  to popular belief, approximately 60% of users chose the secure online  payment, 30% and 10% check preferred to send the credit card number by  fax which even provided a PIN! The perception of safety is an important element to consider in developing these systems.</p>
<p style="text-align: justify;">From a technical perspective, safety covers both access to information on workstations, servers and network data transport. In this short paper, we focus on the problems of information security in trade through public or private networks. Internet, the network of networks, is a tool that allows all computers regardless of their type to communicate with each other. Technology (TCP / IP) has simplified the creation of networks, thus reducing the cost of telecommunications. However, the security features are not addressed by this protocol.</p>
<p style="text-align: justify;"><span id="more-5"></span>Securing data is secure:</p>
<ul style="text-align: justify;">
<li style="text-align: justify;">The mutual authentication of correspondents to be sure of his interlocutor</li>
<li>The integrity of transmitted data to be sure they have not been changed accidentally or intentionally.</li>
<li>Confidentiality to prevent data from being read by systems or unauthorized</li>
<li style="text-align: justify;">Non-repudiation to prevent a challenge by the transmitter sending data</li>
</ul>
<p style="text-align: justify;">One way to ensure data security is to physically protect the access to the equipment. It is possible in a room or building. It is impossible when the network is physically extended. For a very long time, researchers have worked on these topics. In all countries, the military has developed techniques to ensure confidentiality. Gradually,  these techniques have become necessary for many economic activities and  their use has spread, fostered by the diffusion of high performance  computing at low prices. Today, a system has emerged in many variants. Is the dual key system, one public and one private, invented in 1977 by three researchers: Rivest, Shamir and Adleman.</p>
<p style="text-align: justify;">To understand</p>
<p>To understand just the dual-key, just know that only one key code can decode the other and vice verse.</p>
<p style="text-align: justify;">Knowing one key does not help find another. The mathematical theory of asymmetric encryption is quite simple since it is now taught in classes of higher mathematics. System  security is based on the computation time required for significant most  powerful machines to find the prime factors of numbers of several  hundred digits. The  keys typically used include 1024 or 2048 bits, which guarantees the  inviolability principle, at least in the present state of mathematical  knowledge.</p>
<p style="text-align: justify;">Most cards that are used to ensure the security functions operate on the principle of dual-key system. Each  map contains in its memory the 2 keys, one public freely read by  computer applications, one private that can not be used until the supply  of the 4-digit PIN of the user.</p>
<p style="text-align: justify;">Let&#8217;s see how the security functions are performed by this technique.<br />
Users have access to a directory of public keys of their correspondents.<br />
All operations described below are performed automatically by programs.</p>
<p style="text-align: justify;">Authentication is simply to ask the user&#8217;s machine to encode a word chosen at random with his private key. If  the decoding with the public key renders the word, is &#8220;sure&#8221; that this  is the right card pair (private key) and a good user (4 digit code)  which led to this operation. Note the importance of keeping the card in a safe place and keep the 4-digit confidential.</p>
<p style="text-align: justify;">Data integrity is achieved by the automatic addition of a message derived from the data sent. This message is encoded with the private key of the issuer. The receiver decodes the message with the sender&#8217;s public key available in the directory. Any change intentional or accidental data or message integrity is detected by the message recipient.</p>
<p style="text-align: justify;">Confidentiality is achieved by encrypting the entire message with the recipient&#8217;s public key. He alone can decode the message with his private key after providing the 4-digit code.</p>
<p style="text-align: justify;">Non-repudiation is guaranteed by requiring the issuer to sign with its private key. He alone can do and all recipients can verify with his public key.</p>
<p style="text-align: justify;">This system is very simple in principle, is complicated quickly.</p>
<ul style="text-align: justify;">
<li style="text-align: justify;"> How to deal with multiple recipients? In  fact, for this reason and for reasons of performance, is encoded with  the public key and private key simpler (40 or 56 bits) used to encode  the message and is used only once.</li>
<li style="text-align: justify;">How can I be sure that the public key was not changed by an intermediary? Just ask the CA whose public key is known to sign with its private key. Everyone will then verify the integrity of the key.</li>
<li style="text-align: justify;">What happens if there are several certification authorities?</li>
<li style="text-align: justify;">If a card is stolen or lost, how to revoke the public key?</li>
<li style="text-align: justify;">How to limit the lifespan of certification for security reasons?</li>
</ul>
<p style="text-align: justify;">To  respond adequately to all these questions, we must establish an  organization to manage security which naturally raises new security  problems. It  is especially important that the devices are proportionate to the  issues to avoid the temptation to hire only very safe, whose door is  always open.</p>
<p style="text-align: justify;">This  brief overview of issues related to computer network security shows  that technology now allow known and controlled to ensure secure  transmission of information on public or private infrastructures. But to succeed, we must also win the confidence of users. Internet as in the city, rumors spread relayed by unsuspecting users or ignorant. The example of false &#8220;virus alerts&#8221; is well known. The use of these devices introduces security constraints. These will only be accepted if they are understood and proportionate to the issues while remaining simple to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/computer-network-security/feed/</wfw:commentRss>
		<slash:comments>616</slash:comments>
		</item>
		<item>
		<title>Giant Microsoft Will Buy the Phone Service Skype for $ 8.5 Billion U.S.</title>
		<link>http://www.thefearnetwork.com/giant-microsoft-will-buy-the-phone-service-skype-for-8-5-billion-u-s/</link>
		<comments>http://www.thefearnetwork.com/giant-microsoft-will-buy-the-phone-service-skype-for-8-5-billion-u-s/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:09:58 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=71</guid>
		<description><![CDATA[Software giant Microsoft has announced today that it agreed to buy the online telephony service Skype for $ 8.5 billion $ U.S., its largest acquisition in 36 years of history. The acquisition of Skype would offer Microsoft a potentially valuable tool for communication while the firm tries to increase its presence on the Internet and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Software  giant Microsoft has announced today that it agreed to buy the online  telephony service Skype for $ 8.5 billion $ U.S., its largest  acquisition in 36 years of history.</p>
<p style="text-align: justify;">The  acquisition of Skype would offer Microsoft a potentially valuable tool  for communication while the firm tries to increase its presence on the  Internet and the smart phone market.</p>
<p style="text-align: justify;">Skype is particularly held by the website and eBay auction fund Silver Lake. The service has 663 million users worldwide.</p>
<p style="text-align: justify;">Microsoft wants to marry the functions of Skype with its Xbox game console, the mail program Outlook and Windows smartphones.</p>
<p style="text-align: justify;">About 170 million people use Skype&#8217;s services each month. They spent over 207 billion minutes of voice and video communications in 2010.</p>
<p style="text-align: justify;">Entrepreneurs  Niklas Zennstrom and Janus Friis, who started the company in 2003, have  struggled to make their business profitable since most people use Skype  calling services for free. Approximately 8.8 million customers per month, only 5 percent of the total number of users pay for services.</p>
<p style="text-align: justify;">The group would have lost $ 7 million last year for a turnover of U.S. $ 860 million. End of 2010, its long-term debt was U.S. $ 544 million.</p>
<p style="text-align: justify;">The current CEO of Skype Tony Bates retain the head of the company.</p>
<p style="text-align: justify;">Microsoft  makes its biggest acquisition so, after the takeover in 2007 of  technology providers for digital marketing Aquantive approximately U.S. $  6 billion.</p>
<p style="text-align: justify;">The site eBay acquired Skype in 2005 for U.S. $ 2.6 billion, but he never managed to combine phone service and bids.</p>
<p style="text-align: justify;">He  had sold 70 percent of its shares to an investor group led by Silver  Lake funds Horowitz and Andreessen to U.S. $ 2 billion 18 months ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/giant-microsoft-will-buy-the-phone-service-skype-for-8-5-billion-u-s/feed/</wfw:commentRss>
		<slash:comments>1172</slash:comments>
		</item>
		<item>
		<title>Wi-Fi Is It Dangerous to The Health of Children?</title>
		<link>http://www.thefearnetwork.com/wi-fi-is-it-dangerous-to-the-health-of-children/</link>
		<comments>http://www.thefearnetwork.com/wi-fi-is-it-dangerous-to-the-health-of-children/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 12:52:27 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Wi-Fi Technology]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wifi dangerous]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=11</guid>
		<description><![CDATA[This topic is not directly subject to the site. However, I am asked more often the question: Wi-Fi or mobile phone are dangerous to health especially children? So I decided to address this issue by providing the scientific facts that will help you form an opinion. It is impossible to prove that a particular product [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This topic is not directly subject to the site. However, I am asked more often the question: Wi-Fi or mobile phone are dangerous to health especially children?</p>
<p style="text-align: justify;">So I decided to address this issue by providing the scientific facts that will help you form an opinion. It is impossible to prove that a particular product is not dangerous. However, it is possible to measure the effects and to deduce levels of risk.</p>
<p style="text-align: justify;">The common feature of Wi-Fi or mobile phone is to receive and emit radio waves. This is not new since radio, television and most telecommunications systems use these waves for a hundred years. What is new is the proliferation of these devices that are installed by tens of millions of users nearby. To  assess the level of dangerousness, we must understand the nature of  radio waves or radio frequency (RF) and their action on the human body.</p>
<p style="text-align: justify;">Small breviary radio waves or radio frequency (RF)</p>
<p style="text-align: justify;">Radio waves or radio frequency (RF) are created by the movement of electrical charges in antennas. These waves consist of an electric field and magnetic fields that radiate into space from the antenna. Their propagation speed is the speed of light. What  differentiates the waves is their frequency-the number of cycles per  second wave-which we can deduce the wavelength of the light-speed  divided by frequency, which is the distance traveled by a wave. Frequency expressed in Hz (hertz), kHz, MHz (1 million) or GHz (one billion). To  give current values, the frequencies of FM radio stations are between  88 and 108 MHz, television between 300 and 600 MHz, the mobile phone 900  or 1800 MHz and 2400 MHz Wi-Fi (2.4GHz).</p>
<p style="text-align: justify;"><span id="more-11"></span>What are the biological effects of radio waves?</p>
<p style="text-align: justify;">Do  not confuse the effects of radio waves with those of ionizing  electromagnetic radiation such as ultraviolet, X-rays or gamma rays. Ionizing radiation is produced by photons of high energies, about millions or billions of times more than those of radio waves. Such  radiation can extract electrons from atoms or molecules and cause  permanent damage to biological tissues such as DNA which can cause  cancers.</p>
<p style="text-align: justify;">In contrast, the photon energy of radio waves is not sufficient to ionize the atoms or molecules of biological tissues. Other types of non-ionizing radiation is the infrared (heat) and visible light (fortunately). The only effect of these radio waves is a warm body on the cross. It&#8217;s that heat that is used in microwave ovens for cooking. To  date, the only health effect of RF fields established in scientific  studies has been an increase in body temperature (&gt; 1 ° C) when  exposed to fields of high intensity that can only be found in industry, as with high frequency heating systems for example.</p>
<p style="text-align: justify;">Levels  of RF exposure from mobile stations of wireless networks are so low  that the temperature increase is insignificant and has no effect on  human health. You have to give some figures. The power of a base station Wi-Fi is limited to 0.1 Watt and that of a mobile phone at 2 Watts. A tiny fraction of this power is absorbed by the body. In  comparison, microwave ovens operating in the same frequency band as  Wi-Fi have powers from 500 to 1000 Watts or 5000 to 10 000 times more  than Wi-Fi transmitter While radio waves Ovens Microwaves are theoretically confined but after a few years, there must be lots of leaks.</p>
<p style="text-align: justify;">In  fact, at levels similar RF exposure, the body absorbs five times more  signals from FM radio and television stations as telephone or wireless  is because the radio frequencies FM  (around 100 MHz) and TV (around 400 MHz) are lower than those of mobile  phones (900 MHz and 1800 MHz) and because the size of the human being  is an efficient antenna reception at these frequencies. In  addition, the stations broadcast radio and television work for at least  50 years of power much greater (from 10 kW to 2000 kW for the issuer to  allocate France Inter in Big Waves) without its we have found adverse effects on the health of nearby populations.</p>
<p style="text-align: justify;">Basically, except for an increase unmeasurable tissue temperature, there are no other known effects. Proximity to a laptop that gives off heat to cool the microprocessor is much more noticeable.</p>
<p style="text-align: justify;">What should we think of all the alarmist news circulating on the subject?</p>
<p style="text-align: justify;">As always we must ask the question where do the information. The  political supporters of the precautionary principle misunderstood he  must be afraid of any of his shadow-react more to please a customer than  on scientific studies. However,  we often see studies that find that in a particular subset of the  population, the rate of a given disease is above average. This is normal and it means that another subset rate is below average. Compared to an average, regardless of the subset, we will always find a gap. The real questions begin:</p>
<ul>
<li style="text-align: justify;">Does this difference is significant or is it a coincidence? It&#8217;s a bit more complicated to calculate a simple count.</li>
<li style="text-align: justify;">Y there a cause and effect? A correlation does not imply a causal relationship.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/wi-fi-is-it-dangerous-to-the-health-of-children/feed/</wfw:commentRss>
		<slash:comments>880</slash:comments>
		</item>
		<item>
		<title>Intranet: For What Services?</title>
		<link>http://www.thefearnetwork.com/intranet-for-what-services/</link>
		<comments>http://www.thefearnetwork.com/intranet-for-what-services/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 08:47:00 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Intranet]]></category>
		<category><![CDATA[access corporate data]]></category>
		<category><![CDATA[access public internet]]></category>
		<category><![CDATA[public internet]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=34</guid>
		<description><![CDATA[The introduction of the Intranet within the company allows both to install new applications quickly and increase the capabilities of existing applications by making them communicate. The new possibilities offered by the intranet within the company are many. Improving communication, the sharing of geographically dispersed resources to accomplish a task, the possibility of combining both [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The  introduction of the <strong>Intranet</strong> within the company allows both to install  new applications quickly and increase the capabilities of existing  applications by making them communicate. The new possibilities offered by the intranet within the company are many. Improving  communication, the sharing of geographically dispersed resources to  accomplish a task, the possibility of combining both a local presence by  taking advantage of access to global expertise of the company, the  creation of virtual  teams without increasing overheads, the ability to provide service 24  hours a day 24 a new beginning each time in the world.</p>
<p style="text-align: justify;">The  first services to implement an Intranet are naturally those who have  made the success of the <strong>public Internet</strong> and the first email. A recent survey by Gartner Group survey of 500 companies provided the top 5 applications Intranet:</p>
<ol style="text-align: justify;">
<li> Email</li>
<li>Access to <strong>public Internet </strong></li>
<li>Access to corporate data</li>
<li>The distribution and publication of information</li>
<li>Records management.</li>
</ol>
<p style="text-align: justify;">The  installation of an e-mail or connecting the local mail with the rest of  the world via the Internet is the operation priority. The savings are immediate. An electronic message is from three to ten times cheaper than a fax in the distance. Its asynchronous nature, email adapts to jetlag. Attachments of all types reduce photocopying and allow modification and reuse of materials. One constraint: it must be used personally.</p>
<p style="text-align: justify;">The  establishment of an intranet with email is inseparable from the  constitution and the provision of all a business directory that  maintains information about employees, services or applications  available and the controls of access. Such directory services are available on the network. Users will find information such as phone numbers and email addresses. Administrators manage access to services, applications also have direct access to this information. These directories, when they existed, were closed and proprietary. A recent standard (LDAP) directory will allow them to communicate and to exchange electronic business cards.</p>
<p style="text-align: justify;"><span id="more-34"></span>Access  to the public Internet is the second feature that attracts businesses,  either to disseminate information, exchange with customers and suppliers  or sell. The presence on the Internet is virtually free media. Same individuals do not hesitate to publish their &#8220;home page&#8221;. The PC that is on my desk contains a small web server available worldwide. Internet  therefore provides all businesses, regardless of their size, the same  visibility in the global market of millions of Internet users. The  fierce competition between the dwarf and giant Netscape Microsoft for  dominance of &#8220;Browsers&#8221; Internet would not have been possible without  the existence of the Internet as an information and as a distribution  channel. Manage the editorial content of these servers is a difficulty not to be underestimated. I will not detail aspects of electronic commerce that are covered in another article in this issue Internet.</p>
<p style="text-align: justify;">Access to corporate data is the third function of an intranet. For thirty years, companies have accumulated data vital to their operation. But each system and each technology has generated few blocks communicating with each other. Access to this information and any change is wired complex. Intranet technologies provide global interconnection. All users can access all applications if there are of course allowed. Technical constraints disappear. This  interconnection allows the creation of virtual work groups (groupware)  that evolve naturally and disappear depending on the life of the  company. The  data can then circulate and dynamic routing, orchestrated by workflow  technologies, which adapt in real time to changes in the structure and  procedures of the company.</p>
<p style="text-align: justify;">The distribution and publication of information, records management functions are provided at low cost by the Intranet. In these areas, the savings are often difficult to quantify in front of some costs. Many companies (we belonged) had been reluctant to implement such services. With  Intranet technologies, information that mostly already exist in  electronic form can be made readily available to the community by the  producers themselves. The distribution costs disappear. If the information is not yet in electronic format conversion operations, however, can still constitute a major obstacle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/intranet-for-what-services/feed/</wfw:commentRss>
		<slash:comments>398</slash:comments>
		</item>
		<item>
		<title>Understanding IPv6</title>
		<link>http://www.thefearnetwork.com/understanding-ipv6/</link>
		<comments>http://www.thefearnetwork.com/understanding-ipv6/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 11:41:16 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Network Guide]]></category>
		<category><![CDATA[ipv6 addresses]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network interfaces]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=23</guid>
		<description><![CDATA[An IPv6 address is much longer than IPv4 address. This is one reason to use the new protocol. The number of addresses is virtually infinite. Each machine (node ​​in IPv6 terminology) connected to the network can use a global IPv6 address or addresses. No more complications NAT and port forwarding. Again all the machines can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">An IPv6 address is much longer than IPv4 address. This is one reason to use the new protocol. The number of addresses is virtually infinite. Each machine (node ​​in IPv6 terminology) connected to the network can use a global <strong>IPv6 address</strong> or addresses. No more complications NAT and port forwarding. Again all the machines can communicate directly.</p>
<p style="text-align: justify;">An  IPv6 address is represented by 128 bits (32 in IPv4) that is written in  8 suites with 4 hexadecimal characters (0-9, af) separated by colons:</p>
<p style="text-align: justify;">2a01: 05d8: 52eb: be1d: F053: 2abf: ef7d: 6c89</p>
<p style="text-align: justify;">The notation of IPv6 addresses</p>
<p style="text-align: justify;">The notation has 39 characters. It can be simplified by removing the leading zeros and replacing a sequence of zero. The following addresses are all equivalent.</p>
<p style="text-align: justify;">2001:0 db8: ab 0000:0000:0000:0000:1428:57<br />
2001:0 db8: 0000:0000:0000:: 1428:57 ab<br />
2001:0 db8: ab 0:0:0:0:1428:57<br />
2001:0 db8: 0:0:: 1428:57 ab<br />
2001:0 db8:: 1428:57 ab<br />
2001: db8:: 1428:57 ab</p>
<p style="text-align: justify;">Addresses 2001: db8:: / 32 as above are used for examples and are not routed.<br />
URL notation</p>
<p style="text-align: justify;">IPv6 addresses in URLs are written in [] that adds a port number if necessary.</p>
<p style="text-align: justify;">http:// [2a01: 5d8: 52eb: be1d: F053: 2abf: ef7d: 6c89]: 81 /</p>
<p style="text-align: justify;">Scoring Network</p>
<p style="text-align: justify;">This is the CIDR format that is used in IPv6. It shows the number of bits that are identical in all places of the network. Example<br />
2a01: 5d8: 52eb:: / 48 represents the network address range from which<br />
2a01: 5d8: 52eb: 0:0:0:0:0 to<br />
2a01: 5d8: 52eb: ffff: ffff: ffff: ffff: ffff</p>
<p style="text-align: justify;">This is different from the concept of class used in IPv4. The goal is to simplify the routing tables.</p>
<p style="text-align: justify;"><span id="more-23"></span>Address Types</p>
<p style="text-align: justify;">There are 3 types of addresses that are identified by their bits</p>
<p style="text-align: justify;">Multicast<br />
ff00:: / 8 This prefix denotes a set of addresses within the network and the packets are sent to every address in this network<br />
Anycast<br />
The hotel is designed for routers, is not unique and the packet is sent to the interface in principle earlier. Nothing distinguishes them from unicast addresses<br />
Unicast: packets are sent to the designated address is that of a network interface. Unicast address types are distributed as follows<br />
link-local addresses [link local]<br />
:: 1 / 128 is the local loopback address [localhost] equivalent to 127.0.0.1 in IPv4<br />
fe80:: / 10 prefix is ​​the local network. These addresses enable communication between nodes on the LAN. The mask IPv4 is useless.<br />
Global Address<br />
The Internet addresses are identified by IPv6 2000:: / 3. They begin every 2 or 3. For  simplicity, the address is split into 2 parts: 64 bits for the address  on the local link and 64-bit address whose first 48 are assigned to the  ISP and the next 16 to address subnets.</p>
<p style="text-align: justify;">The routing is simple since the IPv6 address contains the routing address.<br />
The same physical network interface may receive multiple IPv6 addresses. To eliminate ambiguity, iface% is added at the end of the IPv6 address. Windows is a number iface%% 1,% 2 &#8230; Linux is often a name like eth0%.<br />
Autoconfiguration of IPv6 addresses</p>
<p style="text-align: justify;">The  mechanism of IPv6 stateless auto-configuration external site [stateless  autoconfiguration] addresses is a considerable simplification compared  to IPv4. Each  node builds its or its IPv6 addresses without prior configuration,  without additional server (DHCP over!) And virtually no configuration of  routers.<br />
Each  node for each network interface built an IPv6 address by combining  locally available information (64-bit below) and the global network  address provided by the router (64-bit high). If there is no router, the machine built only a link local address.</p>
<p style="text-align: justify;">It is the IEEE EUI-64 is usually used to build the 64-bit down from a 48-bit MAC address. Is interposed between the 24 bits (vendor identification) and 24 bits (the serial number of equipment) the 16 bits FFFE.<br />
For  example, a network interface with MAC address 00-50-56-C0-00-08  automatically assign itself a link-local address fe80:: 250:56 ff: fec0:  8<br />
IPv6 network tools</p>
<p style="text-align: justify;">Windows or Ubuntu, use ping6 instead of ping and tracert tracert6 instead of the traceroute.</p>
<p style="text-align: justify;">To install IPv6 in Windows XP, type in a command window<br />
ipv6 install<br />
then<br />
ipv6 if<br />
to see the list of interfaces<br />
DNS [Domain Name System]</p>
<p style="text-align: justify;">It is simply an extension of IPv4 DNS. DNS must provide IPv4 and IPv6, it is interrogated in IPv4 or IPv6.<br />
IPv6 addresses are listed in records of type AAAA (type A for IPv4).</p>
<p style="text-align: justify;">A special domain name IP6. ARPA is used to find the name of a field from the IPv6 address. It&#8217;s the equivalent of field-ADDR.ARPA for IPv4 addresses used.<br />
For example recording the address 2a01: 05d8: 52eb: be1d: F053: 2abf: ef7d: 6c89 becomes<br />
9.8.c.6.d.7.fefba2.3.5.0.fd1.ebbe2.5.8.d.5.0.1.0.a.2.IP6.ARPA.</p>
<p style="text-align: justify;">The transition to IPv6</p>
<p style="text-align: justify;">IPv4 and IPv6 systems are not compatible. They must be able to coexist for a long period. Several mechanisms are used</p>
<p style="text-align: justify;">Double Stack [dual stack]<br />
It&#8217;s like the gradual transition from COM1 and LPT1 to USB ports on PCs. The chosen solution is the coexistence. Each network interface supports IPv4 and IPv6.<br />
6to4<br />
This method of transmitting IPv6 packets using IPv4 networks.<br />
We  start by assigning IPv6 addresses to every IPv4 global address using  the prefix 2002:: / 16 and by concatenating the 32 bit IPv4 address.<br />
The network prefix is ​​the 194.2.94.9 address 2002: C202: 5e09: / 48<br />
It is then possible to send 280 knots behind each IPv4 address. Then  IPv6 packets are encapsulated in IPv4 packets and then transmitted to  routers that interface between IPv6 and IPv4 networks.</p>
<p style="text-align: justify;">Benefits of IPv6</p>
<p style="text-align: justify;">An almost infinite number of global IP addresses: the main advantage, which led him to migrate. This is necessary for new applications such as mobility. The complexity of systems like NAT will disappear.</p>
<p style="text-align: justify;">The  stateless autoconfiguration of IPv6 addresses: configuration issues  that complicate the deployment of IPv4 networks disappear. Each machine computes its local link address of the router and gets the parameters of the global network layer.</p>
<p style="text-align: justify;">The  fixed addresses on the local network: interfaces IPv6 link-local  addresses have fixed that never change and more global addresses used by  applications. This simplifies the design of protocols and routing configuration.</p>
<p style="text-align: justify;">Multicast: Multicast is integrated as standard in the base protocol.</p>
<p style="text-align: justify;">Jumbograms: IPv4 packets are limited to 64 K. This limit is 4 GB in IPv6 when link quality permits.</p>
<p style="text-align: justify;">Simplification  of routing: routing tables small and no error checking at the headers  of packets should reduce the transit time of packets in routers.</p>
<p style="text-align: justify;">Security  at the Network Layer: IPsec layer security (authentication and  encryption) between routers is included in the basic protocol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/understanding-ipv6/feed/</wfw:commentRss>
		<slash:comments>587</slash:comments>
		</item>
		<item>
		<title>Should We Move to IPv6 Now?</title>
		<link>http://www.thefearnetwork.com/should-we-move-to-ipv6-now/</link>
		<comments>http://www.thefearnetwork.com/should-we-move-to-ipv6-now/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 10:53:33 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Network Guide]]></category>
		<category><![CDATA[IPv4 protocol]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=16</guid>
		<description><![CDATA[A short guide to understanding IPv6 Since January 2008 Free has deployed IPv6 in its offer public. It is the culmination of a long walk. The project IPv6 [Internet Protocol version 6] was launched in 1990 and adopted as standard by the IETF to replace IPv4 in 1998. Today the Internet works primarily with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A short guide to understanding <strong>IPv6</strong></p>
<p style="text-align: justify;">Since January 2008 Free has deployed <strong>IPv6</strong> in its offer public. It is the culmination of a long walk. The project IPv6 [Internet Protocol version 6] was launched in 1990 and adopted as standard by the IETF to replace IPv4 in 1998.</p>
<p style="text-align: justify;">Today the Internet works primarily with the IPv4 protocol, which has more than twenty years of age. IPv4 has the fantastic growth of the Internet with a few modifications like NAT. In  2008, the 4 billion of public IPv4 addresses are nearly all  attributed as the number of devices connected to the Internet in  particular mobile phones is growing strongly. The transition to <strong>IPv6</strong> that provides virtually unlimited address space (1038) is inevitable. IPv6 also brings benefits such as improved routing performance and simplifying the auto network configuration. However, <strong>IPv6</strong> is not compatible with IPv4. He has to manage a transition, which is never easy. The  aim of this paper is to serve as a practical guide to become familiar  with <strong>IPv6</strong> at home, not to replace the reference document or external  website to thousands of articles that detail the characteristics of this  protocol.</p>
<p style="text-align: justify;">How to switch to <strong>IPv6</strong> at home</p>
<p style="text-align: justify;">You need a Free unbundled access. In the management interface of the Freebox, check IPv6 Support and restart the Freebox.</p>
<p style="text-align: justify;">If you have an Ubuntu Linux machine, there is nothing to do. IPv6 is enabled by default.  Windows  XP SP2, you must first install protocol &#8220;Microsoft TCP / IP version 6&#8243;  over the &#8220;Internet Protocol (TCP / IP) that supports IPv4 (type ipv6  install in a command window).<br />
Windows Vista, IPv6 is enabled by default.</p>
<p style="text-align: justify;">IPv6 addresses are assigned automatically. In fact, you keep your IPv4 addresses that coexist side by side, with <strong>IPv6 addresses</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/should-we-move-to-ipv6-now/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>IP Telephony, How Does It Work?</title>
		<link>http://www.thefearnetwork.com/ip-telephony-how-does-it-work/</link>
		<comments>http://www.thefearnetwork.com/ip-telephony-how-does-it-work/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 04:38:11 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[IP telephony]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[transmit voice]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=30</guid>
		<description><![CDATA[First a brief return to traditional telephony. The positions of traditional phones are connected directly to the public for private branch exchanges or PBXs through in business. It provides for the exchange line during the unit&#8217;s power. The transmitted signal is an analog signal. The public switches are interconnected by specialized networks for voice transmission. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">First a brief return to traditional telephony. The  positions of traditional phones are connected directly to the public  for private branch exchanges or PBXs through in business. It provides for the exchange line during the unit&#8217;s power. The transmitted signal is an analog signal.</p>
<p style="text-align: justify;">The public switches are interconnected by specialized networks for voice transmission. The telephone number corresponds physically to a telephone line on the switch designated. To  make a call, it is necessary to establish a connection, a circuit  between the calling line and the line drawn through these exchanges. Fifty years ago, these switches were made with extraordinarily large complex electromechanical systems. It had huge rooms to install them. In the early 1970s, these systems have gradually been replaced by computers. The  size and price of the systems decreased significantly, but the telecoms  engineers have questioned the system architecture which has remained  the same. Most technical advances have been made between the PBX, the interface of the subscriber line remained the same.</p>
<p style="text-align: justify;"><strong>IP telephony</strong> is a set of telephone functions using the IP to transmit voice and manage phone functions. voice, digitized and compressed, is transmitted as packets routed in the same manner as data packets. So there is more switching circuits is the standard feature of Internet routing is used.</p>
<p style="text-align: justify;">Netmeeting was one of the first applications to transmit voice over IP. He had a PC connected to the Internet to digitize voice and send it. The result was not famous. The  sound settings were delicate and the latency (time forwarding packets)  added to the time compression of voice, did not allow a natural  conversation. With the advent of ADSL and computers 20 times faster, the situation has changed. Skype, released in September 2003, was the first <strong>VoIP</strong> software to make usable. The system is owned and unfortunately his phone features are limited. It does so between 2 PCs equipped with Skype. In  early 2004, Skype has introduced the function and conference since July  2004, Skype offers a paid service to call or be called by landlines.</p>
<p style="text-align: justify;">To aspire to replace fixed telephony, it takes a whole lot more advanced features. NetMeeting uses the H.323 standard developed by ITU-T, who copied the principles of traditional telephony.<br />
A new protocol, much better suited to the Internet was developed by the IETF SIP. It is this protocol that will enable the development of telephony features. It also helps develop &#8220;<strong>SIP phones</strong>&#8221; that allow you to connect directly to the Internet by way of PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/ip-telephony-how-does-it-work/feed/</wfw:commentRss>
		<slash:comments>250</slash:comments>
		</item>
		<item>
		<title>A PC In Your Pocket or How Many Use The Mobile Internet</title>
		<link>http://www.thefearnetwork.com/a-pc-in-your-pocket-or-how-many-use-the-mobile-internet/</link>
		<comments>http://www.thefearnetwork.com/a-pc-in-your-pocket-or-how-many-use-the-mobile-internet/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 03:22:23 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile Internet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=65</guid>
		<description><![CDATA[It is now possible to work in the street with a mobile phone almost like home or office with a PC. You can use these new mobile phones called smartphones without paying much, without managing duplicated emails, contacts, calendar etc. .. or without synchronizing data with a still camera. The aim of this paper is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It is now possible to work in the street with a mobile phone almost like home or office with a PC. You  can use these new mobile phones called smartphones without paying much,  without managing duplicated emails, contacts, calendar etc. .. or without synchronizing data with a still camera.</p>
<p style="text-align: justify;">The  aim of this paper is to first provide some guiding principles to use  and very practical advice to make best use these new phones.</p>
<p style="text-align: justify;">The mobile phone: how does it work?</p>
<p style="text-align: justify;">I started with a mobile phone in 1985 with the analog system Radiocomm 2000. It was a classic radio transceiver. The voice quality was very poor, the time of establishment of a communication very long, expensive pricing. The number of users was limited by a small number of frequencies available.</p>
<p style="text-align: justify;">Digital mobile telephony began in the early 1990s in Europe with the advent of GSM (Global System for Mobile). The system transmits voice and text messages (SMS) to digital. The sound quality has become convenient. The set-up is a few seconds. The  problem has been fixed frequency by the juxtaposition of cells of  varying sizes that allow hundreds of simultaneous calls per cell. The price of equipment has become very cheap as and when increasing the number of units sold. It remains the cost of communications, still too high in France because of an oligopoly. The arrival in early 2010 for Free in this landscape will perhaps shake the status quo.</p>
<p style="text-align: justify;">The  deployment of the Internet has led to a request for access by mobile  phones, not just to provide the necessary speed, the voice channel is  limited to ten kbps We remember the flop of WAP and dashed hopes to UMTS. Today  most &#8220;Smartphones&#8221; are compatible GSM, GPRS (30-40 kbps), EDGE (80-115  kbps) and HSDPA (7.2 Mbit / s downstream and 128Kbit / s upstream) . The  type of active connection (switching is automatic) is usually indicated  on your phone (E for EDGE, HSDPA H, etc. ..) and varies depending on  where you are. In  addition to these mobile networks, your phone can connect to the  Internet via Wi-Fi and has a Bluetooth wireless connection to connect to  a headset or stationary equipment such as a PC. It is also generally possible to connect via USB to a PC to exchange files or recharge the battery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/a-pc-in-your-pocket-or-how-many-use-the-mobile-internet/feed/</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
		<item>
		<title>What Are the Reasons For The Success of The Internet?</title>
		<link>http://www.thefearnetwork.com/what-are-the-reasons-for-the-success-of-the-internet/</link>
		<comments>http://www.thefearnetwork.com/what-are-the-reasons-for-the-success-of-the-internet/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:17:24 +0000</pubDate>
		<dc:creator>adminnet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[32 bits]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tcp ip]]></category>
		<category><![CDATA[unique address]]></category>

		<guid isPermaLink="false">http://www.thefearnetwork.com/?p=38</guid>
		<description><![CDATA[There are four main reasons for the success of the Internet: The unique address, TCP/IP, universal basic services and communications costs low. The Address Unique: individual@place The IP protocol assigns each computer a unique address of 32 bits which is usually written as four 8-bit numbers written in decimal and separated by dots: 194.2.94.60. These [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">There  are four main reasons for the success of the Internet: The unique  address, TCP/IP, universal basic services and communications costs  low.</p>
<p style="text-align: justify;">The Address Unique: individual@place</p>
<p style="text-align: justify;">The  IP protocol assigns each computer a unique address of 32 bits which is  usually written as four 8-bit numbers written in decimal and separated  by dots: 194.2.94.60. These addresses are assigned to networks of computers in blocks of 16 million, 65 536 or 256 (Class A, B or C). At  current rates, address blocks will soon be exhausted and IP addresses  with 32 bits will be replaced by a protocol with 128-bit addresses.</p>
<p style="text-align: justify;">For ease of use, these addresses can be written in the symbolic form well known for e-mail: individual@place. Computers called DNS (Domain Name Server) perform the conversion between symbolic address and IP address. For example, my email address is written: admin@thefearnetwork.com.</p>
<p style="text-align: justify;">TCP/IP</p>
<p style="text-align: justify;">The success of TCP / IP is its universality and simplicity. TCP  / IP was developed under the auspices of the DoD (Department of Defense  U.S. government) independently of any particular system or supplier. It is available on all types of computers and provides full interoperability between different vendors.</p>
<p style="text-align: justify;">While  most network protocols provide a high level of service (addressing,  routing and guaranteed throughput for example), TCP / IP does nothing  and leaves all the responsibility of the user. For example, the protocol does not guarantee the order of arrival of packets, or even their delivery. The result is a network very easy to install with good performance. What could be considered a disadvantage when computers were less powerful, has become an advantage today. The protocol only uses a fraction of the power of modern computers.</p>
<p style="text-align: justify;">The network infrastructure has a switching function. It is therefore independent of any application and can support applications as diverse as file transfer or video conferencing.</p>
<p style="text-align: justify;">Of Universal Basic Services</p>
<p style="text-align: justify;">The basic services provided with TCP/IP contributed to the success of the Internet. The  first service is of course the electronic mail (email) that thanks to  the unique address (individual@place) can communicate more than just  the phone. Other  services are terminal emulation (Telnet allows you to remotely connect  to any type of computer), file transfer (FTP), newsgroups (Usenet) and  Internet relay chat (IRC).</p>
<p style="text-align: justify;">Communication Costs Very Low</p>
<p style="text-align: justify;">The  network providing no service, its operating cost comes down to the  installation of switches called &#8220;routers&#8221; and fixed links between these  routers. The fixed costs of infrastructure are allocated to users according to the flow of Internet access required. Each user installs the level of service required his computers and supervision of its DNS. This explains why the network can support such rapid growth. Each user adds the extra processing required. This  pattern, in contrast to the usual practices of telecom operators, will  result in the coming years of considerable upheaval in the  telecommunications world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefearnetwork.com/what-are-the-reasons-for-the-success-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

