Step 1: Understand the structure of a URL.
A complete URL generally follows a logical structure starting from the protocol (scheme), followed by domain components, and ending with the directory or path.
Step 2: Identify each component.
- Scheme: This specifies the protocol used, such as http or https.
- Top Level Domain (TLD): This is the highest level in the domain hierarchy, such as .com, .org, or .in.
- Second Level Domain: This is the main domain name registered under the top-level domain, such as google in google.com.
- Subdomain: This comes before the second-level domain and is used to organize different sections of a website, such as www or mail.
- Subdirectory: This appears after the domain and represents folders or paths within the website.
Step 3: Arrange in meaningful order.
A URL starts with the scheme, then the subdomain, followed by the second level domain, then the top level domain, and finally the subdirectory.
Step 4: Conclusion.
The correct meaningful order is scheme → subdomain → second level domain → top level domain → subdirectory.