Presentation is loading. Please wait.

Presentation is loading. Please wait.

Ethernet Chapter 4 5-6 days including test..

Similar presentations


Presentation on theme: "Ethernet Chapter 4 5-6 days including test.."— Presentation transcript:

1 ethernet Chapter 4 5-6 days including test.

2 objectives Upon completion of this chapter, you should be able to:
Describe how data accesses the media on Ethernet Select the correct network device for an Ethernet network Connect the proper media for an Ethernet network Select the correct cable type for connecting devices Troubleshoot & resolve network connectivity

3 4.1 ethernet

4 topology What was the old, original Ethernet physical topology?
Bus What is the current Ethernet physical topology? Star or Extended Star What is the logical topology for current Ethernet using a hub? Bus/broadcast (sent to all on segment) What is the logical topology for current Ethernet using a switch? Star (sent only to destination device) Ethernet can use copper twisted pair or fiber cabling.

5 Ethernet access method
Data on Ethernet networks shares the cable How can all devices communicate on this shared media?

6 Csma Ethernet is contention-based/non-deterministic
Data contends or shares for a spot on the media Doesn’t know when it’ll get access to it Listens for signal on media No signal = transmit data Transmit at same time= collision Devices do not keep track of whose turn it is More collisions= less throughput SOLUTION: CSMA/CD Deterministic takes turns. Non-deterministic does not take turns.

7 Csma/cd on ethernet networks
Listens for silence Silence= transmit data If devices transmit at same time, collision They send a jam signal Backoff random time, listen for silence, retransmit Collisions not a problem much anymore Using switches & full-duplex, this is not a problem anymore This is like using walkie-talkies. If no one is talking, you press the button to speak. Collisions are a naturally occurring event. Your goal is to keep collisions to a minimum. To do that you have to keep network segments small and use a switch.

8 Current switched network
1st picture: NO COLLISIONS 2nd picture: SOME COLLISIONS because of the hub

9 duplexing Hubs Switch Send data out all ports
Are dumb & can’t handle in/out HALF DUPLEX ONLY Switch Intelligent FULL DUPLEX Sends & receives at the same time

10 Frame size Min. frame size is 64 bytes; max is 1518 bytes
Data is bytes > 64 bytes is considered a collision fragment & will be dropped Note there are different types/speeds of Ethernet. The frame structure for each is nearly identical. Ethernet II is used in TCP/IP networks. Padding can be added to make sure the data part is at least 46 bytes. PREAMBLE- used timing/synchronization of the frame between send & receiver. Basically saying., “Here comes a frame!” FCS or CRC- must match on destination NIC to show it received a complete frame

11 Review- 4Q What important addresses are encapsulated into a frame?
Source & destination MAC What does the preamble used for? Timing/synchronization What is the minimum frame size? 64 bytes What happens if a frame is less than 64 bytes? Considered a fragment & dropped

12 activity TestOut 4.1 Practice Questions (4)

13 Ethernet specifications
4.2 Ethernet specifications

14 Ethernet standards Example: 100Base-Tx Baseband 100= Speed (100Mbps)
Base= Baseband Tx= Type of cabling (Twisted Pair) Baseband Single frequency over the cable Broadband uses many frequencies

15 10Mbps Ethernet 10Base-2: coax; Thinnet 10Base-5: coax; Thicknet
10Base-T: twisted pair; Cat 3

16 100mbps ethernet 100Base-T or Tx 100Base-Fx Fast Ethernet
100m max distance Uses 2 pairs of wires Cat 5 100Base-Fx Multimode fiber 2000m full duplex T or Tx basically mean the same thing. T is the generic labeling. The TX and FX types together are sometimes referred to as "100BASE-X

17 faster Ethernet 1000Base-T 10GBase-T 1000Mbps or Gigabit
Cat 5e, 6 or 6a Uses all 4 pairs 100m distance 10GBase-T 10 Gigabit speeds Only 55m over Cat6 100m over Cat6a

18 10g over fiber 10GBase-SR 10GBase-ER 10GBase-SW Short range
Multimode fiber 300m (984 feet) 10GBase-ER Extended range Single mode fiber Up to 40km (24 miles) 10GBase-SW For WAN connections over SONET network Over 2000m, you must use single mode cable. L= LONG; S= SHORT; Ex= EXTENDED REACH L & Ex are Single Mode (long distance) S is Multimode (shorter distance)

19 Other ethernet standards
SONET Uses fiber to multiplex signals over a cable over MUCH longer distances for a WAN Ethernet over HDMI Data shared over an Ethernet Channel (HEC) without using extra cables Ethernet over Power Line (EOP) Sends data over AC lines on different frequency Use instead of running cable 500Mbps PoE requires Cat5 or better and devices that support it.

20 Review- 3q If a fiber cable has an L or Ex, which type of fiber cable is it? Single mode 1000Base-T uses what category of Ethernet today? Cat 6, 6a You are using multimode cable to connect two switches. Which of these can you use? 1000Base- LR, 1000Base-T, 1000Base-SR, 10GBase-T 1000Base-SR (short range) You need to use PoE to connect phones to switches. Which of these Ethernet standards will work; 100Base-Fx, 1000Base-T, 10GBase-LR, 1000Base- Lx? 1000Base-T (all the others are fiber)

21 activity TestOut Review 4.2.2 Fact Sheet
Print at home & put in notebook 4.2.3 Lab- Reconnect to an Ethernet Network 4.2.4 Practice Questions (14)

22 Connecting network devices
4.3 Connecting network devices

23 Which cable? Choose the correct cable:
Crossover cable used to connect two switches/hubs using a regular port. Rollover & terminal emulation software. Auto MDI or MDIX means it will autosense & use whichever cable you plug in.

24 Uplink port Uplink Port (also your Internet port)
Allows you to connect one device to another, like switch to switch or hub to hub for when you run out of ports Uplink port on switch 1 connects to regular port on other switch using a straight-through cable Show the hub with uplink port switch. You can connect an uplink to uplink port but it needs a crossover cable. Proper hookup would be uplink to regular port using a straight through cable.

25 Auto-mdix ports Automatically detects the appropriate cable connection type Example: If your NICs have Auto-MDIX ports, you can connect them to each other with a straight-through cable. It will detect the cable and make the adjustment (to a crossover).

26 Review- 3q What happens when the CSMA/CD network detects a collision?
Signals a collision, waits to check for silence, retransmits The data part of an Ethernet frame is 36 bytes. What needs to be added to the frame and how many bytes will the data need to be? Padding; 46 bytes A port on a switch is labeled Auto-MDIX. What does that mean? It will autosense the cable

27 activity TestOut 4.3.3 Lab- Connect Network Devices
4.3.4 Practice Questions (11)

28 Troubleshooting physical connectivity
4.4 Troubleshooting physical connectivity

29 Troubleshooting the link status
Usually 2 lights on NIC/port Link Green- getting full 1Gbps Orange- only getting 100Mbps Red- possibly using wrong cable None- no connection Activity Flashing- data being sent/received Speed Activity- even if nothing is being transmitted, a heartbeat signal is sent periodically.

30 Activities- testout Watch 4.4.1- Troubleshooting the Fault Domain
Lab Exploring Physical Connectivity Lab Troubleshoot Physical Connectivity 1 Lab Troubleshoot Physical Connectivity 2 Lab Troubleshoot Physical Connectivity 3 Lab Troubleshoot Physical Connectivity 4 Practice Questions (12)

31 Review- 3q If you connect a cable from a switch’s uplink to port 1 on another switch, which cable should you use? Straight through What does it mean if the NIC’s activity light is flashing? Data is being sent/received If you need to connect a laptop to a router to configure it, what do you need? Rollover/console cable & terminal emulation software

32 ethernet Chapter 4


Download ppt "Ethernet Chapter 4 5-6 days including test.."

Similar presentations


Ads by Google