0% found this document useful (0 votes)
44 views

ADhoc Lab File

This document discusses ad-hoc sensor networks and provides information on several related topics: 1. It defines protocol identifier as the identifier that points to a specific protocol used to search for a resource, using the example of the "http" protocol identifier in a URL. 2. It compares the HTTP and FTP protocols, noting differences in connections, ports used, suitability for file sizes, and authentication requirements. 3. It lists the key differences between server and client operating systems, such as number of users supported, complexity, medium/device run on, security, and examples. 4. It provides a list of the top 8 most commonly used open source web servers, including Apache, Nginx

Uploaded by

kushagra rohatgi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

ADhoc Lab File

This document discusses ad-hoc sensor networks and provides information on several related topics: 1. It defines protocol identifier as the identifier that points to a specific protocol used to search for a resource, using the example of the "http" protocol identifier in a URL. 2. It compares the HTTP and FTP protocols, noting differences in connections, ports used, suitability for file sizes, and authentication requirements. 3. It lists the key differences between server and client operating systems, such as number of users supported, complexity, medium/device run on, security, and examples. 4. It provides a list of the top 8 most commonly used open source web servers, including Apache, Nginx

Uploaded by

kushagra rohatgi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

AD-HOC SENSOR NETWORKS

1. what is the protocol identifier?


Protocol Identifier is defined as the identifier that points to a specific protocol which will be
utilized to search the resource. For example, consider the URL, or Uniform Resource Locator for
eHow, "http://www.ehow.com". In this URL, "http" is referred to as the Protocol Identifier.

URL
URL stands for Uniform Resource Locator. A URL is nothing more than the address of a given
unique resource on the Web. In theory, each valid URL points to a unique resource. Such
resources can be an HTML page, a CSS document, an image, etc.

2. Diffeence between HTTP & FTTP protocol?

Basis HTTP FTP

HTTP is used to access the web FTP helps to transfer files from one web
Basic
pages on the website. host to another.

FTP establishes two connections, one for the


HTTP builds data connections
Connection data connection and the other for the control
regularly.
connection.

TCP Port HTTP uses TCP port 80. FTP uses TCP ports 20 and 21.

Recommended for transferring


Suitability Ideal for transferring large files.
small files like web pages

Accessing HTTP does not require


Authentication FTP is password protected.
authentication.

The content transferred using the


The content transferred using HTTP is saved
Data HTTP is not saved in the device
in the host device’s memory.
memory
3. Difference b/w sever & client? list all the possible server?

Parameters Server OS Client OS

Basics We use a Server OS for providing various We use a Client OS for obtaining
services to multiple numbers of clients. various services from any given
server.

Number of A Server OS is capable of serving multiple The Client OS is capable of serving


Users/ Clients clients at any given time. just a single client at any given time.

Complexity It is a complex type of OS. It is a fairly simple type of OS.

Medium A server OS basically runs on a given A client OS basically runs on various


server. client devices, such as computers,
laptops, etc.

Operations This type of OS is designed in a way that it This type of OS is designed in a way
operates on any server. that it operates within a desktop.

Security It is comparatively more secure. It is comparatively much less secure.

Processing The processing power is fairly high in The processing power is much lower
Power Server OS. in Client OS.

Efficiency The Server OS is highly efficient. The Client OS is comparatively less


efficient.

Stability Server OS is much more stable. Client OS is much less stable.

Examples Linux, Red Hat, etc., are a few examples Android, Windows, etc., are a few
of the Server OS. examples of the Client OS.

The 8 Best Open Source Web Servers


 Apache HTTP Server. ...
 Nginx Web Server. ...
 Lighttpd Web Server. ...
 Apache Tomcat. ...
 Caddy Web Server. ...
 OpenLiteSpeed Web Server. ...
 Hiawatha Web Server. ...
 NodeJS.
4. What is the role of IP?
IP stands for "Internet Protocol," which is the set of rules governing the format of data
sent via the internet or local network. In essence, IP addresses are the identifier that
allows information to be sent between devices on a network: they contain location
information and make devices accessible for communication.

You might also like