Telematics. 7th Tutorial - ATM, Bridging, Spanning Tree, VLAN

Size: px
Start display at page:

Download "Telematics. 7th Tutorial - ATM, Bridging, Spanning Tree, VLAN"

Transcription

1 Telematics 7th Tutorial - ATM, Bridging, Spanning Tree, VLAN Bastian Blywis Department of Mathematics and Computer Science Institute of Computer Science 09. December, 2010 Institute of Computer Science Telematics Tutorial 09. December,

2 Outline 1. Frame Size 2. Packets and Cells 3. FDDI Performance 4. ATM 5. Bridge Classification 6. IEEE 802.1D 7. Broken Links 8. Virtual LANs 9. IEEE 802.1q and IEEE Features of Layer 2 Protocols Institute of Computer Science Telematics Tutorial 09. December,

3 Frame Size Consider a 10 MBit/s CSMA/CD LAN with a bus topology of 50 m. The signal propagates with m/s in the medium. 1. Calculate the upper bound of the collision detection time. 2. Calculate the minimum frame length that is required to detect a collision.??? Institute of Computer Science Telematics Tutorial 09. December,

4 Frame Size Maximum time depends on maximum distance: A B 50m 5*10^-7s Worst case: station A senses a free medium and starts to transmit Station B senses a free medium and starts to transmit just at the time the signal from A arrives at B Signal from B has to travel through the whole network before A can detect the collision Maximum time until collision detection is twice the signal propagation time t = 2 bus length signal speed = 2 50m m s = s (1) Institute of Computer Science Telematics Tutorial 09. December,

5 Frame Size To ensure that the stations are able to detect a collision, the frame be at least t = seconds on the medium: frame length min bit rate > t (2) frame length min > 10 Mbps s (3) frame length min > bps s (4) frame length min > 5 bit (5) (6) Institute of Computer Science Telematics Tutorial 09. December,

6 Packets and Cells 1. Discuss the difference between packet and cell switching. 2. What are virtual switched circuits and why they are required in some scenarios???? Institute of Computer Science Telematics Tutorial 09. December,

7 Packets and Cells Packets: Variable length Overhead depending on header/data ratio Bursty traffic and idle periods Packets are usually not empty More complex to handle More complex scheduling Intended for data communication (and initially non-live media content) Routing implemented in software and/or hardware Cells: Fixed size reduced jitter High overhead: small payload, large header Constant stream of cells Cells can be empty Easier to handle Simplified scheduling/multiplexing Intended for data, voice, television telex,... Cell switching implemented in hardware Institute of Computer Science Telematics Tutorial 09. December,

8 Packets and Cells Virtual circuits are like physical circuits Virtual circuits can be temporary or permanent Virtual circuits are established by source and ATM switches determine route Route gets connection identifier Cell switching is then based on connection identifier and not ATM addresses Cells can be lost but arrive in order at destination Virtual circuits of ATM have particular service class depending on application Criterion Service Class A B C D Data Rate Negotiated Maximum Dynamic Take what maximum and average rate adjustment you can get cell rate cell rate to free resources Synchronization yes no Bit rate constant variable Connection mode Connection-oriented Connectionless Institute of Computer Science Telematics Tutorial 09. December,

9 FDDI Performance 100 stations are connected to a large FDDI ring. The token rotation time is 40 ms and the token holding time is set to 10 ms. Calculate the maximum efficiency of the ring.??? Institute of Computer Science Telematics Tutorial 09. December,

10 FDDI Performance Assumption: Every station has unlimited data to send Assumption: Data is send during the whole token holding time One token circulation takes ms + 40ms = 1040 ms Efficiency = time used for data transmission total time (7) Efficiency = 1000 ms 1040 ms (8) Efficiency 0.96 (9) Institute of Computer Science Telematics Tutorial 09. December,

11 ATM 1. The size of an ATM cell is a compromise between the requirements of voice and data communication. Assume that ATM has cells of 1500 bytes. Calculate the time between two successive cells, if data is generated at a rate of 64 kbit/s. How large is the time for the normal ATM cell size? 2. The ATM checksum protects only the cell header. How many bit errors can be corrected with this checksum and why???? Institute of Computer Science Telematics Tutorial 09. December,

12 ATM The time between two cells results from the time until enough data for transmission, i.e., a new cell is available. Payload of 1500 byte Payload of 48 byte bit bps = ms (10) 48 8 bit = 6 ms (11) bps Speech transmission requires short delays! Institute of Computer Science Telematics Tutorial 09. December,

