1.What is the difference between the internet, intranet, and extranet?
First difference between all is a matter of availability. Internet is a global network system and is available to all while Intranet and Extranet are available to limited inside and outside users of the organization.
‘Intranet and Extranet are more secure than Internet because having Intranet or Extranet network system means organization has created a firewall against outsiders. Accessing any information on Internet is not much difficult today.
- General public is the user of Internet so it can be called as public network while business persons and organization are the users of Intranet and Extranet and can be called as private networks.
- Internet can be access through without having user account. While user account is the first important condition in case of Intranet and Extranet.
Internet has no hard and fast policies while there is a complete organization policy behind the setup of Intranet and Extranet.
What is post method?
What is post method?
What is an HTTP connection?
HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse, is the idea of using a single TCP connection to send and receive multiple HTTP requests/responses, as opposed to opening a new connection for every single request/response pair.
Connection: keep-alive
HTTP – Requests
An HTTP client sends an HTTP request to a server in the form of a request message which includes following format:
- A Request-line
- Zero or more header (General|Request|Entity) fields followed by CRLF
- An empty line (i.e., a line with nothing preceding the CRLF)
indicating the end of the header fields
- Optionally a message-body
HTTP – Responses
- A Status-line
- Zero or more header (General|Response|Entity) fields followed by CRLF
- An empty line (i.e., a line with nothing preceding the CRLF) indicating the end of the header fields
- Optionally a message-body
HTML
SGML
XML
SGML
|
HTML
|
|
Full Form
|
It stands for the Standard Generalized Markup Language.
|
It stands for Hyper Text Markup Language.
|
Type
|
application/sgml, text/sgml
|
text/html
|
Type code
|
Text
|
Text
|
Uniform type
|
public.xml
|
public.html
|
Developed by
|
ISO
|
WWW Consotium
|
Format type
|
It is a mark up language.
|
It is a mark up language.
|
Extended from
|
GML
|
SGML
|
Extended to
|
HTML,XML
|
XHTML
|
WWW
web server
web client or web browser
javascript
JavaScript (/ˈdʒɑːvəˌskrɪpt/[6]), often abbreviated as JS, is a high-level, dynamic, weakly typed, object-based, multi-paradigm, and interpreted programming language. Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Webcontent production. It is used to make webpages interactive and provide online programs, including video games. The majority of websites employ it, and all modern web browsers support it without the need for plug-ins by means of a built-in JavaScript engine.
2.Difference between UDP and TCP?
TCP | UDP | |
---|---|---|
Acronym for | ||
Connection | ||
Function | ||
Usage | ||
Use by other protocols | ||
Ordering of data packets | ||
Speed of transfer | ||
Reliability | ||
Header Size | ||
Common Header Fields | ||
Streaming of data | ||
Weight | ||
Data Flow Control | ||
Error Checking | ||
Fields | ||
Acknowledgement | ||
Handshake |