UNIVERSITY OF HONG KONG Faculty of Engineering M.Sc.(Eng) in Building Services Engineering MEBS Utilities Services

Size: px
Start display at page:

Download "UNIVERSITY OF HONG KONG Faculty of Engineering M.Sc.(Eng) in Building Services Engineering MEBS Utilities Services"

Transcription

1 Brief introduction to Ethernet - IEEE802.3 UNIVERSITY OF HONG KONG - Widely used LAN standard, data link technology of broadband connection - Jointly developed by Xerox, Intel and Digital Equipment - Contention based protocol - Named after the luminiferous ether, through which the electromagnetic radiation was once thought to propagate. DIGITAL CODING TECHNIQUES Amplitude modulation is relatively little used in digital transmission. Normal application of carrier modulation (frequency, phase) is found in modems for data transmission along analog telephone lines. Carrier frequencies for transmission on broadband cables may reach up to 500MHz. K.F. Chan (Mr.) Page 1 of 27 Sept 2010

2 Ethernet is a baseband medium. For the earlier versions of 10Mbps Ethernet, the digital data is put directly on the line using Manchester Encoding K.F. Chan (Mr.) Page 2 of 27 Sept 2010

3 WITH CSMA/CD, COMPUTERS CHECK FOR CABLE TRAFFIC The method used in Ethernet for medium access co-ordination is a protocol called Carrier-Sensing Multiple Access with Collision Detection. The units decide independently when to access the line and start transmission. The transmitting unit constantly listens to the channel (Carrier Sense). If any other units had also sensed a free channel and had attempted transmission at the same time, both units would detect that their signals are garbled and immediately stop transmitting (Collision Detection). To ensure that all units detect that message collision had taken place, after the interruption, both units put a short 32 bit noisy jam signal on the line. K.F. Chan (Mr.) Page 3 of 27 Sept 2010

4 CSMA / CD PROCESS UNIVERSITY OF HONG KONG MINIMUM FRAME LENGTH If a station tries to transmit a very short frame, it is conceivable that a collision occurs, but the transmission completes before the noise burst gets back at 2t. The sender will then incorrectly conclude that the frame was successfully sent. To prevent this situation from occurring, all frames must take more than 2t to send. MAXIMUM CABLE LENGTH For 10Base5 Ethernet, the IEEE specification suggests that the maximum length between the most remotely connected points is 2500m, and each segment should not exceed 500m, maximum 4 repeaters. Similar limits exist for other versions of K.F. Chan (Mr.) Page 4 of 27 Sept 2010

5 Ethernet. MINIMUM FRAME LENGTH Speed of electric field in cables is about 200,000 km/s. For signal to reach the most remote point, burst and the burst received by the sender, the time required is = 25µs 200,000,000 Because it is necessary to have 4 repeaters in a 2500m bus, each repeater will introduce a few micro-seconds delay, the worst case time delay in Ethernet is taken as 50 s. For a bit rate of 10Mbps, this is equal to 500 bits. Adding a safety margin of 12 bit, minimum frame size becomes 512 bits or 64 bytes s is also called slot time. IEEE suggested the minimum frame must take at least 50 s to send, say 51.2 s. At a transmission rate of 10Mbps, (each bit 0.1 s) this time corresponds to 64 bytes (512 bits). Frames with fewer bytes are padded out to 64 bytes. (message data shorter than 46 bytes padded with empty character). Maximum frame size is 1518 bytes. This minimum frame size requirement is used in all 10 and 100Mbps versions of Ethernet. Though the minimum frame size is different, a minimum frame size (512 bytes) exists for the 1000Mbps Ethernet too. ETHERNET FRAME For the 64 byte version, format of an Ethernet frame is as below: FRAME SIZE/ CABLE LENGTH/ TRANSMISSION RATE As the network speed goes up, the minimum frame length must go up or the maximum cable length must come down, proportionally. For a 2500m LAN operating at 1 Gbps, the minimum frame size would have to be 6400 bytes. Or the minimum frame size could be 640 bytes and the maximum distance between any 2 stations K.F. Chan (Mr.) Page 5 of 27 Sept 2010

6 reduced to 250m. In reality the standard is set at 200m maximum drop cable length and 512 bytes minimum frame size for Gigabyte Ethernet running on Cat 5 cables, full duplex. These restrictions are becoming increasingly painful as we move toward gigabit networks. In practice, preamble and start of frame delimiter is not counted in the minimum of 64 bytes requirement. Exponential back off The 50 s is called time slot in Ethernet. If a transmitting unit does not detect a collision for the duration of the first time slot, it is safe. But if 2 units have to wait after a signal collision, they do so for a random time period of 0 or 1 time slots (0 to 50 s) before they attempt a new transmission. The probability of a new collision is now 50%. If a new collision occurs, the range from which the waiting period is selected at random is increased by powers of 2 to slots, then, slots and so on, up to a maximum of 1023 time slots (50ms). In that case a collision still occurs, the units assume that the problem has a different cause and report the situation to the higher layers. The first time slot after a successful transmission is reserved for immediate acknowledgement from the receiver to the transmitter. CSMA/CD LAN relationship to the OSI model [Adopted from FREEMAN, Roger, Fundamentals of Communications] K.F. Chan (Mr.) Page 6 of 27 Sept 2010

7 100 Base T4 UNIVERSITY OF HONG KONG In the old days, there were a lot of voice and data installations running on Cat 3 structured cablings. Cat 3 cables were rated up to 16MHz. It was with Cat 3 cables in mind that 100BaseT4 was designed. 100BastT4 is half duplex only, uses all 4 pairs in Cat 3 cable (3 pairs in each direction), fan out, 8B6T encoding, PAM3 (Pulse Amplitude Modulation 3 levels, 2 bits per clock cycle), thus Cat 3 cables = 12.5ΜΗz, which can be easily handled by B6T The signaling used in 8B6T (8 bit 6 trit) encoding is ternary, which means that the signal can have one of three possible values. A positive, negative, or zero voltage correlates to the three possible signal stages. Information on an 8B6T encoding scheme is grouped together in 8-bit data blocks where each chunk of data is mapped to a code that consists of a code group of 6 ternary symbols. The reasons why this type of encoding to a code group of 6 was done to provide synchronization and to produce dc balance on the transmission media. When the average voltage on the line is zero, then dc balance has been obtained. To produce the dc balance, the combination of signals grouped as a collection of 6 contains either an equal number of positive and negative values or contains one extra positive voltage value. The 8B6T encoding mechanism is used on 100BaseT4. K.F. Chan (Mr.) Page 7 of 27 Sept 2010

8 K.F. Chan (Mr.) Page 8 of 27 Sept 2010

