Monolog vs Dialog

life24

Senior member
Mar 25, 2014
283
0
76
Hello,
What means "monolog" and difference between "dialog" and "monolog"?

each party knows that the conversation should be a dialog, not a
monolog

 

RadiclDreamer

Diamond Member
Aug 8, 2004
8,622
40
91
Di - meaning two, part of Dialog means that two people are speaking.

Mono - meaning one, Part of Monolog means one person is speaking such as a character in a movie speaking aloud to themselves to let the audience know whats going on.

Not sure what this has to do with networking though.
 
Last edited:

Gryz

Golden Member
Aug 28, 2010
1,551
204
106
It is to make students understand that in networking, when two computers communicate, packets are always sent in both ways. There is a dialog. Even when all you want to do is send a file from A to B (and nothing from B to A), even then, B must send some packets to A. 1) To confirm the start of the conversation, 2) to acknowledge all received data, and 3) to confirm that the conversation is over.

In network protocols, there are hardly ever monologues. When you look at television, it's different. A transmit-tower, or a satellite, only sends data. It never receives any packets from its customers. TV technology is a monologue.
 
Last edited:

Ichinisan

Lifer
Oct 9, 2002
28,298
1,234
136
When Conan talks to the audience a little bit before he introduces any guests, that's the monologue. Once the guests are introduced, then have a little dialogue with back-and-forth word exchanges.
 
Feb 25, 2011
16,822
1,493
126
That's a pretty funny way to say "half-duplex" and "full-duplex." What the hell kind of network cert are you trying to get, OP?
 

Gryz

Golden Member
Aug 28, 2010
1,551
204
106
English is not everybody's first language. Sometimes concepts are hard to understand, but sometimes it's just the words themselves.

As long as life24 says "thank you" after someone tries to help him here, he can post any question he wants. I'll try my best to answer if I see such a question.
 

azazel1024

Senior member
Jan 6, 2014
901
2
76
That's a pretty funny way to say "half-duplex" and "full-duplex." What the hell kind of network cert are you trying to get, OP?

Not really. I wouldn't call UDP a half-duplex technology. I'd call it a monolog. TCP/IP is a dialog, because it requires packets to be sent both directions to work.

UDP and TCP/IP can both be operated on half-duplex or full duplex links.

UDP is optional monolog as many applications that operate on UDP actually do communications in both directions, but UDP itself is completely monolog.

Monolog and dialog are odd ways to put it, but they are correct. Half-duplex and full duplex are not the ways to describe L2/L3 layers operation.
 

Gryz

Golden Member
Aug 28, 2010
1,551
204
106
Full-duplex and half-duplex have nothing to do with monologue versus dialogue.

Full-duplex versus half-duplex is only stating whether both sides can transmit at the same time. Or whether only one can transmit, and the other has to wait until the first one is finished, and then it is his turn to transmit. When we talk about full/half duplex it is almost always about a point-to-point circuit.

So it is not whether you can send in both directions. It is only about the *time* you can send. All the time both can send (full) or they have to wait turns (half).

For the record, there are also circuits where you can send in only one-direction. A satellite link would be an example. An MPLS tunnel would be another. In that case we don't talk about duplex. In that case we call it a "uni-directional link".

Bringing in TCP and UDP into this discussion is only confusing. They have very little to do with full versus half duplex. And even if you want to put that label on it: both TCP and UDP are full-duplex, because both sides can send at the same time (if they want to).

Even mentioning that TCP and UDP can run over full- and half-duplex links makes hardly sense. TCP and UDP run on top of IP. And IP can run on anything. Fiber, 33.6Kbps modems, satellite links, wireless. Anything and everything. And it doesn't matter whether the underlying layer-2 technology is full- or half-duplex.

Small history lesson.
25 years ago someone made a joke about that.
He wore a t-shirt to a convention that said: "I P on everything".

Bonus points if you know who this guy is.
 

CZroe

Lifer
Jun 24, 2001
24,195
856
126
That's a pretty funny way to say "half-duplex" and "full-duplex." What the hell kind of network cert are you trying to get, OP?
Even half-duplex can be "dialog" as long as there is back and forth. Perhaps it's talking about broadcast packets or something.
 

azazel1024

Senior member
Jan 6, 2014
901
2
76
Full-duplex and half-duplex have nothing to do with monologue versus dialogue.

Full-duplex versus half-duplex is only stating whether both sides can transmit at the same time. Or whether only one can transmit, and the other has to wait until the first one is finished, and then it is his turn to transmit. When we talk about full/half duplex it is almost always about a point-to-point circuit.

So it is not whether you can send in both directions. It is only about the *time* you can send. All the time both can send (full) or they have to wait turns (half).

