Internet Architecture

Similar documents
ITP 140 Mobile Applications Technologies. Networks

Internet Architecture

Internet Architecture

ITP 140 Mobile Applications Technologies. Networks

Revision of Previous Lectures

Lecture #25: Networks and Communications. Communication and Networks. What will we learn?

Wireless Networks. Lecture 4: Wireless Networking Devices. Assistant Teacher Samraa Adnan Al-Asadi 1

Chapter 6 Connecting Device

(Network Programming) Basic Networking Hardware

Introduction to LAN Protocols

TYPES OF COMPUTER NETWORKS

Internet Architecture

Unit 09 Computer Networks

INTRODUCTION. What You Need to Read. What this LANbook Covers

INTRODUCTION TO ICT.

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Network Devices Introduction into Network Devices

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

Layer 2 functionality bridging and switching

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Lecture 2. Computer Networks Models. Network Models 1-1

Networks. Computer Technology

What is a Network? A connection of two or more computers so that they can share resources.

Internet Architecture

Communications and Networks

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

COMPUTER TECHNIQUE. ( Vocational Stream ) Paper : V. ( Computer Network ) ( Theory )

Introduction to Networks

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Introduction to Computer Science (I1100) Networks. Chapter 6

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources.

Networks University of Stirling CSCU9B1 Essential Skills for the Information Age. Content


ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback

Networks: Communicating and Sharing Resources

ก ก Information Technology II

networks List various types of networks and their

Fundamentals of Networking Introduction to Networking Devices

COMPUTER NETWORKING. By: Dr. Noor Dayana Abd Halim

Typical Network Uses

2/29/2012. Part 1: Networking overview Part 2: Data transfer methods Part 3: Communication Channels

Computer Communication Networks Lecture No. 1

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Discovering Computers Chapter 9 Communications and Networks

CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks

ECE 333: Introduction to Communication Networks Fall 2001

Hubs. twisted pair. hub. 5: DataLink Layer 5-1

Dr./ Ahmed Mohamed Rabie Sayed

Planning for Information Network

Extending the LAN. Context. Info 341 Networking and Distributed Applications. Building up the network. How to hook things together. Media NIC 10/18/10

Introduction to LAN Protocols

Lesson 1: Network Communications

Network Topologies & LAN,MAN and WAN. By: Mr. Binesh Kr. Singh. What is Topology

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

EEG453 Multimedia systems Dr. Mohab Mangoud University of Bahrain. Lecture # (3) Communication networks

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

BROADBAND AND HIGH SPEED NETWORKS

Chapter 4 NETWORK HARDWARE

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

IT 2004 Data Communication & Networking

CN [Network Devices]

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

Internet. In this section: Links: Video: Did You Know - The power of the internet. Concepts > Internet

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11

Home Networking. A home network generally conforms to one of the following configurations

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Scale Yourself. Lesson 3: Introduction to Internet Technology. Computer Technology 3/13/2015

Internetworking. from the Webopedia Computer Dictionary

What is the fundamental purpose of a communication system? Discuss the communication model s elements.

CCNA 1 Chapter 5. Cabling LANs and WANs

Data Communications. Connecting Devices

Data & Computer Communication

Chapter 2. Network Classifications (Cont.)

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components

Network Connectivity and Mobility

CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications. Dr Shahedur Rahman. Room: T115

04/03/33. Dr.Gihan Naguib. Overview. Dr.Gihan Naguib Behrouz A. Forouzan Data communications and Networking

LAN Local Area Networks. CSMA/CD restriction. Bits on the Wire. PacketSize 2 * COMP476 Networked Computer Systems. Interconnecting

Objectives Overview. Chapter 9 Networks and Communications. Discovering Computers Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016

Computer Networks and Internet

CHAPTER 2 - NETWORK DEVICES

Internetworking. from the Webopedia Computer Dictionary

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model

Local Area Network(LAN)

Computer Science Department 2 nd semester- Lecture13

Introduction To Routers

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections

Communication Networks - 3 general areas: data communications, networking, protocols

Announcements. TAs office hours: Mohamed Grissa: Mohamed Alkalbani:

