Multiple Choice Questions

Size: px
Start display at page:

Download "Multiple Choice Questions"

Transcription

1 Comp18112: VoIP Examples/Revision 1 Barry 7/03/11 University of Manchester School of Computer Science COMP18112: Foundations of Distributed Computing 2011 Voice over Internet Protocol (VoIP) Questions on VoIP section Multiple Choice Questions 1. The one-way delay over a 6000 km optical fibre link between Manchester and New York: (a) cannot be estimated (b) exceeds about 300 ms (c) cannot be much less than 30ms (d) should be less than 3 ms 2. The effect of increasing the bandwidth of the connection between two components of a distributed system will be to: (a) decrease the latency (delay) without necessarily affecting the occurrence of lost packets. (b) increase the bit-rates that can be achieved without necessarily affecting latency, jitter or occurrence of lost packets. (c) decrease the number of bit-errors per second and the occurrence of lost packets. (d) increase the bit-rates achievable while also reducing latency, jitter and the occurrence of lost packets 3. If the bandwidth of a signal is 0 to B Hz, to avoid aliasing distortion the sampling rate must be: (a) greater than or equal to 2B Hz (b) greater than or equal to B Hz (c ) greater than B/2 Hz (d) greater than 2B Hz (e) less than 2B Hz 4. The lowest layer providing host-to-host connection is: (a) physical layer (b) data-link layer (c) network layer (d) transport layer 5. Which of the following statements is true? (a) TCP is a fire & forget protocol with provision for port numbers (b) RTP is a reliable protocol with no provision for port numbers (c) UDP is a fire & forget protocol with no provision for port numbers (d) IP is an unreliable protocol with no provision for port numbers. 6.: Which one of the following statements is true?: (a) Appending an even parity check-bit to a sequence of bits will allow the receiver to detect which bit is in error when a single bit-error occurs. (b) Appending an even parity check-bit to a sequence of bits at the transmitter will allow the occurrence of a single bit-error to be detected, but not multiple bit-errors (c ) Appending an odd parity check-bit to a sequence bits will allow the occurrence of any odd number of bit-errors to be detected. (d) Appending an odd parity check-bit will allow an odd number of bit-errors to be detected whereas an even parity check-bit will allow an even number of bit-errors to be detected.

2 Comp18112: VoIP Examples/Revision 2 Barry 7/03/11 7. The 16 bit checksum included in the IP header will allow: (a) Any bit-error in the header itself to be detected and corrected (b) Any bit-error in the header itself to be detected but not corrected. (c ) The presence of bit-errors in the header itself to be detected in most cases, but not always. (d) The presence of bit-errors in the IP packet to be detected in most cases 8. Which one of the following statements is true: a) A virtual circuit offers reliable connection-oriented service at the network layer with improved quality of service as compared with traditional IP. b) A virtual circuit offers unreliable connection-oriented service at the network layer with improved quality of service as compared with traditional IP. c) A virtual circuit offers unreliable non-connection oriented service at the network layer with similar quality of service as is obtained with traditional IP. d) A virtual circuit offers reliable connection oriented service at the network layer with improved quality of service as compared with traditional IP. Problems & discussion points 1. Since IP was designed primarily for data why is it now being used for VoIP? 2. Why is VoIP telephony more demanding than streaming audio as used for sound clips and Internet radio? 3. What are the advantages & disadvantages of employing speech bit-rate compression in (i) VoIP over wired links and (ii) VoIP over WiFi? 4. Why are mobile VoIP over WiFi devices traditionally power inefficient? 5. Two mobile VoIP devices with different speech sampling rates, 8000 & 8010 Hz, are communicating 20ms (G711) packets over a WLAN. How could you avoid the accumulation of delay and distortion due to buffer under-flows and over-flows. 6. Can VoIP and data co-exist on a WLAN? What problems can occur & what solutions have been proposed? 7. How can NTP try to distribute time with high accuracy? 8. How is connectivity achieved at the network layer? 9. How is connectivity achieved at the transport layer? 10. Why do we need both a transport & a network layer? 11 How will (a) TCP (b) UDP deal with duplicated packets? 12. Why does each IP datagram header have a time to live? 13. Since routers change IP headers, does the checksum have to change? 14. Add an 8-bit check-sum to: Having set up a VoIP link over wire & fibre between Manchester & New York, how could you improve it if RTCP reports zero lost packets at the New York end and 10% lost packets at the Manchester end? 16. With VoIP, why can t we forget about a missing packet and go on with next one i.e. just miss it out? 17. Explain how the VoIP application illustrates the axiom that the latency of many network links is not so low that it can normally be disregarded. 18. Can you relate the two army problem to a scenario different from the releasing of TCP? 19. Why can t the time-stamp within RTP packets be used to estimate one-way delay? 20. Explain why it would be difficult to have a precisely synchronized measure of exact time across all components of a distributed system. Why can t we just listen to the pips on the one-oclock news on the radio and all set our computer clocks at that point in time? 21. While thinking about the pips, if you have a DAB radio why are they always a little late?

