NEW
Font size
WorksheetsIPV4 (1)
Total questions: 10
Worksheet time: 5mins
What are the two primary functions of an IP address as described in the source materials?
connecting different networks and managing local devices communication
dividing a network into subnets and broadcasting messages to all devices
identifying a specific deice (host) and locating it on a network
Encrypting data packets and assigning a physical address to a device
A device at IP address `192.168.10.5/24` needs to send data to a device at `192.168.20.5/24`. According to the provided diagrams, which piece of hardware is essential for this communication to succeed?
A router , because it is designed to connect different networks
A switch , because it connects devices efficiently
A hub , because it can broadcast the data to the other network
A gateway , because IPV4 and IPV6 are not compatible
What is the primary purpose of a Subnet Mask?
To automatically assign a unique IP address to a new device joining the network
To increase the number of available IP addresses from 32-bit to 128-bit
To hide a device's IP address from external networks for security
To determine which part of an IP address represents the network and which part represents the host
According to the source material, how does a switch handle local data delivery?
It uses the logical IP address to send data directly to the correct computer
It uses the unique hardware (MAC) address of a device for delivery within the same network
it reads the Network portion of the IP address to make forwarding decisions
it broadcasts every packet to all connected devices and lets them decide if it's for them
Which statement accurately describes the relationship between IPv4 and IPv6?
They use the same 32-bit structure, but IPv6 adds an extra section for more addresses.
They are incompatible and require special gateways or translation mechanisms to communicate.
IPv6 is an updated version of IPv4, and devices can use both addresses simultaneously and seamlessly.
IPv4 was designed for local networks, while IPv6 was designed for the wider internet.
For the network defined as `192.168.1.0 /24`, which of the following IP addresses is the Broadcast Address?
`192.168.1.254`
`192.168.1.0`
`192.168.1.1`
`192.168.1.255`
An Address Resolution Protocol (ARP) request is broadcast on a local network. What information is the sending device trying to discover?
The IP address of the destination router or gateway.
The subnet mask for the local network.
The physical MAC address corresponding to a known local IP address.
The fastest route to reach a device on a different network.
Which of the following BEST represents the structure of an IPv4 address?
A 128-bit number composed of eight hexadecimal blocks.
A 32-bit number represented as four decimal numbers (octets), each from 0-255.
A 48-bit number permanently assigned to the network hardware.
A 32-bit number divided into a network portion and a host portion by a router.
If you are browsing a website, what type of communication are you most likely using?
Multicast, because the website is sending data to a specific group of subscribers.
Unicast, because it is a one-to-one communication between your device and the web server.
Broadcast, because the website sends its data to everyone on your network.
Subnetting, because the communication must be divided into smaller parts.
Within the `10.0.5.0 /24` network, which of the following IP addresses could be validly assigned to a PC?
`255.255.255.0`
`10.0.5.128`
`10.0.5.255`
`10.0.5.0`
