The server must accept a connection before the client can


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.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: The server must accept a connection before the client can
Reference No:- TGS01262238

Now Priced at $20 (50% Discount)

Recommended (96%)

Rated (4.8/5)