0
0
Computer Networksknowledge~10 mins

Private vs public IP addresses in Computer Networks - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to identify the type of IP address used within a home network.

Computer Networks
A private IP address is typically assigned to devices [1] a local network.
Drag options to blanks, or click blank then click option'
Arandomly
Boutside
Cinside
Dglobally
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing private IPs with public IPs
Thinking private IPs are assigned globally
2fill in blank
medium

Complete the sentence to explain where public IP addresses are used.

Computer Networks
A public IP address is assigned to a device [1] the internet to allow communication globally.
Drag options to blanks, or click blank then click option'
Aon
Bunder
Coutside
Dinside
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'inside' or 'under' which don't fit the context
Confusing public IPs with private IPs
3fill in blank
hard

Fix the error in the statement about private IP address ranges.

Computer Networks
The IP range 192.168.0.0 to 192.168.255.255 is a [1] IP address range.
Drag options to blanks, or click blank then click option'
Aprivate
Bpublic
Cdynamic
Dstatic
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing private with public ranges
Thinking this range is dynamic or static by default
4fill in blank
hard

Fill both blanks to complete the explanation about IP address visibility.

Computer Networks
Devices with a [1] IP address can be accessed [2] the internet, while those with a private IP cannot.
Drag options to blanks, or click blank then click option'
Apublic
Bprivately
Cover
Dlocally
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up 'privately' and 'locally' with 'over' internet
Choosing 'private' instead of 'public' for the first blank
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension that maps IP types to their typical usage.

Computer Networks
ip_usage = [1]: 'Used within local networks', [2]: 'Assigned by ISP for internet access' for [3] in ['private', 'public']
Drag options to blanks, or click blank then click option'
A'private'
B'public'
Cip_type
Ddevice
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'device' instead of 'ip_type' as loop variable
Swapping 'private' and 'public' keys
Using unquoted keys