Internet Protocol Analysis/Introduction

This lesson introduces Internet protocol analysis by looking at background information on the Internet protocol suite, the Request for Comments process and Internet standards, and comparing the Internet protocol suite to the Open Systems Interconnection (OSI) model.

Readings edit

  1. Wikipedia: Internet protocol suite
  2. Wikipedia: Request for Comments
  3. Wikipedia: Internet Standard
  4. Wikipedia: OSI model

Multimedia edit

  1. YouTube: Network Layers - OSI, TCP/IP Models - Part 1
  2. YouTube: Network Layers - OSI, TCP/IP Models - Part 2
  3. YouTube: Network Layers - OSI, TCP/IP Models - Part 3

Activities edit

  1. Draw your own personal reference chart comparing the Internet protocol suite four-layer model to the OSI seven-layer model.
  2. Review Internet standards regarding private networks and see if your computer is on a private network.
  3. Review Wikipedia: April Fools' Day Request for Comments for a humorous look at networking standards.
  4. Consider why the OSI seven layer model is sometimes referred to as a theoretical model while the Internet protocol suite might be referred to as an operational model.

Lesson Summary edit

  • The Internet protocol suite is the set of communications protocols used for the Internet and similar networks. It is a four-layer model containing Link, Internet, Transport, and Application layers.[1]
  • The Internet protocol suite is maintained by the Internet Engineering Task Force (IETF).[2]
  • The Link layer contains communication technologies for a local network.[3]
  • The Internet layer connects local networks, thus establishing internetworking.[4]
  • The Transport layer handles host-to-host communication.[5]
  • The Application layer contains all protocols for specific data communications services on a process-to-process level.[6]
  • A Request for Comments (RFC) is a memorandum published by the Internet Engineering Task Force (IETF) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems.[7]
  • Requests for Comments are designated with a status of Informational, Experimental, Best Current Practice (BCP), Standards Track, or Historic. Standards-track documents are further divided into Proposed Standard, Draft Standard, and Internet Standard.[8]
  • Internet Standard is a special Request for Comments (RFC) or set of RFCs which is characterized by a high degree of technical maturity and by a generally held belief that the specified protocol or service provides significant benefit to the Internet community.[9]
  • Best Current Practice is a Request for Comments (RFC) that may include official rules, but which does not affect over the wire data and is not on the standards track.[10]
  • The Internet protocol suite protocols are deliberately not as rigidly designed into strict layers as in the OSI model.[11]
  • The Internet Link layer includes the OSI Data Link and Physical layers, as well as parts of OSI's Network layer.[12]
  • The Internet internetworking layer (Internet layer) is a subset of the OSI Network layer.[13]
  • The Internet Transport layer includes the graceful close function of the OSI Session layer as well as the OSI Transport layer.[14]
  • The Internet Application layer includes the OSI Application layer, Presentation layer, and most of the Session layer.[15]

Key Terms edit

Advanced Research Projects Agency Network (ARPANET)
The world's first operational packet switching network and the progenitor of what was to become the global Internet.[16]
Best Current Practice
Mandatory IETF RFCs, including official rules, but which do not affect over the wire data and are not on the standards track.[17]
best effort delivery
A network service in which the network does not provide any guarantees that data is delivered or that a user is given a guaranteed quality of service level or a certain priority.[18]
checksum
A fixed-size datum computed from an arbitrary block of digital data for the purpose of detecting accidental errors that may have been introduced during its transmission or storage.[19]
communications protocol
A system of digital message formats and rules for exchanging those messages in or between computing systems and in telecommunications.[20]
Defense Advanced Research Projects Agency (DARPA)
An agency of the United States Department of Defense responsible for the development of new technologies for use by the military.[21]
encapsulation
A method of designing modular communication protocols in which logically separate functions in the network are abstracted from their underlying structures by inclusion or information hiding within higher level objects.[22]
Ethernet
A family of Link layer computer networking technologies for local area networks (LANs).[23]
Internet Architecture Board (IAB)
The committee charged with oversight of the technical and engineering development of the Internet by the Internet Society (ISOC).[24]
Internet Drafts
A series of working documents published by the IETF.[25]
Internet Engineering Task Force (IETF)
Develops and promotes Internet standards, cooperating closely with the W3C and ISO/IEC standards bodies and dealing in particular with standards of the Internet protocol suite (TCP/IP).[26]
Internet Protocol (IP)
The principal communications protocol used for relaying datagrams (also known as network packets) across an internetwork using the Internet Protocol Suite responsible for routing packets across network boundaries.[27]
Internet Society (ISOC)
An international, non-profit organization founded in 1992 to provide leadership in Internet related standards, education, and policy.[28]
Internet Standard
A normative specification of a technology or methodology applicable to the Internet.[29]
internetworking
The practice of connecting a computer network with other networks through the use of gateways that provide a common method of routing information packets between the networks.[30]
medium
A material substance (solid, liquid, gas, or plasma) that can propagate energy waves.[31]
Open Systems Interconnection (OSI) model
A product of the Open Systems Interconnection effort at the International Organization for Standardization for characterizing and standardizing the functions of a communications system in terms of abstraction layers.[32]
packet
A formatted unit of data carried by a computer network.[33]
packet header
Data placed at the beginning of a block of data being stored or transmitted.[34]
protocol stack
An implementation of a computer networking protocol suite.[35]
Request For Comments (RFC)
A memorandum published by the Internet Engineering Task Force (IETF) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems.[36]
router
A device that forwards data packets between computer networks.[37]
Transmission Control Protocol (TCP)
A Transport layer protocol that provides reliable, ordered delivery of a stream of octets from a program on one computer to another program on another computer.[38]

