Networking Technology for the Broadcast Engineer The Next Level: Wayne M. Pecena, CPBE, 8 VSB, AMD, DRB, CBNT Texas A&M University

Size: px
Start display at page:

Download "Networking Technology for the Broadcast Engineer The Next Level: Wayne M. Pecena, CPBE, 8 VSB, AMD, DRB, CBNT Texas A&M University"

Transcription

1 Networking Technology for the Broadcast Engineer The Next Level: Routing and Switching Wayne M. Pecena, CPBE, 8 VSB, AMD, DRB, CBNT Texas A&M University

2 Networking Technology for the Broadcast Engineer The Next Level: Routing and Switching Advertised Presentation Scope: The webinar will build upon the Webinars by SBE Networking for the Broadcast Engineer, parts 1 and 2 by focusing upon IP Routing and Switching. The focus will incorporate an intensive and detailed explanation of routing and switching protocols with emphasis on applications in a IP based broadcast technical plant to include implementation specific topics. The goal of this webinar is to provide the Broadcast Engineer with a better understanding of IP routing and switching so that the technology may be implemented within his or her own network. Design examples will utilize typical industry network equipment with configuration implementation details. Detailed configuration and implementation notes will be provided for each design example. Goals & Deliverables: What Can You Expect in the Next Hour? Basic Understanding of Applying Fundamentals & Best Practices Where to Obtain Further Knowledge The Next Level: Routing & Switching 2

3 Agenda TCPIP Fundamentals 10 Minute Review Why Route Why Switch? Routing Overview of Routing Protocols Detailed Overview of Interior Gateway Protocols Which Routing Protocol Do I Use? Routing Configuration Design Example Switching Overview of Switching Protocols VLAN Implementation Design Example Switching Security Concerns and Capability Switching Configuration Design Example Layer 3 Switching Integrating ti Routing and Switching QoS Implementation Q & A References The Next Level: Routing & Switching 3

4 TCPIP Fundamentals 10 Minute Review Topic List The OSI Model OSI Model & Encapsulation The Ethernet Frame The IPPacket Packet TCP vs UDP IP Address Classes IP Subnetting VLSM & CIDR IP Address Formats NAT / PAT Ports & Sockets The Next Level: Routing & Switching 4

5 TCP/IP Networking Basics Begins With the OSI Model A Layer Only Interacts With the Layer Below It A Layer Only Provides Capability for the Layer Above to Interact With It All People Seem To Need Data Processing The Next Level: Routing & Switching 5

6 OSI Model & Encapsulation The Next Level: Routing & Switching 6

7 Ethernet Frame Layer 2 IEEE The Next Level: Routing & Switching 7

8 IP Packet Layer 3 RFC 791 The Next Level: Routing & Switching 8

9 TCP / UDP TCP RFC 793 Connection Oriented Protocol Guaranteed Or Reliable Data Delivery Acknowledgment of Packet Receipt Retransmission Occurs if Packet Not Received or Error Occurs High Overhead = Slow UDP RFC 768 A Simple Protocol Best Effort Non Guaranteed Data Delivery Low Overhead = Fast Why Use? Required for Real Time Latency More Detrimental Than Data Loss The Next Level: Routing & Switching 9

10 IP Address Classes Classful Public & Private Class A 126 Networks / 16,777,214 Hosts to PRIVATE to Class B 16,384 Networks / 65,534 Hosts to PRIVATE to Class C 2,097,152 Networks / 254 Hosts to PRIVATE to The Next Level: Routing & Switching

11 IP Address Classes 32 Bit Doted Decimal Notation IPv4 Provides 2 32 or 4,294,967,296 IP Addresses 11 The Next Level: Routing & Switching

12 Subnetting What is a Subnet? Logical Subdivision of a Larger Network Why Do We Subnet? Efficient Use of IP Address Space Enhance Routing Efficiency Reduce Routing Table Size Network Management Policy and Segmentation Job Security for Network Engineers! 12 The Next Level: Routing & Switching

13 VLSM & CIDR VLSM RFC 1009 Variable Length Subnet Masking (VLSM) Host Addressing & Routing Inside a Routing Domain Allowed Classless Subnetting Mask Information is Explicit Allows More Efficient Use of Address Space Taylor Address Space to Fit Network Needs Allows You to Subnet a Subnet CIDR RFC 1517, 1518, 1519, 1520 Classless Interdomain Routing (CIDR) Class System No Longer Applies Routing Between Routing Domains Allows Supernets To Be Created Combining a Group of Class C Addresses Into a Single Block CIDR Notation (slanted notation): /16 Example: Classful Addressing Implied Mask VLSM Addressing Explicit itmask k CIDR Notation /26 The Next Level: Routing & Switching 13

14 IP Subnetting Example /24 = 254 hosts /27 = 30 hosts /28 = 14 hosts The Next Level: Routing & Switching 14

15 IP Address Formats Classful Addressing: (ImpliedMask ) VLSM Addressing: (Explicit Mask ) CIDR Notation: /26 The Next Level: Routing & Switching 15

16 Network Address Translation NAT RFC 1631 Allows Mapping Internal (private) Address Space to External (public) Address Space Allows Internal IP Addresses to be Hid (Security) Can Conserve IP Address Space 16 The Next Level: Routing & Switching

17 Port Based Network Address Translation PAT or NAT Overload Allows Mapping Internal (private) Address Space to a Single External (public) Address or Small Address Pool Allows Multiple Internal Addresses to Share a Single Public Address Translation In Place for Duration of Connection Outside Users CANNOT Establish A Connection to an Internal Host 17 The Next Level: Routing & Switching

18 Ports & Sockets Ports RFC 1700 Allows Datagram Multiplexing Between Applications Port Numbers Can Be Between Are Considered Reserved Can Be Registered Are Considered Dynamic or Private TCP and UDP Port Numbers Are Independent Sockets A Socket Is a Combination of an IP Address & A Port Number Used for Client Server Application Interaction IP Address + Port Number = Socket Socket: :80 10:80 The Next Level: Routing & Switching 18

19 Why Route Why Switch? Broadcast Domain Collision Domain Collision Domain Collision Domain Router Collision Domain Broadcast Domain 19 The Next Level: Routing & Switching

20 Routing Fundamentals Routing is Simply pymoving Data From One Network to Another Network All Routers Are Aware of All Networks 20 The Next Level: Routing & Switching

21 Routing Protocols Routing is Simply the Moving of Data Across Networks OSI Model Layer 3 Process Routing Involves Two Processes: Determining the Best Path The Hard Part Actually Sending of the Data The Easy Part Static Routing Stub Routing (used when only one path exists) Dynamic Routing Path is Automatically Determined Interior Gateway Protocols (RIP, IGRP, EIGRP, OSPF) Distance Vector Link State Exterior Gateway Protocols (BGP) Hides Internal Topology of the Network 21 The Next Level: Routing & Switching

22 Classful Routing Host /24 Router A / /24 Router B /24 Router C / /24 Host 2 Host 3 The Next Level: Routing & Switching 22

23 Classless Routing Host /27 64/27 Router A / /30 Router B /30 Router C / /27 Host 2 Host 3 The Next Level: Routing & Switching 23

24 Static vs Dynamic Routing STATIC ROUTING Complexity Increases With Network Size Human Intervention Required Simple Topology Suited Secure Routing Predictable Topology Less Skill Required Reduced Hardware Requirements DYNAMIC ROUTING Network Complexity Independent Automatically Adapts to Topology Complex Topology Suited Less Secure Routing Dependant Upon Current Higher Skill Level Required Increased Hardware Requirements The Next Level: Routing & Switching 24

25 Routing Metric Terminology Hop Count Bandwidth Load Delay Reliability Cost The Next Level: Routing & Switching 25

26 Routing Protocols The Next Level: Routing & Switching 26

27 Distance Vector Routing Protocols Routing by Rumor The Overall Network is Unknown, Only Directly Connected Neighbors Are Known by Each Router Routing Decision i Based Upon a Distance or Metric and Direction or Vector to Describe the Next Hop 27 The Next Level: Routing & Switching

28 Link State Routing Protocols Network Topology Information is Flooded Throughout the Network Each Router Determines its Own Best Path 28 The Next Level: Routing & Switching

29 Routing Protocols Interior Gateway Protocols Used Within the Same Autonomous System (AS) RIP RIPv2 IGRP EIGRP OSPF VLSM Support No Yes No Yes Yes Convergence Slow Slow Medium Fast Fast Configuration Easy Easy Medium Medium Hard Scalability Poor Poor Good Good Good Interoperability Yes Yes No No Yes Exterior Gateway Protocols Used Between Autonomous Systems BGP 29 The Next Level: Routing & Switching

30 Routing Consideration Summary Static Routing Appropriate for Small Networks Appropriate for Stable Networks Use in Stub Networks Minimal Hardware / Easy Administration Dynamic Routing Appropriate for Changing Topology Environments Desirable When Multiple Paths Exist More Scalable Less Configuration ErrorProne The Next Level: Routing & Switching 30

31 A Routing Example The Next Level: Routing & Switching 31

32 Switching Fundamentals Legacy Ethernet Used Hubs An Ethernet DA of sorts All Bits Go to All Ports High Collision Level Due to Shared Media (40 50% of Bandwidth Consumed by Collision Recovery) High Collision Level Yields High Latency Switches Allow Segmentation of Network Allows Dedicated Bandwidth and Point Point Communications Increased Throughput Due to Zero or Minimal Collisions Allows Full Duplex Operation Increased Security Capability Switches Selectively Forward Individual Frames from a Receiving Port to a Destination Port 32 The Next Level: Routing & Switching

33 Switching Fundamentals Switches Allow Segmentation of Network Allows Dedicated Bandwidth and Creates Point Point Communication Increased Throughput Due to Zero or Minimal Collisions Provides Full Duplex Operation Increased Security Capability Switches Selectively l Forward Individual id Frames from a Receiving ii Port to a Destination Port Builds Internal Table of Destination Address on each Port Forwards Ethernet Frame if in Table Floods Ports if Broadcast Frame 33 The Next Level: Routing & Switching

34 Ethernet Switch Functions Learning MAC Addresses Aging How Long is a MAC Address Maintained? Flooding Selective Forwarding Filtering The Next Level: Routing & Switching 34

35 A Simple MAC Table Example 35 The Next Level: Routing & Switching

