I am studying SySML to describe the structure of complex systems and I am wondering which would be the most appropriate diagram to describe a network configuration. Let's assume that part of the system (macro component) is composed by different components interacting with each other over a LAN network. We would probably have a Block Diagram describing its architecture (i.e. one router, one server, one client, etc.) and, as far as I understood, we can also have an Internal Block Diagram for each relevant component to describe their structure.
My doubt is, how do I represent the physical connection between server A and client B through the router within the Macro Component? An answer could be making use of deployment diagrams which are specified in UML 2.0, do you think there are any better ways?
Also, given something that is transmitted between client a server (i.e. a message, defined within a block - or a class - message), is it possible to express the relation between the message and the network (i.e. the flow over this network consists of this type of message)?.
Thanks a lot