AIW pre-board solution||2019

(Asian) 1.Define the routing. Routing is the process of moving packets across a network from one host to a another. It is usually performed by dedicated devices called routers. 2.different between client server and peer to peer   Basic client server There is a specific server and specific clients connected to the server. peer to peer Clients and server are not distinguished; […]

Continue Reading

Web Programming I | Preboard Solutions

Morgan Group A Why is <head> tag used in HTML file? The <head> tag is used in HTML file to contain specific information about a web page, referred as metadata, which includes things like the title of the document (which is mandatory), scripts or links to scripts, and CSS files. E.g. <head> <title> Title </title> […]

Continue Reading

Web Programming 1 Short Question Answer 2012

2012 Group A What is cookie?? A cookie is a text file that a web browser stores on user’s machine.they are used by websites for authentication,storing website information/preferences,othe browing information etc. Where is client side scripting language executed? The client-side environment used to run scripts is usually a browser. The processing takes place on the […]

Continue Reading