36 MAC Addresses Media Access Control MAC Address Unique Hardware Encoded Address Burned In Address Physical Address Spoofing Hexadecimal Format: 12:3A:4D:66:3A:1C or FF FF FF FF FF FF Switches Learn a Table of MAC Addresses MAC Table Maps Destination MAC Addresses to a Port 36 The Next Level: Routing & Switching

37 Switching Types Forwarding Method Store and Forward Receives the Entire Frame Then Makes Decision Drops Any Errored Frame Based Upon CRC SLOW! (butinsures noframeerrors) errors) Cut Through Look Destination Address in Header of the Frame FAST! (but no error checking) Fragment Free (modified dcut Through) h) Known as Runt Free Switching 37 The Next Level: Routing & Switching

38 VLANS IEEE 802.1Q Virtual Local Area Network VLAN Logical Network of a Physical Network Allows Separation of Networks Across a Common Physical Media Creates Subset of Larger Network Control Broadcast Domains Architecture Flexibility Security Static Port Based VLAN(s) () Most Popular Manual Configuration Dynamic Port tbased MAC Based VLAN(s) Assignment Based Upon MAC Address Protocol Based VLAN(s) () Assignment Based Upon Protocol 38 The Next Level: Routing & Switching

39 Switch Port Security Port Lockdown An Important Feature of Implementing Switch Infrastructure Port Security Aspects: One MAC Address Per Port Dynamic Staticti n MAC Addresses Per Port Unused Ports Disabled MAC Violation Action VLAN Specified Per Port The Next Level: Routing & Switching 39

40 VLAN Trunking Public Internet Sub-Interfaces: eth0/1.1 VLAN 1 eth0/1.2 VLAN 2 eth0/1.3 VLAN 3 Router Switch 2 Switch 1 Switch 3 VLAN VLAN VLAN VLAN VLAN VLAN 2 3 VLAN VLAN VLAN VLAN The Next Level: Routing & Switching

41 VLAN Example Physical Representation of Previous Diagram Switch Port Type Configuration: Access Link Member of One VLAN Only Connects to a Host Trunk Link Carries Traffic From Multiple VLANS Between Switches 41 The Next Level: Routing & Switching

42 Spanning Tree Protocol STP Switch A Switch A Switch C Switch B Switch B Switch C Switch D Switch E STP Operation: 1 - Determine Root Bridge 2 - Select Root Port 3 - Select Designated Ports 4 - Block Ports with Loops Switch D Switch E Switched Topology Example Active Topology After Spanning Tree Example The Next Level: Routing & Switching 42

43 Why Route Why Switch? Broadcast Domain WHY ROUTE? Breaks the Broadcast Domain Collision Domain Collision Domain Collision Domain Router Collision Domain WHY SWITCH? Breaks the Collision Domain Broadcast Domain 43 The Next Level: Routing & Switching

44 Routing & Switching Summary Si The Next Level: Routing & Switching 44

45 What Is A Layer 3 Switch? Marketing Terminology Applied to a One Box Solution: Layer 2 Bridging Traditionally Performed in Hardware Layer 3 Routing Traditionally Performed in Software Layer 3 Switch Performs Layer 3 Routing in Hardware Eliminates Use of VLAN(s) Each Port Can Be Assigned to a Subnet Notfor All Environments Typically Found in Workgroup Environment Limited to Ethernet Limited to OSPF and RIP Protocols 45 The Next Level: Routing & Switching

46 Layer XX Switch Summary Layer 1 Switch = A Simple Hub Layer 2 Switch = Traditional Data Link Layer Switching Layer 3 Switch = Performs Layer 3 Forwarding Decisions i Layer 4 Switch = Implements Transport Layer Flow Decisions QoS Layer 7 Switch = Provides Applications Level Functionality Load Balancing Content Management The Next Level: Routing & Switching 46

47 Quality of Service QoS Why QoS? Allows Network Traffic to Be Prioritized Based Upon Application Streaming Media IP Telephony Real Time Control (automation) Mission Critical Applications Network Factors Impacting Quality: Throughput Dropped Packets Errors Latency Jitter Packet Delivery Out of Order Order 47 The Next Level: Routing & Switching

48 QoS continued.. Implementing QoS VLAN Implementation Bandwidth Over Provisioning Traffic Shaping DiffServ Implementation Mark Packets According to Type of Service Assigned to Multiple Queues Queue Scheduling Algorithms: Techniques Raise or Lower Queue Priority WFQ Weighted Fair Queuing Class Based Weighted Fair Queuing WRR Weighted Round Robin HFSC Hierarchical Fair Service Curve 48 The Next Level: Routing & Switching

49 QoS continued.. QoS Implementation Architecture Packet Identification & Marking Network Element Provisioning End End Policy Management General IP Traffic BEST EFFORT Prioritized Traffic Guaranteed Applications DIFFERENTIATED GUARANTEED The Network 49 The Next Level: Routing & Switching

50 Controlling Network Traffic Traffic Shaping (packet shaping) is Generally Achieved by Delaying Packets Used to Optimize or Guarantee Performance Control Volume of Traffic Placed on A Network Segment (ingress) Traffic Classification: Sensitive Best Effort Undesired dtraffic File Sharing (P2P Traffic) 50 The Next Level: Routing & Switching

