Networking Essentials (Version 2) – Modules 5 – 8: Network Protocols and Architecture Pre-Test Exam Answers Full 100% 2021

  1. Which three layers of the OSI model are comparable in function to the application layer of the TCP/IP model? (Choose three.)

    • application
    • presentation
    • session
    • transport
    • data link
    • physical
    • network
      Answers Explanation & Hints:

      The TCP/IP model consists of four layers: application, transport, internet, and network access. The OSI model consists of seven layers: application, presentation, session, transport, network, data link, and physical. The top three layers of the OSI model: application, presentation, and session map to the application layer of the TCP/IP model.

  2. Which layer of the OSI model defines services to segment and reassemble data for individual communications between end devices?

    • application
    • presentation
    • session
    • transport
    • network
      Answers Explanation & Hints:

      The OSI model consists of seven layers: application, presentation, session, transport, network, data link, and physical. The transport layer defines services to segment, transfer, and reassemble the data for individual communications between the end devices.

  3. Which statement describes a MAC address?

    • It is 128-bits in length.
    • It contains two portions, the network portion and the host portion.
    • It is a physical address assigned to an Ethernet NIC by the manufacturer.
    • It identifies the source and destination addresses of hosts on the Internet.
      Answers Explanation & Hints:

      The Media Access Control (MAC) address is a physical address assigned to each Ethernet NIC by manufacturers. It is 48-bits in length. The MAC address is used to identify the source and destination on a local Ethernet network. It cannot be routed to remote networks.

  4. Which two layers of the OSI model specify protocols that are associated with Ethernet standards? (Choose two.)

    • physical layer
    • data link layer
    • network layer
    • transport layer
    • session layer
      Answers Explanation & Hints:

      Ethernet standards specify protocols that operate at Layer 1 (physical layer) and Layer 2 (data link layer) of the OSI model and it is the technology used by almost all wired local-area networks.

  5. Which three fields are found in an 802.3 Ethernet frame? (Choose three.)

    • source physical address
    • source logical address
    • media type identifier
    • frame check sequence
    • destination physical address
    • destination logical address
      Answers Explanation & Hints:

      The fields of an Ethernet frame are the preamble, destination and source address, length, data, and FCS.

  6. Refer to the exhibit. How is a frame sent from PCA forwarded to PCC if the MAC address table on switch SW1 is empty?

    Modules 5 - 8 Network Protocols and Architecture Pre-Test Exam Answers 01
    Modules 5 – 8 Network Protocols and Architecture Pre-Test Exam Answers 01
    • SW1 floods the frame on all ports on the switch, excluding the interconnected port to switch SW2 and the port through which the frame entered the switch.
    • SW1 floods the frame on all ports on SW1, excluding the port through which the frame entered the switch.
    • SW1 forwards the frame directly to SW2. SW2 floods the frame to all ports connected to SW2, excluding the port through which the frame entered the switch.
    • SW1 drops the frame because it does not know the destination MAC address.
      Answers Explanation & Hints:

      When a switch powers on, the MAC address table is empty. The switch builds the MAC address table by examining the source MAC address of incoming frames. The switch forwards based on the destination MAC address found in the frame header. If a switch has no entries in the MAC address table or if the destination MAC address is not in the switch table, the switch will forward the frame out all ports except the port that brought the frame into the switch.

  7. Which network device can serve as a boundary to divide a Layer 2 broadcast domain?

    • router
    • Ethernet bridge
    • Ethernet hub
    • access point
      Answers Explanation & Hints:

      Layer 1 and 2 devices (LAN switch and Ethernet hub) and access point devices do not filter MAC broadcast frames. Only a Layer 3 device, such as a router, can divide a Layer 2 broadcast domain.

  8. A host is trying to send a packet to a device on a remote LAN segment, but there are currently no mappings in the ARP cache. How will the device obtain a destination MAC address?

    • It will send an ARP request for the MAC address of the destination device.
    • It will send an ARP request for the MAC address of the default gateway.
    • It will send the frame and use the device MAC address as the destination.
    • It will send the frame with a broadcast MAC address.
    • It will send an ARP request to the DNS server for the destination MAC address.
      Answers Explanation & Hints:

      When sending a packet to a remote destination, a host will need to send the packet to a gateway on the local subnet. Because the gateway will be the Layer 2 destination for the frame on this LAN segment, the destination MAC address must be the address of the gateway. If the host does not already have this address in the ARP cache, it must send an ARP request for the address of the gateway.

  9. A router receives a packet from the Gigabit 0/0 interface and determines that the packet needs to be forwarded out the Gigabit 0/1 interface. What will the router do next?

    • route the packet out the Gigabit 0/1 interface
    • create a new Layer 2 Ethernet frame to be sent to the destination
    • look into the ARP cache to determine the destination IP address
    • look into the routing table to determine if the destination network is in the routing table
      Answers Explanation & Hints:

      Once a router receives a packet and looks inside the header to determine the destination network, the router compares the destination network to the routing table to determine if the packet is to be routed or dropped. If routed, the router attaches a new Layer 2 header based on the technology that is used by the outgoing port that is used. The packet is then routed out the destination port as designated by the routing table. The ARP cache is used to match an IP address with a MAC address.

  10. Refer to the exhibit. The IP address of which device interface should be used as the default gateway setting of host H1?

    Modules 5 - 8 Network Protocols and Architecture Pre-Test Exam Answers 02
    Modules 5 – 8 Network Protocols and Architecture Pre-Test Exam Answers 02
    • R1: G0/0
    • R1: S0/0/0
    • R2: S0/0/0
    • R2: S0/0/1
      Answers Explanation & Hints:

      The default gateway for host H1 is the router interface that is attached to the LAN that H1 is a member of. In this case, that is the G0/0 interface of R1. H1 should be configured with the IP address of that interface in its addressing settings. R1 will provide routing services to packets from H1 that need to be forwarded to remote networks.

  11. Which portion of the network layer address does a router use to forward packets?

    • host portion
    • broadcast address
    • network portion
    • gateway address
      Answers Explanation & Hints:

      There are two parts to an a network layer address, the network and host portions. Routers are not concerned about delivering packets to hosts. Routers are concerned with delivering packets to the network that a destination host is a member of.

  12. In implementing a LAN in a corporation, what are three advantages of dividing hosts between multiple networks connected by a distribution layer? (Choose three.)

    • It provides increased security.
    • Only LAN switches are needed.
    • It splits up broadcast domains and decreases traffic.
    • It reduces complexity and expense by using LAN switch devices.
    • It makes the hosts invisible to those on other local network segments.
    • It increases traffic bandwidth between segments through distribution layer devices.
      Answers Explanation & Hints:

      Some advantages of dividing end devices between multiple networks connected by a distribution layer include the following:
      It is more appropriate for larger and complex networks.
      It splits up broadcast domains and decreases traffic.
      It can improve performance on each segment.
      It makes the machines invisible to those on other local network segments.
      It can provide increased security.
      It can improve network organization.

  13. When IPv4 is configured for a computer on a network, what does the subnet mask identify?

    • the dynamic subnetwork configuration
    • the part of the IP address that identifies the network
    • the pool of addresses assigned within the network
    • the device that the computer uses to access another network
      Answers Explanation & Hints:

      The IP addressing system is a hierarchical addressing system. An IP address is made up of two parts: the network address and the host address. For IPv4, the subnet mask is used to identify which portion of an IPv4 address is the network address and which portion is the host address.

  14. A network design engineer has been asked to design the IP addressing scheme for a customer network. The network will use IP addresses from the 192.168.30.0/24 network. The engineer allocates 254 IP addresses for the hosts on the network but excludes 192.168.30.0/24 and 192.168.30.255/24 IP addresses. Why must the engineer exclude these two IP addresses?

    • 192.168.30.0/24 and 192.168.30.255/24 IP addresses are reserved for the email and DNS servers.
    • 192.168.30.0/24 and 192.168.30.255/24 IP addresses are reserved for outside Internet connectivity.
    • 192.168.30.0/24 is the network IP address and 192.168.30.255/24 is the IP broadcast address.
    • 192.168.30.0/24 is the IP address reserved for the default gateway, and 192.168.30.255/24 is the IP address reserved for the DHCP server.
      Answers Explanation & Hints:

      The IPv4 addressing system is a hierarchical addressing system. An IPv4 address is made up of two parts, the network address and the host address. When the host portion is all “0s” in binary, it is designated as a network address. When the host portion is all “1s” in binary, it is designated as a broadcast address. These two addresses cannot be assigned to individual hosts.

  15. Which network does a host with IP address 172.32.65.13 reside on if it is using a default subnet mask?

    • 172.32.65.0
    • 172.32.65.32
    • 172.32.0.0
    • 172.32.32.0
      Answers Explanation & Hints:

      In classful IPv4 addressing, a network with the first octet of 172 is a Class B network with the default subnet mask 255.255.0.0. Thus the network address is 172.32.0.0.

  16. What are three private IPv4 address? (Choose three.)

    • 10.1.1.1
    • 172.32.5.2
    • 192.167.10.10
    • 172.16.4.4
    • 192.168.5.5
    • 224.6.6.6
      Answers Explanation & Hints:

      Private IP addresses are reserved to be exclusively used for internal networks and they cannot be used on the Internet. IPv4 addresses in the networks, 10.0.0.0/8, 172.16.0.0/16-172.31.0.0/16, and 192.168.0.0/24-192.168.255.0/24, are designated as private IPv4 addresses.

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments