answersLogoWhite

0

It is a network adapter whether it is wireless or wired type.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is th default gateway of ccna1 lab 6.8.1?

It depends on which side of the network you are on. The GW is always the router interface of the network the device in assign.


What is client side usage in xml?

XML does not have the concept of client-side/server-side.


How do you fix 'connection to the server has failed' when sending email?

Follow these steps on Mail-Client side:1. If network card is working and correctly configured to connect to Network then check connectivity to the Mail Server - whether on Internet or on Local AreaNetwork, can use PING command.2.If connectivity is fine then check the configuration settings for connecting to Mail Server - POP3, IMAP, Exchangeserver and SMTP (as configured).3. If everything is fine then Check whether Mail Server requires Cetificate or some specific sort of Authentication settings - talk toMail Administrator or refer to guidelinesfor mail settings.


What is the difference between an applet and a servlet?

Applet is a part of Core JAVA and Servlet of Advance Java. Applet is client side program and Servlet is Server side. When Applet runs it take the resources of client whereas Servlet is processed at server. An Applet's class, jar files can be accessed and downloadable by client but not so in case of servlet. Applets can run under any web browser their execution is dependent on Client as they require JRE Whereas Servlets do not require any thing specific at client side, as they require java enabled web/application Server. Dilpreet Singh (SCJP,OCA 9i) www.geocities.com/heartsinghThe main difference is that a servlet is a server side component while applet is a client side component, moreover, a servlet doesn't have GUI while applet have GUI. A servlet runs inside a server and results are sent to client, so it consumes less network bandwidth, and also secure, while applet runs on client side in a browser, so entire code for applet is 1st sent to client and then it is executed on the client machine itself, so it also consumes more network bandwidth.


Which database is closest to the user?

The client-side database is that which is closest to the user in terms of physical proximity and interaction. Client-side databases are those databases maintained at the device level of the user, such as a web browser, mobile device, or desktop application. These databases are directly accessible by the user's device and, as such, do not require any network connection to interact with whatever data is stored within. The most common examples of client-side databases will be as follows: Web browser storage: This constitutes a set of technologies like Web Storage-component localStorage and sessionStorage-and IndexedDB, which allow web applications to locally store data in the user's web browser. Most often, mobile applications make use of local databases like SQLite to store data on the user's device for offline access and improved performance. Desktop application databases: Besides those above, desktop applications could be able to utilize embedded local databases like SQLite or some other database engines to locally store user-specific information. Benefits The advantages of client-side databases are the speed at which data is accessed, plus it is fully online; hence, a user's dependency on network connectivity is reduced. Limitations Data capacity, security, and synchronization limitations across multiple devices are serious shortcomings of this solution. In contrast, server-side databases sit on remote servers and are accessed via network connections. Database systems designed for servers store and manage massive volumes of data for multiple users and applications. Examples of server-side databases include MySQL, PostgreSQL, MongoDB, and many others. While server-side databases are crucial in holding and managing vast data sets, client-side databases present users with direct and speedier response interaction on their own devices with the data. To know more..connectinfosoft


What is A clientside control IN ASPNET?

Client side control will do validation and other kind of stuff in the client side.


When transferring a client with right sided hemiparesis which side of the client should nurse stand?

on the left side


What is a client side parser?

In general, a parser is a tool that interprets code.We talk about server-side parsers if those tools parse the code they receive before sending a result (i.e. the web page) to the client PC, while client-side parsers process code directly on the client PC.PHP is an example language that is parsed server-side, JavaScript is an example for a client-side language.


What is a client-side parser?

In general, a parser is a tool that interprets code.We talk about server-side parsers if those tools parse the code they receive before sending a result (i.e. the web page) to the client PC, while client-side parsers process code directly on the client PC.PHP is an example language that is parsed server-side, JavaScript is an example for a client-side language.


What are three major uses of javascript on client side?

These are the three major ones I could come up withClient-Side ValidationJquery Effects, Transitions and change to CSS code on client-sideStore cache on client-side


What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


Why do users sometimes prevent client-side dynamic HTML from being used?

Users prevent client side Dynamic HTML because it loses as soon as client disconnects. So most of the dynamic HTML is from the side of the Server.