13 ATM ATM header 4 bytes for VPI, VCI, PTI, and CLP fields 1 byte Header Error Control (HEC) To correct 1-bit errors the following equation must hold: (m + r + 1) 2 r (12) ( ) 2 8 (13) (14) 1-bit errors can be corrected Institute of Computer Science Telematics Tutorial 09. December,

14 ATM 2-bit errors can be detected but not corrected. For n = m + r there are ( n 2) codewords which are differing in 2 bits from a valid codeword Each of the valid 2 m codewords thus has be surrounded by ( n) n(n 1) 2 = 2 (invalid) codewords to correct all 2-bit errors Thus the following equation has to hold: 2-bit errors cannot be corrected n(n 1) 2 m 2 2 n (15) n(n 1) 2 m 2 2 m+r (16) n(n 1) 2 m 2 2 m 2 r (17) n(n 1) 2 2 r (18) (19) Institute of Computer Science Telematics Tutorial 09. December,

15 Bridge Classification 1. Bridges can be classified as local and remote bridges. Discuss the differences. 2. What is the difference between transparent and source bridging???? Institute of Computer Science Telematics Tutorial 09. December,

16 Local bridges Bridge Classification Provide a direct connection between multiple LAN segments in the same area Remote bridges Connect multiple LAN segments in different areas Bridges connected over telecommunication lines, by PPP, or L2TP Transparent bridging Bridge in promiscuous mode Forwarding of frames based on forwarding database Flooding to all segments if port to reach destination is unknown Bridge learns location of stations (backwards learning) Source (route) bridging Used in Token Ring networks Source specifies the bridges a frame has to traverse Discover procedure 1. Route is found by flooding a particular packet from the source to the destination 2. Each bridge the packet traverses attaches its bridge number and network segment (also for loop detection) 3. Destination receives the packet (multiple times over different routes) and replies by unicast (modified route request packet) 4. Replies traverse to the source based on the route in the header STP not required Institute of Computer Science Telematics Tutorial 09. December,

17 Bridge Classification A X Ethernet HDLC Internet PPP Y Ethernet B Payload L3 L2 Payload L3 L2 Payload L3 L2 Payload L3 L2 L3 L2 L3 L2 Institute of Computer Science Telematics Tutorial 09. December,

18 IEEE 802.1D 1. What is the task of the spanning tree protocol and how does it work? 2. What are the disadvantages of the original Spanning Tree Protocol (STP)? 3. Capture and/or create an STP packet. In which types of networks can STP be used???? Institute of Computer Science Telematics Tutorial 09. December,

19 IEEE 802.1D Spanning Tree Protocol: STP creates loop-free topology for bridged LANs Data Link Layer protocol Based on IEEE LLC Documented in IEEE 802.1d Distributed algorithm Institute of Computer Science Telematics Tutorial 09. December,

20 IEEE 802.1D Root bridge selection based on bridge id: configured priority number and MAC address Bridges initially assume to be the root and broadcast BPDU packet to address 01:80:c2:00:00:00 (bridge group address, multicast) Bridges compare their bridge id with received BPDUs Cost and root ID are updated (minimum) Eventually one bridge wins All other bridges determine lowest cost path to root bridge via root port All other root paths are blocked LAN segments select designated ports to designated bridges Protocol ID Protocol Version ID BPDU Type Flags Root ID Root Path Cost Bridge ID Port ID Message Age Max Age Hello Time Forward Delay Version 1 Length Institute of Computer Science Telematics Tutorial 09. December,

21 IEEE 802.1D Problems of STP: Slow convergence (30-50s) Excessive loss of BPDUs Duplex mismatch Unidirectional links Root bridge spoofing or misconfiguration Location of root bridge determines delay of frames Alternatives and Extensions: Rapid Spanning Tree Protocol (RSTP) Per-VLAN Spanning Tree (PVST) Multiple Spanning Tree Protocol (MSTP) Rapid Per-VLAN Spanning Tree (R-PVST) Institute of Computer Science Telematics Tutorial 09. December,

22 IEEE 802.1D Figure: Captured STP Packet Institute of Computer Science Telematics Tutorial 09. December,

23 Broken Links How can a LAN automatically resolve broken links or switches???? Institute of Computer Science Telematics Tutorial 09. December,

24 Broken Links LANs should contain loops to be able to create alternative routes STP will create loop-free topology BPDUs are sent out periodically and are used to detect topology changes Topology Change Notification (TCN) Topology Change Notification Acknowledgment (TCA) Institute of Computer Science Telematics Tutorial 09. December,

