An Implementation of the Broadband Home Gateway supporting Multi-Channel IPTV Service

Size: px
Start display at page:

Download "An Implementation of the Broadband Home Gateway supporting Multi-Channel IPTV Service"

Transcription

1 An Implementation of the Broadband Home Gateway supporting Multi-Channel IPTV Service Wan-Ki Park, Chang-Sic Choi, Youn-Kwae Jeong, Intark Han, Member, IEEE Abstract Home Gateway(HG), called residential gateway(rg) in other words, is a device that interconnects various home electronic devices to one another as well as connects these private home network devices to exterior public network. There are various types of digital home services in IP(Internet Protocol)-based home network system; data service, entertainment service, security service, home automation service and so on. Multimedia related service, especially IPTV(Internet Protocol Television) service, is the attractive one to customer in these home network services. In this paper, we show the implementation of the broadband home gateway supporting multi-channel IPTV service. The proposed and implemented home gateway has an architecture that can provide multi-channel, more than three channels, HD(High Definition) class IPTV service with 20Mbps(megabits per second) bandwidth for each channel. For the improved IPTV service using IP multicast, the proposed HG uses Internet Group Multicast Protocol(IGMP) proxy and IGMP snooping protocol. The proposed HG consists of two main components, system processor for NAT(Network Address Translation) processing and system software functions and an L2(Layer 2) Ethernet switch to interface access network and network distribution in intra-home network. The multicast packets for the multi channel IPTV service go from ingress port for access network interface to egress ports for home network directly based on L2 multicast MAC(Medium Access Control) table in L2 Ethernet switch without via the system processor of the HG. This paper specifies in detail the system structure and implementation of hardware, firmware and software for the proposed HG. 1 Index Terms Home Gateway, IGMP, IGMP Snooping, Digital Home. I. INTRODUCTION In emerging ubiquitous environments, home network including home gateway(hg)[1][2] is one of the most essential things to cope with the consumer s various increasing demands such as broadcasting, security, communication, home automation, etc. In a current home network trend, they try to merge all electronic home devices using IP(Internet Protocol) network connectivity. To merge 1 Wan-Ki Park, Chang-Sic Choi, Youn-Kwae Jeong, and In-Tark are with Electronics and Telecommunications Research Institute(ETRI), Daejeon Korea ( wkpark@etri.re.kr, cschoi@etri.re.kr, ykjeong@etri.re.kr, and ithan@etri.re.kr, respectively). them using the IP network, we have to allot unique IP address to all electronic devices and manage them using the allocated IP address. Applied the public IP system to all these home devices in the worldwide, the number of IP addresses required can not be estimated. So, it is desirable to use private IP addressing mechanism in home network system now because IPv6(Internet Protocol version 6)[3][4] is not universalized yet. HG is a device that connects these private home network devices to exterior public network using the scheme called NAT(Network Address Translation)[3]. Multimedia related service, especially IPTV(Internet Protocol Television)[5] service, is the most attractive one to customer among the home network services. IPTV describes a system where a digital television service is delivered to subscribing consumers using the Internet Protocol over a broadband connection. The playback of IPTV requires either a personal computer or a STB(Set-top Box) connected to a TV(Television). Video content is typically MPEG2-TS(Moving Picture Experts Group2 Transport Stream)[6] delivered with IP multicast, a method in which information can be sent to multiple computers at the same time. In standards-based IPTV systems, the primary underlying protocols used for IPTV are IGMP(Internet Group Multicast Protocol) version 2[7] for channel change, called Zapping, signalling for live TV. In this paper, we show the implementation of the broadband home gateway supporting IPTV service. The proposed and implemented home gateway has an architecture which can provide multi-channel, more than three channel, HD(High Definition) class IPTV service with 20Mbps bandwidth for each channel. The remainder of this paper is organized as follows. We first review related some works to introduce our scheme and the implemented results such as home network including HG, IP multicast[8], IGMP[7] and IGMP snooping[9][10]. Next, we present the proposed HG hardware system architecture and its superiority. Next, we show an implementation scheme in view of driver/firmware and software to process the control packet and data packet in the proposed HG s architecture. We then show a demonstration scenario including other home network services and the results of them to prove the proposed HG s applicability. Finally, we present our conclusions. II. REALTED WORKS Our proposed and implemented HG is based on Fiber to /06/$ IEEE