3 Comp18112: VoIP Examples/Revision 3 Barry 7/03/11 Past exam questions: 1 (a) Why is it difficult to measure the end to end or one way delay of links between components of a distributed system by examining time-stamps and sequence numbers included in datagrams conveyed by the links? What is round trip delay and timing jitter and why are these parameters much easier to measure? What are the major causes of round trip delay and timing jitter in IP networks? (b) Why is round trip delay important in interactive voice over IP (VoIP) systems? (c) How does timing jitter affect VoIP voice quality and how can the effects be reduced? (d) In what way is a traditional Internet Protocol (IP) network considered unreliable? Explain how the transmission control protocol (TCP) achieves reliable and connection oriented communication over an IP network? (e) Why is TCP considered unsuitable for voice over IP applications and why is RTP (real time transfer protocol) over UDP (user datagram protocol) a preferred alternative? 2.(a) Explain why buffers are needed in distributed systems by considering the way VoIP is implemented on personal computers. In giving your answer, explain: i) What a buffer is, by referring to the leaky bucket analogy ii) Why input buffers and output buffers are needed when communicating with concurrent A-to-D and D-to-A conversion processes, as implemented on sound cards or equivalent on-board circuitry. (b) Explain why lost packets occur when VoIP is conveyed by wired computer networks. Explain how the occurrence of lost packets can be identified at the receiver. (c) What is meant by jitter as observed at a VoIP receiver and what causes it? How can such jitter be measured for two successive packets conveyed by RTP? (d) Why are jitter-buffers required for interactive telephone conversations using VoIP? Explain how the receiver s jitter-buffer affects the conversation. How would increasing the jitter-buffer size change this effect and what limits the size of jitter-buffer that may be employed with VoIP? Answers and discussion: Multiple choice: 1. (c); 2. (b); 3 (d); 4 (c); 5(d); 6(c); 7(c) ; and 8 (b); Problems & discussion points 1.Initially IP networks were used for VoIP (i) as a means of providing cheap or free telephone calls over the public Internet (ii) to allow private companies, especially large international corporations, to use the dedicated computer network data links owned or leased by them to be use also for telephony. It is convenient to have just one type of network (IP) rather than two (IP and telephone). Nowadays, the public service telephone service (PSTN) and mobile telephony is changing universally to IP, with virtual circuits normally based on NPLS, to eliminate the distinction between telephone networks and computer networks. 2.With real time telephony, the round trip delay (latency) must be less than about 300 ms for natural 2-way conversation and therefore a large jitter-buffer cannot be employed. Streaming can afford much larger jitter-buffer sizes to provide a reservoir of samples in case some packets are excessively delayed. 3.(i) For wired links, Advantages: Shorter packets may reduce congestion, and reduce transmission delays, jitter and lost packets. Disadvantages: Increases processing complexity and buffering delay, introduces some loss of voice

4 Comp18112: VoIP Examples/Revision 4 Barry 7/03/11 quality and increases distorting effect of any lost packets and bit-errors since the errors are remembered longer. (ii) For wireless (wi-fi) links: Advantages: As for wired links, but the effects are less significant since packets are not significantly shorter because of the long preamble & header needed for wireless synchronisation Disadvantages: As for wired links and the effects are more significant since bit-errors are more frequent and the cost of the processing, in terms of power (energy) consumption, battery life etc. is more significant. 4. Traditional wi-fi uses carrier sensing multiple access CSMA as its medium access control (MAC) mechanism within the data-link layer. Because a VoIP device cannot be sure when it will get a transmit opportunity (i.e. when the radio channel becomes clear for it to transmit something) and when there is VoIP data for it to receive, it cannot be allowed to power down or sleep between transmissions. Mobile phones sleep in this way and save a lot of battery life. VoWiFi traditionally must remain on and consume power all the time. 5. Read Barry sides to address this problem. At either end you need buffers with high water level and low water level markings, referring to the leaky bucket analogy. These must not be too near the bottom or the top of the bucket by the way. If the water (or data) level falls below the low-level mark, add small number of extra zero valued samples, ideally just one or two in quiet parts of the speech where it will not be noticed. If the high level mark is exceeded discard a sample or two again in a quiet part of the speech. If the sampling rate is 8000 Hz at host A and 8010 Hz at host B, host A must discard 10 samples every second in this way and B must introduce 10 extra samples per second. 6. VoIP and data can coexist. VoIP needs regular transmit opportunities for very small packets whereas data may have to send much larger packets from time to time which may block the channel for a while. Newer versions of the IEEE protocol, e.g. IEEE802.11e and the recent WMM wi-fi multi-media modifications for WLANs have introduced priority options whereby VoIP can be given priority over data. This is similar to the diffserv mechanism mentioned in the VoIP lectures. 7. See textbook by A.Tanenbaum, Distributed Systems, or try wiki. 8. See VoIP slides which refer to the use of ATM, MPLS and virtual circuits. 9. Refer to VoIP slides which refer to the use of TCP for achieving both reliability and connectivity. For connectivity also look at VoIP notes, the Tanenbaum Computer Networks version 4/5 reference and also look at Alvaro s notes on the idea of sockets. 10. The Network layer provides IP addresses, so allows host-to-host communication via routers without port numbers for differentiating packet streams. The transport layer introduces ports to differentiate streams and also introduces degrees of reliability appropriate to different applications (e.g. close to guaranteed reliability, at the expense of delay, for and virtually no reliability guarantees for VoIP). 11. Duplicate packets can occur when, for example, TCP or lower layer acknowledgements are not received correctly, so retransmissions are sent when they are not necessary. TCP packets carry sequence numbers in the header, so duplications are easily spotted and discarded. UDP does not introduce sequence numbers, so duplicate packets cannot be immediately recognised. This is one of the reasons why VoIP applications use RTP rather than UDP directly. 12. Time-to-live (TTL) is 8-bit number in the header of an IP packet. It is decremented by one each time an IP datagram is read by a router. If the TTL ever reaches zero, the datagram is discarded. This process eliminates the possibility of a datagram being passed endlessly among routers due to some error in the header or in the routers themselves The TTL mechanism means that the IP datagram header must be changed by each router as the datagram travels (hopefully) towards its destination, i.e. when it decrements TTL. The time-tolive parameter is a bit awkward since it is in the IP header and therefore the IP header must be modified by routers. Worse still, this means that the checksum must be recalculated or modified by each router when it decrements the TTL parameter. Fortunately modification is pretty easy with the form of checksum used. It would not be so easy if a CRC were used as with DLL layer packets. 14. Summing we get: Adding 10 to gives

5 Comp18112: VoIP Examples/Revision 5 Barry 7/03/ Answer discussed in VoIP lecture and will appear in Lecture notes. 16. Some finer points of real time see VoIP lecture notes/slides. 17. Latency cannot be disregarded because of the interactive nature of a real time telephone call. A round trip delay of more than 300 ms makes interaction difficult even if the sound quality is good. People start interrupting each other. The propagation delay (due to the time it takes for light waves to travel along optical fibers at 200x10 6 m/s, not 300x10 6 m/s by the way) for a round trip between Manchester and New York and back, would be about 60 ms if there were one straight optical fiber across the Atlantic. This is much less than 300 ms of course. But when we add buffering delays, switching delays at routers etc, and delays due to congestion, they accumulate and can easily, as we know, exceed what is subjectively acceptable for VoIP. So the delays of computer networks are certainly not negligible for VoIP, even though they may be considered negligible for text and data applications such as . A 300 ms delay or even a 3 second delay in an would not trouble us too much. 18. This is all in Tanenbaum Computer Networks ed 4 Chapter 6, section (page 503). Refer to the two halves of the blue army as B1 and B2. If the commander of B1 wants to attack, he sends a message to B2 and waits for an acknowledgement. If he does not get an ack, he won t attack, but even if he does, how does the commander of B2 who sent it know that B1 has received it? Without the certainty, (this is life or death, not football) B2 will not attack. A new round of messages and ack s do not solve this problem. Such problems occur frequently in communication over unreliable networks, where some irrevocable (non-reversable) action, like breaking a connection or switching off a machine, is to take place. It is assumed that there is no going back once an action has started this perhaps unrealistic assumption for the blue army, but a totally realistic one for breaking connections and powering down. 19. To measure the one way delay for a single packet when it is received we must note the receive time and then subtract the time-stamp introduced by the transmitter from this. But the clocks at the transmitter and receiver are different and cannot easily be synchronised to an accuracy of less than a few milliseconds. We cannot access the transmitter s clock instantaneously at the receiver to record an accurate receive time. 20. Propagation delays across networks or other communication links are not negligible if we wish to measure delay to an accuracy of a few ms. The transmissions carrying pips take time to travel from source to transmitter and then to a radio user in Manchester, and this time will be different for a radio user in say London. 21. This is just buffering delay which is needed by the packetized and compressed digital transmissions of DAB but not needed in old fashioned FM or AM transmissions. With DAB, further buffering delay is also introduced by transmitters to try to synchronise the signals of multiple transmitters around the country to achieve single frequency networks (SFN) and thus save bandwidth. The delay is about 2 seconds.

6 Comp18112: VoIP Examples/Revision 6 Barry 7/03/11 Solution to VoIP exam questions: 1(a) Measuring one-way delay between a transmitter and receiver would be difficult because the receiver s clock will not correspond to the transmitter s clock. End to end or one way delay is very difficult to measure because we can t have a universal sense of time at two ends of a link. In distributed systems, clocks at different locations will usually show slightly different times. If they did try to become synchronised by accessing one common reference point, the delay involved would be different in each case. This is because of the different distances from common reference point to receiver or transmitter. So the synchronisation would not work. Round trip delay is the time it would take for a packet of information to reach its destination, be instantaneously copied into a returning packet, and be received by the sender. Round trip delay is easily measured because only one clock is needed. Timing jitter means delay variation or the variation in one-way delay. If we can t measure oneway delay, how can we measure variation in one-way delay or jitter? Actually it s easy with timestamped packets. Assume we receive three packets with consecutive sequence numbers (this is important) and their time-stamps (in seconds) are respectively: Assume that a timer at the receiver is set to 0 as soon as the first of these 3 packets arrives). So the receiver time for the receipt of the first packet is 0. If the receiver s time for the second & third packets are and seconds we would conclude that the delay variation (jitter) is zero. But assume that the packets are received at 0, and seconds. If the one-way delay for the first packet is D (unknown), the delays for the second and third packets are D and D respectively. The delay variation or jitter can then be said to be seconds. RTCP would do this sort of calculation over a number of packets and take an average. Algorithm: If time-stamps are S1, S2, S3, and received times are R1, R2,R3, Delay variation = [(R3-S3) - (R2-S2)] - [(R2-S2) - (R1-S1)] Major causes of round-trip delay: (1) time to fill each packet (2) Propagation delay along wires, optical fibre or radio. Major causes of timing jitter: Packets taking different routes through the network and sometimes being held up at congested routers. (b) Round trip delay is important in interactive VoIP because if I say hello, the round trip delay determines the time I must wait to hear the other person say hello if he/she responds as soon as he/she hears my hello. If the round trip delay is too long, (i.e. greater than about 300 ms) I will start speaking again thinking the other person may not have heard me. Just then his response will reach me and overlap my speech. This makes interactive conversation becomes difficult (c) Timing jitter affects voice quality by causing some packets to be lost due to excessive delay. The effects can be reduced, at the expense of delay by introducing a jitter-buffer at each receiver. This maintains a reservoir of data. (d) Traditional Internet Protocol (IP) is considered unreliable because there are no guarantees about correct delivery. IP provides connectionless service where datagrams are conveyed independently by routers towards their destination IP addresses. Datagrams may be delayed, damaged, lost or arrive out of order. Different routes may be taken to the same destination. There is no payload CRC or checksum for bit-error checking. TCP provides connection-oriented reliable transmission by introducing sequence numbers and a payload check-sum within its 20 byte header. Reliability is achieved by a mechanism for acknowledging correct receipt and retransmitting packets when necessary. Connectivity is achieved by exchanging and maintaining (remembering) state information, such as sequence numbers, at both ends of a link until the connection is terminated.

7 Comp18112: VoIP Examples/Revision 7 Barry 7/03/11 (e) TCP is not ideally suited to VoIP because the acknowledging and retransmission mechanisms incur delay and increases congestion. UDP is simpler than TCP, connectionless and unreliable. It is a fire and forget protocol. It simply encapsulates the following UDP datagram within the payload of an IP datagram. The unreliability of UDP is not such a problem for VoIP because voice not quite as sensitive as data to bit-errors and lost packets. An occasional bit-error might hardly be noticed in a voice stream, and also, the loss of a whole packet can be concealed, to a degree, by filling in the gap by a waveform segment that looks and sounds approximately right, perhaps because it resembles the previous segment. However, UDP still has some problems for VoIP since UDP datagrams may be lost, damaged or re-ordered and the receiver must know when this happens. These problems are remedied by the real time protocol (RTP) since each packet is given a sequence number and a time-stamp. It is also useful for the transmitter to know how many of its packets are getting through and with what delay variation. Facilities for doing this are provided by RTP and its sister protocol RTCP (real time transport control protocol). 2(a) (i) A buffer is an array or block of storage. It is like a leaky bucket, with a hole in the bottom, being filled periodically by turning on and off a water tap. An input buffer would be filled at a regular rate an analogue-to-digital converter and emptied periodically by the CPU. This is like a bucket being filled by a constantly dripping water tap and being regularly emptied by the CPU. An output buffer would be filled periodically by the CPU and emptied at a regular rate to feed an external digital to analogue converter. In both cases, the CPU being a little late or early to fill or empty a bucket (i.e. buffer) is not so critical. (ii) Sound cards control their own sampling rates using independent crystal controlled clocks and run continuously, independent of the CPU. The sound processing is therefore distributed between concurrent operations on the sound card and on the CPU. Sound cards must have buffers to store sections of their inputs and outputs to accommodate the fact that the CPU cannot read or write individually every single sample of an input or output stream, because it has many other tasks to perform. The output buffer must never be allowed to become completely empty otherwise the D to A converter would have no samples to convert and would therefore fail catastrophically. Also the input and output buffers must never become so full that they overflow and bits are lost. Imagine a low water mark and a high water mark drawn on the water bucket. (b) With wired networks, packets are rarely undelivered or delivered with bit-errors. Packets can be lost, occasionally, at routers when they are faulty or overloaded by excessive traffic. Most lost packets are just late i.e. they are excessively delayed by the network and arrive too late to be usable. Sequence numbers introduced in the headers of RTC packets allow the occurrence of lost packets to be identified. (c) Jitter is variation of one-way delay. Jitter arises from packets taking different routes towards the destination or being held up in queues at routers along the way. Time-stamps in RTP packets allows intervals between send times of successive packets to be determined. Receive times may be noted at receiver for each packet. Difference between send interval and receive interval is delay variation for successive packets jitter. (d) A jitter-buffer at each receiver allows for variation in delay across the network. The receiver s jitter-buffer introduces delay, and affects the number of packets lost due to excessive delay. Increasing the buffer size decreases the number of lost packets in a wired VoIP link at the expense of increasing delay. A round trip delay of greater than about 300 ms makes conversation difficult, and this fact limits the amount of delay that can be introduced at each receiver.

COMP18112 1 VoIP 17/2/2013

COMP18112 1 VoIP 17/2/2013 COMP18112 1 VoIP 17/2/2013 1. Introduction University of Manchester School of Computer Science Comp18112: Foundations of Distributed Computing 2013 Voice over Internet Protocol (VoIP) (An application of

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

Distributed Systems 3. Network Quality of Service (QoS)

Distributed Systems 3. Network Quality of Service (QoS) Distributed Systems 3. Network Quality of Service (QoS) Paul Krzyzanowski pxk@cs.rutgers.edu 1 What factors matter for network performance? Bandwidth (bit rate) Average number of bits per second through

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

Per-Flow Queuing Allot's Approach to Bandwidth Management

Per-Flow Queuing Allot's Approach to Bandwidth Management White Paper Per-Flow Queuing Allot's Approach to Bandwidth Management Allot Communications, July 2006. All Rights Reserved. Table of Contents Executive Overview... 3 Understanding TCP/IP... 4 What is Bandwidth

More information

VoIP Bandwidth Calculation

VoIP Bandwidth Calculation VoIP Bandwidth Calculation AI0106A VoIP Bandwidth Calculation Executive Summary Calculating how much bandwidth a Voice over IP call occupies can feel a bit like trying to answer the question; How elastic

More information

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

More information

SIP Trunking and Voice over IP

SIP Trunking and Voice over IP SIP Trunking and Voice over IP Agenda What is SIP Trunking? SIP Signaling How is Voice encoded and transported? What are the Voice over IP Impairments? How is Voice Quality measured? VoIP Technology Confidential

More information

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT 1. TIMING ACCURACY The accurate multi-point measurements require accurate synchronization of clocks of the measurement devices. If for example time stamps

More information

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

TECHNICAL CHALLENGES OF VoIP BYPASS

TECHNICAL CHALLENGES OF VoIP BYPASS TECHNICAL CHALLENGES OF VoIP BYPASS Presented by Monica Cultrera VP Software Development Bitek International Inc 23 rd TELELCOMMUNICATION CONFERENCE Agenda 1. Defining VoIP What is VoIP? How to establish

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

Access Control: Firewalls (1)

Access Control: Firewalls (1) Access Control: Firewalls (1) World is divided in good and bad guys ---> access control (security checks) at a single point of entry/exit: in medieval castles: drawbridge in corporate buildings: security/reception

More information

Encapsulating Voice in IP Packets

Encapsulating Voice in IP Packets Encapsulating Voice in IP Packets Major VoIP Protocols This topic defines the major VoIP protocols and matches them with the seven layers of the OSI model. Major VoIP Protocols 15 The major VoIP protocols

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Sources: Chapter 6 from. Computer Networking: A Top-Down Approach Featuring the Internet, by Kurose and Ross

Sources: Chapter 6 from. Computer Networking: A Top-Down Approach Featuring the Internet, by Kurose and Ross Multimedia Communication Multimedia Systems(Module 5 Lesson 2) Summary: H Internet Phone Example Making the Best use of Internet s Best-Effort Service. Sources: H Chapter 6 from Computer Networking: A

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT COMPUTER NETWORKS Friday 2 nd October 2015 Morning Answer any FOUR questions out of SIX. All questions carry

More information

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

TCP in Wireless Mobile Networks

TCP in Wireless Mobile Networks TCP in Wireless Mobile Networks 1 Outline Introduction to transport layer Introduction to TCP (Internet) congestion control Congestion control in wireless networks 2 Transport Layer v.s. Network Layer

More information

What is Network Latency and Why Does It Matter?

What is Network Latency and Why Does It Matter? What is Network Latency and Why Does It Matter? by O3b Networks This paper is presented by O3b Networks to provide clarity and understanding of a commonly misunderstood facet of data communications known

More information

Computer Networks. Chapter 5 Transport Protocols

Computer Networks. Chapter 5 Transport Protocols Computer Networks Chapter 5 Transport Protocols Transport Protocol Provides end-to-end transport Hides the network details Transport protocol or service (TS) offers: Different types of services QoS Data

More information

2.1 Introduction. 2.2 Voice over IP (VoIP)

2.1 Introduction. 2.2 Voice over IP (VoIP) 2.1 Introduction In this section can provide the necessary background on the structure of VoIP applications and on their component, and the transmission protocols generally used in VoIP. 2.2 Voice over

More information

Advanced Networking Voice over IP: RTP/RTCP The transport layer

Advanced Networking Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: RTP/RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

More information

920-803 - technology standards and protocol for ip telephony solutions

920-803 - technology standards and protocol for ip telephony solutions 920-803 - technology standards and protocol for ip telephony solutions 1. Which CODEC delivers the greatest compression? A. B. 711 C. D. 723.1 E. F. 726 G. H. 729 I. J. 729A Answer: C 2. To achieve the

More information

Network Management Quality of Service I

Network Management Quality of Service I Network Management Quality of Service I Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline Basic Network Management (Recap) Introduction to QoS Packet Switched Networks (Recap) Common

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

Voice over IP: RTP/RTCP The transport layer

Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: /RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with input

More information

Based on Computer Networking, 4 th Edition by Kurose and Ross

Based on Computer Networking, 4 th Edition by Kurose and Ross Computer Networks Ethernet Hubs and Switches Based on Computer Networking, 4 th Edition by Kurose and Ross Ethernet dominant wired LAN technology: cheap $20 for NIC first widely used LAN technology Simpler,

More information

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP Voice over IP Andreas Mettis University of Cyprus November 23, 2004 Overview What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP 1 VoIP VoIP (voice over IP - that is,

More information

TDM services over IP networks

TDM services over IP networks Keyur Parikh Junius Kim TDM services over IP networks 1. ABSTRACT Time Division Multiplexing (TDM) circuits have been the backbone of communications over the past several decades. These circuits which

More information

Measurement of IP Transport Parameters for IP Telephony

Measurement of IP Transport Parameters for IP Telephony Measurement of IP Transport Parameters for IP Telephony B.V.Ghita, S.M.Furnell, B.M.Lines, E.C.Ifeachor Centre for Communications, Networks and Information Systems, Department of Communication and Electronic

More information

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment Voice over IP Demonstration 1: VoIP Protocols Network Environment We use two Windows workstations from the production network, both with OpenPhone application (figure 1). The OpenH.323 project has developed

More information

VOICE OVER IP AND NETWORK CONVERGENCE

VOICE OVER IP AND NETWORK CONVERGENCE POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 2014 Assaid O. SHAROUN* VOICE OVER IP AND NETWORK CONVERGENCE As the IP network was primarily designed to carry data, it

More information

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga Curso de Telefonía IP para el MTC Sesión 2 Requerimientos principales Mg. Antonio Ocampo Zúñiga Factors Affecting Audio Clarity Fidelity: Audio accuracy or quality Echo: Usually due to impedance mismatch

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

Overview of Computer Networks

Overview of Computer Networks Overview of Computer Networks Client-Server Transaction Client process 4. Client processes response 1. Client sends request 3. Server sends response Server process 2. Server processes request Resource

More information

Unit 23. RTP, VoIP. Shyam Parekh

Unit 23. RTP, VoIP. Shyam Parekh Unit 23 RTP, VoIP Shyam Parekh Contents: Real-time Transport Protocol (RTP) Purpose Protocol Stack RTP Header Real-time Transport Control Protocol (RTCP) Voice over IP (VoIP) Motivation H.323 SIP VoIP

More information

RTP Performance Enhancing Proxy

RTP Performance Enhancing Proxy PACE RTP Performance Enhancing Proxy V2 Whilst the above information has been prepared by Inmarsat in good faith, and all reasonable efforts have been made to ensure its accuracy, Inmarsat makes no warranty

More information

Ethernet. Ethernet. Network Devices

Ethernet. Ethernet. Network Devices Ethernet Babak Kia Adjunct Professor Boston University College of Engineering ENG SC757 - Advanced Microprocessor Design Ethernet Ethernet is a term used to refer to a diverse set of frame based networking

More information

How To Understand The Differences Between A Fax And A Fax On A G3 Network

How To Understand The Differences Between A Fax And A Fax On A G3 Network The Fax on IP Networks White Paper February 2011 2 The Fax on IP Networks Contents Overview... 3 Group 3 Fax Technology... 4 G.711 Fax Pass-Through... 5 T.38 IP Fax Relay... 6 Network Design Considerations...

More information

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Indian Institute of Technology Kharagpur TCP/IP Part I Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 3: TCP/IP Part I On completion, the student

More information

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed.

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed. Congestion Control When one part of the subnet (e.g. one or more routers in an area) becomes overloaded, congestion results. Because routers are receiving packets faster than they can forward them, one

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

Protocols and Architecture. Protocol Architecture.

Protocols and Architecture. Protocol Architecture. Protocols and Architecture Protocol Architecture. Layered structure of hardware and software to support exchange of data between systems/distributed applications Set of rules for transmission of data between

More information

VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet

VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet 1 Outlines 1. Introduction 2. QoS in VoIP 3. H323 4. Signalling in VoIP 5. Conclusions 2 1. Introduction to VoIP Voice

More information

1 Introduction to mobile telecommunications

1 Introduction to mobile telecommunications 1 Introduction to mobile telecommunications Mobile phones were first introduced in the early 1980s. In the succeeding years, the underlying technology has gone through three phases, known as generations.

More information

Basic principles of Voice over IP

Basic principles of Voice over IP Basic principles of Voice over IP Dr. Peter Počta {pocta@fel.uniza.sk} Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina, Slovakia Outline VoIP Transmission

More information

Application Note How To Determine Bandwidth Requirements

Application Note How To Determine Bandwidth Requirements Application Note How To Determine Bandwidth Requirements 08 July 2008 Bandwidth Table of Contents 1 BANDWIDTH REQUIREMENTS... 1 1.1 VOICE REQUIREMENTS... 1 1.1.1 Calculating VoIP Bandwidth... 2 2 VOIP

More information

Supporting VoIP in IEEE802.11 Distributed WLANs

Supporting VoIP in IEEE802.11 Distributed WLANs Supporting VoIP in IEEE802.11 Distributed WLANs Zuo Liu Supervisor: Dr. Nick Filer July 2012 1 Voice VoIP Applications Constant Streaming Traffic Packetize interval usually 10-30 ms 8 160 bytes each packet

More information

Voice Over Internet Protocol(VoIP)

Voice Over Internet Protocol(VoIP) Voice Over Internet Protocol(VoIP) By Asad Niazi Last Revised on: March 29 th, 2004 SFWR 4C03 Major Project Instructor: Dr. Kartik Krishnan 1. Introduction The telecommunications companies around the world

More information

Delivering reliable VoIP Services

Delivering reliable VoIP Services QoS Tips and Tricks for VoIP Services: Delivering reliable VoIP Services Alan Clark CEO, Telchemy alan.d.clark@telchemy.com 1 Objectives Clear understanding of: typical problems affecting VoIP service

More information

Communication Systems Internetworking (Bridges & Co)

Communication Systems Internetworking (Bridges & Co) Communication Systems Internetworking (Bridges & Co) Prof. Dr.-Ing. Lars Wolf TU Braunschweig Institut für Betriebssysteme und Rechnerverbund Mühlenpfordtstraße 23, 38106 Braunschweig, Germany Email: wolf@ibr.cs.tu-bs.de

More information

Understanding Latency in IP Telephony

Understanding Latency in IP Telephony Understanding Latency in IP Telephony By Alan Percy, Senior Sales Engineer Brooktrout Technology, Inc. 410 First Avenue Needham, MA 02494 Phone: (781) 449-4100 Fax: (781) 449-9009 Internet: www.brooktrout.com

More information

Evaluating Data Networks for Voice Readiness

Evaluating Data Networks for Voice Readiness Evaluating Data Networks for Voice Readiness by John Q. Walker and Jeff Hicks NetIQ Corporation Contents Introduction... 2 Determining Readiness... 2 Follow-on Steps... 7 Summary... 7 Our focus is on organizations

More information

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP)

TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) Internet Protocol (IP) TCP over Multi-hop Wireless Networks * Overview of Transmission Control Protocol / Internet Protocol (TCP/IP) *Slides adapted from a talk given by Nitin Vaidya. Wireless Computing and Network Systems Page

