How Internet Work?

advertisement
CARA KERJA WEB
Rofilde Hasudungan
Mekanisme Web
Internet
The Internet is the backbone of the Web, the technical infrastructure that makes
the Web possible. At its most basic, the Internet is a large network of computers
which communicate all together.
Internet ialah tulang punggung (backbone) dari web, suatu infrastruktur yang
membuat/membangun web. Sederhananya, Internet ialah sebuah jaringan yang
mengkomunikasikan semua komputer.
Cara kerja web

Browser mengakses DNS server dan menemukan alamat asli (IP) dari server
dari website.

Browser mengirim pesan HTTP Request (Permintaan) kepada server untuk
mengirimkan salinan dari website kepada klien. Pesan dan semua data yang
dikirim antara server dan klien dikirim melalui koneksi Internet menggunakan
TCP/IP

Server menyetujui permintaan klien, dan server mengirimkan pesan “200 OK”
sebagai tanda persetujuan dan memulai mengirimkan salinan website kepada
browser dalam bentuk urutan data-data (sebagian website) atau disebut
paket.

Browser membangun (assemble) data-data tersebut hingga membentuk
website utuh.
Teknologi dan Istilah Web

Web Browser merupakan software yang digunakan untuk mengakses web.

Contoh: Google Chrome, Mozilla Firefox, Microsoft Edge, Internet Explorer,
Opera
Teknologi dan Istilah Web

TCP/IP: Transmission Control Protocol and Internet Protocol are
communication protocols that define how data should travel across the Web.
This is like the transport mechanisms that let you to place an order, go to the
shop, and buy your goods.
Teknologi dan Istilah Web

DNS: Domain Name System Servers are like an address book for websites.
When you type a web address in your browser, the browser looks at the DNS
before retrieving the website. The browser needs to find out which server the
website lives on, so it can send HTTP messages to the right place (see below).
This is like looking up the address of the shop so you can access it.

Domain ialah alamat dari suatu website dalam bentuk string/text
DNS Ialah server yang menterjemahkan domain kedalam suatu alamat IP dari
suatu server tempat website berada.
Teknologi dan Istilah Web

HTTP: Hypertext Transfer Protocol is an application protocol that defines a
language for clients and servers to speak to each other. This is like the
language you use to order your goods.

Protokol yang mendefinisikan komunikasi antara klien dan server.
Teknologi dan Istilah Web

Web Server ialah suatu system komputer yang memproses request via protocol
HTTP yang merupakan protocol jaringan yang digunakan untuk
mendistribusikan informasi serta menyediakan response berupa file dan
halaman web

Contoh: Apache, IIS, Nginx, etc
Teknologi dan Istilah Web

Web hosting ialah suatu server dimana aplikasi web diletakan

commercial: jogjahost.com, dijaminmurah.com etc

Free: 000webhost.com
Lingkungan Pengembangan Berbasis Klien
(HTML, CSS, JavaScript)

OS: Windows, Linux, etc

Web Browser: Google Chrome, Mozilla Firefox, etc

Text Editor: Sublime Text, Notepad++, PHPStorm, Dreamweaver (TIDAK
DIREKOMENDASIKAN)
Sumber:

https://web.stanford.edu/class/msande91si/wwwspr04/readings/week1/InternetWhitepaper.htm

https://developer.mozilla.org/enUS/docs/Learn/Common_questions/How_does_the_Internet_work
Download