9 SWITCHED ETHERNET UNIVERSITY OF HONG KONG All 10Mbps Ethernet and 100BaseT4 Ethernet do not require a switch for operation computers or devices are connected directly to the bus and contend for time slot to transmit. All 10Mbps Ethernet are logically bus in topology although 10BaseT and 100BaseT4 are physically star in topology, logically they are still bus in topology. However, 100BaseTX, all Gigabit and 10G Ethernet are switched computers and devices are individually connected to a switch which acts as a central device regulating contentions. Switched Ethernet is thus star in topology physically. 100 BASE TX FAST ETHERNET Cat 5 structured cable is rated up to 100MHz. If Manchester encoding is used for 100Mbps transmission, the line frequency will be 200MHz, exceeding the capacity of Cat 5 cables. It is with this in mind that 100BaseTX was designed. 100BaseTX Fast Ethernet employs MLT-3. MLT-3 cycles through a set of voltage levels (-1, 0, +1) to indicate an 1. The signal stays the same when transmitting a 0. It thus takes four 1 s to generate a complete cycle of change in voltage, thus reducing the baud rate to one quarter. K.F. Chan (Mr.) Page 9 of 27 Sept 2010

10 There is one problem left with Multiple Level Transitions with three levels (MLT-3) and NRZI: if a large number of 0 s are sent in a row, there would be no change in voltage. The receiving clock could thus become unsynchronized. To solve this, the 4B5B encoding is used. This encoding simply creates a table of all the possible values of a nibble (i.e. half of a byte) and maps those values to a corresponding 5-bit value, where every 5-bit values include at least two 1 s. This means that no combination of actual data values will ever allow more than 3 bit-times to pass without transitioning the voltage. 4B5B ENCODING Nibble of data 5-bit code used to replace nibble K.F. Chan (Mr.) Page 10 of 27 Sept 2010

11 Nibble of data UNIVERSITY OF HONG KONG bit code used to replace nibble There are 3 more important code values: is used when the line is idle is used when the line is dead is a halt signal BaseTX employs 4B5B encoding, MLT3, thus 100 =31.25MHz, which is 4 4 easily accommodated by Cat 5 cabling. It is capable of full duplex transmission, no need for contention, traffic is controlled by switches, and uses 2 pairs out of 4 in the Cat 5 cable. 100Base FX NRZI but not MLT3, 4B5B encoding, duplex transmission. 100Mbps Fast Ethernet still uses 512 bit minimum frame size but drop cable length limited to 100m (thus maximum distance between 2 stations becomes 200m, instead of 2500m) K.F. Chan (Mr.) Page 11 of 27 Sept 2010

12 Gigabit Ethernet Gigabit Ethernet on fibre The 4B5B NRZ encoding used on Fast Ethernet fibre was not adopted for Gigabit Ethernet over fibre because of its lack of DC balance. Maintaining DC balance is important because if a transmitter sends more 1 s than 0 s, it will result in heating by the laser beam, thus higher error rates. Just as data is doubly encoded on Fast Ethernet, a pair of block and line encoding is adopted for Gigabit Ethernet over fibre. The block encoding is 8B10B. Note that it will result in 1.25GHz. 8B10B encoding This is an IBM patented encoding method. In the 8B10B encoding scheme, each chunk of 8 bits of data is mapped to a 10 bit code group. The 8B10B method provides more error detection capabilities than 4B/5B and ensures that sufficient clock information is present in the serial data stream in case the sender and the receiver drift out of synchronization. The 8B10B encoding mechanism is used for Fibre Channel and the different Gigabit Ethernet implementations except those using twisted pair cables. K.F. Chan (Mr.) Page 12 of 27 Sept 2010

13 1000BaseT Minimum frame size 512 bytes instead of 64 bytes. Drop cable limited to 100m (with maximum 1 repeater between 2 stations) thus maximum distance between 2 stations becomes 400m not 2500m or 200m. 4D-PAM5 Gigabit Ethernet running on twisted pair 1000 BaseT uses four dimensional, Pulse Amplitude Modulation 5 level (PAM5). The encoding methodology takes advantage of the techniques used to provide high-speed communication over Cat 5 copper cables. The implementation of 4D-PAM5 uses 4 twisted-pair links where each link provides a 250Mbps data rate. Each of the Cat 5 cables function at full duplex so signal can be transmitted in both directions at the same time. On each of the cables, 2 bits represents a symbol and the PAM5 encoding scheme uses 5 different voltage levels. 4 of the 5 voltage levels are used to encode the 2-bit data chunks and the 5 th is used for error correction. 4D-PAM5 is very complex and incorporates scrambling techniques to improve the signal quality by producing balanced patterns of ones and zeros. K.F. Chan (Mr.) Page 13 of 27 Sept 2010

14 The data stream appears as a constellation, whereby a digital word is represented by an electrical signal that has a distinctive amplitude and phase relative to a marker signal. The advantages of this type of coding are: more bits per bandwidth i.e Mbps MHz The disadvantages are: very complex electronics greater sensitivity to noise Just as data is doubly encoded on Fast Ethernet, a pair of block and line encoding method is also used on 1000Base T the Gigabit Ethernet over copper. The signal is first encoded using 8B1Q4 and then the 4D PAM5. The 8B1Q4 (8 bits plus 1 bit to 4 quinary symbols) encoding method converts each group of 8 data bits to 4 quinary symbols. Each quinary symbol is then line encoded using 4D PAM5 a system using 5 voltage levels. As 2 bits are represented in each quinary symbol, and the clock rate is set at 125MHz, this gives 250Mbps data per twisted pair and therefore 1000Mbps for the whole cable. K.F. Chan (Mr.) Page 14 of 27 Sept 2010

15 IEEE802.3ab dual duplex 5-level pulse amplitude modulation [Adopted from FRENZEL, Louis E. Jr. Principles of Electronic Communication Systems] NEXT FEXT 1000BaseT divides the signal across all four pairs of Cat 5 UTP, and transmits in both directions simultaneously down each pair. 2 bit per pair in one clock cycle, thus = 125MHz, which can be handled by Cat 5 cables. Full duplex transmission 4 2 only, no need for contention. Drop cable 100m. K.F. Chan (Mr.) Page 15 of 27 Sept 2010

16 K.F. Chan (Mr.) Page 16 of 27 Sept 2010

17 Name 10 Base 2 Thin Ethernet (Originally 802.3a) 10 Base 5 Thick Ethernet (Originally 802.3b) 10 Base T (Originally 802.3i) 100 Base T u Physical Topology BUS BUS Star wired bus Star wired bus Cable Type Max. length No. of nodes Remarks Duplex Block code Line encoding One thin 185m/segment, 30 /segment Cheapest System, not Half 4B5B Manchester Coax 925m/network used anymore RG-58 A/U or RG-58 C/U, 50Ω One thick 500m/segment 100 /segment Original version of Half 4B5B Manchester Coax 2500m/network 1024 /network Ethernet, typically RG8, 50Ω used to connect cable closets in the past 2 pairs Cat 3, 100m drop 1024 /network Inexpensive, easy to Half / 4B5B Manchester Cat 5, cable (max. 4 levels install and maintain. Full UTP or STP of hubs) 4 pairs Cat 3 100m drop 1024 /network Allows Cat 3 cable; Half 8B6T PAM3 UTP or better cable does not allow full K.F. Chan (Mr.) Page 17 of 27 Sept 2010