2 the Home(FTTH) network, specially on Ethernet Passive Optical Network(EPON)[11][12], as an access network interface, which can provide adequate network bandwidth to support various digital home network services including multi-channel IPTV service. MPEG2 TS from the encapsulated with RTP, UDP and IP. A. Network and System for Digital Home Services Fig. 2 Protocol Stack to Transmit the Broadcasting Contents for IPTV Service Fig. 1 An Example of the Network Configuration for Digital Home Network Service In IP based home network described in previous section, all electronic digital home devices are interconnected to one another device as well as connected to exterior public network throughout a home gateway system. Fig. 1 shows an example of the network configuration for various digital home network services. Home gateway has to have powerful processing power and enough network bandwidth to provide above networking service and to cope with various customers requesting services. In considering the costs and system network bandwidth and structure, it is not a trivial problem to provide satisfactory services to them. B. IPTV(Internet Protocol Television) IPTV[5] describes a system where a digital television service is delivered to subscribing consumers using the Internet Protocol over a broadband connection. The playback of IPTV requires either a personal computer or a IP-STB connected to a TV. Video content is typically MPEG2-TS[6] delivered with IP multicast, a method in which information can be sent to multiple computers at the same time. In standards-based IPTV systems, the primary underlying protocols used for IPTV are IGMP version 2[7] for channel change signalling for live TV. Fig. 2 shows the protocol stacks that each entity has to have to provide IPTV service. As shown in Fig. 2, IPTV head-end sends MPEG2-TS[6] type of A/V(Audio/Video) contents to network side after RTP[13], UDP[14], IP and Layer 2 encapsulated, in sequence. Routers including OLT(Optical Line Terminal)[11] in access network do the look-up and forwarding functions using multicast routing protocol based on target address of received packet. HG then forwards the received IP multicast packet based on target address. Finally, IP STB extracts and decodes the C. IGMP and IGMP snooping Fig. 3 shows a protocol stack in each entity to manage the channel registration and release to provide IPTV service. As shown in Fig. 3, the multicast routing protocol, PIM- SM[8] as an example, is used between the routers including LHR(Last Hop Router, OLT) to manage the registration to any multicast group, while IGMP protocol is used between LHR and IP clients(ip STB). As a result of that, HG has to provide IGMP proxy function. IGMP proxy function is a function that HG has a role as IGMP clients in the view of LHR and as a multicast router in the side of IPTV clients(ip STB). Fig. 3 Protocol Stack to Manage the Multicast Group for IPTV Service The IGMP is a protocol of IPv4 systems used to manage IP multicast membership to an intermediate multicast router. According to the IGMP protocol, three kinds of IGMP messages are exchanged between IP multicast router and hosts to manage the group membership: Membership Query(0x11), Membership Report(0x22 and 0x16) and Leave Group(0x17) messages.[7] L2(Layer 2) Ethernet switch has been used widely to implement HG system. Unfortunately, the L2 Ethernet switch cannot supports IP multicast directly because it is not able to investigate the contents of layer 3 information of incoming packet. The L2 Ethernet switch uses IGMP snooping[9][10] and MLD snooping[9][10] for multicast packet instead of the direct IP multicast processing. The processor of HG must manage the L2 multicast MAC(Medium Access Control) table for L2 multicast based on the IGMP snooping. It is the basic function of each host and network devices supporting multicast.

3 III. SYSTEM ARCHITECTURE AND IMPLEMENTATION A. System Architecture We had shown the system and hardware architecture of our proposed HG in [14] and [15]. In [14] and [15], we showed also the mathematical analysis and its evaluation result. Fig. 4 shows the hardware system architecture of the proposed HG. As shown in Fig. 4, the proposed HG has system processor with two MII interfaces. But, both MII interfaces are connected to L2 Ethernet switch unlike conventional HG that one is connected to L2 Ethernet switch and another is connected to access network, directly. And, the access network interface of EPON ONT(Optical Network Termination)[11][12] is connected to L2 Ethernet switch using GMII(Gigabit Medium Independent Interface). B. Data and Control Packet As shown in Fig. 6, IP multicast data packet for IPTV service is forwarded directly to target ports based on L2 multicast MAC forwarding table. The direct forwarding mechanism based on L2 multicast MAC table improves the performance of HG and abbreviates the load of the system processor. The L2 multicast MAC table is controlled by IGMP snooping manager based on IGMP snooping function of the L2 Ethernet switch. Fig. 4 System and Hardware Architecture of the proposed Home Gateway In the proposed FTTH based HG, we use port based VLAN of pseudo hardware based VLAN to separate and isolate the two networks of access network and home network. The two VLANs are VLAN A for access network interface and VLAN B for home network in the same L2 Ethernet switch. Fig. 5 shows the summarized functions and roles which the proposed HG s components and interfaces have. Fig. 5 Functions and Roles of components and Interfaces Fig. 6 IPTV Data and Control Packet Flows in the Proposed Home Gateway C. Driver and Software Implementation To support multi-channel IPTV service, the proposed home gateway is capable of forwarding, more bandwidth than 100Mbps, adequate IP traffic including the IPTV broadcasting stream to home network. In special, it can transfer them into the home network with the minimized forwarding delay. As we described in previous section, we use the IGMP proxy function instead of multicasting protocol to register and release the multicast membership. IGMP proxy is a function to receive and transmit the IGMP messages on behalf of IP STB. And, we use the IGMP snooping function to reduce the processor s work load in proposed home gateway. Fig. 7 shows the proposed home gateway s architecture to support multi-channel HD class IPTV service. In the proposed home gateway, the IP packet stream from access network is forwarded directly to multicast group s clients connected to the L2 Ethernet switch as shown in Fig. 7. In the case of PCI bus interface targeted such as WLAN or IEEE1394, the IP multicast packet is forwarded to multicast group s clients connected to WLAN or IEEE1394

