IP, Wireless The world is the network. From Ethernet up Ethernet uses 6 byte addresses Source, destination, data, and control stuff Local networks only.

Slides:



Advertisements
Similar presentations
Routing Routing in an internetwork is the process of directing the transmission of data across two connected networks. Bridges seem to do this function.
Advertisements

Computer Networks20-1 Chapter 20. Network Layer: Internet Protocol 20.1 Internetworking 20.2 IPv IPv6.
Network Layer – IPv4 Dr. Sanjay P. Ahuja, Ph.D.
NETWORK LAYER (1) T.Najah AlSubaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
IS333, Ch. 26: TCP Victor Norman Calvin College 1.
Networks and Stuff Networks and wiring ‘em. Networks n Connecting things together n Can be: –Computers –Embedded devices –Telephones –Radios –TV’s –Anything!
UDP - User Datagram Protocol UDP – User Datagram Protocol Author : Nir Shafrir Reference The TCP/IP Guide - ( Version Version.
Wireless and going mobile Browsing via low energy photons.
TCP/IP Lecture Extra. TCP/IP Developed by DARPA (Defense Advanced Research Projects) TCP is a connection-oriented transport protocol that sends data as.
1 Introduction to TCP/IP. 2 Agenda What Is TCP/IP? IP Addressing.
Transport Layer TCP and UDP IS250 Spring 2010
IP-UDP-RTP Computer Networking (In Chap 3, 4, 7) 건국대학교 인터넷미디어공학부 임 창 훈.
Chapter 4 Queuing, Datagrams, and Addressing
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Chapter 4: Managing LAN Traffic
Midterm Review - Network Layers. Computer 1Computer 2 2.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Chapter 1 Overview Review Overview of demonstration network
Presentation on Osi & TCP/IP MODEL
Page 19/13/2015 Chapter 8 Some conditions that must be met for host to host communication over an internetwork: a default gateway must be properly configured.
1 Chapter Overview TCP/IP DoD model. 2 Network Layer Protocols Responsible for end-to-end communications on an internetwork Contrast with data-link layer.
TCP/IP Yang Wang Professor: M.ANVARI.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 04_a Transport Protocols - UDP Instructor: Dr. Li-Chuan Chen Date: 09/22/2003 Based in part upon slides.
Internet Ethernet Token Ring Video High Speed Router Host A: Client browser: REQUEST:http//mango.ee.nogradesu.edu/c461.
TCP/IP Transport and Application (Topic 6)
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
Routers and Routing Basics CCNA 2 Chapter 10.
CSC 600 Internetworking with TCP/IP Unit 2: Client-Server Model and Sockets(Ch.2, 3, 21, 22) Dr. Cheer-Sun Yang Fall 2000.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Networking Fundamentals. Basics Network – collection of nodes and links that cooperate for communication Nodes – computer systems –Internal (routers,
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
Multimedia and Networks. Protocols (rules) Rules governing the exchange of data over networks Conceptually organized into stacked layers – Application-oriented.
Network Layer4-1 Datagram networks r no call setup at network layer r routers: no state about end-to-end connections m no network-level concept of “connection”
Networking Basics CCNA 1 Chapter 11.
Lecture 4 Overview. Ethernet Data Link Layer protocol Ethernet (IEEE 802.3) is widely used Supported by a variety of physical layer implementations Multi-access.
3.2 Software Fundamentals. A protocol is a formal description of digital message formats and the rules for exchanging those messages in or between computing.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Cisco 2 - Routers Perrine. J Page 112/19/2015 Chapter 8 TCP/IP Error Message Some of the conditions that must be met in order for host to host communication.
CSCI 465 D ata Communications and Networks Lecture 24 Martin van Bommel CSCI 465 Data Communications & Networks 1.
1 DETAILS OF PROTOCOLS The Zoo Protocol - TCP - IP.
Introduction to TCP/IP. Agenda What Is TCP/IP? IP Addressing.
Networks and the Internet Topic 3. Three Important Networking Technologies Networks, Internet, WWW.
science/internet-intro
Data Communications and Computer Networks Chapter 4 CS 3830 Lecture 19 Omar Meqdadi Department of Computer Science and Software Engineering University.
Data Communications and Networks Chapter 6 – IP, UDP and TCP ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
ASSIGNMENT 3 - NETWORKING COMPONENTS BY JONATHAN MESA.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
TCP/IP PROTOCOL UNIT 6. Overview of TCP/IP Application FTP, Telnet, SMTP, HTTP.. Presentation Session TransportHost-to-HostTCP, UDP NetworkInternetIP,
Computing: Computer Networking Fundamentals Ian Eyre Part 4 Data Transmission.
 Abbreviation of fourth generation wireless technology  It will provide a comprehensive IP solution where voice, data and multimedia can be given to.
Graciela Perera Department of Computer Science and Information Systems Slide 1 of 18 INTRODUCTION NETWORKING CONCEPTS AND ADMINISTRATION CSIS 3723 Graciela.
Chapter 5 Network and Transport Layers
LESSON Networking Fundamentals Understand TCP/IP.
A quick intro to networking
Understand the OSI Model Part 2
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Net431:advanced net services
CS 457 – Lecture 10 Internetworking and IP
Topic 5: Communication and the Internet
I. Basic Network Concepts
Network Protocol Layers
Key concepts covered in Midterm III
Net 323 D: Networks Protocols
Chapter 4 Network Layer Computer Networking: A Top Down Approach 5th edition. Jim Kurose, Keith Ross Addison-Wesley, April Network Layer.
Data Communication and Computer Networks
NET 323D: Networks Protocols
Chapter 15. Satellite Services and the Internet
Presentation transcript:

IP, Wireless The world is the network

From Ethernet up Ethernet uses 6 byte addresses Source, destination, data, and control stuff Local networks only Not all networks are IP Not all IP is ethernet

IP today Present networks are based on IPv4 Packets (called datagrams) –4 bytes describing IP version and other control, including TOS (type of service, often used to control speed and loss of packets) –4 bytes: Numbering system for splitting information into different fragments –4 bytes describing information and protocol used.

More on the IP packet –4 bytes source IP number –4 bytes destination IP number –Variable bytes describing other options –Data! Variable number of bytes

IP numbers and networks 4 bytes = 32 bits. Usually recorded as the 4 numbers corresponding to each byte: Part of the number is the number of the network, part the number of the host. Subnet mask tells us which bits are network number.

Subnets Mask = –top 3 bytes network, lower byte address –So, would be host number 2 in network Can have different sized networks: would have two bytes for the host.

Quick overview of routing and the Internet Internetworking is just moving packets from one network to another –When we transmit a packet, if it’s on our network, we just send it to a local machine –If it’s on another network, we send it to a gateway. Gateways are computers on our network and on another network Provide link between networks

Gateways and Bridges Gateway or router is a computer/box on a IP network, with two or more IP addresses –One IP on one side, one on another –Communicates at the IP level. Internetworking Protocol! Bridges connect two segments of the same IP or ethernet network –Act like one network, share IP range. –Can be purely ethernet.

Ethernet vs IP Ethernet is one kind of link-level network. IP is a more general form of network IP packets are payload of an ethernet packet in an IP over ethernet network (most modern nets) –Those nets have packets with both ethernet and IP addresses in packet. –Locally, communication uses ethernet addresses, send to other nets via IP addresses.

Ports Two main protocols: UDP and TCP Have a concept of ports: place a piece of information goes to on a given computer Ports: two bytes, 0 to Well-known ports: –Mail (SMTP): port 25 –Web: port 80 Packets come from a destination port to make sure they go to the right place.

UDP/IP vs. TCP/IP UDP is just ports on top of IP. Video and more. TCP is far more complex: –Provides mechanisms to adjust data speed –Automatically resends lost packets –Keeps data in order –Based on two-way handshake: packets flow back from destination to source to control everything. Slows things down. UDP fast, TCP reliable. Both are IP.

Wireless networking systems Transmit information over radio waves –Can be based on a constantly open link, like a radio version of a serial wire. Cellphones. –Can be based on transmitting packets: ethernet, IP, and more. Signals are transmitted over a band of frequencies centered at some frequency –Higher data rates = higher bandwidth = more power

Wireless Bridges Modern large wireless systems are ethernet bridges Work like ethernet transmitted over radio waves instead of wires Correct for errors: –Interference (spread-spectrum) –Noise (error detection and correction) –Multipathing: bouncing around and interfering with own signal (OFDM)

Radio waves Lower frequencies –Move over obstructions easily –Long range –Slow data rates Higher frequencies –Need line of sight, or even more! –Very high data rates –Need special antennae to get long range. Bouncing!

Range and data rate power fades as 1/distance^2 power needed goes as distance squared power needed proportional to data rate –Higher speed signals don’t go as far –More cells needed, or more power needed more range causes more problems with multipath, though

Antennae Concentrate the radio waves in one direction –more power in that direction –less or nearly no power in others Increases range and data speed possible “Effective Radiated Power” = real power * gain of antenna Increases signal received for a given local power level from a remote transmitter.

Antenna types Omni: spreads signal around evenly, but may reduce amount it goes up or down. Great for point to multipoint, but requires more power. Dish: gives a round, pencil-like, beam. Great for point to point connections. Sectoral: transmits in a pie-like area. Can handle height differences well, and is used for cellphone systems, or point to multipoint.

Urban areas Buildings block signals Buildings bounce signals around Lots of interferences from people on same frequencies Special transmission systems needed to fight problems. Big area, lots of cells. Lots of people though-can be cheap per person!

Remote areas Mountains, Trees, can block signals Rocks bounce signals around, even ground bounces signals if you go far enough Less interference Not many people-can’t afford many cells!