Explain the difference between an unspecified passive open and a fully specified passive open.


An unspecified passive open has the server waiting for a connection request from a client. A fully specified passive open has the server waiting for a connection from a specific client.



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is passive topology?
  • When the computers on the network simply listen and receive the signal, they are referred to as passive because they...
  • What is passive topology?
  • When the computers on the network simply listen and receive the signal, they are referred to as passive because...
  • What do you meant by active and passive objects?
  • Active objects are one which instigate an interaction which owns a thread and they are responsible for handling control to...
  • What are the Unix system calls for I/O?
  • open(pathname,flag,mode) - open file creat(pathname,mode) - create file close(filedes) - close an open file read(filedes,buffer,bytes) - read data from an open file write(filedes,buffer,bytes) -...
  • Explain open SQL vs native SQL?
  • ABAP Native SQL allows you to include database-specific SQL statements in an ABAP program. Most ABAP programs containing database-specific SQL...
  • Why is an event driven program referred to a passive program?
  • Because an event driven program is always waiting for something to happen before processing....
  • How you open and close a cursor variable.Why it is required?
  • OPEN cursor variable FOR SELECT...Statement CLOSE cursor variable In order to associate a cursor variable with a particular SELECT statement...
  • What is open box testing?
  • Open box testing is same as white box testing. It is a testing approach that examines the application's program structure,...
  • How to Insert the records in a database table by using ASP?
  • ...
  • What is OPEN SQL vs NATIVE SQL?
  • Open SQL – These statements are a subset of standard SQL. It consists of DML command (Select, Insert, Update, Delete)....

    Comment:

    You must be logged in to post a comment.