51 Layered Network Design Separate Network in Layers or Zones Externalor PublicNetwork DMZ or Demilitarized Zone or Perimeter Network Internal or Private Network(s) Non Secure Secure The Next Level: Routing & Switching 51

52 Assembling the Pieces The SBE Network DMZ or Perimeter Network BLUE VLAN = Network: /29 IP Range: Netmask: Default GW: Broadcast: DNS HTTP HTTPS Server Web & DNS Server Broadcast Domain HTTP POP3 SMTP Collision i Domain Switch Flash Streaming Server Ingress Filter? Border Router TRUNK: BLUE VLAN Ingress Filter? Egress Filter? Border Firewall Public WAP Internal Firewall / VPN Server / DHCP Server Public Internet From ISP: /26 Which Provides: IP Range: Netmask: Default GW: Broadcast: VPN Tunnel To Respective Network Mobile User Sales Ingress & Egress Filter? Internal Firewall / VPN Server / DHCP Server Enable Port Security Mobile User 1 MAC / port News Mobile User Administrative Network Engineering TRUNK: (Sales, Programming, g, Traffic) BLUE VLAN News Ops Network Layer 3 Switch Si TRUNK: RED VLAN GREEN VLAN BLUE VLAN GREY VLAN Si TRUNK: RED VLAN GREEN VLAN Internal DHCP Si DHCP from Provider DSL Provider VPN Tunnel To Red Network Transmitter Plant Enable Port Security 1 MAC / port Disable Unused Traffic System HTTPS GRAY VLAN = /29 IP Range: Netmask: Default GW: Broadcast: Layer 1 - Ethernet 1000-Base-SX Fiber 100-Base-T Copper RED VLAN = /28 IP Range: Netmask: Default GW: Broadcast: For Illustrative Purpose ONLY FTP HTTP Video Content Server Automation Broadcast Ops Network (Engineering & Operations) Filter Ports: DNS: 53 (TCP & UDP) FTP: 20 & 21 HTTP: 80 HTTPS: 443 NTP: 123 POP3: 110 SMTP: 25 Enable Port Security 1 MAC / port Disable Unused GREEN VLAN = /27 IP Range: Netmask: Default GW: Broadcast: FTP HTTP News Automation FTP HTTP TRUNK: RED VLAN GREEN VLAN Collision Domain The Next Level: Routing & Switching 52 NLE Wayne M. Pecena TAMU-EDBS March 2011

53 Takeaways Switching is a Layer 2 Process Why Switch? Breaks the Collision Domain MAC Addresses Switch Port Security Capabilities VLAN Basics & Applications VLAN Trunking Use Routing is a Layer 3 Process Why Route? Breaks the Broadcast Domain Recognize Different Routing Protocols Interior Gateway vs Exterior Gateway Routing Protocols Layer 3 Switching Provides A One Box Solution 53 The Next Level: Routing & Switching

54 Reference Sources: My Favorite Reference Texts: Ethernet: The Definitive Guide Charles Spurgeon Cisco CCNA Simplified 3 rd Edition Paul Browning Cisco IOS in a Nutshell 2 nd edition James Boney Network Maintenance & Troubleshooting 2 nd Edition Neal Allen Network Warrior Gary Donahue The Illustrated Network Walter Goralski Wireshark Network Analysis Laura Chappell Subnet Calculation Tools: calculator.com subnet calculator.html (Ipv4 and IPv6 capable) IpHONE Aps (itunes Store): IP Calc IP Calculator RFC Documents: editor.org IP Subnetting References: Prep IP Subnetting from Networkers 54 The Next Level: Routing & Switching

55 IP Addressing CIDR Conversion Reference The Next Level: Routing & Switching 55

56 Common Port Numbers RESERVED PORTS REGISTERED PORTS Port 20 / 21 FTP File Transfer Protocol Port 23 TELNET Port 53 DNS Domain Name Service Port 80 HTTP Port 110 POP3 Post Office Protocol Port 123 NTP Network Time Protocol Port 161 SNMP Simple Network Management Protocol (UDP) Port 443 HTTPS Port 1720 H.323 Video Call Setup Port 1812 RADIUS Authentication Port 2000 CISCO Skinny Port 3074 X Box Live Port 4664 Google Desktop Port 5004 RTP Real Time Transport Protocol Port 5060 SIP Session Initiation Protocol Port 5631 PC Anywhere Port 8080 Alternate HTTP numbers The Next Level: Routing & Switching 56

57 Real World OSI Model RFC 2321 Important to Recognize During Troubleshooting ID10T Errors Occur Here 57 The Next Level: Routing & Switching

58 Routing Trivia First Router as We Know is Was the Interface Message Processor IMP Developed in the Late 60 s for ARPANET First Message lo Was Sent on October 29, 1969 from UCLA to the Stanford Research Institute After Recovery From a System Crash, the Word login Was Successfully Transmitted Life Has Never Been the Same Since! 58 The Next Level: Routing & Switching

59 ? Questions? Thank You for Attending! Wayne M. Pecena, CPBE, 8 VSB, AMD, DRB, CBNT Texas A&M University w pecena@tamu.edu N1WP@tamu.edu The Next Level: Routing & Switching 59

Networking Technology for Broadcast Engineers

Networking Technology for Broadcast Engineers Engineers Part 2 March 24, 2011 Wayne M. Pecena, CPBE, 8 VSB, AMD, DRB, CBNT Texas A&M University Engineers Advertised Presentation Scope: This presentation will provide a Broadcast Focus in major Networking

More information

Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security

Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security Fundamentals of IP Networking 2017 Webinar Series Part 4 Building a Segmented IP Network Focused On Performance & Security Wayne M. Pecena, CPBE, CBNE Texas A&M University Educational Broadcast Services

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE

IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE IP Multicast: Does It Really Work? Wayne M. Pecena, CPBE, CBNE Texas A&M Information Technology Educational Broadcast Services - KAMU v2 Agenda Introduction IP Networking Review The Multicast Group Multicast

More information

"Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary

Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary Description Course Summary The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices: Accelerated (CCNAX), consisting of Interconnecting Cisco Networking Devices, Part

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

CCNA-A Scope and Sequence (March 2007-Draft)

CCNA-A Scope and Sequence (March 2007-Draft) CCNA-A Scope and Sequence (March 2007-Draft) This document is a preliminary overview of the new CCNA-A curriculum and is subject to change since the courses are still under development. The English versions

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review.

THE OSI MODEL. Application Presentation Session Transport Network Data-Link Physical. OSI Model. Chapter 1 Review. THE OSI MODEL Application Presentation Session Transport Network Data-Link Physical OSI Model Chapter 1 Review By: Allan Johnson Table of Contents Go There! Go There! Go There! Go There! Go There! Go There!

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, ,

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, , CCNA Cisco Certified Network Associate (200-125) Exam DescrIPtion: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview

Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview Interconnecting Cisco Networking Devices Part 1 (ICND1) Course Overview This course will teach students about building a simple network, establishing internet connectivity, managing network device security,

More information

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test 10089.book Page xi Monday, July 23, 2007 3:17 PM Introduction Assessment Test xxiii xxxiii Chapter 1 Internetworking 1 Internetworking Basics 4 Internetworking Models 11 The Layered Approach 12 Advantages

More information

Interconnecting Cisco Networking Devices: Accelerated

Interconnecting Cisco Networking Devices: Accelerated Interconnecting Cisco Networking Devices: Accelerated CCNAX v3.0; 5 days, Instructor-led Course Description The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices:

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch

ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch ICND1 v2.0 Interconnecting Cisco Networking Devices Part 1 CCENT & Part of CCNA Rout/Switch Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco

More information

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching CHAPTER 4: ROUTING DYNAMIC Routing & Switching CHAPTER4 4.1 Dynamic Routing Protocols 4.2 Distance Vector Dynamic Routing 4.3 RIP and RIPng Routing 4.4 Link-State Dynamic Routing 4.5 The Routing Table

More information

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE Modified 2017-07-10 TestOut Routing and Switching Pro Outline- English 6.0.x Videos: 133 (15:42:34) Demonstrations: 78 (7:22:19) Simulations:

More information

Router 6000 R17 Training Programs. Catalog of Course Descriptions

Router 6000 R17 Training Programs. Catalog of Course Descriptions Router 6000 R7 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 IP NETWORKING... 4 IP OVERVIEW & FUNDAMENTALS... 8 IP ROUTING OVERVIEW & FUNDAMENTALS...0

More information

Broadcast Infrastructure Cybersecurity - Part 2

Broadcast Infrastructure Cybersecurity - Part 2 SBE Webinar Series - 2018 Broadcast Infrastructure Cybersecurity - Part 2 Wayne M. Pecena, CPBE, CBNE Texas A&M University Educational Broadcast Services KAMU FM-TV Broadcast Infrastructure Cybersecurity

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

Exam Topics Cross Reference

Exam Topics Cross Reference Appendix R Exam Topics Cross Reference This appendix lists the exam topics associated with the ICND1 100-105 exam and the CCNA 200-125 exam. Cisco lists the exam topics on its website. Even though changes

More information

Networking Technology for Broadcast Engineers"

Networking Technology for Broadcast Engineers Networking Technology for Broadcast Engineers" Wayne M. Pecena, CPBE, CBNE Texas A&M University - KAMU Office of Information Technology Educational Broadcast Services - KAMU "Networking Technology for

More information

CCNA MCQS with Answers Set-1

CCNA MCQS with Answers Set-1 CCNA MCQS with Answers Set-1 http://freepdf-books.com CCNA MCQS with Answers Set-1 Question 1# - Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B.

More information

Network Technologies. Unit 5, Chapter 8 Switching and Routing. Cisco Learning Institute Network+ Fundamentals and Certification

Network Technologies. Unit 5, Chapter 8 Switching and Routing. Cisco Learning Institute Network+ Fundamentals and Certification Network Technologies Unit 5, Chapter 8 Switching and Routing Cisco Learning Institute Network+ Fundamentals and Certification Copyright 2005 by Pearson Education, Inc. Upper Saddle River, New Jersey 07458

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get

More information

TEXTBOOK MAPPING CISCO COMPANION GUIDES

TEXTBOOK MAPPING CISCO COMPANION GUIDES TestOut Routing and Switching Pro - English 6.0.x TEXTBOOK MAPPING CISCO COMPANION GUIDES Modified 2018-08-20 Objective Mapping: Cisco 100-105 ICND1 Objective to LabSim Section # Exam Objective TestOut

More information

VoIP / RoIP for Technicians

VoIP / RoIP for Technicians Phase 4 Design, Inc VoIP / RoIP for Technicians Presented by Dave Grant Phase 4 Design, Inc dave@phase4.org 2017 Phase 4 Design, Inc Notes 2 2017, Phase 4 Design, Inc. Table of Contents What are we going

More information

Cloud 101. Wayne M. Pecena, CPBE, CBNE Texas A&M University - KAMU

Cloud 101. Wayne M. Pecena, CPBE, CBNE Texas A&M University - KAMU Cloud 101 Wayne M. Pecena, CPBE, CBNE Texas A&M University - KAMU v3 My Agenda Introduction & IP Networking Review Cloud Fundamentals Virtualization & The Data Center Environment Network Providers Takeaways

More information

Cisco Technologies, Routers, and Switches p. 1 Introduction p. 2 The OSI Model p. 2 The TCP/IP Model, the DoD Model, or the Internet Model p.

Cisco Technologies, Routers, and Switches p. 1 Introduction p. 2 The OSI Model p. 2 The TCP/IP Model, the DoD Model, or the Internet Model p. Cisco Technologies, Routers, and Switches p. 1 Introduction p. 2 The OSI Model p. 2 The TCP/IP Model, the DoD Model, or the Internet Model p. 6 Networking Basics p. 14 Wireless LANs p. 22 Cisco Hardware

More information

CCIE Route & Switch Written (CCIERSW) 1.0

CCIE Route & Switch Written (CCIERSW) 1.0 CCIE Route & Switch Written (CCIERSW) 1.0 COURSE OVERVIEW: CCIE Route and Switch Written (CCIERSW) preparation course is a five-day course that prepares the student for the written exam portion of the

More information

Interconnecting Cisco Networking Devices Part 1 ( )

Interconnecting Cisco Networking Devices Part 1 ( ) Interconnecting Cisco Networking Devices Part 1 (100-101) Exam Description: The 100-101 Interconnecting Cisco Networking Devices Part 1 (ICND1) is a 1.5- hour exam with 50 60 questions. The 100-101 Interconnecting

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3 Chapter 3 Introduction to Dynamic Routing Protocols CCNA2-1 Chapter 3 Introduction to Dynamic Routing Protocols Introduction to Dynamic Routing Protocols CCNA2-2 Chapter 3 Perspective and Background Dynamic

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

Interconnecting Cisco Networking Devices Part 1 ICND1

Interconnecting Cisco Networking Devices Part 1 ICND1 Interconnecting Cisco Networking Devices Part 1 ICND1 Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1)

Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1) Interconnecting Cisco Network Devices Part 1 v2.0 (ICND 1) COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructor-led training course that teaches learners

More information

CISCO Certified Network Associate (CCNAX)

CISCO Certified Network Associate (CCNAX) CISCO Certified Network Associate (CCNAX) Overview This course is designed to prepare you for the Cisco Certified Network Associate Exam (CCNA) exams. You can choose to take a single composite exam or

More information

Chapter 7. Local Area Network Communications Protocols

Chapter 7. Local Area Network Communications Protocols Chapter 7 Local Area Network Communications Protocols The Network Layer The third layer of the OSI Model is the network layer. The network layer is concerned with providing a means for hosts to communicate

More information

Networking Fundamentals

Networking Fundamentals Networking Fundamentals Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

GoCertify Advanced Cisco CCIE Lab Scenario # 1

GoCertify Advanced Cisco CCIE Lab Scenario # 1 GoCertify Advanced Cisco CCIE Lab Scenario # 1 (http://www.gocertify.com) IPexpert, Inc. is a leading provider in on-line Cisco CCNA, CCNP and CCIE training material. For more information please visit

More information

What You Need to Know About IP Networking Tutorial

What You Need to Know About IP Networking Tutorial What You Need to Know About IP Networking Tutorial Wayne M. Pecena, CPBE, CBNE Texas A&M University Office of Information Technology Educational Broadcast Services KAMU Public Broadcasting "What You Need

More information

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CCENT - Cisco Certified Entry Networking Technician (ICND1) CCNA Routing and Switching (ICND2) Prerequisites:

More information

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements? 95 Chapter 7 TCP/IP Protocol Suite and IP Addressing This chapter presents an overview of the TCP/IP Protocol Suite. It starts with the history and future of TCP/IP, compares the TCP/IP protocol model

More information

BTEC Level 3 Extended Diploma

BTEC Level 3 Extended Diploma BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma Introduction to Routing Routing is the process that a router uses to forward packets toward

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND)

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND) 100-105.exam Number: 100-105 Passing Score: 800 Time Limit: 120 min CISCO 100-105 Interconnecting Cisco Networking Devices Part 1 (ICND) Exam A QUESTION 1 Which route source code represents the routing

More information

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N CompTIA Network+ (Exam N10-007) Course Description: CompTIA Network+ is the first certification IT professionals specializing in network administration and support should earn. Network+ is aimed at IT

More information

Pass4sures. Latest Exam Guide & Learning Materials

Pass4sures.   Latest Exam Guide & Learning Materials Pass4sures http://www.pass4sures.top/ Latest Exam Guide & Learning Materials Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor : Cisco Version : DEMO Get Latest & Valid 200-125

More information

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals Network Security Fundamentals Security Training Course Dr. Charles J. Antonelli The University of Michigan 2013 Network Security Fundamentals Module 2 Network Fundamentals Roadmap Network Fundamentals

More information

cs/ee 143 Communication Networks

cs/ee 143 Communication Networks cs/ee 143 Communication Networks Chapter 4 Internetworking Text: Walrand & Parekh, 2010 Steven Low CMS, EE, Caltech Warning These notes are not self-contained, probably not understandable, unless you also

More information

CCIE(Routing & Switching) Course Catalog

CCIE(Routing & Switching) Course Catalog CCIE(Routing & Switching) Course Catalog 2012-2013 Cisco Certified Internetworking Expert (CCIE) R&S Written CCIE R&S Written Boot Camp offered by CSLiT Training is an intensive and accelerated program

More information

Interconnecting Cisco Network Devices: Accelerated

Interconnecting Cisco Network Devices: Accelerated Interconnecting Cisco Network Devices: Accelerated Course Code: Duration: 5 Days Product Page: https://digitalrevolver.com/product/interconnecting-cisco-network-devices-accelerated/ Building a Simple Network

More information

CCNA Boot Camp. Course Description

CCNA Boot Camp. Course Description CCNA Boot Camp Course Description CCNA Boot Camp combines both the Interconnecting Cisco Network Devices Part 1 (ICND1) course and the Interconnecting Cisco Network Devices Part 2 (ICND2) course into one

More information

Qus1:-What is cat stands for in networking?

Qus1:-What is cat stands for in networking? Qus1:-What is cat stands for in networking? Ans :- Cat stands for "CATEGORY". Which started from Cat1 (Category1) and now extend up to Cat7 (Category 7). Improved version/category of cable improve the

More information

Understanding Networking Fundamentals

Understanding Networking Fundamentals Understanding Networking Fundamentals Training Details Training Time : 5 Days Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training A strong foundation

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Six Designing Models for Addressing and Naming Copyright 2010 Cisco Press & Priscilla Oppenheimer Guidelines for Addressing and Naming Use a structured model for addressing

More information

CCNA DISCOVERY V4.0 WORKING AT A SMALL-TO-MEDIUM BUSINESS OR ISP INSTRUCTOR REFERENCE GUIDE. Prepared by Cisco Learning Institute

CCNA DISCOVERY V4.0 WORKING AT A SMALL-TO-MEDIUM BUSINESS OR ISP INSTRUCTOR REFERENCE GUIDE. Prepared by Cisco Learning Institute CCNA DISCOVERY V4.0 WORKING AT A SMALL-TO-MEDIUM BUSINESS OR ISP COMPARISON OF NEW CURRICULA WITH EXISTING CURRICULA Prepared by Cisco Learning Institute June 25, 2007 Working for a Small-to-Medium Business

More information

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end Chapters in the book 1, 2, 3, 5, 6 Exam 1 Review Material Topics You are also responsible for the reading in the chapters understanding

More information

Chapter 5 RIP version 1

Chapter 5 RIP version 1 Cisco CCNA 2 Exploration - Routing Chapter 5 RIP version 1 João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts RIPv1: A Distance Vector,

More information

The primary audience for this course includes Network Administrators, Network Engineers,

The primary audience for this course includes Network Administrators, Network Engineers, CCNA COURSE DESCRIPTION: Cisco Certified Network Associate (CCNA) validates the ability to install, configure, operate, and troubleshoot medium-size route and switched networks, including implementation

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 100-101 EXAM QUESTIONS & ANSWERS Number: 100-101 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ CISCO 100-101 EXAM QUESTIONS & ANSWERS Exam Name: CCNA Interconnecting

More information

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ]

CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] s@lm@n CompTIA Exam JK0-023 CompTIA Network+ certification Version: 5.0 [ Total Questions: 1112 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 3: Troubleshooting 140

More information

Course: CCNA Bootcamp (Intensive CCNA)

Course: CCNA Bootcamp (Intensive CCNA) Course: CCNA Bootcamp (Intensive CCNA) Duration: 5 Days Description Introduction to Networking course will prepare you for the basic knowledge and in-depth technology of networking design and implementation.

More information

Seite von 7 05.0.200 Close Window Assessment System Exam Viewer - CCNA Practice Certification Exam # - (Version 4.0) Below you will find the assessment items as presented on the exam as well as the scoring

More information

CompTIA Network+ Study Guide Table of Contents

CompTIA Network+ Study Guide Table of Contents CompTIA Network+ Study Guide Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Local Area Networks Module 1 / Unit 1 Topologies

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

Network Protocols - Revision

Network Protocols - Revision Network Protocols - Revision Luke Anderson luke@lukeanderson.com.au 18 th May 2018 University Of Sydney Overview 1. The Layers 1.1 OSI Model 1.2 Layer 1: Physical 1.3 Layer 2: Data Link MAC Addresses 1.4

More information

University of Southern California EE450: Introduction to Computer Networks

University of Southern California EE450: Introduction to Computer Networks University of Southern California EE450: Introduction to Computer Networks Catalog Description Network architectures; Layered protocols, Network service interface; Local Networks; long-haul Networks; Internal

More information

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS Objectives At the end of this workshop participants will: Be able to configure, maintain and manage routers have a clear practical understanding

More information

CISCO QUAD Cisco CCENT/CCNA/CCDA/CCNA Security (QUAD)

CISCO QUAD Cisco CCENT/CCNA/CCDA/CCNA Security (QUAD) Our Learning Exclusive Custom exam prep software and materials Exam delivery in classroom with 98% success Course specific thinqtank Learning publications to promote fun exciting learning Extended hours

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

Introduction to Routers and LAN Switches

Introduction to Routers and LAN Switches Introduction to Routers and LAN Switches Session 3048_05_2001_c1 2001, Cisco Systems, Inc. All rights reserved. 3 Prerequisites OSI Model Networking Fundamentals 3048_05_2001_c1 2001, Cisco Systems, Inc.

More information

Hands-On Network Security: Practical Tools & Methods

Hands-On Network Security: Practical Tools & Methods Hands-On Network Security: Practical Tools & Methods Security Training Course Dr. Charles J. Antonelli The University of Michigan 2012 Hands-On Network Security Module 2 Network Fundamentals Roadmap Network

More information

Cisco 2: Routing Technologies

Cisco 2: Routing Technologies Western Technical College 10150120 Cisco 2: Routing Technologies Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 The emphasis

More information

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 3.1.1 What are the four routing RIP, RIPv2, EIGRP, OSPFv2 protocols that are the focus of this course? 3.1.1.2 What are routing protocols?

More information

Agenda L2 versus L3 Switching IP Protocol, IP Addressing IP Forwarding ARP and ICMP IP Routing First Hop Redundancy

Agenda L2 versus L3 Switching IP Protocol, IP Addressing IP Forwarding ARP and ICMP IP Routing First Hop Redundancy Primer IP Technology L2 Ethernet Switching versus L3 routing IP Protocol, IP Addressing, IP Forwarding ARP and ICMP IP Routing, OSPF Basics First Hop Redundancy (HSRP) Agenda L2 versus L3 Switching IP

More information

CCNA Exam File with Answers. Note: Underlines options are correct answers.

CCNA Exam File with Answers. Note: Underlines options are correct answers. CCNA Exam File with Answers. Note: Underlines options are correct answers. 1. Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B. Aux Port /TELNET C.

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

Cisco CCNA Routing and Switching Day

Cisco CCNA Routing and Switching Day Cisco CCNA Routing and Switching Day Length: 10 days Format: Classroom Time: Day About This Course As Enterprises migrate toward controller based architectures, the role and skills required of a core network

More information

Exercise Sheet 4. Exercise 1 (Routers, Layer-3-Switches, Gateways)

Exercise Sheet 4. Exercise 1 (Routers, Layer-3-Switches, Gateways) Exercise Sheet 4 Exercise 1 (Routers, Layer-3-Switches, Gateways) 1. What is the purpose of Routers in computer networks? (Also explain the difference to Layer-3-Switches.) 2. What is the purpose of Layer-3-Switches

More information

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0)

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) 1. Data is being sent from a source PC to a destination server. Which three statements correctly describe the function

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

Networking By: Vince

Networking By: Vince Networking 192.168.1.101 By: Vince Disclaimer I am NOT a Networking expert you might ask questions that I don t know the answer to Networking is hard to teach but I know how to do your homeworks so that

More information

Basic Idea. Routing. Example. Routing by the Network

Basic Idea. Routing. Example. Routing by the Network Basic Idea Routing Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information

CCNA Routing & Switching

CCNA Routing & Switching CCNA Routing & Switching 1.0 LAN Switching Technologies 1. VLANs,Trunk, DTP 2. VLANs, Trunks and DTP Configuration 3. Voice Vlan Configuration 4. VTP 5. VTP - Configuration 6. Spanning-tree 7. STP - PVST+

More information

Networking 101 By: Stefan Jagroop

Networking 101 By: Stefan Jagroop Networking 101 By: Stefan Jagroop The Internet The Internet is governed by a series of protocols that form the rules for how communications should happen The Internet is a network of networks. There is

More information

Domain 1.0 Network Technologies

Domain 1.0 Network Technologies ExamForce.com CompTIA Network+ N10-004 Study Guide 1 Domain 1.0 Network Technologies Chapter 1 1.1 Explain the function of common networking protocols TCP TCP is a connection oriented protocol that provides

More information

Routing Basics ISP/IXP Workshops

Routing Basics ISP/IXP Workshops Routing Basics ISP/IXP Workshops 1 Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 2 IPv4 Internet uses IPv4 addresses are 32 bits long range from 1.0.0.0 to

More information

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst EITF25 Internet Techniques and Applications L7: Internet Stefan Höst What is Internet? Internet consists of a number of networks that exchange data according to traffic agreements. All networks in Internet

More information

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer)

Small additions by Dr. Enis Karaarslan, Purdue - Aaron Jarvis (Network Engineer) Routing Basics 1 Small additions by Dr. Enis Karaarslan, 2014 Purdue - Aaron Jarvis (Network Engineer) Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 3 IPv4

More information

Routing by the Network

Routing by the Network Routing Basic Idea Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information