Sessions in PHP | PHP Sessions
HTTP is stateless, it can’t carry the values of variables of one page to other page and redirection with values is a basic requirement nowadays. For that we have many…
Node.js | Develop Applications Using Node.js
JavaScript is one of the popular languages for the Web development, but it was restricted to the browser. “ “ allows you to move a step beyond and uses JavaScript…
Difference between Web Server and Application Server
Web Server Application Server It is a program which uses the Client/Server model and Hyper Text Transfer Protocol (HTTP) to serve files to web users. The files are served in…
Difference between TCP and UDP | TCP vs. UDP
TCP UDP TCP stands for “Transmission Control Protocol”. It is the most commonly used Internet Protocol. UDP stands for “User Datagram Protocol” or “Universal Datagram Protocol”. This protocol is connection-…
what is difference between HTTP and HTTPS ?
HTTP HTTPS Hypertext transfer protocol(HTTP) is the mode of communication used in internet browsers where data transfers to and fro user and server Secured Hypertext Transfer Protocol(HTTPS) is a secured…
Difference between REST and SOAP | REST vs. SOAP
REST vs. SOAP REST SOAP Stands For : REST Stands for “Representational State Transfer”. SOAP Stands for “Simple Object Access Protocol”. Type REST is an architecture style and…
Difference between HTTP and HTTPS | HTTP vs. HTTPS
Difference between HTTP and HTTPS | HTTP vs. HTTPS HTTP HTTPS Stands For HTTP stands for “HyperText Transfer Protocol”. HTTPS stands for “HyperText Transfer Protocol via SSL (Secure Socket Layer)”…
Distributed Authoring and Versioning | DAV
Distributed Authoring and Versioning DAV is an extended form of the Hypertext Transfer protocol (HTTP) which gives smoothness to the process of collaborating with users for editing and managing files…