Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTERNET FUNDAMENTALS.md #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions DAY 01 - INTERNET FUNDAMENTALS/Assignments/Debalina Ghosh
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
What i leanrned from previous session


DNS

DNS stands for Domain Name System
It is an automatic process that converts the Domain Name to its correspondin IP Adress (Number).So that web browser can understand which web page we want to access on the internet.

ISP

ISP stands for Internet Service Provider.
It is a company which provides internet service to its customers.


HTTP

HTTP stands for Hyper Text Transfer Protocol.
It used in browser to open the slide.
It is a request standard between a client and a server
Transfer File from Computer to WWW.

HTTP REQUEST STATUS CODE

GET - To get data from a recourse
PUT - To update data at a recourse
POST - To create data at a recourse
DELETE - To delete data at a recourse
PATCH - To partially update data ata recourse


HTTPS

HTTPS stands for Hyper Text Transfer Protocol Secured.
It used in browser secure to open the slide.

PORT

PORT is not a physical connection.
It is a logical connection that is used by programs and services to exchange information.
It specially determines which program or service on a computer or server that is going to be used.