Internet Protocol
|
Application layer | HTTP, HTTPS, SMTP, FTP, UUCP, NNTP, SSH, IRC, SNMP, SIP, RTP, Telnet ,... |
Transport layer | TCP, UDP, SCTP, DCCP, ... |
Network layer | IPv4, IPv6, ICMP, ARP, IGMP, ... |
Data link layer | Ethernet, Wi-Fi, Token ring, FDDI, PPP, ... |
Physical layer | RS-232, EIA-422, RS-449, EIA-485... |
The Internet Protocol (IP) is a data-oriented protocol used by source and destination hosts for communicating data across a packet-switched internetwork.
Data in an IP internetwork are sent in blocks referred to as packets or datagrams (the terms are basically synonymous in IP). In particular, in IP no setup is needed before a host tries to send packets to a host it has previously not communicated with.
The Internet Protocol provides an unreliable datagram service (also called best effort); i.e. it makes almost no guarantees about the packet. The packet may arrive damaged, it may be out of order (compared to other packets sent between the same hosts), it may be duplicated, or it may be dropped entirely. If an application needs reliability, it is provided by other means.
Packet switches, or internetwork routers, forward IP datagrams across interconnected layer 2 networks. The lack of any delivery guarantees means that the design of packet switches is made much simpler. (Note that if the network does drop, reorder or otherwise damage a lot of packets, the performance seen by the user will be poor, so most network elements do try hard to not do these things - hence the best effort term. However, an occasional error will produce no noticeable effect.)
IP is the common element found in today's public Internet. The current and most popular network layer protocol in use today is IPv4; this version of the protocol is assigned version 4. IPv6 is the proposed successor to IPv4; the Internet is slowly running out of addresses, and IPv6 has 128-bit source and destination addresses, providing more addresses than IPv4's 32 bits. Versions 0 through 3 were either reserved or unused. Version 5 was used for an experimental stream protocol. Other version numbers have been assigned, usually for experimental protocols, but have not been widely used.
IP addressing and routing
Perhaps the most complex aspects of IP are addressing and routing. Addressing refers to how end hosts are assigned IP addresses and how subnetworks of IP host addresses are divided and grouped together. IP routing is performed by all hosts, but most importantly by internetwork routers, which typically use either interior gateway protocols (IGPs) or external gateway protocols (EGPs) to help make IP datagram forwarding decisions across IP connected networks.
See also
- IPv4
- IPv6
- IP address
- Internet protocol suite
- List of well-known ports (computing)
- IANA
- Connectionless protocol
External links
- [RFC 791], RFC0791 in html format (http://www.rfcsearch.org/rfcview/RFC/791.html)
- Internet Assigned Numbers Authority (IANA) (http://www.iana.org)
- Show your IP address (http://ip-number.com)
- Displays IP address (http://www.myipaddress.in) Show your IP address (http://www.showmyip.com)
- Simple IP check tool (http://checkip.dyndns.org/)
- My IP Tool (http://www.iptool.us) Firefox extension.
- Flash/audio (http://www.airhive.net/modules.php?name=Web_Links&l_op=visit&lid=1475) showing some basic IP configuration options typically available in the Linksys WRT54G routers.
bg:Internet Protocol da:Internetprotokol de:Internet Protocol es:Protocolo IP fr:Protocole Internet he:IP hu:IP szám it:Internet Protocol ja:Internet Protocol ko:IP nl:Internet Protocol pl:IP pt:Protocolo IP ru:IP sk:Internet Protocol tr:IP zh-cn:互联网协议