ADhoc Lab File
ADhoc Lab File
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.
HTTP is used to access the web FTP helps to transfer files from one web
Basic
pages on the website. host to another.
TCP Port HTTP uses TCP port 80. FTP uses TCP ports 20 and 21.
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.
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.
Processing The processing power is fairly high in The processing power is much lower
Power Server OS. in Client OS.
Examples Linux, Red Hat, etc., are a few examples Android, Windows, etc., are a few
of the Server OS. examples of the Client OS.