Hiding Network Computers Gateways

Slides:



Advertisements
Similar presentations
CCNA1 v3 Module 9 v3 CCNA 1 Module 9 JEOPARDY K. Martin Galo Valencia.
Advertisements

What we will cover… Home Networking: Network Address Translation (NAT) Mobile Routing.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 17 Introduction to Networks and the Internet.
Chapter 6 Network Address Translation (NAT). Network Address Translation  Modification of source or destination IP address  Needed by networks using.
UCB NAT Steve VanDeBogart. UCB Outline Common NAT – m:1 Rewriting based on Port Reserved Addresses Classic NAT - m:n Static/Dynamic Issues.
Subnetting.
Hardware Firewall Feature © N. Ganesan, Ph.D.. Chapter Objectives Show the configuration of a hardware firewall such as Dlink DI 604 Illustrate the sharing.
Andrew Smith 1 NAT and DHCP ( Network Address Translation and Dynamic Host Configuration Protocol )
Networking Components Chad Benedict – LTEC
DYNAMIC HOST CONFIGURATION PROTOCOL (DHCP) BY: SAMHITA KAW IS 373.
Day15 IP Space/Setup. IP Suite of protocols –TCP –UDP –ICMP –GRE… Gives us many benefits –Routing of packets over internet –Fragmentation/Reassembly of.
4: Addressing Working At A Small-to-Medium Business or ISP.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
9/11/2015Home Networking1 Bob.test Have Road Runner Unhappy about reports of constant probes of machines Policy decision –I want to prevent unauthorized.
Dynamic Host Configuration Protocol Engr. Mehran Mamonai.
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0 Module 1 Scaling IP Addresses.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Implementing IP Addressing Services Accessing the WAN – Chapter 7.
Network Address Translation External/ Internal/. OVERLOADING In Overloading, each computer on the private network is translated to the same IP address;
Presented by Rebecca Meinhold But How Does the Internet Work?
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 11: Network Address Translation for IPv4 Routing And Switching.
Connection Technologies and IP Addressing CONNECTING TO THE INTERNET.
Firewalls A brief introduction to firewalls. What does a Firewall do? Firewalls are essential tools in managing and controlling network traffic Firewalls.
Computer Networks & FirewallsUniversity IT Security Office - Tom Davis, CISSP University IT Security Officer Office of the Vice.
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.
Chapter 5. An IP address is simply a series of binary bits (ones and zeros). How many binary bits are used? 32.
Network Address Translation
Networking for Home and Small Businesses – Chapter 5
Chapter 05 Exam Review CCNA Discovery 01 – Computer and Network Fundamentals Presented by: Phillip Place Cisco Academy Instructor Lake Michigan College.
Ip addressing Jarkom Dasar – Week 7 Aisyatul Karima, 2012.
BOOTP By: Muhammad Hanif.
NAT、DHCP、Firewall、FTP、Proxy
Networking for Home and Small Businesses – Chapter 5
NAT (Network Address Translation)
NAT : Network Address Translation
Chapter 5 Network and Transport Layers
Internet Protocol Address
Chapter 21 Address Mapping
Networking for Home and Small Businesses – Chapter 5
Host Configuration: BOOTP and DHCP
– Chapter 6 – NAT and Security
BOOTP and DHCP Objectives
Introduction to Computers
Troubleshooting IP Communications
Lecture 6: TCP/IP Networking By: Adal Alashban
Introducing To Networking
NET323 D: Network Protocols
Net 431: ADVANCED COMPUTER NETWORKS
Networking for Home and Small Businesses – Chapter 5
Introduction  Hector Macleod  CCNA student  Systems Integration Engineer  Subject - IP addressing.
Communications & Computer Networks Resource Notes - Network Software
Digital Pacman: Firewall Edition
Host Configuration: BOOTP and DHCP
By - Ricardo Sanchez, Ken Wolters and William Hibbard
Cabrillo College Building Cisco Remote Access Network
Network Models, Hardware, Protocols and number systems
NET323 D: Network Protocols
OPS235 Install and Configure a DHCP Server
Transport Layer Systems Firewalls and NAT
Network Hardware and Protocols
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Planning the Addressing Structure
Planning the Addressing Structure
Addressing the Network – IPv4
Allocating IP Addressing by Using Dynamic Host Configuration Protocol
AbbottLink™ - IP Address Overview
Chapter 11: Network Address Translation for IPv4
Module 12 Network Configuration
Networking for Home and Small Businesses – Chapter 5
Network Addressing.
Presentation transcript:

Hiding Network Computers Gateways Firewalls are often combined with methods to hide computers to keep them from being visible from the Internet. A firewall or other gateway device can be used to hide and protect the network behind it.

Hiding Network Computers Temporary IP Addresses Hiding computers is possible because the IP address of a computer does not need not be Permanent, or The one used to find it on the Internet.

DHCP

Hiding Network Computers DHCP A computer does not need to have the same IP address permanently. By using the Dynamic Host Configuration Protocol (DHCP), a server can assign IP addresses to computers on a temporary basis.

Hiding Network Computers DHCP Using DHCP to assign temporary IP addresses to computers on a local network has several advantages.

Hiding Network Computers DHCP If the number of IP addresses available is limited, this can hand them out to the currently active computers.

Hiding Network Computers DHCP Computers do not need to be configured with a static IP address by an administrator.

Hiding Network Computers DHCP If a computer’s address changes periodically, it may be harder to attack it, or to use it to infect or attack other computers since it may not be findable once its address changes.

Local Addresses

Hiding Network Computers Local IP Addresses Computers can have an IP address that is only available and useful on the local network.

Hiding Network Computers Local IP Addresses For a computer with only a local IP address to get Internet access, it goes through the gateway device.

Hiding Network Computers Local IP Addresses The gateway device uses its own (external) IP address for the Internet communications of those computers with only local addresses.

NAT

Hiding Network Computers NAT The gateway device can hide the IP addresses of the internal computers by using Network Address Translation (NAT).

Hiding Network Computers NAT A packet sent from a computer on the local network to a computer on the external Internet will have (among other things) The sender’s IP address, and the port number the sender is currently using.

Hiding Network Computers NAT The NAT server, when it sends the packet on to the Internet, will substitute its own IP address, and a new port number for the IP address, and Port number supplied by the local computer.

Hiding Network Computers NAT The NAT server is run on the gateway/router device, so it is in the right place between the local network and the Internet to do this translation.

Hiding Network Computers NAT The new port number helps the NAT server keep track of which machine sent the packet.

Hiding Network Computers NAT When a packet arrives from the Internet, the NAT server notes the port given in the packet. NAT uses this port to find the internal IP address, and real port number for the local machine. NAT then substitutes these into the packet, and sends the packet to computer with the correct internal IP address.