More information

Random Access Protocols

Random Access Protocols Lecture Today slotted vs unslotted ALOHA Carrier sensing multiple access Ethernet DataLink Layer 1 Random Access Protocols When node has packet to send transmit at full channel data rate R. no a priori

More information

VoIP network planning guide

VoIP network planning guide VoIP network planning guide Document Reference: Volker Schüppel 08.12.2009 1 CONTENT 1 CONTENT... 2 2 SCOPE... 3 3 BANDWIDTH... 4 3.1 Control data 4 3.2 Audio codec 5 3.3 Packet size and protocol overhead

More information

Computer Networks CS321

Computer Networks CS321 Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics

More information

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues.

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5.1 LEGACY INTEGRATION In most cases, enterprises own legacy PBX systems,

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

Quality of Service (QoS)) in IP networks

Quality of Service (QoS)) in IP networks Quality of Service (QoS)) in IP networks Petr Grygárek rek 1 Quality of Service (QoS( QoS) QoS is the ability of network to support applications without limiting it s s function or performance ITU-T T

More information

Voice over IP. Presentation Outline. Objectives

Voice over IP. Presentation Outline. Objectives Voice over IP Professor Richard Harris Presentation Outline Brief overview of VoIP and applications Challenges of VoIP IP Support for Voice Protocols used for VoIP (current views) RTP RTCP RSVP H.323 Semester

More information

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic.

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. A Network and Data Link Layer infrastructure Design to Improve QoS in Voice and video Traffic Jesús Arturo Pérez,

More information

TCP and Wireless Networks Classical Approaches Optimizations TCP for 2.5G/3G Systems. Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

TCP and Wireless Networks Classical Approaches Optimizations TCP for 2.5G/3G Systems. Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2 Technical Basics: Layer 1 Methods for Medium Access: Layer 2 Chapter 3 Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Networks: GSM, GPRS, UMTS Chapter 4 Mobility on the

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

How To Analyze The Security On An Ipa Wireless Sensor Network

How To Analyze The Security On An Ipa Wireless Sensor Network Throughput Analysis of WEP Security in Ad Hoc Sensor Networks Mohammad Saleh and Iyad Al Khatib iitc Stockholm, Sweden {mohsaleh, iyad}@iitc.se ABSTRACT This paper presents a performance investigation

More information

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers

EECS 122: Introduction to Computer Networks Multiaccess Protocols. ISO OSI Reference Model for Layers EECS 122: Introduction to Computer Networks Multiaccess Protocols Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

ICOM 5026-090: Computer Networks Chapter 6: The Transport Layer. By Dr Yi Qian Department of Electronic and Computer Engineering Fall 2006 UPRM

ICOM 5026-090: Computer Networks Chapter 6: The Transport Layer. By Dr Yi Qian Department of Electronic and Computer Engineering Fall 2006 UPRM ICOM 5026-090: Computer Networks Chapter 6: The Transport Layer By Dr Yi Qian Department of Electronic and Computer Engineering Fall 2006 Outline The transport service Elements of transport protocols A

More information

The OSI and TCP/IP Models. Lesson 2

The OSI and TCP/IP Models. Lesson 2 The OSI and TCP/IP Models Lesson 2 Objectives Exam Objective Matrix Technology Skill Covered Exam Objective Exam Objective Number Introduction to the OSI Model Compare the layers of the OSI and TCP/IP

More information

10CS64: COMPUTER NETWORKS - II

10CS64: COMPUTER NETWORKS - II QUESTION BANK 10CS64: COMPUTER NETWORKS - II Part A Unit 1 & 2: Packet-Switching Networks 1 and Packet-Switching Networks 2 1. Mention different types of network services? Explain the same. 2. Difference

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431 VoIP QoS Version 1.0 September 4, 2006 AdvancedVoIP.com sales@advancedvoip.com support@advancedvoip.com Phone: +1 213 341 1431 Copyright AdvancedVoIP.com, 1999-2006. All Rights Reserved. No part of this

More information

How To Solve A Network Communication Problem

How To Solve A Network Communication Problem A White Paper by NEC Unified Solutions, Inc. What VoIP Requires From a Data Network Introduction Here is a very common story. A customer has a data network based on TCP/IP that is working well. He can

More information

Voice Over IP Per Call Bandwidth Consumption

Voice Over IP Per Call Bandwidth Consumption Over IP Per Call Bandwidth Consumption Interactive: This document offers customized voice bandwidth calculations with the TAC Bandwidth Calculator ( registered customers only) tool. Introduction Before

More information

Network Performance: Networks must be fast. What are the essential network performance metrics: bandwidth and latency

Network Performance: Networks must be fast. What are the essential network performance metrics: bandwidth and latency Network Performance: Networks must be fast What are the essential network performance metrics: bandwidth and latency Transmission media AS systems Input'signal'f(t) Has'bandwidth'B System'with'H(-) Output'signal'g(t)

More information

Latency on a Switched Ethernet Network

Latency on a Switched Ethernet Network Application Note 8 Latency on a Switched Ethernet Network Introduction: This document serves to explain the sources of latency on a switched Ethernet network and describe how to calculate cumulative latency

More information

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP CSCE 515: Computer Network Programming TCP/IP IP Network Layer Wenyuan Xu Department of Computer Science and Engineering University of South Carolina IP Datagrams IP is the network layer packet delivery

More information

Lecture Objectives. Lecture 07 Mobile Networks: TCP in Wireless Networks. Agenda. TCP Flow Control. Flow Control Can Limit Throughput (1)

Lecture Objectives. Lecture 07 Mobile Networks: TCP in Wireless Networks. Agenda. TCP Flow Control. Flow Control Can Limit Throughput (1) Lecture Objectives Wireless and Mobile Systems Design Lecture 07 Mobile Networks: TCP in Wireless Networks Describe TCP s flow control mechanism Describe operation of TCP Reno and TCP Vegas, including

More information

IP - The Internet Protocol

IP - The Internet Protocol Orientation IP - The Internet Protocol IP (Internet Protocol) is a Network Layer Protocol. IP s current version is Version 4 (IPv4). It is specified in RFC 891. TCP UDP Transport Layer ICMP IP IGMP Network

More information

The Impact of QoS Changes towards Network Performance

The Impact of QoS Changes towards Network Performance International Journal of Computer Networks and Communications Security VOL. 3, NO. 2, FEBRUARY 2015, 48 53 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) The Impact

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402 Agilent Technologies Performing Pre-VoIP Network Assessments Application Note 1402 Issues with VoIP Network Performance Voice is more than just an IP network application. It is a fundamental business and

