<< Chapter < Page | Chapter >> Page > |
True or False?
Although the distinction between client and server is becoming less clear each day, there is one fundamental distinction that is inherent in the Javaprogramming language.
The server initiates conversations with clients, while clients block and wait for a server to initiate a conversation.
What is the meaning of the following two images?
These images were inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.
This image was also inserted for the purpose of inserting space between the questions and the answers.
False.
Although the distinction between client and server is becoming less clear each day, there is one fundamental distinction that is inherent in the Javaprogramming language.
The client initiates conversations with servers, while servers block and wait for a client to initiate a conversation.
True.
True.
False.
Java provides at least two different approaches for doing network programming (and possibly more) , insofar as the web is concerned. The two approaches are associated with
True.
True.
False. A proxy server is often used to improve the communication speed of computers inside of a company with the Internet at largeoutside the company. For example, if ten people inside the company attempt to connect to the same Internet server and download the same web page within a (hopefully) short period of time, that page may be saved on the proxy server on the first attempt and then delivered to the next nine people withoutre-acquiring it from the outside web server. This can significantly improve delivery time and reduce network traffic into and out of the company.
False. A firewall is the common name given to the equipment and associated software that is used to insulate the network inside of a company from theInternet at large outside the company. Typically, the firewall will restrict the degree to which computers inside the company can communicate with the Internetfor security and other reasons.
True.
True.
False. The Domain Name System (DNS) was developed to translate between IP addresses and domain names. Whenever you log your browser onto the internet and attempt to connect to a server using its domainname, the browser first communicates with a DNS server to learn the corresponding numeric IP address. The numeric IP address (and not the domain name) is encapsulated into the data packets and used by the internet protocol to route those packets from thesource to the destination.
True.
True.
True.
False. The User Datagram Protocol ( UDP) is often referred to as an unreliable protocol because there is no guarantee that a series of packets will arrive in the right order, or that they willarrive at all.
True.
True.
True.
False. IP is an acronym that stands for Internet Protocol.
True.
False. In order for two or more computers connected to a network to be able to exchange data in an orderly manner, they must adhere to a mutually acceptablecommunication protocol. The protocol defines the rules by which they communicate.
True.
False. Each of the devices on the network can be thought of as a node , and each node has a unique address.
True.
This section contains a variety of miscellaneous information.
Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
-end-
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?