Template:Infobox networking protocol/doc

This is an old revision of this page, as edited by Varnav (talk | contribs) at 21:13, 27 June 2011 (Created page with '{{documentation subpage}} == Usage == <pre style="overflow:auto;"> {{Infobox networking protocol | name = | rfcs = | ports = | osilayer ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Usage

{{Infobox networking protocol
| name         = 
| rfcs         = 
| ports        =
| osilayer     = 
}}

Example

SSH (Secure shell)
Communication protocol
OSI layerApplication
Port(s)22
RFC(s)4250-4256, 4335, 4344, 4345
{{Infobox networking protocol
| name          = SSH (Secure shell)
| rfcs          = 4250-4256, 4335, 4344, 4345
| ports         = 22
| osilayer      = [[Application layer|Application]]
}}

Parameters

All parameters are optional.

name
Name of the protocol.
rfcs
RFC(s) describing this protocol
ports
TCP/UDP ports if used by the protocol
osilayer
OSI layer this protocol works in

See also