INTRODUCTION TO NETWORKS 8/2/2015 SSIG SOUTHERN METHODIST UNIVERSITY.

Slides:



Advertisements
Similar presentations
IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
Advertisements

Network Certification Preparation. Module - 1 Communication methods OSI reference model and layered communication TCP/IP model TCP and UDP IP addressing.
Lecture 5: TCP/IP OSI layers 3 (IP) and 4 (TCP/UDP) IPv4 – addresses and routing, “best-effort” service Ethernet, Appletalk, etc wrap IP packets with their.
Network Services Networking for Home & Small Business.
1 Version 3 Module 8 Ethernet Switching. 2 Version 3 Ethernet Switching Ethernet is a shared media –One node can transmit data at a time More nodes increases.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
1 Version 3 Module 8 Ethernet Switching. 2 Version 3 Ethernet Switching Ethernet is a shared media –One node can transmit data at a time More nodes increases.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Introduction to TCP/IP
Introduction To Networking
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Bob Baker Communications Bob Baker September 1999.
Review on Networking Technologies Linda Wu (CMPT )
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
Chapter Eleven An Introduction to TCP/IP. Objectives To compare TCP/IP’s layered structure to OSI To review the structure of an IP address To look at.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Data Communications and Networks
OSI Model Routing Connection-oriented/Connectionless Network Services.
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Midterm Review - Network Layers. Computer 1Computer 2 2.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Chapter 1 Overview Review Overview of demonstration network
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Operating Systems Lesson 10. Networking Communications protocol is the set of standard rules for ◦ Data representation ◦ Signaling ◦ Authentication ◦
Huda AL_Omairl - Network 71 Protocols and Network Software.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Network Services Networking for Home & Small Business.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
First, by sending smaller individual pieces from source to destination, many different conversations can be interleaved on the network. The process.
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
TCP/IP Protocol Architecture CSE 3213 – Fall
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
1. Layered Architecture of Communication Networks: TCP/IP Model
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
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.
Networking and firewall
Chapter 5 Network and Transport Layers
Part I. Overview of Data Communications and Networking
What the OSI Protocol Layers Do
OSI Protocol Stack Given the post man exemple.
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
I. Basic Network Concepts
TCP/IP Protocol Suite: Review
Firewalls Chapter 8.
Network Architecture Models
OSI Reference Model Unit II
Kyle Broussard, Alexandra Mikolai,
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
Presentation transcript:

INTRODUCTION TO NETWORKS 8/2/2015 SSIG SOUTHERN METHODIST UNIVERSITY

OSI MODEL (5 LAYER) Layer 1: Physical – Cables and bits Layer 2: Data Link – MAC Layer 3: Network – IP Addressing/Routing Layer 4: Transport – Management/Sessions -> Packets Layer 5: Application – Allows programs to connect to network/Human interaction Unless you are a networking ninja, you have probably only done stuff at Layer 5 or Layer 3 if you set up your home LAN.

LAYER 1: PHYSICAL LAYER Physical cables/bits Electrical impulses Conversion between data -> signals Our data needs to be converted into electronic signals to send Includes: Pinouts – cable/connector pinouts Voltages – voltages across cables Cable specifications – CAT5/CAT6/Coaxial/Fiber NICs – Network Interface Card Etc.

LAYER 2: DATA LINK LAYER Access to a computer or device Package the physical bits/impulses into data and frames Frames: segments of data being pushed over layer 2 connectivity Transfer from point -> point MAC Address – Media Access Control – Unique to NIC Truck driver handing off the box to house.

LAYER 3: NETWORK LAYER - PACKETS “IP” Layer – This is where we use IP addresses Not hard coded to a NIC. IP addresses are logical addresses. Functional means of transferring data through one -> more networks Translate logical addresses to Physical Performs: Network Routing Fragmentation/Reassembly Packets Wait we already have a MAC, why do we need a IP? IPv6 Kind of infeasible because of the way we currently have networks set up.

LAYER 4: TRANSPORT LAYER Management / Control Transfer of Data Split communications into packages Can’t just send all our data in one packet. Size limits. Types: TCP – receipt (verification of delivery) – retransmission if failure – Banking UDP – no verify (no verification of delivery) – stream of packets – Skype/VoIP HTTP, HTTPS, SSH, SSL/TLS – All TCP or UDP based.

TCP Transmission Control Protocol Connection Oriented – Delivery confirmation Larger Packet Size Packets are numbered. Therefore they can be ordered. Allows for retransmission 1 -> 1 connection Three way handshake SYN -> <- SYN/ACK ACK -> Data is a stream – “TCP Stream” – Wireshark

UDP User Datagram Protocol Small packet sizes Streaming. Faster because no ACK Connectionless No error recovery Can be broadcast

LAYER 5: APPLICATION LAYER Network Access Enables apps/software to access the network Identify communication partners Determine resources available Sync communications Browsers Includes: SMTP – HTTP – webpages/Internet FTP – File Transfer Protocol

NETWORK DEVICES/COMPONENTS Hub – “Dumb” – not really used anymore. Switch – Control the flow of network traffic Router – Connected to at least 2 networks. Forwards data packets along networks. Proxies – Forward and Reverse. Content Filtering/Monitoring Firewalls DMZs

FIREWALLS – “FIRST LINE OF DEFENSE” Firewalls – software or hardware implementations on the network to filter network traffic. Incoming and Outgoing traffic Can configure and set rules to detect traffic allowed into/out of the network Types of firewalls: Packet inspection – inspect every packet Application filtering – prevent traffic from calling upon certain applications Stateful Firewalls – State table for outgoing traffic. Can block by IP address or port address DMZ construction – Firewalls back to back Web servers Guest networks

NETWORK ADDRESSING – IP ADDRESSING IP Addresses are 4 bytes – 32 bits Broken into 4 octets Ex Private Addresses – ( /8) – ( /12) – ( /16) Subnet Mask – used to determine which subnet an IP address belongs to Allows to separate/determine the IP address’s two components Network Address Host Address

NAT – NETWORK ADDRESS TRANSLATION NAT is a way to map an entire network (or networks) to a single IP address When the number of IP addresses assigned by ISP is less than number of hosts on your network – you need NAT Enables the LAN to use one set of IP addresses for internal traffic and a second for external traffic Handled by the router Type of firewall by hiding internal IP addresses

DNS – DOMAIN NAME SYSTEM Hierarchical distributed naming system for computers, services, or any resource connected to the Internet or private network. Internet’s primary directory service Translates human-readable computer hostnames Example: resolves to www.smu.edu Try it, it works.

WIRELESS NETWORKS – WIFI (802.11) Wireless Routers Gateways/Modems Access Points Repeaters – Capture root signal and rebroadcast – Roaming Possible Throughput – Mbps Signal strength – 2.4GHz / 5GHz Which should you use?

WIRELESS NETWORKS CONTINUED Directional Antennas vs Omnidirectional How to maximize your signal range? Parabolas Place in a high location Check what channel your router is on WiFi Analyzing apps on your Phone are fun QoS and Prioritization WPS – WiFi Protected setup – can be exploited WPA2 - Never use WEP

QUESTIONS?