Network Fundamental - Networking Essentials Online Quiz

Comprehensive quiz covering IPv4/IPv6 addressing, OSI model, TCP/IP protocols, VLANs, MAC addressing, packet structure, and network services (DNS, DHCP, FTP, etc.)

46 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which description about IPv6 is not correct?

  1. IPv6 supports a hop limit of 255
  2. IPv6 interfaces must have a link-local address
  3. IPv6 natively incorporates IPSec
  4. IPv6 supports broadcasting
Question 2 Multiple Choice (Single Answer)

Which ICMP function and type is incorrectly matched?

  1. Echo - 8
  2. Destination Unreachable - 3
  3. Echo Reply - 0
  4. Time Exceeded - 12
Question 3 Multiple Choice (Single Answer)

Which IPv6 address and function is incorrectly matched?

  1. ::1/128 - loopback
  2. fe80::/10 - link-local
  3. 127.0.0.1 - loopback
  4. fd00::/8 - multicast
Question 4 Multiple Choice (Single Answer)

Select the incorrect statement about higher level OSI layers

  1. Session - maintains the state of the ongoing connection
  2. Presentation - Encryption & Translation can occur at layer 6
  3. Application - resource sharing, remote file access and other
  4. Transport - transmission of packets
Question 5 Multiple Choice (Single Answer)

What statement about IPv6 packet fragmentation is true?

  1. IPv6 fragmentation occurs at the routers
  2. IPv6 packet size is pre-determined on the sending host
  3. IPv6 MTU is hard set to 1500
  4. IPv6 fragmentation occurs at switches
Question 6 Multiple Choice (Single Answer)

Which statement is incorrect about VLANs?

  1. It is immune to STP attack
  2. It is recommended to never use VLAN 1
  3. It is vulnerable to Double Encapsulation Hopping attack
  4. VLANs breakup broadcast domains
Question 7 Multiple Choice (Single Answer)

Which layer - PDU match is incorrect?

  1. Network - Datagram
  2. Physical - bits
  3. Data Link - Frame
  4. Transport - Segment
Question 8 Multiple Choice (Single Answer)

Two common layer three protocols are:

  1. Ethernet and TCP
  2. ICMP and IPv6
  3. UDP and TCP
  4. IPv4 and STP
Question 9 Multiple Choice (Single Answer)

An Ethernet frame header always consists of the following except:

  1. destination MAC address
  2. VLAN tag
  3. source MAC address
  4. Ethertype
Question 10 Multiple Choice (Single Answer)

What statements are true about VLAN tagging (best answer)?

  1. Located after the destination MAC and Tag is always 0x0800
  2. It is located after the Ether Type
  3. Located after the source MAC and Tag is always 0x8100
  4. Located after the destination MAC and Tag is always 0x8100
Question 11 Multiple Choice (Single Answer)

Data at the session layer is encapsulated how many times before it becomes bits?

  1. 5
  2. 4
  3. 3
  4. 2
Question 12 Multiple Choice (Single Answer)

Which is true for Next Header field in an IPv6 header.

  1. 1 byte field that uses same protocol numbers as IPv4
  2. 1 byte field that uses different protocol numbers than IPv4
  3. 2 byte field that uses same protocol numbers as IPv4
  4. 2 byte field that uses different protocol numbers than IPv4
Question 13 Multiple Choice (Single Answer)

A packet has the MF = zero, fragment offset =740 and data=1311. Which fragment is it?

  1. last
  2. somewhere in the middle
  3. not a fragment
  4. first
Question 14 Multiple Choice (Single Answer)

How many bits are in a IPv6 address?

  1. 64 bits
  2. 160 bits
  3. 128 bits
  4. 32 bits
Question 15 Multiple Choice (Single Answer)

Which OSI layer and PDU are not correctly matched?

  1. Data Link - Frames
  2. Network - Packets
  3. Transport - Segments/Datagrams
  4. Session - Bits
Question 16 Multiple Choice (Single Answer)

Which TCP flag options are NOT part of the 3-way handshake

  1. SYN-ACK
  2. SYN
  3. ACK
  4. ACK-FIN
Question 17 Multiple Choice (Single Answer)

Which protocol would NOT use UDP?

  1. TFTP
  2. DNS
  3. DHCP
  4. SSH
Question 18 Multiple Choice (Single Answer)

Which is NOT a valid method used in the SLAAC process?

  1. Random
  2. EUI-64
  3. DAD
  4. DHCP
Question 19 Multiple Choice (Single Answer)

What does an IPv6 device configured for SLAAC send to request information from the router?

  1. Broadcasted - RA
  2. Multicasted - RS
  3. Multicasted - RA
  4. Broadcasted - RS
Question 20 Multiple Choice (Single Answer)

Which address is NOT an RFC 1918 address?

  1. 192.168.255.254
  2. 10.9.1.12
  3. 172.17.22.9
  4. 172.32.255.254
Question 21 Multiple Choice (Single Answer)