Computer Networks and the internet. Daniel Graham Ph.D

Integrating Information Systems: Technology, Strategy, and Organizational Factors

LAN, MAN and WAN. Basics and Comparison. University of Damascus. Computer Engineering Dept. Digital Communications. By Abdulrahman Idlbi

Chapter 12. Network Organization and Architecture

Darshan Institute of Engineering & Technology for Diploma Studies

EXTENDING LAN winning the distance limitation

Transcription:

Internet Architecture Lecture 2: How Computer Networks Send Data Across the Internet Assistant Teacher Samraa Adnan Al-Asadi 1

Introduction When you send information across the Internet, the Transmission Control Protocol/ Internet Protocol (TCP/IP) (the language computers use when communicating over the Internet) first breaks the information up into packets, smaller blocks of information that also contain a variety of data that helps the packets travel across the Internet. Assistant Teacher Samraa Adnan Al-Asadi 2

Introduction The packets travel through many of networks, computers, and communication lines before they reach their final destinations. A variety of hardware processes those packets and routes them to their proper destinations. Five of the most important pieces of hardware are (hubs/ switch), gateways, bridges, repeaters, and routers. Assistant Teacher Samraa Adnan Al-Asadi 3

Hubs, Switches, Bridges Hubs/ Switches are important because they link groups of computers to one another and let computers communicate with each other. Bridges link local area networks (LANs) with one another. They enable data destined for another LAN to be sent there, while keeping local data inside its own network. Assistant Teacher Samraa Adnan Al-Asadi 4

Repeaters When data travels across the Internet, it often crosses great distances, which can be a problem because the signal sending the data can weaken over the distance. To solve the problem, repeaters amplify the data at intervals so the signal doesn't weaken. Assistant Teacher Samraa Adnan Al-Asadi 5

Routers Routers play a key role in managing Internet traffic. Their job is to ensure the packets always arrive at the proper destination. If data is being transferred among computers that are on the same LAN, routers often aren't necessary because the network itself can handle its internal traffic. Routers come into play when the data is sent between two different networks. Routers examine packets to determine their destinations. They take into account the volume of activity on the Internet, and they send the packet to another router that is closer to the packet's final destination. Assistant Teacher Samraa Adnan Al-Asadi 6

All this hardware connects the many networks that make up the Internet. Corporate LANs are at the most local level of networks. Mid level networks hook together these LANs using high-speed telephone lines, Ethernet, and microwave links. A regional network is a mid level network in a geographic area. A wide area network (WAN) is another type of midlevel network. A WAN consists of an organization with many networked sites linked together. Assistant Teacher Samraa Adnan Al-Asadi 7

When a packet travels from a computer on a LAN in a midlevel network to a computer somewhere else on the midlevel network, a router (or a series of routers) sends the packet to its proper destination. However, if the destination lies outside the midlevel network, the packet is sent to a network access point (NAP), where it is sent across the country or the world on a backbone. Highspeed backbones such as the vbns (very high-speed Backbone Network Services) can transmit data at an exceedingly high rate155 megabits (millions of bits) per second (Mbps) or higher. Even faster backbones are being built that will transmit data at an astonishing 9.6 billion bits per second. Assistant Teacher Samraa Adnan Al-Asadi 8

How Networks Talk with Each Other Assistant Teacher Samraa Adnan Al-Asadi 9

An intermediate node calculates and verifies the checksum for each packet. A router might also reroute the message to avoid congestion on the network.

How Networks Link to the Internet Whether at work or at home, you get onto the Internet via a variety of ways. You may connect to a LAN at your place of business via Ethernet networks and token-ring networks. Token-ring networks pass data in tokens from computer to computer in a ring or star configuration. In Ethernet networks, the data goes from a server to a computer on the network. At home, you can dial into a large computer connected to the Internet via an online service or a dial-in Internet service provider (ISP), or you can use another type of Internet service, such as a cable modem, Digital Subscriber Line (DSL) modem, or a satellite connection. Assistant Teacher Samraa Adnan Al-Asadi 19

Thank you Assistant Teacher Samraa Adnan Al-Asadi 24