4 via home gateway s processor with multicast forwarding cache(mfc) of operating system. To transmit the IP multicast packet stream to the related multicast membership ports only connected to L2 Ethernet switch, IGMP snooping manager is required. the forwarding based on L2 multicast MAC being managed by the IGMP Snooping Manager and the managed multicast MAC table has a precedence in processing in the L2 Ethernet switch of the proposed home gateway. The IGMP Snooping Manager does the functions to manage L2 multicast MAC table for the L2 switch and to manage the timers for the multicast membership. Fig. 8 Block Diagram for IGMP Snooping Manager Fig. 7 Proposed HG s Architecture for Multi-Channel HD Class IPTV Service In general, a multicast routing protocol is required to support the IPTV broadcasting service based on IP multicast mechanism. The multicast routing protocol is used to transfer the request information, from IP STB to upper multicast router, to register and release the membership channel and to manage the multicast forwarding of a specific IP multicast stream to the home gateway s membership ports. But, it is not desirable to apply the multicast routing software to home gateway because the multicasting protocol is burden to process the multicast related mechanism in the home gateway. So, we implement the IGMP proxy function in the proposed home gateway. IGMP proxy functions as follows. IGMP router function IGMP host function The management function for multicast membership database Timer function to manage the multicast hosts membership IGMP Snooping Manager in Fig. 7 and Fig. 8 is required to forward the multicast packet to the multicast members ports only in home network. With this function, we can prevent the multicast packet to forward to undesirable ports. At the same time, we can reduce the CPU s work load with forwarding directly to the specific hosts without forwarding to the processor. It is a result from D. Implemented System Fig. 9 shows the implemented home gateway hardware board. The implemented system has three types of access network interfaces, an EPON network interface, 10/100/1000base-T and 1000base-X interface, one of which is activated due to system configuration. The EPON network interface 1000base-T interface are connected to L2 Ethernet switch with GMII and 10/100base-T uses MII interface. In case of 1000base-X, 1Gbps(gigabit per second) serdes(serial-deserial) interface is used. Seven ports of 10/100base-T Fast Ethernet interface and single 1000base-T interface for home network interface. Fig. 9 Implemented System Hardware Board IV. TEST SCENARIO AND RESULTS We verified the proposed and implemented system hardware and software through a real system demonstration. Fig. 10 shows a test scenario and an example multi-channel

5 HD class IPTV demonstration to verify our proposed system. (a) Optical Networking, Vol. 1, Nos. 8 & 9, pp , Aug & Sep [12] Kye-Hyun Ahn, Kyeong-Eun Han, and Young-Chon Kim, Hierarchical Dynamic Bandwidth Allocation Algorithm for Multimedia Services over Ethernet PONs, ETRI Journal, Vol. 26, No. 4, pp , Aug [13] RFC1889 : RTP: A Transport Protocol for Real-Time Applications, Jan [14] RFC1240 : OSI connectionless transport services on top of UDP: Version 1., Jun [15] Wan-Ki Park, Dae-Young Kim, Chang-Sic Choi, Youn-Kwae Jeong, Kwang-Roh Park, IPTV-aware Multi-Service Home Gateway based on FTTH Access Network, Proceedings of International Symposium on Consumer Electronics, 2005.(ISCE 2005), pp , Jun [16] Wan-Ki Park, Sung-Il Nam, Chang-Sic Choi, Youn-Kwae Jeong, Kwang-roh Park, An implementation of FTTH based Home Gateway Supporting Various Services, IEEE Transactions on Consumer Electronics, vol 52. no1. 1, pp , Feb (b) Fig. 10 Test Scenario and Example Demonstration (a) A Service Scenario (b) An Example Demonstration V. CONCLUSION The HG system is an interface device that connects an access network, a WAN, to a home network. In this paper, we proposed and showed an implementation results for home gateway supporting multi-channel, more that three channel, HD class IPTV service. Our proposed HG system can provide various digital home service with surplus processing power come from architectural characteristics as well as multi-channel IPTV service. REFERENCES [1] Satish Satish Gupta, Home Gateway, White Paper of Wipro Technologies, Aug [2] M. Greeson, Residential gateways: testing the waters of market viability, Proceedings of The Residential Gateway European Forum 2001 Pre-Forum Workshop, IIR, London, February [3] Greg Goth, Close to the edge: NAT vs. IPv6 just the tip of a larger problem, IEEE Internet Computing, vol. 9, Issue 2, pp. 6-9, March- April [4] RFC1883 : Internet Protocol, Version 6(IPv6) Specification, Dec [5] Walko, J, I Love My IPTV, IEE Communications Engineer, pp , Dec [6] Jerry C., Whitaker, Interactive TV Demystified, Mc-Graw Hill, [7] Internet Engineering Task Force, Internet Group Management Protocol, Version 2, RFC 2236, Nov [8] Internet Engineering Task Force, Protocol Independent Multicast- Sparse Mode (PIM-SM), RFC 2117, June, [9] Internet Engineering Task Force, Considerations for IGMP and MLD snooping Switches, Internet Draft, May [10] Jun Wang, Limin Sun, Xiu Jiang, Zhimei Wu, IGMP snooping: a VLAN-based multicast protocol, Proc. Of Hih Speed Networks and Multimedia Communications 5th IEEE International Conference, pp , July [11] Glen Kramer and Biswanath Mukherjee, Supporting differentiated classes of service in Ethernet passive optical networks, Journal of Wan-Ki Park received the B.E. and M.E. degrees in electronics engineering from Chungnam National University, Korea, in 1991 and 1993 respectively and Ph. D. degree in information and communications engineering from the same university in He joined Agency for Defence Development, in 1993 and had been engaged in the research and development of communication related to military till He joined Electronics and Telecommunications Research Institute, in July 2000 and has been engaged in the research and development of ATM based MPLS system, high speed routing system and home network system, etc. Now, he is senior research engineering staff of home network group. His research interests are home network technologies and home digital multimedia services. Chang-Sic Choi received the B.E. and M.E. degrees in computer engineering from Pusan National University, Korea, in 1997 and 1999 respectively. He joined Electronics and Telecommunication Research Institute in His research interests are home network, home gateway and home server, multimedia QoS, MPLS based IP switch and ATM. Youn-Kwae Jeong received the B.E. and M.E. degrees in electronics engineering from Kyungpook National University, Korea, in 1982 and 1984 respectively and Ph. D. degrees in computer engineering from the same University. He joined Electronics and Telecommunication Research Institute in His research interests are home network, home gateway and home server, multimedia QoS, MPLS based IP switch and CDMA. Intark Han received BE and ME degrees in electronic engineering from Yonsei University, Seoul, Korea, in 1985 and 1991, respectively. He is a PhD candidate at ICU (Information and Communications University), Daejeon Korea. Since 1987 he has been in ETRI (Electronics and Telecommunications Research Institute) as a member of technical staff. In ETRI he was involved in the development of various switching systems from voice, narrow-band ISDN to ATM. Now he works as a team header of home network technologies division. His current research interests include home network especially system design and development of home gateway and home server, switching and QoS in the network.

ICTTEN4215A Install and configure internet protocol TV in a service provider network

ICTTEN4215A Install and configure internet protocol TV in a service provider network ICTTEN4215A Install and configure internet protocol TV in a service provider network Release: 1 ICTTEN4215A Install and configure internet protocol TV in a service provider network Modification History

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Traffic load and cost analysis for different IPTV architectures

Traffic load and cost analysis for different IPTV architectures Traffic load and cost analysis for different IPTV architectures SKENDER RUGOVA, ARIANIT MARAJ Post and Telecommunication of Kosova-PTK Dardania, p.nr., Prishtina, Republic of Kosova Skender.rugova@ptkonline.com,

More information

DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL

DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL IJVD: 3(1), 2012, pp. 15-20 DESIGN AND VERIFICATION OF LSR OF THE MPLS NETWORK USING VHDL Suvarna A. Jadhav 1 and U.L. Bombale 2 1,2 Department of Technology Shivaji university, Kolhapur, 1 E-mail: suvarna_jadhav@rediffmail.com

More information

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

QoS Switching. Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p (GARP/Priorities)

QoS Switching. Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p (GARP/Priorities) QoS Switching H. T. Kung Division of Engineering and Applied Sciences Harvard University November 4, 1998 1of40 Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p

More information

An Analysis of the Delay and Jitter Performance of DBA Schemes for Differentiated Services in EPONs

An Analysis of the Delay and Jitter Performance of DBA Schemes for Differentiated Services in EPONs Journal of the Optical Society of Korea Vol. 13, No. 3, September 29, pp. 373-378 DOI: 1.387/JOSK.29.13.3.373 An Analysis of the Delay and Jitter Performance of DBA Schemes for Differentiated Services

More information

IT4405 Computer Networks (Compulsory)

IT4405 Computer Networks (Compulsory) IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and

More information

Broadband Network Architecture

Broadband Network Architecture Broadband Network Architecture Jan Martijn Metselaar May 24, 2012 Winitu Consulting Klipperaak 2d 2411 ND Bodegraven The Netherlands slide Broadband Services! Dual play, Triple play, Multi play! But what

More information

Communication Networks. MAP-TELE 2011/12 José Ruela

Communication Networks. MAP-TELE 2011/12 José Ruela Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)

More information

Integrating Internet Protocol (IP) Multicast over Multiprotocol Label Switching (MPLS) for Real Time Video Conferencing Data Transmission

Integrating Internet Protocol (IP) Multicast over Multiprotocol Label Switching (MPLS) for Real Time Video Conferencing Data Transmission Integrating Internet Protocol (IP) Multicast over Multiprotocol Label Switching (MPLS) for Real Time Video Conferencing Data Transmission Majid Ashraf Derwesh Department of Electronics and Communication

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Convergence Technologies Professional (CTP) Course 1: Data Networking

Convergence Technologies Professional (CTP) Course 1: Data Networking Convergence Technologies Professional (CTP) Course 1: Data Networking The Data Networking course teaches you the fundamentals of networking. Through hands-on training, you will learn the vendor-independent

More information

diversifeye Application Note

diversifeye Application Note diversifeye Application Note Test Performance of IGMP based Multicast Services with emulated IPTV STBs Shenick Network Systems Test Performance of IGMP based Multicast Services with emulated IPTV STBs

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

Genexis FTTH Network Architecture

Genexis FTTH Network Architecture Genexis FTTH Network Architecture An introduction to the Genexis FTTH Network Architecture This document contains general information about the Genexis FTTH Network Architecture. Contents 1. Introduction...2

More information

Computer Networks Vs. Distributed Systems

Computer Networks Vs. Distributed Systems Computer Networks Vs. Distributed Systems Computer Networks: A computer network is an interconnected collection of autonomous computers able to exchange information. A computer network usually require

More information

Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM

Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM Efficient Video Distribution Networks with.multicast: IGMP Querier and PIM-DM A Dell technical white paper Version 1.1 Victor Teeter Network Solutions Engineer This document is for informational purposes

More information

Vision. Paradyne Confidential & Proprietary Page 2

Vision. Paradyne Confidential & Proprietary Page 2 Building One Access Network For Voice, Video & Data Ralf Sattler (Senior Sales Engineer) Vision Paradyne builds dependable equipment used by service providers to deliver voice, video and data services

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

4 Internet QoS Management

4 Internet QoS Management 4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control

More information

IPv6 Broadband Access Network Systems

IPv6 Broadband Access Network Systems IPv6 Broadband Access Network Systems IPv6 Broadband Access Network Systems 60 Junji Yamada Koji Wakayama Eisuke Sato OVERVIEW: To meet the demand for broadband access and enable a smooth transition from

More information

OS3 Fiber Day Broadband networks - Network Architecture. May 20, 2016 / Jan Martijn Metselaar Vodafone

OS3 Fiber Day Broadband networks - Network Architecture. May 20, 2016 / Jan Martijn Metselaar Vodafone OS3 Fiber Day Broadband networks - Network Architecture May 20, 2016 / Jan Martijn Metselaar Vodafone Quizzz Dual play, Triple play, Multi play IP all the way! But what does the end-user care? 2 Current

More information

TRILL for Data Center Networks

TRILL for Data Center Networks 24.05.13 TRILL for Data Center Networks www.huawei.com enterprise.huawei.com Davis Wu Deputy Director of Switzerland Enterprise Group E-mail: wuhuajun@huawei.com Tel: 0041-798658759 Agenda 1 TRILL Overview

More information

The necessity of multicast for IPTV streaming

The necessity of multicast for IPTV streaming The necessity of multicast for IPTV streaming ARIANIT MARAJ, ADRIAN SHEHU Telecommunication Department Faculty of Information Technology, Polytechnic University of Tirana Tirana, Republic of Albania arianit.maraj@ptkonline.com,

More information

Advanced VSAT Solutions Bridge Point-to-Multipoint (BPM) Overview

Advanced VSAT Solutions Bridge Point-to-Multipoint (BPM) Overview 2114 West 7 th Street Tempe, AZ 85281 USA Voice +1.480.333.2200 E-mail sales@comtechefdata.com Web www.comtechefdata.com Advanced VSAT Solutions Bridge Point-to-Multipoint (BPM) Overview January 2014 2014

More information

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features UDC 621.395.31:681.3 High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features VTsuneo Katsuyama VAkira Hakata VMasafumi Katoh VAkira Takeyama (Manuscript received February 27, 2001)

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

Development of Mobile Broadband Interactive Satellite Access System based on DVB-RCS in Korea

Development of Mobile Broadband Interactive Satellite Access System based on DVB-RCS in Korea Development of Mobile Broadband Interactive Satellite Access System based on DVB-RCS in Korea September, 8-9, 2005 Hoon Jeong (hjeong@etri.re.kr) ETRI, KOREA 1 Contents 1. Introduction 2. Mobile Broadband

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

Advanced Internetworking

Advanced Internetworking Hands-On TCP-IP / IPv6 / VoIP Course Description In this Hands-On 3-day course, gives a deeper understanding of internetworking and routed network protocols. The focus of the course is the design, operation,

More information

Development of the FITELnet-G20 Metro Edge Router

Development of the FITELnet-G20 Metro Edge Router Development of the Metro Edge Router by Tomoyuki Fukunaga * With the increasing use of broadband Internet, it is to be expected that fiber-tothe-home (FTTH) service will expand as the means of providing

More information

Course Description. Students Will Learn

Course Description. Students Will Learn Course Description The next generation of telecommunications networks will deliver broadband data and multimedia services to users. The Ethernet interface is becoming the interface of preference for user

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

Internet Protocol Television (IPTV)

Internet Protocol Television (IPTV) International Journal of Electronics and Computer Science Engineering 2221 Available Online at www.ijecse.org ISSN- 2277-1956 Internet Protocol Television (IPTV) Lokesh Mittal 1, Ritika Mittal 2 Lecturer

More information

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

Extending Networking to Fit the Cloud

Extending Networking to Fit the Cloud VXLAN Extending Networking to Fit the Cloud Kamau WangŨ H Ũ Kamau Wangũhgũ is a Consulting Architect at VMware and a member of the Global Technical Service, Center of Excellence group. Kamau s focus at

More information

Ethernet Switch Evaluation For Streaming Media Multicast Applications

Ethernet Switch Evaluation For Streaming Media Multicast Applications Ethernet Switch Evaluation For Streaming Media Multicast Applications Introduction In addition to many criteria relating to standards compliance, packet forwarding performance, layer 3 and 4 route discovery

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

IPTV and its transportation...

IPTV and its transportation... IPTV and its transportation... Broadcast Multimedia course TUT - 2008 Adrian Hornsby IPTV...like in IP + TV?? Yea!! IP + TV = IPTV!! Sending television-like content over an IP network And even more!! Trip

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

APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing

APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing MPLS BASICS AND TESTING NEEDS By Thierno Diallo, Product Specialist Protocol Business Unit The continuing expansion and popularity of the Internet is forcing routers in the core network to support the

More information

Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks

Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Faiz Ahmed Electronic Engineering Institute of Communication Technologies, PTCL

More information

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification

More information

ISTANBUL. 1.1 MPLS overview. Alcatel Certified Business Network Specialist Part 2

ISTANBUL. 1.1 MPLS overview. Alcatel Certified Business Network Specialist Part 2 1 ISTANBUL 1.1 MPLS overview 1 1.1.1 Principle Use of a ATM core network 2 Overlay Network One Virtual Circuit per communication No routing protocol Scalability problem 2 1.1.1 Principle Weakness of overlay

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

Datagram-based network layer: forwarding; routing. Additional function of VCbased network layer: call setup.

Datagram-based network layer: forwarding; routing. Additional function of VCbased network layer: call setup. CEN 007C Computer Networks Fundamentals Instructor: Prof. A. Helmy Homework : Network Layer Assigned: Nov. 28 th, 2011. Due Date: Dec 8 th, 2011 (to the TA) 1. ( points) What are the 2 most important network-layer

More information

Video Streaming Service Trial over ADSL-Based Telephone Networks

Video Streaming Service Trial over ADSL-Based Telephone Networks Video Streaming Service Trial over -Based Telephone Networks Kou-Sou Kan*, Cheng-Dow Hwang, Chi-Shi Liu, Bing-Shan Crien, Yin-Hwa Huang, Her-Hsiung Chang, Ta-kang Ju *email:can@chttlcomtw ChungHwa Telecommunication

More information

IP videoconferencing solution with ProCurve switches and Tandberg terminals

IP videoconferencing solution with ProCurve switches and Tandberg terminals An HP ProCurve Networking Application Note IP videoconferencing solution with ProCurve switches and Tandberg terminals Contents 1. Introduction... 3 2. Architecture... 3 3. Videoconferencing traffic and

More information

SBSCET, Firozpur (Punjab), India

SBSCET, Firozpur (Punjab), India Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based

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

Cisco Catalyst 3750 Metro Series Switches

Cisco Catalyst 3750 Metro Series Switches Cisco Catalyst 3750 Metro Series Switches Product Overview Q. What are Cisco Catalyst 3750 Metro Series Switches? A. The Cisco Catalyst 3750 Metro Series is a new line of premier, customer-located switches

More information

Network Mobility Support Scheme on PMIPv6 Networks

Network Mobility Support Scheme on PMIPv6 Networks Network Mobility Support Scheme on PMIPv6 Networks Hyo-Beom Lee 1, Youn-Hee Han 2 and Sung-Gi Min 1 1 Dept. of Computer Science and Engineering, Korea University, Seoul, South Korea. sgmin@korea.ac.kr

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

IP Addressing A Simplified Tutorial

IP Addressing A Simplified Tutorial Application Note IP Addressing A Simplified Tutorial July 2002 COMPAS ID 92962 Avaya Labs 1 All information in this document is subject to change without notice. Although the information is believed to

More information

CompTIA Convergence+ 2006 Examination Objectives

CompTIA Convergence+ 2006 Examination Objectives CompTIA Convergence+ 2006 Examination Objectives Introduction The CompTIA Convergence+ examination covering the 2006 objectives certifies that the successful candidate has the necessary knowledge to perform

More information

Ethernet Passive Optical Networks EPON

Ethernet Passive Optical Networks EPON Ethernet Passive Optical Networks EPON IEEE 802.3 Ethernet in the First Mile Study Group January 8-9, 2001, Irvine, CA Gerry Pesavento Alloptic, Inc. Tel 925-245-7647 Email gerry.pesavento@alloptic.com

More information

Evolution of telecom network infrastructure for broadcast and interactive applications

Evolution of telecom network infrastructure for broadcast and interactive applications Evolution of telecom network infrastructure for broadcast and interactive applications Fabio Tassara Business Development Director Alcatel-Lucent Optics Networks 2007 To IP and beyond! European Broadcasting

More information

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was

More information

An architecture for the delivery. of DVB services over IP networks Rennes, January 2007 INTRODUCTION DIGITAL VIDEO TRANSPORT

An architecture for the delivery. of DVB services over IP networks Rennes, January 2007 INTRODUCTION DIGITAL VIDEO TRANSPORT An architecture for the delivery Datasheet User guide White paper þ of DVB services over IP networks Rennes, January 2007 INTRODUCTION Present paper proposes to look around technologies used today for

More information

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction Introduction This 4-day course offers a practical introduction to 'hands on' VoIP engineering. Voice over IP promises to reduce your telephony costs and provides unique opportunities for integrating voice

More information

Multicast for Enterprise Video Streaming

Multicast for Enterprise Video Streaming Multicast for Enterprise Video Streaming Protocols and Design Guide This document provides a network equipment neutral, technical overview of multicast protocols and a discussion of techniques and best

More information

Network System Design Lesson Objectives

Network System Design Lesson Objectives Network System Design Lesson Unit 1: INTRODUCTION TO NETWORK DESIGN Assignment Customer Needs and Goals Identify the purpose and parts of a good customer needs report. Gather information to identify network

More information

The Picture must be Clear. IPTV Quality of Experience

The Picture must be Clear. IPTV Quality of Experience The Picture must be Clear IPTV Quality of Experience 1 Video-over-IP vs IPTV? Video-over-IP A technology for moving video from A to B How about: Video-over-wire? Video-over-UHF? Video-over-Satellite? Can

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Full Digital Contents Distribution to the Home using IPv6

Full Digital Contents Distribution to the Home using IPv6 Full Digital Contents Distribution to the Home using IPv6 14 th Mar 2002 Munechika Sumikawa (sumikawa@ebina.hitachi.co.jp) Enterprise Server Division Hitachi, Ltd. 1 Goals: Introduction Explain key benefits

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Cisco Which VPN Solution is Right for You?

Cisco Which VPN Solution is Right for You? Table of Contents Which VPN Solution is Right for You?...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 NAT...2 Generic Routing Encapsulation Tunneling...2

More information

Multi Protocol Label Switching with Quality of Service in High Speed Computer Network

Multi Protocol Label Switching with Quality of Service in High Speed Computer Network Multi Protocol Label Switching with Quality of Service in High Speed Computer Network Jitendra Joshi, Sonali Gupta, Priti Gupta, Nisha Singh, Manjari Kumari Department of Computer Science and Engineering

More information

Level: 3 Credit value: 9 GLH: 80. QCF unit reference R/507/8351. This unit has 6 learning outcomes.

Level: 3 Credit value: 9 GLH: 80. QCF unit reference R/507/8351. This unit has 6 learning outcomes. This unit has 6 learning outcomes. 1. Know telephony principles. 1.1. Demonstrate application of traffic engineering concepts Prioritization of voice traffic Trunking requirements Traffic shaping. 1.2.

More information

VXLAN: Scaling Data Center Capacity. White Paper

VXLAN: Scaling Data Center Capacity. White Paper VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where

More information

Simulation of SIP-Based VoIP for Mosul University Communication Network

Simulation of SIP-Based VoIP for Mosul University Communication Network Int. J. Com. Dig. Sys. 2, No. 2, 89-94(2013) 89 International Journal of Computing and Digital Systems http://dx.doi.org/10.12785/ijcds/020205 Simulation of SIP-Based VoIP for Mosul University Communication

More information

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.

More information

IPTV over Fiber Optics for CPE Installers

IPTV over Fiber Optics for CPE Installers Hands-On Customer Premise Equipment Installation and Troubleshooting Course Description This Hands-On course provides an indepth look at IPTV Services deliver over Fiber Optics installation for installation

More information

Implementation of Voice over IP and Audio over IP in the Studio environment

Implementation of Voice over IP and Audio over IP in the Studio environment Mediatech 2015 Implementation of Voice over IP and Audio over IP in the Studio environment Wilfried Hecht, Managing Director AVT Audio Video Technologies GmbH Nordostpark 12 90411 Nuernberg Germany Email:

More information

IT4504 - Data Communication and Networks (Optional)

IT4504 - Data Communication and Networks (Optional) - Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication

More information

The need for bandwidth management and QoS control when using public or shared networks for disaster relief work

The need for bandwidth management and QoS control when using public or shared networks for disaster relief work International Telecommunication Union The need for bandwidth management and QoS control when using public or shared networks for disaster relief work Stephen Fazio Chief, Global Telecommunications Officer

More information

Review: Lecture 1 - Internet History

Review: Lecture 1 - Internet History Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration

More information

RSVP- A Fault Tolerant Mechanism in MPLS Networks

RSVP- A Fault Tolerant Mechanism in MPLS Networks RSVP- A Fault Tolerant Mechanism in MPLS Networks S.Ravi Kumar, M.Tech(NN) Assistant Professor Gokul Institute of Technology And Sciences Piridi, Bobbili, Vizianagaram, Andhrapradesh. Abstract: The data

More information

Architecture of distributed network processors: specifics of application in information security systems

Architecture of distributed network processors: specifics of application in information security systems Architecture of distributed network processors: specifics of application in information security systems V.Zaborovsky, Politechnical University, Sait-Petersburg, Russia vlad@neva.ru 1. Introduction Modern

More information

Data Communication Networks and Converged Networks

Data Communication Networks and Converged Networks Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous

More information

1. Public Switched Telephone Networks vs. Internet Protocol Networks

1. Public Switched Telephone Networks vs. Internet Protocol Networks Internet Protocol (IP)/Intelligent Network (IN) Integration Tutorial Definition Internet telephony switches enable voice calls between the public switched telephone network (PSTN) and Internet protocol

More information

Three Key Design Considerations of IP Video Surveillance Systems

Three Key Design Considerations of IP Video Surveillance Systems Three Key Design Considerations of IP Video Surveillance Systems 2012 Moxa Inc. All rights reserved. Three Key Design Considerations of IP Video Surveillance Systems Copyright Notice 2012 Moxa Inc. All

More information

fiber to the home FiberXport Your future in broadband services Product Line Brochure

fiber to the home FiberXport Your future in broadband services Product Line Brochure fiber to the home FiberXport Your future in broadband services Product Line Brochure FiberXport FiberXport is Genexis product line for fiber-to-the-home (FTTH) gateways. The product line encompasses a

More information

Cisco RV215W Wireless-N VPN Router

Cisco RV215W Wireless-N VPN Router Data Sheet Cisco RV215W Wireless-N VPN Router Simple, Secure Connectivity for the Small Office and Home Office Figure 1. Cisco RV215W Wireless-N VPN Router The Cisco RV215W Wireless-N VPN Router provides

More information

Cisco RV 120W Wireless-N VPN Firewall

Cisco RV 120W Wireless-N VPN Firewall Cisco RV 120W Wireless-N VPN Firewall Take Basic Connectivity to a New Level The Cisco RV 120W Wireless-N VPN Firewall combines highly secure connectivity to the Internet as well as from other locations

More information

Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach

Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach Comparison of RIP, EIGRP, OSPF, IGRP Routing Protocols in Wireless Local Area Network (WLAN) By Using OPNET Simulator Tool - A Practical Approach U. Dillibabau 1, Akshay 2, M. Lorate Shiny 3 UG Scholars,

More information

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS. BCS Level 5 Diploma in IT SEPTEMBER 2014. Computer Networks EXAMINERS REPORT

BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS. BCS Level 5 Diploma in IT SEPTEMBER 2014. Computer Networks EXAMINERS REPORT BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT SEPTEMBER 2014 Computer Networks EXAMINERS REPORT General Comments This session is again like the April

More information

Technical Report DSL Forum TR-110

Technical Report DSL Forum TR-110 DSLHome TM Reference Models for VoIP Configurations in the DSL Home Technical Report DSL Forum TR-110 DSLHome TM Reference Models for VoIP Configurations in the DSL Home September 2005 Produced by: DSL

More information

VIDEOCONFERENCING. Video class

VIDEOCONFERENCING. Video class VIDEOCONFERENCING Video class Introduction What is videoconferencing? Real time voice and video communications among multiple participants The past Channelized, Expensive H.320 suite and earlier schemes

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Network Research Group, School of Computer Sciences Universiti Sains Malaysia11800 Penang, Malaysia Abstract

More information

Contents. Connection Guide. What is Dante?... 2. Connections... 4. Network Set Up... 6. System Examples... 9. Copyright 2015 ROLAND CORPORATION

Contents. Connection Guide. What is Dante?... 2. Connections... 4. Network Set Up... 6. System Examples... 9. Copyright 2015 ROLAND CORPORATION Contents What is Dante?............................................. 2 Outline.................................................. 2 Fundamental............................................ 3 Required Network

More information

Hitachi s Activities Regarding Broadband IPv6 Network Systems

Hitachi s Activities Regarding Broadband IPv6 Network Systems Hitachi Review Vol. 51 (2002), No. 2 31 Hitachi s Activities Regarding Broadband IPv6 Network Systems Toru Takesue Shiro Tanabe, Ph.D. Shinichi Iwaki OVERVIEW: Based on IPv4 (Internet protocol version

More information

Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network

Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network Business Case for the Brocade Carrier Ethernet IP Solution in a Metro Network Executive Summary The dramatic rise of multimedia applications in residential, mobile, and business networks is continuing

More information

Juniper / Cisco Interoperability Tests. August 2014

Juniper / Cisco Interoperability Tests. August 2014 Juniper / Cisco Interoperability Tests August 2014 Executive Summary Juniper Networks commissioned Network Test to assess interoperability, with an emphasis on data center connectivity, between Juniper

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

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information