18 Name 100 Base TX 802.3u 10 Base F (Originally 802.3j) 100 Base FX 802.3u 1000BaseT IEEE802.3ab Physical Topology Star wired bus STAR STAR Cable Type Max. length No. of nodes Remarks Duplex Block Line code encoding duplex. 2 pair Cat 5 UTP 100m drop cable 2 multi-mode 500m or 2000m Fibre depending on version 2 multi/single 400/2000m mode (half/full Fibre duplex) / 10km Star 4 pairs Cat 5 UTP 100m drop cable, maximum 1 repeater 1024 /network Full duplex at 100 Mbps between node and switch. Most widely accepted fast Ethernet. Half / Full 4B5B MLT3 2 station per Long distance; Half / 4B5B NRZI cable segment uncommon. Full 1024 /network 2 station per Full duplex at 100 Full 4B5B NRZI cable segment Mbps, long run. Not 1024 /network popular due to emerging Gigabit Ethernet on copper. 1 station per Full 8B1Q4 4D PAM5 drop cable K.F. Chan (Mr.) Page 18 of 27 Sept 2010

19 Name 1000BaseCX (cluster) 1000BaseLX 802.3z 1000BaseSX (short) 802.3z 10GBase-E 802.3ae 10Gbase-CX ak 10Gbase-T (10GE) 802.3an Physical Topology Star Star Star Star Star Star UNIVERSITY OF HONG KONG Cable Type Max. length No. of nodes Remarks Duplex Block 2 pairs Cat5 STP 2 single mode fibre 2 multi-mode fibre 2 single mode fibre 4 special twin axial coaxial cable (twin-ax) 4 pairs Cat5e or Cat6 UTP 25m drop cable 5km 550m Up to 40km 15m 100m 1 station per drop cable 1 station per drop cable 1 station per drop cable 1 station per drop cable 1 station per drop cable 1 station per drop cable code Line encoding Rarely used Full 8B10B NRZ Used for connecting servers, routers, telecom closets Full 8B10B NRZ Full 8B10B NRZ Full 64B66B NRZ full 8B10B NRZ full 8B10B NRZ K.F. Chan (Mr.) Page 19 of 27 Sept 2010

20 10-Gbit Ethernet UNIVERSITY OF HONG KONG The newest version of Ethernet is 10-Gbit Ethernet (10GE), which permits data speeds up to 10Gbps over fibre optic cable. The defining IEEE standard is 802.3ae. As with Gigabit Ethernet, there are several versions, but all use 8B/10B coding. Laser wavelength Cable type/size ( µ m ) Maximum cable length 850nm serial Multimode fibre/50 65m 1310nm WWDM Multimode fibre/ m 1310nm WWDM Single mode fibre/9 10km 1310nm serial Single mode fibre/9 10km 1550nm serial Single mode fibre/9 40km Three of the five variations use serial data transmission. The other two use wide-wavelength division multiplexing (WWDM) which is also known as coarse wavelength division multiplexing (CWDM) it is like frequency division multiplexing and divide the data into four channels and transmit it simultaneously over four different wavelengths of infrared light near 1310nm. It is hard to believe that a 10Gbps pulse signal could be carried over a copper cable, given the huge attenuation and distortion that the cable capacitance, inductance, and resistance can cause. Yet, today there is one copper version of 10GE, now available. Called 10Gbase-CX4, this version of Ethernet is standardized by the IEEE standard 802.3ak. The cable is a special twin axial coaxial cable (called twin-ax) that contains two conductors inside the outer shield. Four of these coaxial cable assemblies are combined to make a cable. The data to be transmitted is divided into four parallel paths that transmit at 3.125Gbps. The encoding is 8B/10B. This gives an actual data rate of 2.5Gbps, four paths of an aggregate of 10Gbps. The range is limited to roughly 15m. This is sufficient for connecting several servers, routers, Ethernet switches, and other equipment in wiring closets, data centres, or server farms, where the equipment are located close to each other. Another copper version of 10GE has been in development for several years. Designated 802.3an or 10Gbase-T, it is designed to use the four pairs of conductors in Cat5e or Cat6 UTP. The range is 100m. Because of the severe cross talk that occurs in UTP at 10Gbps, extensive DSP filtering and equalization is employed. K.F. Chan (Mr.) Page 20 of 27 Sept 2010

21 The speed and distance capabilities make 1-Gbps and 10-GE attractive for MAN applications. The 40-km version even makes 10-Gbps Ethernet appropriate for some WAN applications. It may eventually replace the more complex and expensive SONET now common in most MANs and WANs. Ethernet in the First Mile Also known as Ethernet Passive Optical Network (EPON), EFM is the IEEE standard 802.3ah. It is a version of Ethernet designed to be used in fibre optic networks that connect homes and businesses to high speed Internet services. The first mile, also called the last mile, is a term used to describe the relatively short connection from a home or office to a local terminal or connection point that distributes data via a fibre optic link. The EFM system uses the standard Ethernet protocols at a speed of 1.25Gbps. It permits up to 32 users per connection, and the maximum range is about 20km. Power over Ethernet PoE is an addition to Ethernet LANs that is used to deliver dc power to remote devices connected to the network. Specifically, it suppliers about 48V of unregulated direct current over two of the twisted pairs in a CAT5 UTP cable. This eliminated the need for some devices on the LAN to have their own power supply, and it eliminates the need for some remote device to be near a power supply socket outlet. Some examples of applications are wireless access points used to extend the LAN and Voice over Internet Protocol (VoIP) telephones which are rapidly replacing standard switched analogue phones. There are numerous industrial applications as well. K.F. Chan (Mr.) Page 21 of 27 Sept 2010

22 [Adopted from FRENZEL, Louis E. Jr. Principles of Electronic Communication Systems] The above figure shows a common PoE arrangement. A 48V dc power supply is connected to the centre taps of the I/O transformers in the Ethernet NIC (Network Interface Card). These transformers carry the serial Ethernet data. Both wires in each pair carry the direct current. The wires in the twisted pairs are effectively in parallel for direct current. The direct current does not interfere with the data. On the receiving end, transformers accept the signal and pass it along to the NIC circuitry in that device as usual. The dc voltage is captured from the centre taps. This dc voltage is then translated to another dc level by a dc-dc converter or a voltage regulator. Voltage of 24, 12, 6, 5 and 3.3V are common. This voltage powers the interface circuits at that end of the cable, thereby eliminating the need for a separate ac power supply line. The choice of 48V was based on the fact that the wires in Cat5 cable are very small, usually gauge 28 (see Appendix 1). Smaller wires have higher dc resistance and so can produce a rather large voltage drop along the cable. By keeping the voltage high, the line current is less for a given amount of power consumption in the load, thereby producing much less of a voltage drop. In practice, the maximum range is only 100m, and the voltage can usually be anything from 44 to 57V as the dc supply is unregulated. K.F. Chan (Mr.) Page 22 of 27 Sept 2010