25 Virtual LANs 1. What is the purpose of a virtual LAN? 2. What information can be used to automatically assign hosts to a particular VLAN???? Institute of Computer Science Telematics Tutorial 09. December,

26 Virtual LANs Virtual LAN Creates logical network topology on physical topology Data link layer protocol Limits broadcast domain, broadcast storms Increases security Can be used for load balancing / scheduling Assignment based on: Port MAC address Layer 3 protocol Time Institute of Computer Science Telematics Tutorial 09. December,

27 IEEE q Virtual LANs Additional header with VLAN-tag Unique VLAN ID for each virtual LAN Priority field not related to VLAN but to distinguish different types of data traffic, e.g., Voice over Ethernet Canonical Format Indicator (CFI) Originally: marks endianess of MAC addresses Actual use: indicates IEEE frame in payload QinQ for multiple VLAN tags Figure: Ethernet Frame with IEEE 802.1q VLAN Header Institute of Computer Science Telematics Tutorial 09. December,

28 Virtual LANs Figure: Captured Frame with IEEE 802.1q Institute of Computer Science Telematics Tutorial 09. December,

29 IEEE 802.1q and IEEE Create, inject, and capture an Ethernet frame that contains an IEEE 802.1q header with the following values: Priority = Excellent Effort Canonical Format Indicator set to 1 VLAN ID = 0xA0 Type set to the value of ARP 2. Add a Logical Link Control an frame. Use the following values: Unnumbered Frame Type DSAP = Novell NetWare SSAP = Xerox Network Systems I/G = 0 C/R = 0 Choose any value for the command field 3. Add a SNAP header to the frame. Use the following values: OUI = 0xABCD Type = 0x88CE 4. What layer 3 PDU is stored as data in the frame? 5. How large is the frame without the data???? Institute of Computer Science Telematics Tutorial 09. December,

30 IEEE 802.1q and IEEE >>> eth = Ether(src="fe:fe:fe:fe:fe:fe", dst="ab:ab:ab:ab:ab:ab") >>> vlan = Dot1Q(vlan=0xA0, prio=2, type=0x0806) >>> pkg = eth/vlan >>> pkg.show() ###[ Ethernet ]### dst= ab:ab:ab:ab:ab:ab src= fe:fe:fe:fe:fe:fe type= 0x8100 ###[ 802.1Q ]### prio= 2 id= 0 vlan= 160 type= 0x806 >>> sendp(pkg) Institute of Computer Science Telematics Tutorial 09. December,

31 IEEE 802.1q and IEEE Figure: Ethernet Frame with IEEE 802.1q Header and missing ARP Institute of Computer Science Telematics Tutorial 09. December,

32 IEEE 802.1q and IEEE Some Service Access Point (SAP) identifiers: 0x04 - IBM SNA 0x80 - Xerox Network Systems 0xAA - SubNetwork Access Protocol (SNAP) 0xE0 - Novell NetWare 0xF4 - Lan Manager FE -CLNS See also: IEEE Logical Link Control (LLC) Public Listing >>> ieee8023 = Dot3(src="fe:fe:fe:fe:fe:fe", dst="ab:ab:ab:ab:ab:ab") >>> llc = LLC(dsap=0xE0, ssap=0x80, ctrl=0) >>> pkg = ieee8023/llc >>> pkg.show() ###[ ]### dst= ab:ab:ab:ab:ab:ab src= fe:fe:fe:fe:fe:fe len= None ###[ LLC ]### dsap= 0xe1 ssap= 0x80 ctrl= 0 >>> sendp(pkg, iface="lo") Institute of Computer Science Telematics Tutorial 09. December,

33 IEEE 802.1q and IEEE Figure: Ethernet Frame with IEEE LLC Header (incomplete) Institute of Computer Science Telematics Tutorial 09. December,

34 IEEE 802.1q and IEEE >>> snap = SNAP(OUI=0xABCD, code=0x88ce) >>> llc = LLC(dsap=0xAA, ssap=0xaa, ctrl=0x03) >>> pkg = ieee8023/llc/snap >>> pkg.show() ###[ ]### dst= ab:ab:ab:ab:ab:ab src= fe:fe:fe:fe:fe:fe len= None ###[ LLC ]### dsap= 0xaa ssap= 0xaa ctrl= 0 ###[ SNAP ]### OUI= 0xabcd code= 0x88ce >>> sendp(pkg, iface="lo") Institute of Computer Science Telematics Tutorial 09. December,

35 IEEE 802.1q and IEEE Figure: Ethernet Frame with IEEE LLC and SNAP Header (incomplete) Institute of Computer Science Telematics Tutorial 09. December,

36 IEEE 802.1q and IEEE Ethertype 0x88CE, Remote Direct Memory Access over Ethernet (RDMAoE): A protocol for low-latency, low-overhead memory-to-memory communications among hosts interconnected by Ethernet. 5. Frame length = 26 bytes IEEE header = 14 bytes IEEE header = 8 bytes FCS = 4 bytes (Padding is required if the network layer PDU is not large enough!) Institute of Computer Science Telematics Tutorial 09. December,

37 Features of Layer 2 Protocols 1. List features and services of layer 2 protocols. 2. Do Ethernet, IEEE 802.2, ATM, and PPP provide these features and services? Are any additional features and services provided???? Institute of Computer Science Telematics Tutorial 09. December,

38 Features of Layer 2 Protocols Example Data Link Layer services: Framing Error detection and correction Flow control Reliability: acknowledgements, retransmissions Medium access Addressing Multiplexing Note: Discuss other services! Institute of Computer Science Telematics Tutorial 09. December,

39 Features of Layer 2 Protocols Ethernet IEEE ATM PPP Framing? Error detection ( ) Error correction ( )? Flow control ( ) ( ) Acknowledgements ( ) ( ) Retransmission ( Medium access Addressing ( ) Multiplexing Table: Features of some Data Link Layer protocols, up for discussion Institute of Computer Science Telematics Tutorial 09. December,

40 Features of Layer 2 Protocols Ethernet flow control Specified in IEEE 802.3x Only for full-duplex connections PAUSE frames to signal full buffer Type field set to 0x8808 (MAC Control) MAC Control opcode = 0x0001 Send to multicast address 01:80:C2:00:00:01 Frame is not forwarded Two byte quanta, length of pause in 512 bit times Figure: Ethernet pause frame Institute of Computer Science Telematics Tutorial 09. December,

41 Features of Layer 2 Protocols Figure: Ethernet pause frame Institute of Computer Science Telematics Tutorial 09. December,

42 Features of Layer 2 Protocols Some additional features: Ethernet Extensible family of protocols, many optional features Power over Ethernet Virtual LANs see IEEE and IEEE standards and further sub-standards IEEE ATM PPP Connection oriented service Acknowledged datagram service Virtual switched circuits Guarantee of quality criteria Services classes Session initiation, testing, termination Compression Institute of Computer Science Telematics Tutorial 09. December,

43 The Last Slide TM Thank you for your attention. Questions? Institute of Computer Science Telematics Tutorial 09. December,

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

More information

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Implement Spanning Tree Protocols LAN Switching and Wireless Chapter 5 Explain the role of redundancy in a converged

More information

CHAPTER 10 LAN REDUNDANCY. Scaling Networks

CHAPTER 10 LAN REDUNDANCY. Scaling Networks CHAPTER 10 LAN REDUNDANCY Scaling Networks CHAPTER 10 10.0 Introduction 10.1 Spanning Tree Concepts 10.2 Varieties of Spanning Tree Protocols 10.3 Spanning Tree Configuration 10.4 First-Hop Redundancy

More information

June 2006. Bridge & Switch. Pietro Nicoletti Piero[at]studioreti.it. Bridge-Switch-Engl - 1 P. Nicoletti: see note pag. 2

June 2006. Bridge & Switch. Pietro Nicoletti Piero[at]studioreti.it. Bridge-Switch-Engl - 1 P. Nicoletti: see note pag. 2 Bridge & Switch Pietro Nicoletti Piero[at]studioreti.it Bridge-Switch-Engl - P. Nicoletti: see note pag. Copyright note These slides are protected by copyright and international treaties. The title and

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

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

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

ETSI ETR 156 TECHNICAL October 1995 REPORT

ETSI ETR 156 TECHNICAL October 1995 REPORT ETSI ETR 156 TECHNICAL October 1995 REPORT Source: ETSI TC-NA Reference: DTR/NA-053208 ICS: 33.020 Key words: ATM, interconnect, networks Asynchronous Transfer Mode (ATM); Multiprotocol interconnect over

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL)

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL) Asynchrous Transfer Mode: architecture 1980s/1990 s standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated, end-end transport

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

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks Computer Networks Lecture 06 Connecting Networks Kuang-hua Chen Department of Library and Information Science National Taiwan University Local Area Networks (LAN) 5 kilometer IEEE 802.3 Ethernet IEEE 802.4

More information

The ABCs of Spanning Tree Protocol

