Internet Protocol Analysis/Link Layer

From Wikiversity
Jump to navigation Jump to search

This lesson introduces the Link layer and looks at a variety of link layer frame types. Activities include identifying MAC addresses and using Wireshark to examine Ethernet network traffic.

Readings[edit | edit source]

  1. Wikipedia: Link layer
  2. Wikipedia: MAC address
  3. Wikipedia: Organizationally Unique Identifier
  4. Wikipedia: Ethernet frame
  5. Wikipedia: EtherType
  6. Wikipedia: Token Ring Frame Format
  7. Wikipedia: Point-to-Point Protocol (PPP) Frame
  8. Wikipedia: IEEE 802.11 Frames

Multimedia[edit | edit source]

  1. YouTube: MAC Address Formats - CompTIA Network+ N10-005: 1.3
  2. YouTube: Basics of ipconfig, ping, tracert, nslookup and netstat

Activities[edit | edit source]

  1. Display MAC Addresses Using Getmac.
  2. Display MAC Addresses Using Ipconfig.
  3. Search for a MAC Address OUI.
  4. Compare Ethernet and Token Ring frame formats. Which fields are included in both formats? Which fields are unique to one format or the other?
  5. Compare Ethernet and Point-to-Point Protocol frame formats. Which fields are included in both formats? Which fields are unique to one format or the other?
  6. Review Wireshark: Ethernet.
  7. Use Wireshark to capture and analyze Ethernet traffic.
  8. Review Wireshark: WLAN Capture Setup.
  9. If your wireless network adapter supports it, use Wireshark to capture and analyze 802.11 traffic. Are you able to capture actual 802.11 traffic, or is it translated to Ethernet traffic before it can be captured and displayed?
  10. Link layer protocols have changed significantly since the introduction of the Internet protocol suite, while the core TCP/IP protocols have changed very little. Consider possible explanations for the many changes and performance improvements in link layer protocols over time.
  11. Consider situations in which a packet analyzer might be used to troubleshoot link layer traffic.

Lesson Summary[edit | edit source]

  • The Link layer is the lowest layer in the Internet Protocol Suite. It implements the communication protocol necessary for a host to link to its directly-connected network.[1]
  • TCP/IP's layers are descriptions of operating scopes (application, host-to-host, network, link) and not detailed prescriptions of operating procedures, data semantics, or networking technologies.[2]
  • Layering in TCP/IP is not a principal design criterion and in general is considered to be harmful.[3]
  • The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission order.[4]
  • The IEEE expects the MAC-48 space to be exhausted no sooner than the year 2100.[5]
  • If the least significant bit of the most significant octet of an address is set to 0 (zero), the frame is meant to reach only one receiving NIC.[6]
  • If the least significant bit of the most significant address octet is set to 1, the frame will still be sent only once; however, NICs will choose to accept it based on different criteria than a matching MAC address: for example, based on a configurable list of multicast MAC addresses.[7]
  • Packets sent to the broadcast address, all one bits or hexadecimal FF:FF:FF:FF:FF:FF, are received by all stations on a local area network.[8]
  • Packets sent to a multicast address are received by all stations on a LAN that have been configured to receive packets sent to that address.[9]
  • Although intended to be a permanent and globally unique identification, it is possible to change the MAC address on most modern hardware.[10]
  • An Organizationally Unique Identifier (OUI) is a 24-bit number purchased from the Institute of Electrical and Electronics Engineers, Incorporated (IEEE) Registration Authority and uniquely identifies the vendor or manufacturer of a network adapter.[11]
  • An Ethernet frame includes destination and source MAC addresses, Ethertype, data, and a frame check sequence.[12]
  • Ethertype is a two-octet field used to indicate which protocol is encapsulated in the payload of an Ethernet Frame.[13]
  • A Token Ring frame includes access control, frame control, destination and source MAC addresses, data, and a frame check sequence.[14]
  • A Point-to-Point Protocol (PPP) frame includes protocol and data information.[15]
  • An IEEE 802.11 frame includes frame control, destination and source MAC addresses, data, and a frame check sequence.[16]

Key Terms[edit | edit source]

