Internet Protocol Information
The Internet Protocol (IP) is the principal communications protocol in the Internet Protocol Suite for relaying datagrams across network boundaries. This function of routing network packets enables internetworking, and essentially establishes the Internet.
IP is the primary protocol in the Internet Layer of the Internet Protocol Suite and has the task of delivering packets from the source host to the destination host solely based on the addresses. For this purpose, IP defines datagram structures that encapsulate the data to be delivered. It also defines addressing methods that are used to label the datagram source and destination.
Historically, IP was the connectionless datagram service in the original Transmission Control Program introduced by Vint Cerf and Bob Kahn in 1974, the other being the connection-oriented Transmission Control Protocol (TCP). The Internet Protocol Suite is therefore often referred to as TCP/IP.
The first major version of IP, Internet Protocol Version 4 (IPv4), is the dominant protocol of the internet. Its successor is Internet Protocol Version 6 (IPv6), which is increasing in use.
Contents |
Function
The Internet Protocol is responsible for addressing hosts and routing datagrams (packets) from a source host to a destination host across one or more IP networks. For this purpose the Internet Protocol defines the format of packets and an addressing system that has two functions: identifying hosts and providing a logical location service.
Datagram construction
Sample encapsulation of application data from UDP to a Link protocol frameEach datagram has two components, a header and a payload. The IP header is tagged with the source IP address, destination IP address, and other meta-data needed to route and deliver the datagram. The payload is the data that is transported. This process of nesting the data payload in a packet with a header is called encapsulation.
IP addressing and routing
Main articles: IP address and IP forwarding algorithmAddressing entails the assignment of IP addresses and associated parameters to host interfaces, and the division of the address space into networks and subnetworks, involving the designation of network or routing prefixes. IP routing is performed by all hosts, but most importantly by routers, which transport packets across network boundaries. Routers communicate with one another via specially designed routing protocols, either interior gateway protocols (IGPs) or exterior gateway protocols (EGPs) as needed for the topology of the network.
IP routing is also common in local networks. For example, many Ethernet switches support IP multicast operations.[1] These switches use IP addresses and Internet Group Management Protocol for control of the multicast routing but use MAC addresses for the actual routing.
Reliability
The design principles of the Internet protocols assume that the network infrastructure is inherently unreliable at any single network element or transmission medium and that it is dynamic in terms of availability of links and nodes. No central monitoring or performance measurement facility exists that tracks or maintains the state of the network. For the benefit of reducing network complexity, the intelligence in the network is purposely mostly located in the end nodes of each data transmission. This is expressed in the end-to-end principle of Internet design. Routers in the transmission path forward packets to the next known, directly reachable gateway matching the routing prefix for the destination address.
As a consequence of this design, the Internet Protocol only provides best effort delivery and its service is characterized as unreliable. In network architectural language it is a connection-less protocol, in contrast to so-called connection-oriented modes of transmission. Various error conditions may occur, such as data corruption, packet loss and duplication, as well as out-of-order packet delivery. Because routing is dynamic, meaning every packet is treated independently, and the network maintains no state based on the path of prior packets, it is possible that some packets are routed on a different path to their destination, resulting in improper sequencing at the receiver.
Internet Protocol Version 4 (IPv4) provides safeguards to ensure that the IP packet header is error-free. A routing node calculates a checksum for a packet. If the checksum is bad, the routing node discards the packet. The routing node does not have to notify either end node, although the Internet Control Message Protocol (ICMP) allows such notification. In contrast, IPv6 abandons checksums in favor of faster processing of packets during routing.
All error conditions in the network must be detected and compensated by the end nodes of a transmission. The upper layer protocols of the Internet Protocol Suite are responsible for resolving reliability issues. For example, a host may cache data to ensure correct ordering, before the data is delivered to an application.
Link capacity and capability
The dynamic nature and the diversity of the Internet and its components provide no guarantee that any particular path is actually capable of, or suitable for, performing the data transmission requested, even if the path is available and reliable. One of the technical constraints is the size of data packets allowed on a given link. An application must assure that it uses proper transmission characteristics. Some of this responsibility lies also in the upper layer protocols. Facilities exist to examine the maximum transmission unit (MTU) size of the local link, as well as for the entire projected path to the destination when using IPv6. The IPv4 internetworking layer has the capability to automatically fragment the original datagram into smaller units for transmission. In this case, IP does provide re-ordering of fragments delivered out-of-order.[2]
The Transmission Control Protocol (TCP) is an example of a protocol that adjusts its segment size to be smaller than the MTU. The User Datagram Protocol (UDP) and the Internet Control Message Protocol (ICMP) disregard MTU size, thereby forcing IP to fragment oversized datagrams.[3]
Version history
In May 1974, the Institute of Electrical and Electronic Engineers (IEEE) published a paper entitled "A Protocol for Packet Network Intercommunication."[4] The paper's authors, Vint Cerf and Bob Kahn, described an internetworking protocol for sharing resources using packet-switching among the nodes. A central control component of this model was the "Transmission Control Program" (TCP) that incorporated both connection-oriented links and datagram services between hosts. The monolithic Transmission Control Program was later divided into a modular architecture consisting of the Transmission Control Protocol at the connection-oriented layer and the Internet Protocol at the internetworking (datagram) layer. The model became known informally as TCP/IP, although formally referenced as the Internet Protocol Suite.
The Internet Protocol is one of the elements that define the Internet. The dominant internetworking protocol in the Internet Layer in use today is IPv4; the number 4 is the protocol version number carried in every IP datagram. IPv4 is described in RFC 791 (1981).
The successor to IPv4 is IPv6. Its most prominent modification from version 4 is the addressing system. IPv4 uses 32-bit addresses (c. 4 billion, or 4.3×109, addresses) while IPv6 uses 128-bit addresses (c. 340 undecillion, or 3.4×1038 addresses). Although adoption of IPv6 has been slow, as of June 2008, all United States government systems have demonstrated basic infrastructure support for IPv6 (if only at the backbone level).[5]
IP versions 0 to 3 were development versions of IPv4 and were used between 1977 and 1979. Version 5 was used by the Internet Stream Protocol, an experimental streaming protocol. Version numbers 6 through 9 were proposed for various protocol models designed to replace IPv4: SIPP (Simple Internet Protocol Plus, known now as IPv6), TP/IX (RFC 1475), PIP (RFC 1621) and TUBA (TCP and UDP with Bigger Addresses, RFC 1347).
Other protocol proposals named IPv9 and IPv8 briefly surfaced, but have no support.[6]
On April 1, 1994, the IETF published an April Fool's Day joke about IPv9.[7]
Security
| This section requires expansion. (March 2012) |
During the design phase of the ARPANET and the early Internet the security aspects and needs of a public, international network could not be adequately anticipated, and consequently many Internet protocols exhibited vulnerabilities highlighted by network attacks and later security assessments. In 2008, a thorough security assessment and proposed mitigation of problems was published,[8] and the Internet Engineering Task Force (IETF) has been pursuing further studies.[9]
See also
| Computer networking portal | |
| Computer Science portal |
- Outline of the Internet
- List of Internet topics
- All IP
- ATM
- Connectionless protocol
- Flat IP
- Geolocation software
- IANA
- Internet
- Internet Protocol Suite
- Internet Stream Protocol
- ip – the ip structure for the C programming language
- IP address
- IP fragmentation
- IPv4 (including packet structure)
- IPv4 address exhaustion
- IPv6 (and packet structure)
- List of IP protocol numbers
- Packet
- TCP and UDP port numbers
- TDM
- Transmission Control Protocol
References
- ^ Netgear ProSafe XSM7224S reference manual
- ^ Siyan, Karanjit. Inside TCP/IP, New Riders Publishing, 1997. ISBN 1-56205-714-6
- ^ Basic Journey of a Packet
- ^ Vinton G. Cerf, Robert E. Kahn, "A Protocol for Packet Network Intercommunication", IEEE Transactions on Communications, Vol. 22, No. 5, May 1974 pp. 637–648
- ^ CIO council adds to IPv6 transition primer, gcn.com
- ^ Theregister.com
- ^ RFC 1606: A Historical Perspective On The Usage Of IP Version 9. April 1, 1994.
- ^ Security Assessment of the Internet Protocol (IP)(archived version)
- ^ Security Assessment of the Internet Protocol version 4 (IPv4)
External links
| Look up internet protocol in Wiktionary, the free dictionary. |
- Internet Protocol at the Open Directory Project
- RFC 791
- Data Communication Lectures of Manfred Lindner – Part IP Technology Basics
- Data Communication Lectures of Manfred Lindner – Part IP Technology Details
- Data Communication Lectures of Manfred Lindner – Part IPv6
- IPv6.com – Knowledge Center for Next Generation Internet IPv6
Categories:
|
170 x 325px
[source page]
Internet has to be a neutral
Wed, 05 Dec 2012 14:02:30 -0800
Liberals and Christians on the 100- member Constituent Assembly had walked out saying that the assembly was dominated by Islamists and was not representative of minorities and women. President Morsy had given a ... On arrival at the palace, I was ...
Q. After all,the bible clearly states that the Jews are gods chosen people. Or are you saying that the bible is wrong?
Asked by darwinsfriend3 AM - Wed Oct 7 11:55:01 2009 - Religion & Spirituality - 21 Answers - Comments
A. It's an odd situation. The Jewish understanding is that we were chosen for this particular path, or more like we were the only ones who agreed to take it. We respect that other people have their own paths. But Christianity came along and did this very strange thing. They decided that the Jewish covenant was the one and only and that they had taken it over. Why they felt they had to have ours is a matter for speculation. So it's not the Bible, but rather how people who get their interpretation from Christianity (even if they're not Christian) have been taught to define this concept.
Answered by The angels have the phone box. - Wed Oct 7 13:22:56 2009