How do we send data across computer networks

Slides:



Advertisements
Similar presentations
NETWORK COMPONENTS WEEK 9 SESSION 1 READING 1. A network consists of many components. We need to understand the purpose of these components.
Advertisements

CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers Part 2.
Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
Computer Networks An Overview. A Computer Network!
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Building a Simple Network
Understanding Networks Charles Zangla. Network Models Before I can explain how connections are made from across the country, I would like to provide you.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Computer Communication and Networks Muhammad Waseem Iqbal Lecture # 07.
MAC Address The Media Access Control (MAC) address is just as important as the IP address. The MAC address is a unique value associated with the network.
CSC 412 – Networking Scott Heggen. Agenda Today The Network Layer (Chapter 5) Discussion on A2: The Data Link Layer Thursday Q2: The Networking Layer.
Mr C Johnston ICT Teacher
Unit 4, Lesson 11 How Data Travels the Internet
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Network Components: Assignment Three
Mr C Johnston ICT Teacher
Networks QUME 185 Introduction to Computer Applications.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
Lesson 5—Networking BASICS1 Networking BASICS Protocols and Network Software Unit 2 Lesson 5.
1 Network Administration Module 3 ARP/RARP. 2 Address Resolution The problem Physical networks use physical addresses, not IP addresses Need the physical.
Media Access Control (MAC) addresses in the network access layer ▫ Associated w/ network interface card (NIC) ▫ 48 bits or 64 bits IP addresses for the.
TCP/IP (Transmission Control Protocol / Internet Protocol)
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CSIT 220 (Blum)1 ARP Based on Computer Networks and Internets (Comer)
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
Linux Operations and Administration Chapter Eight Network Communications.
Chapter 3: Network Protocols and Communications
Transmission Control Protocol (TCP) Internet Protocol (IP)
Address Resolution Protocol (ARP). Internet and Data Link Layer Addresses Each host and router on a subnet needs a data link layer address to specify.
ARP ‘n RARP. The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols.
How Information Flows via the Internet By: Lee Farrell.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
أمن المعلومات لـ أ. عبدالرحمن محجوب حمد mtc.edu.sd أمن المعلومات Information Security أمن المعلومات Information Security  أ. عبدالرحمن محجوب  Lec (5)
Chapter 5 Network and Transport Layers
Chapter 5 Network and Transport Layers
Lecture 3 By Miss Irum Matloob.
Address Resolution Protocol (ARP)
Lec 2: Protocols.
Using MIS 2e Chapter 6 Appendix
Networks Layering Chapter 7.
Net 323: NETWORK Protocols
Web Development & Design Chapter 1, Sections 4, 5 & 6
Chapter 5 Network and Transport Layers
TASK 4 Guideline.
Topologies, Protocols and Layers
Unit Network Topologies, protocols and layers Lesson 2
Topic 5: Communication and the Internet
Address Resolution Protocol (ARP)
Protocols 1 Key Revision Points.
Computer communications
TCP/IP Protocol Suite: Review
Network Hardware and Protocols
Lecture 2: Overview of TCP/IP protocol
Networks and the Internet
Protocols 2 Key Revision Points.
Lec 6 ADDRESSING Computer Networks Al-Mustansiryah University
Network Models.
INFORMATION FLOW ACROSS THE INTERNET
How to Address an Envelope
Chapter 15 - IP: Software To Create A Virtual Network
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

How do we send data across computer networks Network Addressing How do we send data across computer networks

MAC Addressing Every Network device has a hardware address that's known as a MAC, for Media Access Control. Where IP addresses are associated with TCP/IP (networking software), MAC addresses are linked to the hardware of network adapters. A MAC address is given to a network device when it is manufactured. It is hardwired or hard-coded and is unique to it.

IP addressing IP or Internet protocol is a rule for assigning a address to all computers on a network. A typical IP address looks like this 192.168.1.1 IP addresses are used by routers to locate computers on a network. When you join a network you are given a IP address

Breaking it down If we consider a ordinary letter which we would post using traditional snail mail. How does it work? The letter is written then placed into a envelope. The name of the recipient is written first. Next you write the house number and street. Then the town and City. Finally the country. Don’t forget to add a stamp On the back you write the senders address

How does that relate to network addressing? The letter is the data to be sent The envelope would be the packet The recipient name would be the MAC address The street name and town would be the local or LAN IP address The city and country would be the external IP address. The stamp would be the quality of service. The senders name would be the address to send an acknowledgment of receipt or request to resend the data.