23 The maximum allowed current is 550mA, although the current is usually held to a value of 350mA or less. At 48V, this translates to a maximum current consumption of 16.8W. The standard states that the maximum desirable load is 15.4W. Most loads consume much less than that. Power over Ethernet is designed to work with all UTP versions of Ethernet including 10, 100 and 1000Mbps systems. Only two pairs are used. The dc power is applied to the cable with a separate piece of equipment called an injector. Sometimes the direct current is supplied inside a hub or switch. Different versions of the standard vary with the pairs defined to carry the direct current and which pins on the RJ45 jacks are used. Some companies offer variations that supply 12V instead of 48V. [This section of material adopted from FRENZEL, Louis E. Jr. Principles of Electronic Communication Systems] K.F. Chan (Mr.) Page 23 of 27 Sept 2010

24 Ethernet MAC Addressing UNIVERSITY OF HONG KONG The Ethernet medium access control address consists of two parts: 1. The first set of octets: Define the Unique Manufacturers ID 2. The second set of octets: Define the Serial Number of the Network Interface Card (NIC) Multicast Addressing Communicate with many devices on a network simultaneously Broadcast Addressing Meant to be heard by all stations on the network K.F. Chan (Mr.) Page 24 of 27 Sept 2010

25 FEATURES UNIVERSITY OF HONG KONG Ethernet s concept is flexible and open Some companies complete Ethernet-based communication packages which may also implement higher level services in the OSI hierarchy Ethernet is non-deterministic DRAWBACK Theoretically there is no upper bound to the time it may take to access the medium and transfer a message. This can be serious drawback for industrial REAL-TIME applications where it is necessary to know exactly the worst-case performance in advance. REMARKS On heavily trafficked networks collisions are fairly common however a collision rate greater than 5% of all traffic is unusual and may mean a problematic Network Interface Card or poor cabling on the network. K.F. Chan (Mr.) Page 25 of 27 Sept 2010

26 Remarks on development of LAN standards The same thing has happened with LAN s as with all other products for communication and automation technology. In the beginning it was hoped that only one general LAN standard for office and industrial applications would be selected and everyone would follow it. When it was time to make a decision, there were 3 competing and mutually incompatible technology each backed by DIX, GM and IBM. The committee charged with defining the standard could not agree on any one of them. In the end it was decided 3 different standards would be better than no standard at all. This led to today s IEEE802.3 CSMA/CD, IEEE802.4 Token Bus and IEEE802.5 Token Ring. Time has not allowed us to look at them all in detail. As IEEE802.3, commonly called Ethernet, is commonly used in LAN and broadband connection and also adopted by BACnet, it is studied in this course. This set of lecture material is mostly taken from 1) TANENBAUM, A S. Computer network, Prentice Hall, NJ (2003) 2) HALSALL, Fred. Computer networking and the Internet, Addison-Wesley, Harlow (2005) 3) FRENZEL, Louis E. Jr. Principles of Electronic Communication Systems, 3 rd Ed., McGraw Hill, NY (2008) This diagram was hand drawn by Robert M. Metcalfe and photographed by Dave R. Boggs in 1976 to produce a 35mm slide used to present Ethernet to the National Computer Conference in June of that year. On the drawing are the original terms for describing Ethernet. (Source: ) K.F. Chan (Mr.) Page 26 of 27 Sept 2010

27 Appendix 1 American wire gauge Diameter, mm Diameter, inches [Table adopted from FREEMAN, Roger L. Fundamentals of Telecommunications] K.F. Chan (Mr.) Page 27 of 27 Sept 2010

Ethernet Technologies

Ethernet Technologies Ethernet Technologies CCNA 1 v3 Module 7 NESCOT CATC 1 10 Mbps Ethernet Legacy Ethernet means: 10BASE5 10BASE2 10BASE-T Common features are: frame format timing parameters transmission process basic design

More information

LAN Systems. Bus topology LANs

LAN Systems. Bus topology LANs Bus topology LANs LAN Systems Design problems: not only MAC algorithm, not only collision domain management, but at the Physical level the signal balancing problem (signal adjustment): Signal must be strong

More information

IEEE 802 LANs SECTION C

IEEE 802 LANs SECTION C IEEE 802 LANs SECTION C Outline of the Lecture Basic characteristics of LAN Topology Transmission Media MAC IEEE 802 LANs 802.3 - CSMA/CD based (Ethernet) 802.4 Token bus-based 802.5 Token ring-based Comparison

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 16 High Speed LANs Eighth Edition by William Stallings Why High Speed LANs? speed and power of PCs has risen graphics-intensive applications and GUIs see LANs as

More information

Lecture 05 Chapter 16 High Speed LANs

Lecture 05 Chapter 16 High Speed LANs NET 456 High Speed Networks Lecture 05 Chapter 16 High Speed LANs Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings, 1 (c) Pearson Education

More information

Ethernet. Computer Networks. Lecture 4.

Ethernet. Computer Networks. Lecture 4. Ethernet Computer Networks Lecture 4 http://goo.gl/pze5o8 The History of Ethernet Originally: DIX Ethernet (DEC-Intel-Xerox, Ethernet II) - 10Mbps. No LLC sublayer Later standardized as: IEEE 802.3 Frame

More information

Computer Networks. Lecture 8 Local Area Network, IEEE 802.x

Computer Networks. Lecture 8 Local Area Network, IEEE 802.x Computer Networks Lecture 8 Local Area Network, IEEE 802.x Local area network A local area network (LAN) is a computer network that interconnects computers within a limited area such as a home, school,

More information

Classical Ethernet (10 Mbps)

Classical Ethernet (10 Mbps) Lecture 10: Ethernet Standards and Ethernet Wiring Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks Classical Ethernet (10 Mbps) Classical Ethernet

More information

Introduction to LAN Topologies Cabling. 2000, Cisco Systems, Inc. 3-1

Introduction to LAN Topologies Cabling. 2000, Cisco Systems, Inc. 3-1 Introduction to LAN Topologies Cabling 2000, Cisco Systems, Inc. 3-1 Objectives Upon completion of this chapter, you will be able to perform the following tasks: Media / Cabling Local Area Network Cabling

More information

Ethernet Basics. based on Chapter 4 of CompTIA Network+ Exam Guide, 4 th ed., Mike Meyers

Ethernet Basics. based on Chapter 4 of CompTIA Network+ Exam Guide, 4 th ed., Mike Meyers Ethernet Basics based on Chapter 4 of CompTIA Network+ Exam Guide, 4 th ed., Mike Meyers Ethernet Basics History Ethernet Frames CSMA/CD Obsolete versions 10Mbps versions Segments Spanning Tree Protocol

More information

Introductory to Computer Networks Local Area Networks. Lecture 16 Fall Isfahan University of technology Dr.

