25 pts.
 Is it feasible to have a global communication network without the transport layer?
OSI, TCP, UDP
Well this is the question .Thanks

Software/Hardware used:
ASKED: March 1, 2012  12:25 AM
UPDATED: March 2, 2012  1:27 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Is it feasible to have a global communication network without the transport layer?

First, what do you mean by “transport layer”? Without knowing the services that you include, there’s no way to know an appropriate answer. TCP handles most of the services commonly thought of for a “transport layer” in the OSI network model; and although UDP leaves out many of those services, it’s also considered a “transport layer” protocol.

SNA, for example, doesn’t exactly have a ‘Transport Layer’. Many of the services generally thought to be in a ‘Transport Layer’ are provided over SNA through APPC and APPN. Without using APPC/APPN, a lot of underlying stuff needs to be attended to more carefully.

As such, I’d guess that the answer has to be “Yes.”

But then, I suppose it also depends on what “communication” will be carried over the network. A TV communication network can be global without requiring a ‘Transport Layer’. Shortwave radio might be a great example of a basis for a kind of “global communication network without the transport layer”.

So, please provide a little more description of what is needed. It’s too vague to be sure.

Tom

 108,330 pts.

 

transort layer (the 4th OSI layer).
But the question now is can i remove the UDP protocol,there is some OSI or TCP/IP layers able to replace UDP services.
Because in TCP case,there is no layers combination able to substitute the TCP services.

 25 pts.

 

For instance can i implement all the TCP or UDP functions in the aplication layer?

 25 pts.

 

…can i implement all the TCP or UDP functions in the aplication layer?

I’m not understanding the whole question.

If you are creating your own communications architecture, you can implement your own services any way you choose.

But what kind of “network” are you talking about? What will the physical medium be? Will existing telecommunications facilities be used? E.g., will you use any existing infrastructure at all? Would you expect a standard router for example to pass your traffic?

Tom

 108,330 pts.