For the record, there are also circuits where you can send in only one-direction. A satellite link would be an example. An MPLS tunnel would be another. In that case we don't talk about duplex. In that case we call it a "uni-directional link".

Bringing in TCP and UDP into this discussion is only confusing. They have very little to do with full versus half duplex. And even if you want to put that label on it: both TCP and UDP are full-duplex, because both sides can send at the same time (if they want to).

Even mentioning that TCP and UDP can run over full- and half-duplex links makes hardly sense. TCP and UDP run on top of IP. And IP can run on anything. Fiber, 33.6Kbps modems, satellite links, wireless. Anything and everything. And it doesn't matter whether the underlying layer-2 technology is full- or half-duplex.

Small history lesson.
25 years ago someone made a joke about that.
He wore a t-shirt to a convention that said: "I P on everything".

Bonus points if you know who this guy is.

It makes sense to bring it up, because the OP was asking specifically about monolog and dialog. Another user brought up the half-duplex and full duplex thing...which has nothing to do with it, I was pointing out the difference. It is a protocol thing that determines monolog/dialog, not the physical link layer, which can be half-duplex, full duplex or as you pointed out unidirectional link.
 

KingFatty

Diamond Member
Dec 29, 2010
3,034
1
81
Is there a proper networking term for monolog/dialog? It's not duplex, but is there another term?
 

CZroe

Lifer
Jun 24, 2001
24,195
856
126
Full-duplex and half-duplex have nothing to do with monologue versus dialogue.

Full-duplex versus half-duplex is only stating whether both sides can transmit at the same time. Or whether only one can transmit, and the other has to wait until the first one is finished, and then it is his turn to transmit. When we talk about full/half duplex it is almost always about a point-to-point circuit.

So it is not whether you can send in both directions. It is only about the *time* you can send. All the time both can send (full) or they have to wait turns (half).

For the record, there are also circuits where you can send in only one-direction. A satellite link would be an example. An MPLS tunnel would be another. In that case we don't talk about duplex. In that case we call it a "uni-directional link".

Bringing in TCP and UDP into this discussion is only confusing. They have very little to do with full versus half duplex. And even if you want to put that label on it: both TCP and UDP are full-duplex, because both sides can send at the same time (if they want to).

Even mentioning that TCP and UDP can run over full- and half-duplex links makes hardly sense. TCP and UDP run on top of IP. And IP can run on anything. Fiber, 33.6Kbps modems, satellite links, wireless. Anything and everything. And it doesn't matter whether the underlying layer-2 technology is full- or half-duplex.

Small history lesson.
25 years ago someone made a joke about that.
He wore a t-shirt to a convention that said: "I P on everything".

Bonus points if you know who this guy is.
I sub the guy on YouTube (Hack-a-day channel). I also see that you beat me to the "half-duplex is still dialog" thing. Functional conversation between two human beings with no machinery is also typically half-duplex.
 

Gryz

Golden Member
Aug 28, 2010
1,551
204
106
I sub the guy on YouTube (Hack-a-day channel).
I don't think the guy in the picture has anything to do with the Hack-a-day channel. Try again.

Anyway, it was Vint Cerf. One of the minds behind many of the ideas of the Internet.
 
Last edited:

Gryz

Golden Member
Aug 28, 2010
1,551
204
106
Connection/Connectionless or Sessioned/Sessionless - were what I learned anyways.
Are you doing this intentionally ?

Connection-oriented versus connection-less has nothing to do with monologue versus dialogue. And nothing to do with full-duplex versus half-duplex.
http://courses.iddl.vt.edu/CS1604/15-Lesson_14/04-Connection-Oriented_vs_Connectionless.php

I expect that the next thing you'll say will be: monologue versus dialogue is the same as reliable versus unreliable communication.

Nouns are very YMMV.
Every field of technology has its own vocabulary. Vocabulary is very important if you want to discuss things. If all people just come up with their own definitions of words, there will be very little meaningful communication.
 
Feb 25, 2011
16,822
1,493
126
Are you doing this intentionally ?

Connection-oriented versus connection-less has nothing to do with monologue versus dialogue. And nothing to do with full-duplex versus half-duplex.
http://courses.iddl.vt.edu/CS1604/15-Lesson_14/04-Connection-Oriented_vs_Connectionless.php

I'm not talking about full duplex and half duplex, I'm talking about UDP/TCP.

*clicks link*
*ctrl-f dialog*

Okay... so you can post links. Congratulations, I guess.

Every field of technology has its own vocabulary. Vocabulary is very important if you want to discuss things. If all people just come up with their own definitions of words, there will be very little meaningful communication.

Refer back to OP and find me the very specific technology he's talking about, please. I'd love to know. Because I'm just playing "guess-the-metaphor" and you seem to think it's REALLY important that I guess right. So you must know the answer, right?
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |