IPv4 and IPv6 Addressing
20 Questions
0 Views

IPv4 and IPv6 Addressing

Created by
@PrizeHeisenberg

Questions and Answers

What are protocols?

Protocols are the rules that communications will follow.

What elements are necessary for any communication to occur?

  • Source (sender)
  • Destination (receiver)
  • Channel (media)
  • All of the above (correct)
  • Encoding is the process of converting information into a different form for transmission.

    True

    Match the following network protocol functions with their descriptions:

    <p>Addressing = Identifies sender and receiver Reliability = Provides guaranteed delivery Flow Control = Ensures efficient data flow Sequencing = Uniquely labels transmitted data Error Detection = Identifies corrupted data Application Interface = Facilitates process-to-process communication</p> Signup and view all the answers

    Network protocol suites are viewed in terms of ____.

    <p>layers</p> Signup and view all the answers

    What is a characteristic of TCP/IP protocol suite?

    <p>An open standard freely available</p> Signup and view all the answers

    Which organization is responsible for the open development and evolution of the internet standards?

    <p>Internet Society (ISOC)</p> Signup and view all the answers

    The Internet Assigned Numbers Authority (IANA) oversees IP address allocation, domain name management, and protocol identifiers for ICANN.

    <p>True</p> Signup and view all the answers

    What does IEEE stand for?

    <p>Institute of Electrical and Electronics Engineers</p> Signup and view all the answers

    The process of breaking up messages into smaller units is known as message ___.

    <p>segmenting</p> Signup and view all the answers

    Match the OSI Model Layer with its description:

    <p>7 - Application = Contains protocols used for process-to-process communications 6 - Presentation = Provides for common representation of the data transferred between application layer services 5 - Session = Provides services to the presentation layer and to manage data exchange 4 - Transport = Provides services to exchange the individual pieces of data over the network 3 - Network = Describes methods for exchanging data frames over a common media 2 - Data Link = Describes the means to activate, maintain, and de-activate physical connections 1 - Physical = Provides services to exchange the individual pieces of data over the network</p> Signup and view all the answers

    What is the purpose of the host portion of an IPv4 address?

    <p>To identify a specific device within a network</p> Signup and view all the answers

    When devices are on the same network, the source and destination IP addresses will have the same number in the network portion

    <p>True</p> Signup and view all the answers

    What is the role of the Data Link Layer in addressing?

    <p>To provide MAC addressing</p> Signup and view all the answers

    What happens when the source and destination devices are on different networks?

    <p>The network layer will provide the default gateway IP address</p> Signup and view all the answers

    What is the purpose of the default gateway?

    <p>To act as the 'door' or 'gateway' to remote locations</p> Signup and view all the answers

    The L3 IP addressing changes from segment to segment

    <p>False</p> Signup and view all the answers

    What is the purpose of the Lab – Install Wireshark?

    <p>To download and install Wireshark</p> Signup and view all the answers

    What is the main purpose of protocols in networking?

    <p>To send a message across the network</p> Signup and view all the answers

    What is the role of the Network and Data Link layers in addressing?

    <p>To provide IP and MAC addressing</p> Signup and view all the answers

    Study Notes

    The Rules

    • Communication requires agreed-upon rules, including a source, destination, and channel
    • Protocols govern communication and vary depending on the protocol
    • Established rules are necessary for effective communication
    • Protocols must account for identified sender and receiver, common language and grammar, speed and timing of delivery, and confirmation or acknowledgment requirements
    • Network protocol requirements include message encoding, formatting and encapsulation, message size, message timing, and message delivery options
    • Encoding is the process of converting information into another acceptable form for transmission
    • Message formatting and encapsulation involve using a specific format or structure depending on the type of message and channel
    • Message size is important, as encoding between hosts must be in an appropriate format for the medium
    • Message timing includes flow control, response timeout, and access method
    • Message delivery options include unicast, multicast, and broadcast

    Protocols

    • Network protocols define a common set of rules and can be implemented on devices in software, hardware, or both
    • Protocols have their own function, format, and rules
    • Protocol functions include addressing, reliability, flow control, sequencing, error detection, and application interface
    • Multiple protocols are used in a network, each with its own function and format
    • Protocol suites are groups of inter-related protocols necessary to perform a communication function

    Protocol Suites

    • TCP/IP is the most common protocol suite and is maintained by the Internet Engineering Task Force (IETF)
    • Other protocol suites include OSI, AppleTalk, and Novell NetWare
    • TCP/IP is an open standard protocol suite that is freely available to the public and can be used by any vendor
    • TCP/IP operates at the application, transport, and internet layers
    • The TCP/IP protocol suite includes many protocols, including HTTP, TCP, IP, and Ethernet

    Standards Organizations

    • Open standards encourage interoperability, competition, and innovation
    • Standards organizations are vendor-neutral, non-profit organizations established to develop and promote open standards
    • Examples of standards organizations include the Internet Society (ISOC), Internet Architecture Board (IAB), Internet Engineering Task Force (IETF), and Institute of Electrical and Electronics Engineers (IEEE)
    • These organizations develop, update, and maintain internet and TCP/IP technologies, as well as coordinate IP address allocation and domain name management

    Reference Models

    • Layered models describe network operations, including the OSI and TCP/IP reference models
    • The OSI reference model has seven layers: physical, data link, network, transport, session, presentation, and application
    • The TCP/IP reference model has four layers: network access, internet, transport, and application
    • Layered models assist in protocol design, foster competition, and prevent technology changes in one layer from affecting other layers

    Data Encapsulation

    • Segmenting is the process of breaking up messages into smaller units

    • Multiplexing is the process of taking multiple streams of segmented data and interleaving them together### Benefits of Segmenting Messages

    • Increases speed: Large amounts of data can be sent over the network without tying up a communications link.

    • Increases efficiency: Only segments that fail to reach the destination need to be retransmitted, not the entire data stream.

    Sequencing Messages

    • Process of numbering the segments so that the message may be reassembled at the destination.
    • TCP is responsible for sequencing the individual segments.

    Data Encapsulation

    • Process where protocols add their information to the data.
    • Each stage of the process, a PDU (Protocol Data Unit) has a different name to reflect its new functions.
    • PDUs passing down the stack are:
      • Data (Data Stream)
      • Segment
      • Packet
      • Frame
      • Bits (Bit Stream)

    Data Encapsulation Process

    • Top-down process where each layer adds its header and passes it down to the next layer.
    • Repeated at each layer until it is sent out as a bit stream.

    De-encapsulation Process

    • Data is de-encapsulated as it moves up the stack.
    • Each layer strips off its header and passes it up to the next layer to be processed.
    • Repeated at each layer until it is a data stream that the application can process.

    Data Access

    • Both data link and network layers use addressing to deliver data from source to destination.

    Layer 3 Logical Address

    • IP packet contains two IP addresses:
      • Source IP address: IP address of the sending device.
      • Destination IP address: IP address of the receiving device.
    • These addresses may be on the same link or remote.

    IP Address Structure

    • IP address contains two parts:
      • Network portion (IPv4) or Prefix (IPv6): Left-most part of the address indicates the network group.
      • Host portion (IPv4) or Interface ID (IPv6): Remaining part of the address identifies a specific device within the group.

    Devices on the Same Network

    • When devices are on the same network, the source and destination will have the same network portion of the address.

    Devices on a Remote Network

    • When the actual destination is not on the same LAN, the packet needs to be routed to the remote network.
    • The default gateway (DGW) is the router interface IP address that is part of the LAN and will be the “door” or “gateway” to all other remote locations.
    • Since data link addressing is local addressing, it will have a source and destination for each segment or hop of the journey to the destination.
    • The MAC addressing changes from link to link or hop to hop, while the L3 addressing remains the same.

    Lab – Install Wireshark and View Network Traffic

    • Lab exercise to install Wireshark and capture and analyze local and remote ICMP data.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Understanding IP addresses, including host portion and network portion, and how devices on the same network communicate.

    More Quizzes Like This

    Classifying IP Addresses
    10 questions

    Classifying IP Addresses

    StunningLosAngeles avatar
    StunningLosAngeles
    Commutation IP et Réseau
    15 questions
    Cloud & Network Security MCQs
    5 questions
    Use Quizgecko on...
    Browser
    Browser