Review Questions edit

Enable JavaScript to hide answers.
Click on a question to see the answer.
  1. The Internet protocol suite is a _____ layer model.
    The Internet protocol suite is a four-layer model.
  2. The layers of the Internet protocol suite are _____.
    The layers of the Internet protocol suite are Link, Internet, Transport, and Application.
  3. The Internet protocol suite is maintained by _____.
    The Internet protocol suite is maintained by the Internet Engineering Task Force (IETF).
  4. The Internet protocol suite layer that contains communication technologies for a local network is the _____ layer.
    The Internet protocol suite layer that contains communication technologies for a local network is the Link layer.
  5. The Internet protocol suite layer that connects local networks to establish internetworking is the _____ layer.
    The Internet protocol suite layer that connects local networks to establish internetworking is the Internet layer.
  6. The Internet protocol suite layer that handles host-to-host communication is the _____ layer.
    The Internet protocol suite layer that handles host-to-host communication is the transport layer.
  7. The Internet protocol suite layer that contains all protocols for specific data communications services on a process-to-process level is the _____ layer.
    The Internet protocol suite layer that contains all protocols for specific data communications services on a process-to-process level is the Application layer.
  8. A memorandum published by the Internet Engineering Task Force (IETF) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems is known as a _____.
    A memorandum published by the Internet Engineering Task Force (IETF) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems is known as a Request for Comments (RFC).
  9. A Request for Comments (RFC) which is characterized by a high degree of technical maturity and by a generally held belief that the specified protocol or service provides significant benefit to the Internet community is known as a/an _____.
    A Request for Comments (RFC) which is characterized by a high degree of technical maturity and by a generally held belief that the specified protocol or service provides significant benefit to the Internet community is known as an Internet Standard.
  10. A Request for Comments (RFC) that may include official rules, but which does not affect over the wire data and is not on the standards track is known as a/an _____.
    A Request for Comments (RFC) that may include official rules, but which does not affect over the wire data and is not on the standards track is known as a Best Current Practice.
  11. The Internet protocol suite protocols are _____ (more/less) rigidly designed into strict layers when compared to the OSI model.
    The Internet protocol suite protocols are less rigidly designed into strict layers when compared to the OSI model.
  12. The Internet protocol suite layer that includes the OSI Data Link and Physical layers, as well as parts of OSI's Network layer is the _____ layer.
    The Internet protocol suite layer that includes the OSI Data Link and Physical layers, as well as parts of OSI's Network layer is the Link layer.
  13. The Internet protocol suite layer that is a subset of the OSI Network layer is the _____ layer.
    The Internet protocol suite layer that is a subset of the OSI Network layer is the Internet layer.
  14. The Internet protocol suite layer that includes the graceful close function of the OSI Session layer as well as the OSI Transport layer is the _____ layer.
    The Internet protocol suite layer that includes the graceful close function of the OSI Session layer as well as the OSI Transport layer is the Transport layer.
  15. The Internet protocol suite layer that includes the OSI Application layer, Presentation layer, and most of the Session layer is the _____ layer.
    The Internet protocol suite layer that includes the OSI Application layer, Presentation layer, and most of the Session layer is the Application layer.

Assessments edit

See Also edit

References edit

  Type classification: this is a lesson resource.
  Completion status: this resource is considered to be complete.
  1. Wikipedia: Internet protocol suite
  2. Wikipedia: Internet protocol suite
  3. Wikipedia: Internet protocol suite#Link layer
  4. Wikipedia: Internet protocol suite#Internet layer
  5. Wikipedia: Internet protocol suite#Transport layer
  6. Wikipedia: Internet protocol suite#Application layer
  7. Wikipedia: Request for Comments
  8. Wikipedia: Request for Comments#Status
  9. Wikipedia: Internet Standard
  10. Wikipedia: Request for Comments#Status "best current practice"
  11. Wikipedia: OSI model#Comparison with TCP/IP model
  12. Wikipedia: OSI model#Comparison with TCP/IP model
  13. Wikipedia: OSI model#Comparison with TCP/IP model
  14. Wikipedia: OSI model#Comparison with TCP/IP model
  15. Wikipedia: OSI model#Comparison with TCP/IP model
  16. Wikipedia: ARPANET
  17. Wikipedia: Request for Comments#Status "best current practice"
  18. Wikipedia: Best effort delivery
  19. Wikipedia: Checksum
  20. Wikipedia: Communications protocol
  21. Wikipedia: Darpa
  22. Wikipedia: Encapsulation (networking)
  23. Wikipedia: Ethernet
  24. Wikipedia: Internet Architecture Board
  25. Wikipedia: Internet Draft
  26. Wikipedia: IETF
  27. Wikipedia: Internet Protocol
  28. Wikipedia: Internet Society
  29. Wikipedia: Internet Standard
  30. Wikipedia: Internetworking
  31. Wikipedia: Transmission medium
  32. Wikipedia: Osi model
  33. Wikipedia: Packet (information technology)
  34. Wikipedia: Packet header
  35. Wikipedia: Protocol stack
  36. Wikipedia: Request for Comments
  37. Wikipedia: Router (computing)
  38. Wikipedia: Transmission Control Protocol