Which address is an APIPA?

  1. 169.254.0.0/16
  2. 127.0.0.1
  3. 192.168.0.0/16
  4. 168.255.0.0/16
Question 22 Multiple Choice (Single Answer)

Which ICMP response would NOT be sent when a packet is dropped by an ACL?

  1. Network administratively prohibited
  2. Host administratively prohibited
  3. Destination network unreachable
  4. Destination port unreachable
Question 23 Multiple Choice (Single Answer)

What ICMP response will be sent when the TTL expires?

  1. Destination Unreachable
  2. Source Quench
  3. Redirect Message
  4. Time exceeded
Question 24 Multiple Choice (Single Answer)

What type/code is the PING response?

  1. 0/8
  2. 8/0
  3. 0/0
  4. 3/3
Question 25 Multiple Choice (Single Answer)

What type/code is the initial PING request?

  1. 0/0
  2. 8/0
  3. 3/3
  4. 0/8
Question 26 Multiple Choice (Single Answer)

What field does IPv4 use to identify the next encapsulated protocol?

  1. Next Header
  2. Ethertype
  3. Protocol
  4. Type of Service
Question 27 Multiple Choice (Single Answer)

When would DNS use TCP?

  1. When DNS querys keep failing
  2. When conducting zone transfer
  3. Upon inital DNS connection request
  4. DNS cannot use TCP
Question 28 Multiple Choice (Single Answer)

What ports do FTP use to communicate?

  1. 20/21
  2. 21/22
  3. 22/23
  4. 23/25
Question 29 Multiple Choice (Single Answer)

What protocol and port combination does DHCP use?

  1. TCP 68/69
  2. TCP 67/68
  3. UDP 68/69
  4. UDP 67/68
Question 30 Multiple Choice (Single Answer)

What port does HTTPS run over?

  1. 443
  2. 8080
  3. 80
  4. 3389
Question 31 Multiple Choice (Single Answer)

What Application layer protocol uses port 53?

  1. HTTP
  2. SMTP
  3. DNS
  4. POP3
Question 32 Multiple Choice (Single Answer)

Which is a Valid first IP fragment with an MTU of 1500?

  1. MF=1 Offset = 185 Data = 1480
  2. MF=1 Offset = 0 Data = 1480
  3. MF=1 Offset = 0 Data = 1470
  4. MF=0 Offset = 0 Data = 1470
Question 33 Multiple Choice (Single Answer)

What address is ARP designed to resolve?

  1. Destination MAC
  2. Destination IP
  3. Source MAC
  4. Source IP
Question 34 Multiple Choice (Single Answer)

What OSI layer does ARP operate at?

  1. 1
  2. 3
  3. 4
  4. 2
Question 35 Multiple Choice (Single Answer)

What is the default TTL for Windows?

  1. 64
  2. 128
  3. 255
  4. 48
Question 36 Multiple Choice (Single Answer)

What is the default TTL of Linux?

  1. 255
  2. 128
  3. 48
  4. 64
Question 37 Multiple Choice (Single Answer)

What value would typically be in the first byte of the IPv4 header?

  1. 0x0800
  2. 0x45
  3. 0x54
  4. 0x0806
Question 38 Multiple Choice (Single Answer)

How many WORDs are in a typical IPv4 header without options?

  1. 4
  2. 5
  3. 6
  4. 3
Question 39 Multiple Choice (Single Answer)

What order are the address fields in the Ethernet 2 Frame header?

  1. Destination IP then Source IP
  2. Source MAC then Destination MAC
  3. Destination MAC then Source MAC
  4. Source IP then Destination IP
Question 40 Multiple Choice (Single Answer)

Which are the sub-layers of the Data Link Layer?

  1. MAC and ODP
  2. LLC and PPP
  3. LDP and MAC
  4. LLC and MAC
Question 41 Multiple Choice (Single Answer)

How long is a MAC address?

  1. 64 bits
  2. 8 Bytes
  3. 6 Bytes
  4. 84 Bits
Question 42 Multiple Choice (Single Answer)

Your network has several VLANs and 802.1q is used, which link will NOT have a VLAN tag applied

  1. 1
  2. 2
  3. 3
  4. 4
Question 43 Multiple Choice (Single Answer)

Which value is inserted before the Ethertype byte offset for VLAN tagging?

  1. 0x0800
  2. 0x0806
  3. 0x86DD
  4. 0x8100
Question 44 Multiple Choice (Single Answer)

Which Ethertype value identifies ARP?

  1. 0x0800
  2. 0x0806
  3. 0x86DD
  4. 0x8100
Question 45 Multiple Choice (Single Answer)

Which Ethertype value identifies IPv6?

  1. 0x0800
  2. 0x0806
  3. 0x86DD
  4. 0x8100
Question 46 Multiple Choice (Single Answer)

Which Ethertype value identifies IPv4?

  1. 0x0800
  2. 0x0806
  3. 0x86DD
  4. 0x8100