Introduction of Internet Technology Lab 1
Introduction of Internet Technology Lab 1
Internet
Technology
Lab 1
VISTULA UNIVERSITY
• Choose a search engine like Google,
Bing, or DuckDuckGo.
• Enter keywords related to your topic
in the search bar.
• Use quotation marks to search for
exact phrases.
• Utilize search operators like "site:" to
search within specific websites or
Using Search domains.
• Refine your search by using filters like
Engines time range, image/video search, or
advanced search options.
Exploring URL
Structure
• Different types of URLs,
including those with various
protocols (http, https), domains,
paths, and query strings.
• Dissect and analyze different
URLs to identify their
components.
• deconstruct URLs for
hypothetical scenarios.
Example
• https://example.com/products/shoes?color=blue&size=10
1. Protocol: https://
1. This specifies the protocol used to access the resource. In this case, it's Hypertext Transfer Protocol Secure (HTTPS),
which indicates that the communication between the client and the server is encrypted.
2. Domain: example.com
1. This is the domain name of the website. It identifies the specific server or group of servers where the resource is located.
3. Path: /products/shoes
1. This part of the URL indicates the path to the specific resource on the server. In this case, it's pointing to a resource
related to shoes under the products directory on the server.
Scheme
Every URL begins with the scheme. This tells your
browser what type of address it is so the browser
connects to it correctly. There are many types of
schemes, but for typical web browsing you will
mostly see http and https. Your browser usually
won’t show the scheme in the address bar, and
usually you don’t need to type the scheme when
typing a web address; instead, you can just begin
with the domain name. The scheme is still always
part of the URL; it just isn’t being displayed.
Domain name
! %21 %21
# %23 %23
$ %24 %24
% %25 %25
( %28 %28
) %29 %29
HTML URL-encoding *
+
%2A
%2B
%2A
%2B
Reference
, %2C %2C
- %2D %2D
. %2E %2E
/ %2F %2F
0 %30 %30
1 %31 %31
2 %32 %32
3 %33 %33
5 %35 %35
6 %36 %36
CODE W3SCHOOL 7
8
%37
%38
%37
%38
9 %39 %39
: %3A %3A
; %3B %3B
= %3D %3D
? %3F %3F
@ %40 %40
A %41 %41
B %42
Exercise 1
hello%20guys%21%20come%20to
%2023%20street
Exercise 2
2%20%2B%202%20is%20%3D%20to
%20what%20%3F