What is traceroute?

is a for analysis, and display the route to a destination host. It was specified in RFC 1393.

The tools sends packages with increasing TTL (Time-To-Live) Value to the host. A router discards packages with TTL 1, otherwise reduces the TTL-Value before forwarding.

Weiterlesen

Veröffentlicht unter Internet | Verschlagwortet mit , | Hinterlasse einen Kommentar

What is a TCP/IP-package?

stands for Transmission Control and is a connection-oriented, multiservice transport for networks. It is often based on the (Internet ), reason for referring to as /IP. itself is defined in RFC 793.

TCP establishes a channel between the two end points of a communication and allows the transmission of data in both directions. The data stream is separated into packets, so called TCP/IP packets, that are sent individually. Each packet can take a different route to the destination. Therefore the packets might arrive in different order. Once at their destination, they will be placed in the correct order and merged.

(mehr …)

Veröffentlicht unter Internet | Verschlagwortet mit , | Hinterlasse einen Kommentar

What is SIP (Session Initiation Protocol)?

The Initiation () is a for controlling a communication session between two or more participants. It is specified in RFC 3261. The protocol is modeled on the Hypertext Transfer Protocol and is an open, well-extensible standard that is commonly used for example in the telephony.

SIP is used to negotiate the communication itself. The actual data exchange is realized via separate protocols. Often this is the Session Description Protocol (SDP, RFC 4566) embedded in SIP, to negotiate details on the video and/or audio transmission. Here, the possibilities of the communication partners are taken into account, i.e. which codecs (transfer methods) they can support and with what protocol they want to transmit the data.

(mehr …)

Veröffentlicht unter Internet | Verschlagwortet mit , | Hinterlasse einen Kommentar

What is a router?

Communication is the exchange of data. This data or information is split up into packages, that are transferred through the network to the destination.

The decision, which package is transferred to what network partner is made by the . are able to connect several networks. In contrast to a gateway a router does not change the .

(mehr …)

Veröffentlicht unter Internet | Verschlagwortet mit | Hinterlasse einen Kommentar

What is ping?

ist ein for analysis, that displays the availability of the destination host and the signal propagation delay to reach this host.

For this the tool sends several ICMP-Packages (echo request, „ping“) to the host, that should respond with the ICMP-Package (echoreply, „pong“) to show its availability.

Is the host not available, the responsible router responds with „network unreachable“ or „host unreachable“.

(mehr …)

Veröffentlicht unter Internet | Verschlagwortet mit , , , | Hinterlasse einen Kommentar