The ABCs of Spanning Tree Protocol The ABCs of Spanning Tree Protocol INTRODUCTION In an industrial automation application that relies heavily on the health of the Ethernet network that attaches all the controllers and computers together,

More information

Ethernet (LAN switching)

Ethernet (LAN switching) Ethernet ( switching) 1 Outline Interconnection devices Bridges/ switches vs. Routers Bridges Learning Bridges Transparent bridges 2 1 Bridges/ switches Interconnect multiple, possibly with different type

More information

High-Level Data Link Control

High-Level Data Link Control High-Level Data Link Control This class of data link layer protocols includes High-level Data Link Control (HDLC), Link Access Procedure Balanced (LAPB) for X.25, Link Access Procedure for D-channel (LAPD)

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

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007) School of Business Eastern Illinois University Wide Area Networks (Week 11, Thursday 3/22/2007) Abdou Illia, Spring 2007 Learning Objectives 2 Distinguish between LAN and WAN Distinguish between Circuit

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

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

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

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs

LAN Switching. 15-441 Computer Networking. Switched Network Advantages. Hubs (more) Hubs. Bridges/Switches, 802.11, PPP. Interconnecting LANs LAN Switching 15-441 Computer Networking Bridges/Switches, 802.11, PPP Extend reach of a single shared medium Connect two or more segments by copying data frames between them Switches only copy data when

More information

Level 2 Routing: LAN Bridges and Switches

Level 2 Routing: LAN Bridges and Switches Level 2 Routing: LAN Bridges and Switches Norman Matloff University of California at Davis c 2001, N. Matloff September 6, 2001 1 Overview In a large LAN with consistently heavy traffic, it may make sense

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

Objectives. Explain the Role of Redundancy in a Converged Switched Network. Explain the Role of Redundancy in a Converged Switched Network

Objectives. Explain the Role of Redundancy in a Converged Switched Network. Explain the Role of Redundancy in a Converged Switched Network Implement Spanning Tree Protocols LAN Switching and Wireless Chapter 5 Objectives Explain the role of redundancy in a converged network Summarize how STP works to eliminate Layer 2 loops in a converged

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

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

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

Ring Local Area Network. Ring LANs

Ring Local Area Network. Ring LANs Ring Local Area Network Ring interface (1-bit buffer) Ring interface To station From station Ring LANs The ring is a series of bit repeaters, each connected by a unidirectional transmission link All arriving

More information

11/22/2013 1. komwut@siit

11/22/2013 1. komwut@siit 11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)

More information

- Hubs vs. Switches vs. Routers -

- Hubs vs. Switches vs. Routers - 1 Layered Communication - Hubs vs. Switches vs. Routers - Network communication models are generally organized into layers. The OSI model specifically consists of seven layers, with each layer representing

More information

Link Layer. 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: ATM and MPLS

Link Layer. 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: ATM and MPLS Link Layer 5.1 Introduction and services 5.2 Error detection and correction 5.3Multiple access protocols 5.4 Link-Layer Addressing 5.5 Ethernet 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: and

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

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 1 Network Topology Specific Instructional Objectives At the end of this lesson, the students will be able to: Specify what is meant by network topology

More information

APPLICATION NOTE 210 PROVIDER BACKBONE BRIDGE WITH TRAFFIC ENGINEERING: A CARRIER ETHERNET TECHNOLOGY OVERVIEW

APPLICATION NOTE 210 PROVIDER BACKBONE BRIDGE WITH TRAFFIC ENGINEERING: A CARRIER ETHERNET TECHNOLOGY OVERVIEW PROVIDER BACKBONE BRIDGE WITH TRAFFIC ENGINEERING: A CARRIER ETHERNET TECHNOLOGY OVERVIEW By Thierno Diallo, Product Specialist Originally designed as a local-area network (LAN) communication protocol,

More information

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006 CSE331: Introduction to Networks and Security Lecture 6 Fall 2006 Open Systems Interconnection (OSI) End Host Application Reference model not actual implementation. Transmits messages (e.g. FTP or HTTP)

More information

Overview of Routing between Virtual LANs

Overview of Routing between Virtual LANs Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information

More information

CORPORATE NETWORKING

CORPORATE NETWORKING CORPORATE NETWORKING C. Pham Université de Pau et des Pays de l Adour Département Informatique http://www.univ-pau.fr/~cpham Congduc.Pham@univ-pau.fr Typical example of Ethernet local networks Mostly based

More information

Switching in an Enterprise Network

Switching in an Enterprise Network Switching in an Enterprise Network Introducing Routing and Switching in the Enterprise Chapter 3 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Compare the types of

More information

Asynchronous Transfer Mode

Asynchronous Transfer Mode CHAPTER 15 Asynchronous Transfer Mode Background Asynchronous Transfer Mode (ATM) technology is based on the efforts of the International Telecommunication Union Telecommunication Standardization Sector

More information

Protocol Architecture. ATM architecture

Protocol Architecture. ATM architecture Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode: ATM 1990 s/00 standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated,

More information

COMPUTER NETWORKS - LAN Interconnection

COMPUTER NETWORKS - LAN Interconnection LAN interconnection Telecommunication s Group firstname.lastname@polito.it http://www.telematica.polito.it/ COMPUTER NETWORKS - LAN interconnection- 1 Copyright Quest opera è protetta dalla licenza Creative

More information

Ethernet, VLAN, Ethernet Carrier Grade

Ethernet, VLAN, Ethernet Carrier Grade Ethernet, VLAN, Ethernet Carrier Grade Dr. Rami Langar LIP6/PHARE UPMC - University of Paris 6 Rami.langar@lip6.fr www-phare.lip6.fr/~langar RTEL 1 Point-to-Point vs. Broadcast Media Point-to-point PPP

More information

CMA5000 SPECIFICATIONS. 5710 Gigabit Ethernet Module

CMA5000 SPECIFICATIONS. 5710 Gigabit Ethernet Module CMA5000 5710 Gigabit Ethernet Module SPECIFICATIONS General Description The CMA5710 Gigabit Ethernet application is a single slot module that can be used in any CMA 5000. The Gigabit Ethernet test module

More information