Introductory to Computer Networks Local Area Networks. Lecture 16 Fall Isfahan University of technology Dr. Introductory to Computer Networks Local Area Networks Lecture 16 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi What is a LAN? Local area means: Private ownership freedom from regulatory

More information

Technically Speaking. James Antonakos

Technically Speaking. James Antonakos In this portion of his series, James walks us through the operation of Fast Ethernet and Gigabit Ethernet. Join him as he discusses each 100- and 1000-Mbps technology, looks at their individual encoding

More information

LAN Protocols. Required reading: Forouzan 13.1 to 13.5 Garcia 6.7, 6.8. CSE 3213, Fall 2015 Instructor: N. Vlajic

LAN Protocols. Required reading: Forouzan 13.1 to 13.5 Garcia 6.7, 6.8. CSE 3213, Fall 2015 Instructor: N. Vlajic 1 LAN Protocols Required reading: Forouzan 13.1 to 13.5 Garcia 6.7, 6.8 CSE 3213, Fall 2015 Instructor: N. Vlajic What is LAN? 2 Local Area Network (LAN) properties private ownership freedom to choose/change/upgrade

More information

Introduction Computer Networks. Applications Requiring High Speed LANs. Why High Speed LANs? IEEE802.3 Medium Access Control

Introduction Computer Networks. Applications Requiring High Speed LANs. Why High Speed LANs? IEEE802.3 Medium Access Control 168 430 Computer Networks Chapter 16 High Speed LANs Introduction Range of technologies Fast and Gigabit Ethernet Fibre Channel High Speed Wireless LANs Why High Speed LANs? Office LANs used to provide

More information

High Speed LANs. Range of technologies. Fast and Gigabit Ethernet Fibre Channel High Speed Wireless LANs. CS420/520 Axel Krings Page 2

High Speed LANs. Range of technologies. Fast and Gigabit Ethernet Fibre Channel High Speed Wireless LANs. CS420/520 Axel Krings Page 2 High Speed LANs CS420/520 Axel Krings Page 1 High Speed LANs Range of technologies Fast and Gigabit Ethernet Fibre Channel High Speed Wireless LANs CS420/520 Axel Krings Page 2 1 Why High Speed LANs? Office

More information

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University School of Business Review For Exam 2 Wednesday 10/6/2004) Abdou Illia, Fall 2004 School of Business Internetworking 3 1. Name the two most known Medium Access Control Protocols found in LANs. How they

More information

Network Media and Layer 1 Functionality

Network Media and Layer 1 Functionality Network Media and Layer 1 Functionality BSAD 146 Dave Novak Dean, Chapter 3, pp 93-124 Objectives Introduction to transmission media Basic cabling Coaxial Twisted pair Optical fiber Basic wireless (NIC)

More information

Contention Protocols and Networks

Contention Protocols and Networks 4/13/2005 314 Lecture Contention Protocols and Networks 1 Contention Protocols and Networks Contention Protocols CSMA/CD Network Topologies Ethernet 4/13/2005 314 Lecture Contention Protocols and Networks

More information

Local Area Networks. Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring

Local Area Networks. Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring Local Area Networks Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring Networks: Local Area Networks 1 Network Layer Network Layer LLC 802.2 Logical Link

More information

Chapter 10: Local Area Networks

Chapter 10: Local Area Networks Chapter 10: Local Area Networks MULTIPLE CHOICE 1. CSMA stands for: a. Client-Server Multi-Access c. Carrier Server Master Application b. Carrier Sense Multiple Access d. none of the above 2. The CD in

More information

Prof. Shervin Shirmohammadi SITE, University of Ottawa. Design Technologies. Lecture 17: Prof. Shervin Shirmohammadi CEG

Prof. Shervin Shirmohammadi SITE, University of Ottawa. Design Technologies. Lecture 17: Prof. Shervin Shirmohammadi CEG Lecture 17: Design Technologies Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4185 17-1 Design Goals From the architecture and its components and simulation, we

More information

Zarządzanie sieciami telekomunikacyjnymi

Zarządzanie sieciami telekomunikacyjnymi Ethernet The term Ethernet refers to the family of local-area network (LAN) products covered by the IEEE 802.3 standard that defines what is commonly known as the CSMA/CD protocol. Four data rates are

More information

LAN Systems. Bus topology LANs

LAN Systems. Bus topology LANs Bus topology LANs LAN Systems Design problems: not only MAC algorithm, not only collision domain management, but at the Physical level the signal balancing problem (signal adjustment): Signal must be strong

More information

Modern Ethernet. Chapter 6

Modern Ethernet. Chapter 6 Modern Ethernet Chapter 6 Contents Define the characteristics, cabling, and connectors used in 10BaseT and 10BaseFL Explain how to connect multiple Ethernet segments Define the characteristics, cabling,

More information

Part3. Local Area Networks (LAN)

Part3. Local Area Networks (LAN) Part3 Local Area Networks (LAN) LAN Characteristics Small geographical area Relatively high data rate Single management Topologies Bus, star, ring Specifications at physical and data link layer mostly

More information

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ELEC / COMP 177 Fall 2011 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Project #2 Due Thursday, Nov 10 th By midnight Homework #5 Due Thursday, Nov 17 th Later this semester: Homework

More information

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers,

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, CBCN4103 A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers, servers, and other devices. LANs offer computer

More information

Internet Architecture and Protocol

Internet Architecture and Protocol Internet Architecture and Protocol Set# 03 Local Area Networks Delivered By: Engr Tahir Niazi Layer Reference to Protocol Application Presentation Session Application FTP, Telnet, SMTP, HTTP, SNMP.. Transport

More information

! High Data Rates (0.1 to 1000 Mbps)! Short Distances (0.1 to 25 km) ! Low Error Rate (10 to 10 ) Local Area Networks

! High Data Rates (0.1 to 1000 Mbps)! Short Distances (0.1 to 25 km) ! Low Error Rate (10 to 10 ) Local Area Networks Local Area Networks A Local Area Netw ork is a communications netw ork that provides interconnection of a variety of data communicating devices w ithin a small area. Typical Characteristics! High Data

More information

Modern Ethernet variations. based on Chapter 5 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Modern Ethernet variations. based on Chapter 5 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Modern Ethernet variations based on Chapter 5 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers recap: obsolete versions of Ethernet Coaxial cable physical bus topology 10Base5 (standard IEEE 802.3,

More information

Data Link Layer, Part 5. Medium Access Control

Data Link Layer, Part 5. Medium Access Control CS 455 Medium Access Control, Page 1 Data Link Layer, Part 5 Medium Access Control These slides are created by Dr. Yih Huang of George Mason University. Students registered in Dr. Huang s courses at GMU

More information

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN RMIT University Data Communication and Net-Centric Computing COSC 1111/2061/1110 Medium Access Control Methods & LAN Technology Slide 1 Lecture Overview During this lecture, we will Look at several Multiple

More information

Networking Technologies and Applications

Networking Technologies and Applications Networking Technologies and Applications Rolland Vida BME TMIT September 23, 2016 Aloha Advantages: Different size packets No need for synchronization Simple operation If low upstream traffic, the solution

More information

10- and 100-Mbps Ethernet

10- and 100-Mbps Ethernet Ethernet Basics 10-Mbps Ethernet Three 10-Mbps Ethernet standards: 10BASE5 10BASE2 10BASE-T 10BASE2 and 10BASE5 were around more than 20 years and have been replaced by newer alternatives 10BASE-T s use

More information

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided.

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided. 83 Chapter 6 Ethernet Technologies and Ethernet Switching Ethernet and its associated IEEE 802.3 protocols are part of the world's most important networking standards. Because of the great success of the

More information

Topics Today. Lecture 8: Physical and Link Layers. Protocol Layering. Physical layer: chips versus bits. Physical Layer (Layer 1) Protocol Layering

Topics Today. Lecture 8: Physical and Link Layers. Protocol Layering. Physical layer: chips versus bits. Physical Layer (Layer 1) Protocol Layering Topics Today Physical layer: chips versus bits Lecture 8: Physical and Link Layers Link layer and media access control (MAC) Ethernet Hubs and Switches MPLS Protocol Layering Physical layer: chips versus

More information

TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming

TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming 2 TCP/IP and OSI Model Ethernet LAN Network Cables Network Devices Network Topologies Redundant Internet Connections VLANs Wireless LANs Upcoming Network Technologies 3 4 Elements of the Network Sender

More information

Physical Layer Part 3

Physical Layer Part 3 Physical Layer Part 3 Transmission Media Computer Networks: Transmission Media 1 Transmission Media Transmission medium:: the physical path between transmitter and receiver. Repeaters or amplifiers may

More information

Direct Link Communication II: Wired Media. Multi-Access Communication

Direct Link Communication II: Wired Media. Multi-Access Communication Direct Link Communication II: Wired Media Multi-Access Communication Two classes: contention-based e.g., CSMA/CD, CSMA/CA used in Ethernet, WLAN contention-free e.g., TDM, FDM, TDMA, CDMA, token ring used

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling A+ Guide to Managing & Maintaining Your PC, Chapter 16 Networking Types, Devices, and Cabling Objectives Learn about network types and topologies Learn about the hardware used to build local networks Learn

More information

The following pages contain a guide for the installation

The following pages contain a guide for the installation INDEX The goal of this section is to illustrate how Siemon Company products can be used to support some of the most popular and emerging networks on the market. Section Contents 100Base-T....................................

More information

Lecture 6: Example LAN: Ethernet

Lecture 6: Example LAN: Ethernet Lecture 6: Example LAN: Ethernet Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks Network Types Local Area Networks (LANs):privately-owned networks

More information

Fibre Channel: This standard provides a low-cost, easily scalable approach to achieving very high data rates in local areas.

Fibre Channel: This standard provides a low-cost, easily scalable approach to achieving very high data rates in local areas. Chapter 16 High Speed LANs by William Stallings The most important of these are Fast Ethernet and Gigabit Ethernet: The extension of 10-Mbps CSMA/CD (carrier sense multiple access with collision detection)

More information

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Ethernet Network Fundamentals Chapter 9 ITE PC v4.0 Chapter 1 1 Introduce Hexadecimal number system Describe the features of various

More information

IEEE standards for local area networks

IEEE standards for local area networks IEEE standards for local area networks Telecommunication Networks Group firstname.lastname@polito.it http://www.telematica.polito.it/ COMPUTER NETWORKS Standard for LANs 1 Copyright Quest opera è protetta

More information

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition Chapter Seven Local Area Networks: Part 1 Data Communications and Computer Networks: A Business User s Approach Seventh Edition After reading this chapter, you should be able to: State the definition of

More information

Physical Layer V What does the physical layer provide?

Physical Layer V What does the physical layer provide? SEMESTER 1 Chapter 8 Physical Layer V 4.0 90 Points 8.1.1 What does the physical layer provide? What are the four elements of delivering frames across the media? 8.1.2 What are the three basic forms of

More information

Physical and Link Layers. CS144 Review Session 6 November 6 th, 2008 Roger Liao Based on slides by Ben Nham

Physical and Link Layers. CS144 Review Session 6 November 6 th, 2008 Roger Liao Based on slides by Ben Nham Physical and Link Layers CS144 Review Session 6 November 6 th, 2008 Roger Liao Based on slides by Ben Nham Outline Physical layer Encoding of signals Chips vs. bits Link layer Communication through shared

More information

3 Chapter Introduction. 3.2 Copper Cable

3 Chapter Introduction. 3.2 Copper Cable 3 Chapter 3 3.1 Introduction The Network Media is the device that physically carries the data from computer to computer. The three major types of network media are: Copper Cable Fiber-Optic Cable Wireless

More information

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science

LAN. CS 4/55231 Internet Engineering. Kent State University Dept. of Computer Science 1 CS 4/55231 Internet Engineering Kent State University Dept. of Computer Science LECT-4A4 LAN 1 2 LAN Topologies-1 In the last class we saw how two computers can connect to each other. In this class we

More information

06/02/2006. Local & Metropolitan Area Networks 1. INTRODUCTION. Why Study Local and Metropolitan Area Networks? ACOE322. Lecture 1 Introduction

06/02/2006. Local & Metropolitan Area Networks 1. INTRODUCTION. Why Study Local and Metropolitan Area Networks? ACOE322. Lecture 1 Introduction Local & Metropolitan Area Networks ACOE322 Lecture 1 Introduction 1 1. INTRODUCTION In this section we will cover : 1. Overview of data communications and networking 2. Definition and overview of LANs,

More information

Local Area Networks. Ethernet LAN

Local Area Networks. Ethernet LAN Local Area Networks Ethernet 802.3 LAN -7-1 Local Area Networks (Lokale Netze) Wide Area Network LAN -7-2 Local Area Networks What is a LAN? Multiple systems attached to an often shared medium high total

More information

Transmission Media. Criteria for selection of media. Criteria for selection of media 2/17/2016. Chapter 3: Transmission Media.

Transmission Media. Criteria for selection of media. Criteria for selection of media 2/17/2016. Chapter 3: Transmission Media. Chapter 3: Transmission Media Marks- 20 Transmission Media Transmission media carries the information from sender to receiver. Different types of cables or waves to transmit data. Data is transmitted through

More information

Ethernet. Networks: Ethernet 1

Ethernet. Networks: Ethernet 1 Ethernet Networks: Ethernet 1 Ethernet [DEC, Intel, Xerox] 1-persistent, CSMA-CD with Binary Exponential Backoff Manchester encoding Networks: Ethernet 2 Ethernet [operational in 1974] Initially 3 Mbps

More information

Outline: Connecting Many Computers

Outline: Connecting Many Computers Outline: Connecting Many Computers Last lecture: sending data between two computers This lecture: link-level network protocols (from last lecture) sending data among many computers 1 Review: A simple point-to-point

More information

CS 640 Lecture 4: 09/11/2014

CS 640 Lecture 4: 09/11/2014 CS 640 Lecture 4: 09/11/2014 A) Bandwidth-delay product B) Link layer intro C) Encoding, Framing, Error Detection D) Multiple access Ethernet A. Bandwidth-delay product This in the above example is C *

More information

Direct Link Communication II: Wired Media. Multi-Access Communication

Direct Link Communication II: Wired Media. Multi-Access Communication Direct Link Communication II: Wired Media Multi-Access Communication Two classes: contention-based e.g., CSMA/CD, CSMA/CA used in Ethernet, WLAN contention-free e.g., TDM, FDM, TDMA, CDMA, token ring one

More information

Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs

Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs Hello and welcome to today s lecture on high speed

More information

Multiplexing (Recap)

Multiplexing (Recap) Multiplexing (Recap) Multiplexing How to transfer data between two sites once there is a digital link between them? Analog to Digital (A2D) conversion Human voice is a continuous signal in the range 0-4

More information

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on CBCN4103 Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on the correct path across the complete network

More information

Chapter 8 LAN Topologies

Chapter 8 LAN Topologies Chapter 8 LAN Topologies Point-to-Point Networks In a Point-to-Point network, each wire connects exactly two computers Point To Point Link Machine A Machine B Figure 1: Each line connects two machines

More information

Data Link Layer, Part 3 Medium Access Control. Preface

Data Link Layer, Part 3 Medium Access Control. Preface Data Link Layer, Part 3 Medium Access Control These slides are created by Dr. Yih Huang of George Mason University. Students registered in Dr. Huang's courses at GMU can make a single machine-readable

More information

Come & Join Us at VUSTUDENTS.net

Come & Join Us at VUSTUDENTS.net Come & Join Us at VUSTUDENTS.net For Assignment Solution, GDB, Online Quizzes, Helping Study material, Past Solved Papers, Solved MCQs, Current Papers, E-Books & more. Go to http://www.vustudents.net and

More information

Lecture 4b. Local Area Networks and Bridges

Lecture 4b. Local Area Networks and Bridges Lecture 4b Local Area Networks and Bridges Ethernet Invented by Boggs and Metcalf in the 1970 s at Xerox Local area networks were needed to connect computers, share files, etc. Thick or Thin Ethernet Cable

More information

DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS

DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS DCN Questions CHAPTER 1:- NETWORKING FUNDAMENTALS Q1. What are the four fundamental Characteristics of Data Communication? On which effectiveness of data communication is depended? Q2. Define data communication?

More information

Unit 10. Networks. Copyright 2005 Heathkit Company, Inc. All rights reserved.

Unit 10. Networks. Copyright 2005 Heathkit Company, Inc. All rights reserved. Unit 10 Networks Copyright 2005 Heathkit Company, Inc. All rights reserved. The basic components of a network: Connections (Physical Medium) Protocols (Common language) Services (Clients, Servers, and

More information

Goal and Outline. Computer Networking. What Do We Need? Today s Story Lecture 3: Packet Switched Networks Peter Steenkiste

Goal and Outline. Computer Networking. What Do We Need? Today s Story Lecture 3: Packet Switched Networks Peter Steenkiste Goal and Outline 15-441 15-641 Computer Networking Lecture 3: Packet Switched Networks Peter Steenkiste Fall 2016 www.cs.cmu.edu/~prs/15 441 F16 Goal: gain a basic understanding of how you can build a

More information

Review For Exam 2. Fundamentals of Data & Signals. Summary Questions. School of Business Eastern Illinois University

Review For Exam 2. Fundamentals of Data & Signals. Summary Questions. School of Business Eastern Illinois University School of Business Eastern Illinois University Review For Exam 2 March 9, 2010 Abdou Illia, Spring 2010 School of Business Eastern Illinois University Fundamentals of Data & Signals Summary Questions 3

More information

Chapter 4. Local Area Networks. Why a Computer Network?

Chapter 4. Local Area Networks. Why a Computer Network? Chapter 4 Local Area Networks By Masud-ul-Hasan 1 Why a Computer Network? Distribute pieces of computation among computers (called nodes) Coordination between processes running on different nodes Remote

More information

Computer and Network Security

Computer and Network Security CIS 551 / TCOM 401 Computer and Network Security Spring 2009 Lecture 6 Announcements First project: Due: 6 Feb. 2009 at 11:59 p.m. http://www.cis.upenn.edu/~cis551/project1.html Plan for Today: Networks:

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 5 High Speed LANs Token Ring Based Specific Instructional Objectives On completion, the student will be able to: Explain different categories of High Speed

More information

High Level View. EE 122: Ethernet and Random Access protocols. Medium Access Protocols

High Level View. EE 122: Ethernet and Random Access protocols. Medium Access Protocols High Level View EE 122: Ethernet and 802.11 Ion Stoica September 18, 2002 Goal: share a communication medium among multiple hosts connected to it Problem: arbitrate between connected hosts Solution goals:

More information

Media and Access Method. Tory Klementsen, MCP A+ Sno Isle Skill Center Network+ Module 2

Media and Access Method. Tory Klementsen, MCP A+ Sno Isle Skill Center Network+ Module 2 Media and Access Method Tory Klementsen, MCP A+ Sno Isle Skill Center Network+ Module 2 Transmission Media The stuff that carries signals from computer to computer or device on a network. Different media

More information

Chapter 6: DataLink Layer - Ethernet Olivier Bonaventure (2010)

Chapter 6: DataLink Layer - Ethernet Olivier Bonaventure (2010) Chapter 6: DataLink Layer - Ethernet Olivier Bonaventure (2010) 6.3.2. Ethernet Ethernet was designed in the 1970s at the Palo Alto Research Center [Metcalfe1976]. The first prototype [5] used a coaxial

More information

Lecture (04) Data link layer

Lecture (04) Data link layer Lecture (04) Data link layer By: Dr. Ahmed ElShafee Standards Overview CSMA/CD Ethernet standards 10 base 5 10 base 2 10 base T Fast Ethernet Gigabit Ethernet ١ ٢ Standards Overview Like most protocols,

More information

Lecture 8: Switched Ethernet and Collision Domains

Lecture 8: Switched Ethernet and Collision Domains Lecture 8: Switched Ethernet and Collision Domains Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks Ethernet Installations 2 1 Twisted Pair and Fiber

More information

WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS

WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS WEEK 9 TCP/IP, PHYSICAL AND DATA LINK LAYERS PHYSICAL LAYER Physical (hardware) layer: lowest level layer of the Internet Model. - Contains the actual network hardware cables, antennas, network interfaces

More information

The NIC is the main interface between the computer and the network cable.

The NIC is the main interface between the computer and the network cable. The NIC is the main interface between the computer and the network cable. 50 Parallel data into serial data. Memory CPU Computer 10011001 Cable 1-0-0-1-1-0-0-1 NIC 51 Considerations when selecting the

More information

Goals. Fundamentals of Network Media. More topics. Topics. Multiple access communication. Multiple access solutions

Goals. Fundamentals of Network Media. More topics. Topics. Multiple access communication. Multiple access solutions Fundamentals of Network Media Local Area Networks Ursula Holmström Goals Learn the basic concepts related to LAN technologies, for example use of shared media medium access control topologies Know the

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

CCNA Exploration Network Fundamentals. Chapter 09 Ethernet

CCNA Exploration Network Fundamentals. Chapter 09 Ethernet CCNA Exploration Network Fundamentals Chapter 09 Ethernet Updated: 07/07/2008 1 9.0.1 Introduction 2 9.0.1 Introduction Internet Engineering Task Force (IETF) maintains the functional protocols and services

More information

ECE 4450:427/527 - Computer Networks Spring 2017

ECE 4450:427/527 - Computer Networks Spring 2017 ECE 4450:427/527 - Computer Networks Spring 2017 Dr. Nghi Tran Department of Electrical & Computer Engineering Lecture 5.5: Ethernet Dr. Nghi Tran (ECE-University of Akron) ECE 4450:427/527 Computer Networks

More information

The following CompTIA Network+ domain objectives and examples are covered in this module:

The following CompTIA Network+ domain objectives and examples are covered in this module: Module 1 / Topologies and Infrastructure Topologies and Infrastructure The following CompTIA Network+ domain objectives and examples are covered in this module: CompTIA Network+ Certification Domain Areas

More information

Chapter 8 OSI Physical Layer

Chapter 8 OSI Physical Layer Chapter 8 OSI Physical Layer Upper OSI layer protocols prepare data from the human network for transmission to its destination. The Physical layer controls how data is placed on the communication media.

More information

COS 140: Foundations of Computer Science

COS 140: Foundations of Computer Science COS 140: Foundations of Computer Science ALOHA Network Protocol Family Fall 2017 Homework 2 Introduction 3 Network Protocols.......................................................... 3 Problem.................................................................

More information

IT220 Network Standards & Protocols. Unit 4: Chapter 4 Transmitting Bits

IT220 Network Standards & Protocols. Unit 4: Chapter 4 Transmitting Bits 1 IT220 Network Standards & Protocols Unit 4: Chapter 4 Transmitting Bits Objectives Differentiate among major types of LAN and WAN technologies and specifications and determine how each is used in a data

More information

COMP476 Networked Computer Systems. Polling. Sharing the Wire. LAN Technologies. COMP476 Networked Computer Systems 1

COMP476 Networked Computer Systems. Polling. Sharing the Wire. LAN Technologies. COMP476 Networked Computer Systems 1 Media Access Control Sub Layer COMP476 Networked Computer Systems Sharing Common Media There are several ways to share common media. Some methods are: Frequency division multiplexing Time division multiplexing

More information

Jaringan Komputer. Broadcast Network. Outline. MAC (Medium Access Control) Channel Allocation Problem. Dynamic Channel Allocation

Jaringan Komputer. Broadcast Network. Outline. MAC (Medium Access Control) Channel Allocation Problem. Dynamic Channel Allocation Broadcast Network Jaringan Komputer Medium Access Control Sublayer 2 network categories: point-to-point connections broadcast channels Key issue in broadcast network: how to determine who gets to use the

More information

Full file at

Full file at ch02 True/False Indicate whether the statement is true or false. 1. The number of nodes on a network and the length of cable used influence the quality of communication on the network. 2. Repeaters and

More information

CIS 551 / TCOM 401 Computer and Network Security. Spring 2007 Lecture 7

CIS 551 / TCOM 401 Computer and Network Security. Spring 2007 Lecture 7 CIS 551 / TCOM 401 Computer and Network Security Spring 2007 Lecture 7 Announcements Reminder: Project 1 is due on Thursday. 2/1/07 CIS/TCOM 551 2 Network Architecture General blueprints that guide the

More information

(Network Programming) Basic Networking Hardware

(Network Programming) Basic Networking Hardware EEE 448 Computer Networks with (Network Programming) Basic Networking Hardware Lecture #2 Dept of Electrical and Electronics Engineering Çukurova University Agenda What is a network device? Network Media

More information

EE 122: Ethernet and

EE 122: Ethernet and EE 122: Ethernet and 802.11 Ion Stoica September 18, 2002 (* this talk is based in part on the on-line slides of J. Kurose & K. Rose) High Level View Goal: share a communication medium among multiple hosts

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

Physical Layer Part 3

Physical Layer Part 3 Physical Layer Part 3 Transmission Media Networks: Transmission Media 1 Transmission Media Transmission medium:: the physical path between transmitter and receiver. Repeaters or amplifiers may be used

More information

The random access methods we study in this chapter have evolved from a very interesting protocol known as ALOHA, which used a very simple procedure

The random access methods we study in this chapter have evolved from a very interesting protocol known as ALOHA, which used a very simple procedure Multiple Accesses When nodes or stations are connected and use a common link, called a multipoint or broadcast link, we need a multiple-access protocol to coordinate access to the link. The problem of

More information

Introduction to Networks and the Internet

Introduction to Networks and the Internet Introduction to Networks and the Internet HTML tutorial today. Announcements CMPE 80N Spring 2003 Week 5 1 2 MAC Protocols MAC Protocols Round-robin. Scheduled-access. Contention-based. Contention-based

More information

Local Area Network Overview

Local Area Network Overview Local Area Network Overview Chapter 15 CS420/520 Axel Krings Page 1 LAN Applications (1) Personal computer LANs Low cost Limited data rate Back end networks Interconnecting large systems (mainframes and

More information

10/100/1000 Mbps Ethernet 100 Mbps FDDI 155/620 Mbps ATM 4/10/45 Mbps Wireless

10/100/1000 Mbps Ethernet 100 Mbps FDDI 155/620 Mbps ATM 4/10/45 Mbps Wireless TRANSMISSION MEDIA LOCAL AREA NETWORK (LAN) TECHNOLOGY 10/100/1000 Mbps Ethernet 100 Mbps FDDI 155/620 Mbps ATM 4/10/45 Mbps Wireless page - 2 LAN TECHNOLOGY Protocol What is a Protocol? A protocol is

More information

Copper Cabling from 10G to 400G, and back down to 10Mbps, but on 1 pair only

Copper Cabling from 10G to 400G, and back down to 10Mbps, but on 1 pair only 1 Copper Cabling from 10G to 400G, and back down to 10Mbps, but on 1 pair only Gautier Humbert, RCDD Standards Coordinator Digital Infrastructures Legrand District Chair Mainland Europe BICSI 2 Agenda

More information

Lesson 1: Network Communications

Lesson 1: Network Communications Lesson 1: Network Communications This lesson introduces the basic building blocks of network communications and some of the structures used to construct data networks. There are many different kinds of

More information