Uniform Resource Locator (URL) is the address of a document or other file accessible on the internet.
<h3>What us URL?</h3>
The address of a document or other file that is accessible via the Internet is known as a Uniform Resource Locator (URL). A hyperlink, often known as a link, is a component that joins two Web pages together.
A web address, also known as a Uniform Resource Locator, is a reference to a web resource that identifies its location on a computer network and a method of retrieval. Though many people mistakenly use the terms "URL" and "Uniform Resource Identifier" interchangeably, a URL is a particular kind of URI.
<h3>How do you write an URL address?</h3>
http://www.example.com/index.html, which denotes a hostname (www.example.com), a protocol (http), and a file name ( index. html ).
To learn more about URL visit:
brainly.com/question/18926479
Answer:
192.168.228.0 255.255.255.224
Explanation:
192.168.228.0 255.255.255.128
subnet mask: defines the host and the network part of a ip
CIDR notation : is the shortened form for subnet mask that uses the number of host bits for defining the host and the network part of a ip
For example: 192.168.228.0 255.255.255.128 has CIDR equivalent of 192.168.228.0\25
To have atleast 20 hosts
20 ≤ (2^x) -2
x ≈5
with 5 host bits, we have 2^5-2 = 30 hosts per subnet
and 2^3 = 8 subnets
To get the subnet mask, we have 3 network bits
1110000 to base 10 = 2^7 + 2^6 +2^5= 224
192.168.228.0 255.255.255.224