Protocols 1 Key Revision Points.

Slides:



Advertisements
Similar presentations
IP Addressing Higher Computing. TCP/IP TCP/IP is the communication protocol for the internet. TCP/IP is the communication protocol for the internet. TCP/IP.
Advertisements

CST Computer Networks NAT CST 415 4/10/2017 CST Computer Networks.
IPv6 Victor T. Norman.
2: Comparing IPv4 and IPv6 Rick Graziani Cabrillo College
Introduction to TCP/IP TCP / IP –including 2 protocols Protocol : = a set of rules that govern the communication between different devices Protocol : =
1 The 7 layer OSI model Sending an . 2 The seven layers.
The Network Layer Chapter 5. The IP Protocol The IPv4 (Internet Protocol) header.
Chapter 5 The Network Layer.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Introduction to TCP/IP
Introduction To Networking
We are Network Engineers
WAN Technologies.
Gursharan Singh Tatla Transport Layer 16-May
Networks. ProtocolMeaningApplication DNSDomain Name System (Server)Translates domain names such as ocr.org.uk into IP Addresses TLS/SSLTransport Layer.
Transmission Control Protocol Internet Protocol TCP/IP.
Unit 4, Lesson 11 How Data Travels the Internet
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Common Devices Used In Computer Networks
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Networks QUME 185 Introduction to Computer Applications.
Rules of Packet Transmission
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
TCP1 Transmission Control Protocol (TCP). TCP2 Outline Transmission Control Protocol.
Network Addresses, Switches and Routing Bob Bradley IS361 Fall 2005 Chapter 1 Part 2.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
NET 221D: NETWORKS FUNDAMENTALS Lecture 1: Introduction to Protocols and Layers Networks and Communication Department 1.
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
NETWORK COMPONENTS BY REYNALDO ZAMORA. HUB Hubs are devices that serve as the central connection for a network. Its job is to send data from one computer.
Internet Architecture. 2 INTRODUCTION INTERNET developed by a community of researchers centered around the Defense Advanced Research Projects Agency (DARPA)
Connection Technologies and IP Addressing CONNECTING TO THE INTERNET.
CTC 228 – Computer Networks Fall 2015 Instructor: Robert Spengler.
Cisco Confidential © 2013 Cisco and/or its affiliates. All rights reserved. 1 Cisco Networking Training (CCENT/CCT/CCNA R&S) Rick Rowe Ron Giannetti.
Networking Components Quick Guide. Hubs Device that splits a network connection into multiple computers Data is transmitted to all devices attached Computers.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Computer Network Architecture Lecture 7: OSI Model Layers Examples II 1 26/12/2012.
WAN Technologies. 2 Large Spans and Wide Area Networks MAN networks: Have not been commercially successful.
Networking Objectives Recap and understand the following network addressing terms – IP address – MAC address – Packet – protocol.
Ethernet, WiFi & Protocols
Network Layer, and Logical Addresses
How do we send data across computer networks
The OSI Model and the TCP/IP Protocol Suite
Computer Communication and Networking
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Introduction to Computers
Mr C Johnston ICT Teacher
Net431:advanced net services
Net 323: NETWORK Protocols
The OSI Model and the TCP/IP Protocol Suite
Net 431: ADVANCED COMPUTER NETWORKS
CS 457 – Lecture 10 Internetworking and IP
Transport Layer Unit 5.
Topic 5: Communication and the Internet
I. Basic Network Concepts
Chapter 20 Network Layer: Internet Protocol
INTERNET PROTOCOL Presented by: Md:Faruque-A-Azam ID:1642CSE00570 Batch:42 CSE,MIU.
Computer communications
TCP/IP Protocol Suite: Review
Protocols 2 Key Revision Points.
Protocols & Packet Switching
How Our Customers Communicate With Us
Internetworking: Concepts, Architecture, and Protocols
The OSI Model and the TCP/IP Protocol Suite
IPv4 Addressing By, Ishivinder Singh( ) Sharan Patil ( )
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
Presentation transcript:

Protocols 1 Key Revision Points

Key Question 1 What are the main differences between MAC and IP addresses?

MAC Addressing A MAC address is a unique 48-bit number assigned by the manufacturer to any hardware device used to connect to a network. It cannot be changed Network hardware such as a switch can then use the MAC address to direct network packets efficiently to just that device. MAC addresses are therefore limited to being used on a LAN. Because they are so long, MAC addresses are usually displayed as 8 hexadecimal numbers, for example 00-0C-E7-5D-A8-AD.

IP Addressing An IP address is a unique address number that is allocated to devices on a computer network Unlike a MAC address, an IP address can be private (for use on a LAN) or public (for use on the Internet or another WAN). The old IPv4 IP address system uses 32-bit numbers displayed as 4 decimals e.g. 201.64.182.255 The new IPv6 IP address system uses 128-bit numbers displayed as 8 hexadecimal numbers e.g. 21DA:00D3:0000:2F3B:02AA:00FF:FE28:9C5A Unlike a MAC address, the IP address allocated to a device on a network can be static (does not change) or dynamic (different each time the connection is made)

Key Question 1 What are the main differences between MAC and IP addresses?

Key Question 2 Modern computer networks, including the Internet, carry data by breaking it down into a series of distinct units called data packets, rather than sending it as a continuous stream of data. A typical data packet might contain 1,000 to 1,500 bytes. What is included in the two parts of the packet?

Answer 1. The payload – this is the user data that is to be delivered. 2. The header – this is the control data attached to the payload to ensure that it is delivered correctly. It will therefore include: The source and destination addresses; Error checking data such as checksums; The packet sequence number, so it can be reassembled in the correct order.

Key Question 3 “Packet switching is used to send data across a network. Write an algorithm to show the process of sending a message across the Internet from computer A to computer B”

Answer An algorithm is just a set of instructions/steps so the answer is just a set of steps. Complete the diagram using P18 1 The sending device splits the data into packets 2 The router reads the packet header and decides which way to send the packet 3 Etc. 4 5 6