tags:

views:

90

answers:

1

Describe each mode.

Give examples of protocols that implement the various modes of TCP/IP operation.

+1  A: 

Full-Duplex allows for communication in either direction at any time. An example is HTTP Pipelining.

Half-Duplex allows for communication in one direction at one time then can switch to the opposite direction. An example is the POP3 Protocol (as well as FTP, NNTP, SMTP).

Simplex allows for communication in one direction only and doesn't allow switching directions. This is sometimes specificed programmatically as Simplex Server or Simplex Client.

Kevin Driedger
Wow, two guys named Kevin Driedger on SO - what a coincidence!
Hamish Grubijan
Interesting answer. Probably not what I'd have suggested from university or Cisco's material. Oh wait, this guy answered his own question. Which means it's probably made up. -1 for that. The ridiculousness of this question is the fact that TCP must be bi-directional in order to complete the 3-way handshake. TCP by its very nature uses sliding windows as it expects communications to be full-duplex and delayed.
PP
@PP: Ya, I was a little curious about an example of simplex TCP :)
David
@PP: Feel free to make an answer not "made up"!
Kevin Driedger
@Hamish, @PP: Read the SO FAQ please: "It's also perfectly fine to ask and answer your own question, as long as you pretend you're on Jeopardy: phrase it in the form of a question."
Frank Shearar