diff --git a/ex10/kn10.pdf b/ex10/kn10.pdf index f0b2fbf..5e0f71f 100644 --- a/ex10/kn10.pdf +++ b/ex10/kn10.pdf Binary files differ diff --git a/ex11/kn11.pdf b/ex11/kn11.pdf index 738c4e6..a62a1c3 100644 --- a/ex11/kn11.pdf +++ b/ex11/kn11.pdf Binary files differ diff --git a/ex11/kn11.tex b/ex11/kn11.tex index edee1c4..226b6c3 100644 --- a/ex11/kn11.tex +++ b/ex11/kn11.tex @@ -91,24 +91,35 @@ \vspace{1cm} \Aufgabe{Voice over IP (VoIP)}{5+10+5+5+5} \begin{enumerate} - \item SIP (\textit{Session Initiation Protocol}) is used create, manage and terminate sessions in an IP based network. + \item SIP (\textit{Session Initiation Protocol}) is used to create, manage and terminate multimedia communication sessions over an IP based network. \item \begin{itemize} - \item A SIP redirect server checks the client request if the recipient is reachable via the particular route. If the recipient has moved from its original position (may it be temporarily or permamently), the server \textbf{redirects} the request back to the client indicating that a different route must be taken. + \item A SIP redirect server checks the client request if the recipient is reachable via the particular route. If the recipient has moved from its original position (may it be temporarily or permanently), the server \textbf{redirects} the request back to the client indicating that a different route must be taken. \item The exact address of the recipient is not known in advance when the request is generated. Therefore the client sends the request to a SIP proxy server, which forwards the request either to another proxy server or to the recipient itself. A \textbf{stateful} creates a state upon reception of a request and keeps it until the transaction finishes. \end{itemize} \item Once the connection is established, the participants know the exact address of each other. Therefore they are communicating \textbf{directly}. Since the proxy servers are not used any more, nothing will happen when the proxy server fails at this point. The exact address is saved in the \textbf{contact} field of the header of the response message. \item The real-time protocol (RTP) is used to stream audio and video in a video conference. - \item The real-time control protocol (RTCP) can synchronize different media streams (e.g. audio and video for lip-syncing) within a RTP session. It is realized via timestamps in RTP packets tied to the video and audio sampling clocks. The receiver is responsible for using this information to truly synchronize the playout of audio and video. + \item The real-time control protocol (RTCP) can synchronize different media streams (e.g. audio and video for lip-syncing) within a RTP session. It is realized via timestamps in RTP packets tied to the video and audio sampling clocks. The receiver is responsible for using this information to truly synchronize the playback of audio and video. \end{enumerate} \Aufgabe{Mobile Communication - Frequency Assignment}{10+10+20} \begin{enumerate} - \item TODO - \item Microcells are used to add network capacity in areas with very dense phone usage, e.g. train stations, hotels, city centers etc. Sometimes they are deployed temporarily during large events when extra capacity is known to be needed at a specific location in advance. Advantages: system capacity increases, less power is used by mobiles and base stations. Disadvantages: Due to the small covered area of a single cell, handovers are more common. The risk of handoffs increases. - \item TODO + \item A big problem is the limited number of frequencies to be used. Therefore frequencies have to be reused which bares the risk of inference.\\ For getting high reuse distances cells have to be arranged specifically. %TODO: maybe more? + \item Microcells are used to add network capacity in areas with very dense phone usage, e.g. train stations, hotels, city centers etc. Sometimes they are deployed temporarily during large events when extra capacity is known to be needed at a specific location in advance.\\ + Advantages:\begin{itemize} + \item system capacity increases + \item less power is used by mobiles and base stations + \end{itemize} + Disadvantages: + \begin{itemize} + \item Covered area is small + \item[$\Rightarrow$] more handovers when moving + \item[$\Rightarrow$] handoff-risk increases + \end{itemize} + \item %\includegraphics[width=.7\textwidth]{hexcells.png} + Reuse-distance is the length of one edge plus the diameter of the hexagon. \end{enumerate} \Aufgabe{2nd Generation Cellular Mobile Radio}{5+5} \begin{enumerate} - \item The assigned frequency for a voice communication session is used for the entire time of the session because there is continuous data which has to be transferred. For arbitrary data we only need some packets of data, after these packets are send the frequency can be used by some other user. We do not need to reserve the assigned frequency over a longer period of time. + \item The assigned frequency for a voice communication session is used for the entire time of the session because there is continuous data which has to be transferred. For arbitrary data we only need some packets of data, after these packets are send the frequency can be used by some other user. We do not need to reserve the assigned frequency over a longer period of time. Instead we'd like to have a higher bandwidth when transferring a packet. \item The GPRS (General Packet Radio Service) protocol was introduced to solve this problem. It features joint utilization of one channel by several users, higher data rates by using several channels in parallel, flexible utilization of the air interface resources. \end{enumerate} \Aufgabe{Satellite Communication}{15+5}