More information

Data Link Layer Overview

Data Link Layer Overview Data Link Layer Overview Date link layer deals with two basic issues: Part I How data frames can be reliably transmitted, and Part II How a shared communication medium can be accessed In many networks,

More information

Mobile Computing/ Mobile Networks

Mobile Computing/ Mobile Networks Mobile Computing/ Mobile Networks TCP in Mobile Networks Prof. Chansu Yu Contents Physical layer issues Communication frequency Signal propagation Modulation and Demodulation Channel access issues Multiple

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

[Prof. Rupesh G Vaishnav] Page 1

[Prof. Rupesh G Vaishnav] Page 1 Basics The function of transport layer is to provide a reliable end-to-end communications service. It also provides data transfer service for the user layers above and shield the upper layers from the

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 VoIP in 802.11 Mika Nupponen S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 Contents Introduction VoIP & WLAN Admission Control for VoIP Traffic in WLAN Voice services in IEEE 802.11

More information

An enhanced TCP mechanism Fast-TCP in IP networks with wireless links

An enhanced TCP mechanism Fast-TCP in IP networks with wireless links Wireless Networks 6 (2000) 375 379 375 An enhanced TCP mechanism Fast-TCP in IP networks with wireless links Jian Ma a, Jussi Ruutu b and Jing Wu c a Nokia China R&D Center, No. 10, He Ping Li Dong Jie,

More information

Multimedia Communications Voice over IP

Multimedia Communications Voice over IP Multimedia Communications Voice over IP Anandi Giridharan Electrical Communication Engineering, Indian Institute of Science, Bangalore 560012, India Voice over IP (Real time protocols) Internet Telephony

More information