Writing messages to a serversocket in java

Assignment Help JAVA Programming
Reference no: EM13952969

1. The enterprise model represents

a. transactions for an enterprise.

b. the current state of the enterprise.

c. all enterprise processes.

d. the interaction between client and server.

2. The HyperText Transfer Protocol is

a. a data link protocol.

b. a stateless protocol.

c. based on TCP port number 60.

d. all of the above.

3. If we could examine the bits transmitted over a network that are sent using a TCP/IP socket, we would find

a. the data link protocol.

b. the internet protocol.

c. the transmission control protocol.

d. all of the above.

e. none of the above.

4. A network consisting of multiple computers connected to a switch would have a

a. star toplogy.

b. ring topology.

c. bus topology.

d. mesh topology.

e. none of the above.

5. The Internet Protocol

a.  provides handshaking to provide error control.

b. connects to a port corresponding to a program.

c. uses network hardware addresses in the packet.

d. all of the above.

e. none of the above.

6. The carrier sense multiple access with collision detection protocol used for Ethernet

a.  will retransmit a frame if a collision is detected during transmission.

b.  has no limit to the number of retransmissions.

c. requires nodes to notify each other if they want to transmit.

d. all of the above.

e. none of the above.

7. The TCP protocol uses the acknowledgement number to

a. encrypt the data.

b. track the number of bytes transmitted.

c. control the window size.

d. none of the above.

8. The TCP port number used in the TCP protocol corresponds to

a. internet addresses.

b. hardware addresses.

c. protocols used by programs to transmit data.

d. physical connections.

9. The structure of the internet address is defined by the

a. first byte of the address.

b. second byte of the address.

c. data link layer.

d. network connection.

10. For each client connecting to a server using sockets,

a. the server must accept a connection before the client can communicate.

b. the client can only try to establish a connection once.

c. clients can request data but cannot write to the server.

d. none of the above.

11. In JAVA, for a class called Animals, a subclass called Birds would be defined by

a. public class Birds subclass of Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}

b. public class Birds extends Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}

c. public class Birds extension of Animals{
float wingSpan;// wing span in meters
public float get_wingSpan() {
return(wingSPan);
}
}
d. none of the above.

12. A thread in a JAVA program

a. allows only one connection to a TCP/IP port.

b. can be used to make multiple functions to run independent of each other.

c. is used to define the type of ADO connection for a server.

d. prevent multiple IP address conflict.

13.. The Data Definition Language is used to

a. specify the structure of a database.

b. define the data types in a database.

c. modify the current database structure.

d. none of the above

e. all of the above

14. In a relational database,

a. each row must be unique.

b. a table must appear in sorted order.

c. only one foreign key is allowed.

d. all of the above

15. When a method in JAVA throws an exception,

a. the program must stop.

b. the method must be enclosed in a try structure.

c. the method must be in a thread.

d. the method must be in the main class.

16. The Ethernet frames for two nodes have collided twice on the network for each node. The next possible number of slot times delayed at each node could be,

a. 0.

b. 1.

c. 2.

d. 3.

e. all of the above

17. The CRC portion of the Ethernet frame is used to

a. provide error checking.

b. store the hardware address.

c. encrypt data.

d. sequence frames.

e. none of the above

18. By writing messages to a ServerSocket in JAVA,

a. a server can communicate with a client.

b. respond to client requests for a connection.

c. drop clients.

d. none of the above

19. When a router selects a physical connection to send a packet to a destination it uses,

a. the hardware address of the destination.

b.  the IP address of the destination.

c.  the tender address of the destination.

d.  the CRC number of the destination.

Reference no: EM13952969

Questions Cloud

Add all of the numbers except for the sentinel. : The following loop is supposed to read some numbers until it reaches a sentinel (in this case -1). It is supposed to add all of the numbers except for the sentinel.
Is proportion of patients with peripheral neuropathy : The num- ber of cases of peripheral neuropathy among a control group of 35 diabetic patients was 12. Among a group of 11 patients who were taking an oral agent to prevent hyperglycemia, there were three cases of peripheral neu- ropathy. Is the pro..
Analyze the strengths and weaknesses of behaviorism : Summarize the four conditioning theories of behaviorism. Analyze the strengths and weaknesses of behaviorism, in general
Addressing appropriate business conduct : Write a minimum of a two page memo to your team addressing appropriate business conduct and etiquette when visiting Jordan and your potential clients. [I know memos are usually short, but this will be a lengthy document in order to thoroughly info..
Writing messages to a serversocket in java : the server must accept a connection before the client can communicate.
Describe when it is appropriate to use a paired t test : Describe the one sample test of a mean when the variance is unknown and when the variance is known. Describe the use of a two-sample t test (common variance estimate).
What is a meta-analysis : How do Bayesians treat parameters? How do frequentists treat parameters? Are the two approaches different from one another? Why can missing data be a problem in data analysis? What is imputation?
How many test days do you need to obtain : Based on that data: (1) you are willing to assume that the standard deviation of the difference in means is 1.5°F, and (2) you anticipate that the average temperature in New York tends to be 3°F lower than the corresponding tem- perature in Washi..
Prepare themselves for the breadth and depth of issues : Teenage and adult clients often seek counseling to deal with pregnancy, childbirth, and child-rearing issues. How can counselors prepare themselves for the breadth and depth of issues related to these topics

Reviews

Write a Review

JAVA Programming Questions & Answers

  Validation and event handling in javascrip

To complete this project you will write and submit one HTML file containing embedded CSS and JavaScript. The file will be called lab2.html. This file contains a registration form, which can be styled any way you like subject to the requirements be..

  Can we run java byte code on android since android

Can we run java byte code on android since android is also java based

  Create a class that calls that parse method

Use the Java API documentation to examine the SimpleDateFormat class and find the exception thrown by its parse() method. Create a class that calls that parse() method.

  Write a program that reads in a text file and then computes

Write a program that reads in a text file and then computes and prints a table of letter frequencies. For example, if the file is the text of "A Tale of Two Cities", found in the file at data/tales.txt , the program will print

  Write a main method that will simulate playing the game

On the Monty Hall game show, a contestant is given a choice of three doors. Behind one door is a car and behind the other two doors are goats.

  Sorting routine adopted in the java api for arrays.sort()?

What is the sorting routine adopted in the Java API for Arrays.sort()? How different is it from the sorting routine we discussed in class? Is it better? Explain your answers in short clear sentences.

  Define inventory program assignment from java class

This is part 6 of the inventory program assignment from Java class IT 215 from UOP and all the codes are written well and includes everything all the functionality from the previous parts and there's absolutely no errors.

  Program that uses random instead of scanner to play

Write a Java Program that uses Random instead of Scanner to play many rounds of Rock Paper Scissors. The user and computer will each randomly pick one and common rules of winning apply

  You have to create a world class that contains a 2d array

you have to create a world class that contains a 2d array then create an abstract class called organism that contains

  Implement the basic properties of a bank account

Define the class bankAccount to implement the basic properties of a bank account. An object of this class should store the subsequent data:

  Create a new savings account

You are a bank manager and you are helping a new bank teller understand the kind of accounts the bank offers. If a customer comes in asking to open a new savings account, the teller needs to ask what kind of account-passbook savings or certificate..

  Write a program that creates a two-dimensional array

Write a program that creates a two-dimensional (2D) array initialized with test data (for instance, use Random method to prepare an array of integers).

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd