Chapter 1 Internetworking

Slides:



Advertisements
Similar presentations
Chapter 2 Ethernet Networking and Data Encapsulation
Advertisements

Instructor & Todd Lammle
CompTIA Network+ Chapter 2
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.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
The OSI Model and the TCP/IP Protocol Suite
Sybex CCNA Chapter 8: Layer-2 Switching Instructor & Todd Lammle.
TCP/IP Protocol Suite 1 Chapter 3 Objectives Upon completion you will be able to: Underlying Technology Understand the different versions of wired Ethernet.
CCENT Study Guide Chapter 4 Easy Subnetting. Chapter 4 Objectives The CCENT Topics Covered in this chapter include: IP addressing (IPv4 / IPv6) – Describe.
Instructor & Todd Lammle
© 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.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
Instructor & Todd Lammle
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Connecting LANs, Backbone Networks, and Virtual LANs
Chapter 1 Overview Review Overview of demonstration network
Common Devices Used In Computer Networks
Sybex CCNA Chapter 8: Layer-2 Switching Instructor & Todd Lammle.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
IT Essentials 1 Chapter 8 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Chapter Overview Bridging Switching Routing.
1 Kyung Hee University Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs.
Version 4.0 Ethernet Network Fundamentals – Chapter 9 Sandra Coleman, CCNA, CCAI.
Prof. Hosny Ibrahim.  Text book (TX1): Data and Computer Communications By: William Stalling, 11 th Edition 2011  Text book (TX2): Data Communications.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Planning and Implementing a Basic SOHO Network using Network Segmentation COMP 316.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
.  Hubs send data from one computer to all other computers on the network. They are low-cost and low-function and typically operate at Layer 1 of the.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
© ITT Educational Services, Inc. All rights reserved. IS3120 Network Communications Infrastructure Unit 2 IEEE CSMA/CD and the Evolution of Ethernet.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
Data Link Issues Relates to Lab 2.
WHAT’S A WIRELESS AP? AND WHY DO I NEED ONE? Network Components & How They Work.
Instructor & Todd Lammle
Network Models.
Instructor & Todd Lammle
Chapter 5 VLSMs, Summarization and Troubleshooting TCP/IP
Chapter 2 Network Models.
CCNA Practice Exam Questions
Instructor & Todd Lammle
Chapter 13 Network Address Translation
CCENT Study Guide Chapter 9 IP Routing.
Chapter 2 Overview of Networking Components
CCENT Study Guide Chapter 12 Security.
Connecting Network Components
Click to edit Master subtitle style
Click to edit Master subtitle style
Click to edit Master subtitle style
Connecting LANs, Backbone Networks
Computer Networking Devices
The OSI Model and the TCP/IP Protocol Suite
Underlying Technology
ISO/OSI Model and Collision Domain
Wide Area Network.
Chapter 2 Ethernet Networking and Data Encapsulation
Instructor: Mr. Malik Zaib
Connecting LANs, Backbone Networks, and Virtual LANs
Connecting LANs, Backbone Networks, and Virtual LANs
Network Hardware Local Area Networks Metropolitan Area Networks
The OSI Model and the TCP/IP Protocol Suite
Connecting LANs, Backbone Networks,
Instructor & Todd Lammle
Click to edit Master subtitle style
Instructor: Mr. Malik Zaib
Instructor: Mr. Malik Zaib Alam
Connecting LANs, Backbone Networks
The OSI Model and the TCP/IP Protocol Suite
Chapter 1.1: Internetworking
Presentation transcript:

Chapter 1 Internetworking CCENT Study Guide Chapter 1 Internetworking

Chapter 1 Objectives ✓ Network Fundamentals The CCENT Topics Covered in this chapter include: ✓ Network Fundamentals 1.3 Describe the impact of infrastructure components in an enterprise network 1.3.a Firewalls 1.3.b Access points 1.3.c Wireless controllers 1.5 Compare and contrast network topologies 1.5.a Star 1.5.b Mesh 1.5.c Hybrid 2

Figure 1.1: A very basic network This figure shows a basic local area network (LAN) that’s connected using a hub, which is basically just an antiquated device that connects wires together.

Figure 1.2: A switch can break up collision domains This figure shows a network that’s been segmented with a switch, making each network segment that connects to the switch its own separate collision domain. Doing this results in a lot less yelling!

Figure 1.3: Routers create an internetwork This figure depicts a router in our growing network, creating an internetwork and breaking up broadcast domains.

Figure 1.4: Internetworking devices Figure 1.4 shows how a network would look with all these internetwork devices in place. Remember, a router doesn’t just break up broadcast domains for every LAN interface, it breaks up collision domains too.

Figure 1.5: Switched networks creating an internetwork When there are only switches in our example network, things really change a lot! Figure 1.5 demonstrates a network you’ll typically stumble upon today.

Figure 1.6: The upper layers Figure 1.7: The lower layers

Figure 1.8: OSI layer functions This figure separates the 7-layer model into three different functions. The upper layers, the middle layers and the bottom layers. The upper layers communicate with the user interface and application, the middle layers do reliable communication and routing to a remote network, and the bottom layers communicate to the local network.

Figure 1.9: Establishing a connection-oriented session This figure depicts a typical reliable session taking place between sending and receiving systems. In it, you can see that both hosts’ application programs begin by notifying their individual operating systems that a connection is about to be initiated.

Figure 1.10: Transmitting segments with flow control

Figure 1.11: Windowing If you’ve configured a window size of 1, the sending machine will wait for an acknowledgment for each data segment it transmits before transmitting another one but will allow three to be transmitted before receiving an acknowledgment if the window size is set to 3.

Figure 1.12: Transport layer reliable delivery In the figure, the sending machine transmits segments 1, 2, and 3. The receiving node acknowledges that it has received them by requesting segment 4 (what it is expecting next).

Figure 1.13: Routing table used in a router No text below figure. OK?

Figure 1.14: A router in an internetwork Each router LAN interface is a broadcast domain. Routers break up broadcast domains by default and provide WAN services.

Figure 1.15: Data Link layer Figure 1.15 shows the Data Link layer with the Ethernet and IEEE specifications.

Figure 1.16: A switch in an internetwork Figure 1.16 shows a switch in an internetwork and how John is sending packets to the Internet and Sally doesn’t hear his frames because she is in a different collision domain.

Figure 1.17: A hub in a network Figure 1.17 shows a hub in a network, and how when one host transmits, all other hosts must stop and listen.

Written Labs and Review Questions Read through the Exam Essentials section together in class. Open your books and go through all the written labs and the review questions. Review the answers in class. 19