Instructor: Mr. Malik Zaib

Slides:



Advertisements
Similar presentations
Chapter 2 Ethernet Networking and Data Encapsulation
Advertisements

CCNA3: Switching Basics and Intermediate Routing v3.0 CISCO NETWORKING ACADEMY PROGRAM Switching Concepts Introduction to Ethernet/802.3 LANs Introduction.
Chapter 5 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the operation of the Ethernet sublayers.
1 Data Link Protocols Relates to Lab 2. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet,
Instructor & Todd Lammle
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding Ethernet.
IST 201 Chapter 5. LAN Technologies Ethernet – most widely used technology in LANS In 1970, developed and implemented by: Digital Intel Xerox IEEE
Instructor & Todd Lammle
CCENT Study Guide Chapter 1 Internetworking. A Very Basic Network This figure shows a basic local area network (LAN) that’s connected using a hub, which.
CCNA 1 v3.1 Module 6 Review. 2 What 3 things happen on an Ethernet network after a collision occurs? A backoff algorithm is invoked and transmission is.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Ethernet Network Fundamentals – Chapter 9.
TCP/IP Protocol Suite 1 Chapter 3 Objectives Upon completion you will be able to: Underlying Technology Understand the different versions of wired Ethernet.
IST 228\Ch1\Internetworking1 Collision/Broadcast Domain The term collision domain defines the set of devices for which their frames could collide A broadcast.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 1: Internetworking.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Instructor & Todd Lammle
Network Devices 1.
Thin Ethernet (10B2 / IEEE 802.3a) Segment length 0.5 m Up to 30 attached nodes Cable flexible and cheap Integrated or external transceiver connected via.
Brierley 1 Module 4 Module 4 Introduction to LAN Switching.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
1 Ethernet & IEEE Cisco Section 7.3 Stephanie Hutter October 2000.
Fundamentals Of LAN and WAN Chapter 4 powered by DJ.
CCNA 3 Week 4 Switching Concepts. Copyright © 2005 University of Bolton Introduction Lan design has moved away from using shared media, hubs and repeaters.
Cisco 3 – Switching Concepts Perrine. J Page 16/1/2016 Module 4 The use of bridges and switches for segmentation results in ____? 1.Multiple broadcast.
Version 4.0 Ethernet Network Fundamentals – Chapter 9 Sandra Coleman, CCNA, CCAI.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Ethernet Network Fundamentals – Chapter 9.
Semester 3—LAN Switching Chapter 2 Objectives  By the end of this chapter we will be able to perform tasks related to: – Various LAN Communication Problems.
Cisco 3 - Switching Perrine. J Page 16/4/2016 Chapter 4 Switches The performance of shared-medium Ethernet is affected by several factors: data frame broadcast.
Sybex CCNA Chapter 2: Ethernet Networking and Data Encapsulation Instructor & Todd Lammle.
LAN Switching and Wireless Basic Switch Concepts and Configuration.
LAN Switching Concepts. Overview Ethernet networks used to be built using repeaters. When the performance of these networks began to suffer because too.
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
Ethernet Overview it the IEEE standard for Ethernet.
Switching Concepts Introduction to Ethernet/802.3 LANs
Data Link Layer and Ethernet COM211 Communications and Networks CDA College Theodoros Christophides
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
CCNA3 Module 4 Brierley Module 4. CCNA3 Module 4 Brierley Topics LAN congestion and its effect on network performance Advantages of LAN segmentation in.
Data Link Protocols Relates to Lab 2.
Click to edit Master subtitle style Chapter 4: Current Ethernet Specifications.
Instructor & Todd Lammle
Instructor & Todd Lammle
Introduction to Networks v6.0
CCNA 1 pgb JEOPARDY.
Instructor Materials Chapter 5: Ethernet
Underlying Technology
Data Link Layer Dr. Muazzam A. Khan.
Chapter 1 Internetworking
Chapter 2 Ethernet Networking and Data Encapsulation
Chapter 4: Network Access
Instructor: Mr. Malik Zaib
Network Fundamentals – Chapter 9
ETHERNET DEVICES -BY MUJTABA FARAZ.
Network Concepts Devices
IP NETWORKING NT2640.
Click to edit Master subtitle style
Network Fundamentals – Chapter 9
Ethernet: A Multi-access Network
Network Fundamentals – Chapter 9
Protocol layering and data
CCNA 1 Chapter 5 Ethernet Fundamentals
Network Fundamentals – Chapter 9
CCNA 1 v3 JEOPARDY Module 6 CCNA1 v3 Module 6 K. Martin.
Protocol layering and data
Figure 3.1 Internet model.
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Ethernet 16EC351 Computer networks unit II Mr.M.Jagadesh,AP/ECE.
Network Fundamentals – Chapter 9
Presentation transcript:

Instructor: Mr. Malik Zaib Chapter 1: Ethernet Networking and Data Encapsulation Instructor: Mr. Malik Zaib

Chapter 1 Objectives The CCNA Topics Covered in this chapter include: Use the OSI and TCP/IP models and their associated protocols to explain how data flows in a network Select the appropriate media, cables, ports, and connectors to connect switches to other network devices and hosts Explain the technology and media access control method for Ethernet networks Explain network segmentation and basic traffic management concepts 2

Ethernet Networking Ethernet is a contention media access method that allows all hosts on a network to share the same bandwidth of a link. Ethernet is popular because it’s readily scalable, meaning that it’s comparatively easy to integrate new technologies, such as Fast Ethernet and Gigabit Ethernet, into an existing network infrastructure. It’s also relatively simple to implement in the first place, and with it, troubleshooting is reasonably straightforward. 3

Collision Domain The Ethernet term collision domain refers to a network scenario wherein one device sends a frame out on a physical network segment forcing every other device on the same segment to pay attention to it. This is bad because if two devices on a single physical segment just happen to transmit simultaneously, it will cause a collision and require these devices to retransmit. Think of a collision event as a situation where each device’s digital signals totally interfere with one another on the wire. Figure 2.1 shows an old, legacy network that’s a single collision domain where only one host can transmit at a time.

Broadcast Domain Broadcast domain refers to a group of devices on a specific network segment that hear all the broadcasts sent out on that specific network segment. But even though a broadcast domain is usually a boundary delimited by physical media like switches and routers, it can also refer to a logical division of a network segment, where all hosts can communicate via a Data Link layer, hardware address broadcast. Figure shows how a router would create a broadcast domain boundary. Here you can see there are two router interfaces giving us two broadcast domains, and I count 10 switch segments, meaning we’ve got 10 collision domains.

CSMA/CD Ethernet networking uses a protocol called Carrier Sense Multiple Access with Collision Detection (CSMA/CD), which helps devices share the bandwidth evenly while preventing two devices from transmitting Simultaneously on the same network medium. When a collision occurs on an Ethernet LAN, the following happens: 1. A jam signal informs all devices that a collision occurred. 2. The collision invokes a random backoff algorithm. 3. Each device on the Ethernet segment stops transmitting for a short time until its backoff timer expires. 4. All hosts have equal priority to transmit after the timers have expired.

Ethernet Collision Detection CSMA/CD 7

Half and Full Duplex Half-duplex Ethernet is defined in the original 802.3 Ethernet; Cisco says it uses only one wire pair with a digital signal running in both directions on the wire. But full-duplex Ethernet uses two pairs of wires instead of one wire pair like half duplex. And full duplex uses a point-to-point connection between the transmitter of the transmitting device and the receiver of the receiving device. Full-duplex Ethernet can be used in three situations: With a connection from a switch to a host With a connection from a switch to a switch With a connection from a host to a host using a crossover cable 8

Ethernet Addressing The MAC, or hardware, address is a 48-bit (6-byte) address written in a hexadecimal format. 9

Binary Addressing Binary to Decimal Memorization Chart 10000000 128 10000000 128 11000000 192 11100000 224 11110000 240 11111000 248 11111100 252 11111110 254 11111111 255 Conversion Example Binary 128 64 32 16 8 4 2 1 Decimal 10000100 132 11010010 210 10111000 184 10100110 166 10

Ethernet at the Physical Layer The IEEE 802.3 and original Ethernet Physical layer specifications. 11

Ethernet Cabling Ethernet cabling is an important discussion, especially if you are planning on taking the Cisco exams. Three types of Ethernet cables are available: Straight-through cable Crossover cable Rolled cable We will look at each in the following sections. 12

The straight-through cable is used to connect Host to switch or hub Router to switch or hub 13

Crossover Cable The crossover cable can be used to connect Switch to switch Hub to hub Host to host Hub to switch Router direct to host 14

Rolled Cable Although rolled cable isn’t used to connect any Ethernet connections together, you can use a rolled Ethernet cable to connect a host to a router console serial communication (com) port. 15

Notice the settings for Hyper Terminal Using Hyper Terminal Notice the settings for Hyper Terminal 16

What type of cable is used? 17

What type of cable is used for each connection? 18

Data Encapsulation When a host transmits data across a network to another device, the data goes through encapsulation: It is wrapped with protocol information at each layer of the OSI model. Each layer communicates only with its peer layer on the receiving device. 19

Data Encapsulation 20

PDU 21

Port Numbers The Transport layer uses port numbers to define both the virtual circuit and the upper-layer process. 22

Cisco’s Three-Layer Model The following are the three layers and their typical functions: The core layer: backbone The distribution layer: routing The access layer: switching 23

Written Labs and Review Questions Open your books and go through all the written labs and the review questions. 24

Thanks