Web Introduction
Web Introduction
• Protocols are a set of rules and procedures that define how data is
transmitted and received over a network.
• Examples of Internet protocols include HTTP (Hypertext Transfer
Protocol), TCP/IP (Transmission Control Protocol/Internet
Protocol), and DNS (Domain Name System).
• The network protocol will specify ;
The format of data packet
The addressing system
GET POST PUT DELETE are methods used to pick out desired action
from a server
Web Architecture
•
The Web can be summarized as a series of interactions between two types of systems, clients and servers.
• A client is a device or software that requests and receives services or data from a server.
• Clients are not directly connected to the internet.
• Servers are programs or systems that run on a special computer and they deliver data or resources to other
computers.
•APIs (Application Programming Interfaces) are sets of rules and protocols that allow different
software applications to communicate and interact with each other.
Database