802.3
A set of IEEE standards for implementing wired Ethernet.[17]
802.5
A set of IEEE standards for implementing Token Ring.[18]
802.11
A set of IEEE standards for implementing wireless local area network (WLAN) communication.[19]
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
A Media Access Control (MAC) method in which a carrier sensing scheme is used, and a transmitting data station that detects another signal while transmitting a frame stops transmitting that frame, transmits a jam signal, and then waits for a random time interval before trying to resend the frame.[20]
data transmission
The physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.[21]
Ethernet
A family of computer networking technologies for local area networks (LANs) that was commercially introduced in 1980 and standardized in 1985 as IEEE 802.3.[22]
Institute of Electrical and Electronics Engineers (IEEE)
A professional association headquartered in New York City that is dedicated to advancing technological innovation and excellence.[23]
Local Area Network (LAN)
A computer network that interconnects computers in a limited area such as a home, school, computer laboratory, or office building using network media.[24]
MAC spoofing
A technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device.[25]
network segment
A portion of a computer network, sometimes used as a synonym for collision domain.[26]
node
A connection point, either a redistribution point or a communication endpoint.[27]
Organizationally Unique Identifier (OUI)
A 24-bit number purchased from the Institute of Electrical and Electronics Engineers, Incorporated (IEEE) Registration Authority and uniquely identifies the vendor or manufacturer of a network adapter.[28]
Point-to-Point Protocol (PPP)
A data link protocol commonly used in establishing a direct connection between two networking nodes in a Wide Area Network (WAN) environment.[29]
Token Ring
A data link protocol that uses a ring topology and was standardized as IEEE 802.5.[30]
unique identifier (UID)
Any identifier which is guaranteed to be unique among all identifiers used for a given set of objects and for a specific purpose.[31]
Wide Area Network (WAN)
A network that covers a broad area (i.e., any telecommunications network that links across metropolitan, regional, or national boundaries) using private or public network transports.[32]

Review Questions[edit | edit source]

Enable JavaScript to hide answers.

Click on a question to see the answer.

  1. The Link layer is the _____ layer in the Internet Protocol Suite. It implements the communication protocol necessary for a host to link to _____.
    The Link layer is the lowest layer in the Internet Protocol Suite. It implements the communication protocol necessary for a host to link to its directly-connected network.
  2. TCP/IP's layers are descriptions of operating scopes (application, host-to-host, network, link) and _____ detailed prescriptions of operating procedures, data semantics, or networking technologies.
    TCP/IP's layers are descriptions of operating scopes (application, host-to-host, network, link) and not detailed prescriptions of operating procedures, data semantics, or networking technologies.
  3. Layering in TCP/IP is not a principal design criterion and in general is considered to be _____.
    Layering in TCP/IP is not a principal design criterion and in general is considered to be harmful.
  4. The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is _____ groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission order.
    The standard (IEEE 802) format for printing MAC-48 addresses in human-friendly form is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission order.
  5. The IEEE expects the MAC-48 space to be exhausted no sooner than the year _____.
    The IEEE expects the MAC-48 space to be exhausted no sooner than the year 2100.
  6. If the least significant bit of the most significant octet of an address is set to 0 (zero), the frame is meant to reach _____.
    If the least significant bit of the most significant octet of an address is set to 0 (zero), the frame is meant to reach only one receiving NIC.
  7. If the least significant bit of the most significant address octet is set to 1, the frame will still be sent only once; however, NICs will choose to accept it based on different criteria than a matching MAC address: for example, based on _____.
    If the least significant bit of the most significant address octet is set to 1, the frame will still be sent only once; however, NICs will choose to accept it based on different criteria than a matching MAC address: for example, based on a configurable list of multicast MAC addresses.
  8. Packets sent to the broadcast address, _____, are received by all stations on a local area network.
    Packets sent to the broadcast address, all one bits or hexadecimal FF:FF:FF:FF:FF:FF, are received by all stations on a local area network.
  9. Packets sent to a multicast address are received by all stations on a LAN that _____.
    Packets sent to a multicast address are received by all stations on a LAN that have been configured to receive packets sent to that address.
  10. Although intended to be a permanent and globally unique identification, it is possible to _____ the MAC address on most modern hardware.
    Although intended to be a permanent and globally unique identification, it is possible to change the MAC address on most modern hardware.
  11. An Organizationally Unique Identifier (OUI) is a 24-bit number purchased from the Institute of Electrical and Electronics Engineers, Incorporated (IEEE) Registration Authority and uniquely identifies _____.
    An Organizationally Unique Identifier (OUI) is a 24-bit number purchased from the Institute of Electrical and Electronics Engineers, Incorporated (IEEE) Registration Authority and uniquely identifies the vendor or manufacturer of a network adapter.
  12. An Ethernet frame includes _____.
    An Ethernet frame includes destination and source MAC addresses, Ethertype, data, and a frame check sequence.
  13. Ethertype is a two-octet field used to indicate _____.
    Ethertype is a two-octet field used to indicate which protocol is encapsulated in the payload of an Ethernet Frame.
  14. A Token Ring frame includes _____.
    A Token Ring frame includes access control, frame control, destination and source MAC addresses, data, and a frame check sequence.
  15. A Point-to-Point Protocol (PPP) frame includes _____.
    A Point-to-Point Protocol (PPP) frame includes protocol and data information.
  16. An IEEE 802.11 frame includes _____.
    An IEEE 802.11 frame includes frame control, destination and source MAC addresses, data, and a frame check sequence.

Assessments[edit | edit source]

See Also[edit | edit source]

References[edit | edit source]

Type classification: this is a lesson resource.
Completion status: this resource is considered to be complete.