Gigabit Ethernet MAC. (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF

Gigabit Ethernet MAC. (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF Gigabit Ethernet MAC (1000 Mbps Ethernet MAC core with FIFO interface) PRODUCT BRIEF 1. INTRODUCTION This document serves as a product info for the Gigabit Ethernet MAC from Hitek Systems. The core supports

More information

Final Exam. Route Computation: One reason why link state routing is preferable to distance vector style routing.

Final Exam. Route Computation: One reason why link state routing is preferable to distance vector style routing. UCSD CSE CS 123 Final Exam Computer Networks Directions: Write your name on the exam. Write something for every question. You will get some points if you attempt a solution but nothing for a blank sheet

More information

Frame Relay and Frame-Based ATM: A Comparison of Technologies

Frame Relay and Frame-Based ATM: A Comparison of Technologies White Paper and -Based : A Comparison of Technologies Larry Greenstein Nuera Communications VP, Technology, Forum June 1995 June 27, 1995 i TABLE OF CONTENTS 1. PREFACE...1 2. INTRODUCTION...1 3. INTERWORKING

More information

How To Switch In Sonicos Enhanced 5.7.7 (Sonicwall) On A 2400Mmi 2400Mm2 (Solarwall Nametra) (Soulwall 2400Mm1) (Network) (

How To Switch In Sonicos Enhanced 5.7.7 (Sonicwall) On A 2400Mmi 2400Mm2 (Solarwall Nametra) (Soulwall 2400Mm1) (Network) ( You can read the recommendations in the user, the technical or the installation for SONICWALL SWITCHING NSA 2400MX IN SONICOS ENHANCED 5.7. You'll find the answers to all your questions on the SONICWALL

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

PPP (Point-to-Point Protocol)

PPP (Point-to-Point Protocol) PPP (Point-to-Point Protocol) PPP (Point-to-Point Protocol) is the most widely used method for transporting IP packets over a serial link between the user and the Internet Service Provider (ISP). Although

More information

RESILIENT NETWORK DESIGN

RESILIENT NETWORK DESIGN Matěj Grégr RESILIENT NETWORK DESIGN 1/36 2011 Brno University of Technology, Faculty of Information Technology, Matěj Grégr, igregr@fit.vutbr.cz Campus Best Practices - Resilient network design Campus

More information

UPPER LAYER SWITCHING

UPPER LAYER SWITCHING 52-20-40 DATA COMMUNICATIONS MANAGEMENT UPPER LAYER SWITCHING Gilbert Held INSIDE Upper Layer Operations; Address Translation; Layer 3 Switching; Layer 4 Switching OVERVIEW The first series of LAN switches

More information

VPLS Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-10-30

VPLS Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-10-30 Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain

Virtual LANs. http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/ Raj Jain Virtual LANs Professor of Computer and Information Sciences Please download and print the handouts from: http://www.cis.ohio-state.edu/~jain/cis788-97/ or http://www.netlab.ohio-state.edu/~jain/cis788-97/

More information

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos sguinez@utalca.cl 2-2009

Unit of Learning # 2 The Physical Layer. Sergio Guíñez Molinos sguinez@utalca.cl 2-2009 Unit of Learning # 2 The Physical Layer Sergio Guíñez Molinos sguinez@utalca.cl 2-2009 Local Area Network (LAN) Redes de Computadores 2 Historic topologies more used in LAN Ethernet Logical Bus and Physical

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for

More information

Data Communication and Computer Network

Data Communication and Computer Network 1 Data communication principles, types and working principles of modems, Network principles, OSI model, functions of data link layer and network layer, networking components, communication protocols- X

More information

Introduction to Metropolitan Area Networks and Wide Area Networks

Introduction to Metropolitan Area Networks and Wide Area Networks Introduction to Metropolitan Area Networks and Wide Area Networks Chapter 9 Learning Objectives After reading this chapter, you should be able to: Distinguish local area networks, metropolitan area networks,

More information

How To Configure Voice Vlan On An Ip Phone

How To Configure Voice Vlan On An Ip Phone 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices

More information

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE

EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EVOLVING ENTERPRISE NETWORKS WITH SPB-M APPLICATION NOTE EXECUTIVE SUMMARY Enterprise network managers are being forced to do more with less. Their networks are growing in size and complexity. They need

More information

Bridgewalling - Using Netfilter in Bridge Mode

Bridgewalling - Using Netfilter in Bridge Mode Bridgewalling - Using Netfilter in Bridge Mode Ralf Spenneberg, ralf@spenneberg.net Revision : 1.5 Abstract Firewalling using packet filters is usually performed by a router. The packet filtering software

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

Lecture Computer Networks

Lecture Computer Networks Lecture Computer Networks Prof. Dr. Hans Peter Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Asynchronous

More information

Howstuffworks "How LAN Switches Work" Click here to go back to the normal view!

Howstuffworks How LAN Switches Work Click here to go back to the normal view! Page 1 of 17 Search ComputerStuff AutoStuff ElectronicsStuff ScienceStuff HomeStuff EntertainmentStuff MoneyStuff TravelStuff Main > Computer > Hardware Click here to go back to the normal view! How LAN

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

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course

More information

ATM. Asynchronous Transfer Mode. Networks: ATM 1

ATM. Asynchronous Transfer Mode. Networks: ATM 1 ATM Asynchronous Transfer Mode Networks: ATM 1 Issues Driving LAN Changes Traffic Integration Voice, video and data traffic Multimedia became the buzz word One-way batch Two-way batch One-way interactive

More information

Making Ethernet Over SONET Fit a Transport Network Operations Model

Making Ethernet Over SONET Fit a Transport Network Operations Model Making Over SONET Fit a Transport Network Operations Model Introduction Many carriers deploy or evaluate deployment of EoS as a private line offering to enhance existing service offerings. Service definitions

More information

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN LAN (Local Area Networks) 10/28/2008 Vasile Dadarlat - Computer Networks 1 MAN (Metropolitan

More information

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師 Lecture 7: Distributed Operating Systems A Distributed System 7.2 Resource sharing Motivation sharing and printing files at remote sites processing information in a distributed database using remote specialized

More information

The Network Layer Functions: Congestion Control

The Network Layer Functions: Congestion Control The Network Layer Functions: Congestion Control Network Congestion: Characterized by presence of a large number of packets (load) being routed in all or portions of the subnet that exceeds its link and

More information

College 5, Routing, Internet. Host A. Host B. The Network Layer: functions

College 5, Routing, Internet. Host A. Host B. The Network Layer: functions CSN-s 5/1 College 5, Routing, Internet College stof 1 Inleiding: geschiedenis, OSI model, standaarden, ISOC/IETF/IRTF structuur Secties: 1.2, 1.3, 1.4, 1.5 2 Fysieke laag: Bandbreedte/bitrate Secties:

More information

VLAN and QinQ Technology White Paper

VLAN and QinQ Technology White Paper VLAN and QinQ Technology White Paper Issue 1.01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Internet Protocol: IP packet headers. vendredi 18 octobre 13

Internet Protocol: IP packet headers. vendredi 18 octobre 13 Internet Protocol: IP packet headers 1 IPv4 header V L TOS Total Length Identification F Frag TTL Proto Checksum Options Source address Destination address Data (payload) Padding V: Version (IPv4 ; IPv6)

More information

Internetworking. Problem: There is more than one network (heterogeneity & scale)

Internetworking. Problem: There is more than one network (heterogeneity & scale) Internetworking Problem: There is more than one network (heterogeneity & scale) Hongwei Zhang http://www.cs.wayne.edu/~hzhang Internetworking: Internet Protocol (IP) Routing and scalability Group Communication

More information

RARP: Reverse Address Resolution Protocol

RARP: Reverse Address Resolution Protocol SFWR 4C03: Computer Networks and Computer Security January 19-22 2004 Lecturer: Kartik Krishnan Lectures 7-9 RARP: Reverse Address Resolution Protocol When a system with a local disk is bootstrapped it

More information

Mathatma Gandhi University

Mathatma Gandhi University Mathatma Gandhi University BSc Computer Science IV th semester BCS 402 Computer Network &Internet MULTIPLE CHOICE QUESTIONS 1. The computer network is A) Network computer with cable B) Network computer

More information

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R Executive Summary The virtual switches in ESX Server 3 support VLAN (IEEE 802.1Q) trunking. Using VLANs, you can enhance security and leverage

More information

Fast Ethernet and Gigabit Ethernet. Networks: Fast Ethernet 1

Fast Ethernet and Gigabit Ethernet. Networks: Fast Ethernet 1 Fast Ethernet and Gigabit Ethernet Networks: Fast Ethernet 1 Fast Ethernet (100BASE-T) How to achieve 100 Mbps capacity? MII LLC MAC Convergence Sublayer Media Independent Interface Media Dependent Sublayer

More information

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 5 th lecture Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 1 43 Last lecture Lecture room hopefully all got the message lecture on tuesday and thursday same

More information

Resiliency in Ethernet Based Transport Networks

Resiliency in Ethernet Based Transport Networks Resiliency in Ethernet Based Transport Networks Kari Seppänen Kari.Seppanen@vtt.fi Outline Introduction What is switched Ethernet? Legacy Ethernet Security and Reliability issues Rapid spanning tree protocol

More information

Exhibit n.2: The layers of a hierarchical network

Exhibit n.2: The layers of a hierarchical network 3. Advanced Secure Network Design 3.1 Introduction You already know that routers are probably the most critical equipment piece in today s networking. Without routers, internetwork communication would

More information

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The entire cost of the program is funded by the textbook, ebook or ecourse purchase by your

More information

Token Ring and. Fiber Distributed Data Interface (FDDI) Networks: Token Ring and FDDI 1

Token Ring and. Fiber Distributed Data Interface (FDDI) Networks: Token Ring and FDDI 1 Token Ring and Fiber Distributed Data Interface (FDDI) Networks: Token Ring and FDDI 1 IEEE 802.5 Token Ring Proposed in 1969 and initially referred to as a Newhall ring. Token ring :: a number of stations

More information

Vorlesung Kommunikationsnetze Research Topics: Protocol Family for Control Data Communication in Heterogeneous Network Environments

Vorlesung Kommunikationsnetze Research Topics: Protocol Family for Control Data Communication in Heterogeneous Network Environments Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen Vorlesung Kommunikationsnetze Research Topics:

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

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

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP Introduction Spanning trees that protect networks from loops can provide better traffic load balancing if traffic in different

More information

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

More information

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved.

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved. Configuring Single Instance Rapid Spanning Tree Protocol (RSTP) between an Avaya C360 Converged Switch and HP ProCurve Networking Switches to support Avaya IP Telephony Issue 1.0 Abstract These Application

More information

PART OF THE PICTURE: The TCP/IP Communications Architecture

PART OF THE PICTURE: The TCP/IP Communications Architecture PART OF THE PICTURE: The / Communications Architecture 1 PART OF THE PICTURE: The / Communications Architecture BY WILLIAM STALLINGS The key to the success of distributed applications is that all the terminals

More information

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY CHAPTER 6 DESIGNING A NETWORK TOPOLOGY Expected Outcomes Able to identify terminology that will help student discuss technical goals with customer. Able to introduce a checklist that can be used to determine

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

Introduction to Ethernet

Introduction to Ethernet Technical Tutorial 2002 12-06 Table of Contents 1: Introduction 2: Ethernet 3: IEEE standards 4: Topology 5: CSMA/CD 6: Wireless-LAN 7: Transmission Speed 8: Limitations of Ethernet 9: Sena Products and

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

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

Lesson 2-3: Ethernet Basics

Lesson 2-3: Ethernet Basics Unit 2: LAN Configurations Lesson 2-3: Ethernet Basics At a Glance Ethernet LAN topology is currently the most common network architecture. Ethernet topologies are generally bus and/or bus-star topologies.

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

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