How to connect to the Internet 1998/12/09 KEIO University, JAPAN Mikiyo

Slides:



Advertisements
Similar presentations
Static Routing Exercise AFNOG 2003/ Track 2 # 1 Static Routing Exercise u Unix network interface configuration u Cisco network interface configuration.
Advertisements

Static Routing Exercise. What will the exercise involve?  Unix network interface configuration  Cisco network interface configuration  Static routes.
SYSTEM ADMINISTRATION Chapter 19
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Nassau Community College
Routing Basics By Craig Lindstrom. Overview Routing Process Routing Process Default Routing Default Routing Static Routing Static Routing Dynamic Routing.
Copyright 2009 Kenneth M. Chipps Ph.D. Host Addressing Last Update
LAN Protocols and TCP/IP © N. Ganesan, Ph.D.. Module A Preview of Major LAN Protocols.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Chapter 2 Internet Protocol DoD Model Four layers: – Process/Application layer – Host-to-Host layer – Internet layer – Network Access layer.
Hussain Ali Department of Computer Engineering KFUPM, Dhahran, Saudi Arabia Microsoft Networking.
TCP/IP Protocol Suite 1 Chapter 6 Upon completion you will be able to: Delivery, Forwarding, and Routing of IP Packets Understand the different types of.
IIS and PWS. What is IIS and PWS? Microsoft Internet Information Server (IIS) and Peer Web Services (PWS) enable Windows NT servers with the ability to.
Computer Network protocols
© N. Ganesan, All rights reserved. Chapter IP Routing.
IP Addressing Basics LAB 8.
Chapter Overview TCP/IP Overview Configuring TCP/IP Clients
SUSE Linux Enterprise Server Administration (Course 3037) Chapter 7 Connect the SUSE Linux Enterprise Server to the Network.
Chapter 12: Configuring Networks The Complete Guide to Linux System Administration.
TCP/IP Protocol Suite 1 Chapter 6 Upon completion you will be able to: Delivery, Forwarding, and Routing of IP Packets Understand the different types of.
Networking CSCI N321 – System and Network Administration Copyright © 2000, 2012 by Scott Orr and the Trustees of Indiana University.
TCP/IP Networking sections 13.2,3,4,5 Road map: TCP, provide connection-oriented service IP, route data packets from one machine to another (RFC 791) ICMP,
1 UNIX Networking. 2 Section Overview TCP/IP Basics TCP/IP Configuration TCP/IP Network Testing Dynamic Host Config Protocol (DHCP) Wireless Networking.
DIT314 ~ Client Operating System & Administration CHAPTER 9 SUPPORTING TCP/IP, DNS USING WINDOWS XP Prepared By : Suraya Alias.
IP Addressing Basics LAB 8.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Chapter 8 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the structure of an IPv4 address.  Describe.
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
ITS CSS Desktop Support Introduction to networking concepts Last updated: 9/30/2008 by pxahelp.
Computer Networks. IP Addresses Before we communicate with a computer on the network we have to be able to identify it. Every computer on a network must.
DNS (Domain Name System) Protocol On the Internet, the DNS associates various sorts of information with domain names. A domain name is a meaningful and.
1 Chapter Overview Installing the TCP/IP Protocols Configuring TCP/IP.
1 Chapter Overview Routing Principles Building Routing Tables.
Linux+ Guide to Linux Certification Chapter Fifteen Linux Networking.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Windows routing and resolution. Basic concepts  Host name: machine.sub-domain.domain example: mail.ubalt.edu same machine name in Windows in NetBIOS.
Part 3: Internetworking Internet architecture, addressing, encapsulation, reliable transport and the TCP/IP protocol suite.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
1 TCP/IP Networking. 2 TCP/IP TCP/IP is the networking protocol suite most commonly used with UNIX, Windows, NT and most other OS’s. TCP/IP defines a.
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 7 Internet Protocol (IP) Routing.
2010 paro, bhutan IP Basics IP/ISP Services Workshop July, 2010 Paro, Bhutan.
Chapter 4  Configuration: Client/Server Components 1 Chapter 4 Overview  Configure client/server components o Network interface card (NIC) o Windows.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
1 TCP/IP Networking Yue Cui 06/13/02. 2 Presentation Outline Introduction Packets and Encapsulation IP Addresses, Routing ARP, DHCP and PPP Security Issue.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7 Dynamic Host Protocol.
Networking in Linux: a brief overview. TCP/IP  TCP/IP concepts we have seen are applicable to Linux (a version of UNIX, where TCP/IP started)  Some.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 6 Resolving Network Host Names.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
© Cengage Learning 2014 How IP Addresses Get Assigned A MAC address is embedded on a network adapter at a factory IP addresses are assigned manually or.
Chapter 5.  Upon completion of this chapter, you should be able to:  Configure IP addresses  Identify & select valid IP addresses for networks  Configure.
Linux Operations and Administration Chapter Eight Network Communications.
Sample DNS configurations. Example 1: Master 'master' DNS and is authoritative for this zone for example.com provides 'caching' services for all other.
Linux Operations and Administration
CPMT 1449 Computer Networking Technology – Lesson 3
Static Routing Exercise AFNOG 2002 / track 2 # 1 Static Routing Exercise u Unix network interface configuration u Cisco network interface configuration.
11 ROUTING IP Chapter 3. Chapter 3: ROUTING IP2 CHAPTER INTRODUCTION  Understand the function of a router.  Understand the structure of a routing table.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to TCP/IP.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
1 K. Salah Module 5.1: Internet Protocol TCP/IP Suite IP Addressing ARP RARP DHCP.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Network Layer, and Logical Addresses
LINUX ADMINISTRATION
Host Configuration: BOOTP and DHCP
Chapter 6 – Routing.
Host Configuration: BOOTP and DHCP
Delivery, Forwarding, and Routing of IP Packets
Module 12 Network Configuration
Presentation transcript:

How to connect to the Internet 1998/12/09 KEIO University, JAPAN Mikiyo

Overview of this section Internet connectable hardware/OS Why use the UNIX OS? Host connect to the network Server side configuring

Internet connectable hardware Hardwares –Workstation –PC (Personal Computer) –Set Top Box –Game machine and others –PDA

Internet connectable OS UNIX Family –FreeBSD –BSD/OS –Linux –SunOS Windows Family –Windows 95/98 –Windows NT

Why use the UNIX OS? The Internet was developed on UNIX UNIX’s TCP/IP stack, and service daemons are more reliable than Windows but, Windows can connecting network easy...Generally Front-end : Windows or UNIX Back-end : UNIX

Host connect to the network Configuring Network Interface Configuring Routing Table Configuring Name Resolver Automatic network configuration

Configuring Network Interface Network Interface has global unique IP Address Host is belong to a network - Network Interface has netmask

Setting IP Address and Netmask Use command “ifconfig” “ifconfig” command attach/detach/modify NIC’s network information –example: # ifconfig ed0 inet netmask

IP Address and Netmask IP Address is separated 2 parts –Host Address Indicate Host ID –Network Address Indicate Network ID host belong Netmask indicates Network Address part of IP Address

Special IP Address(1) Private IP Address –Not use for global Internet Localhost (indicate MYSELF)

Special IP Address(2) Datalink Broadcast Address –All nodes in the same network segment Network Address –Host Address part’s all bit are / netmask Network Broadcast Address –Host Address part’s all bit are / netmask

Configuring Routing Table For the communication, Host must send packet to router Routing Table is used where send the packet.

Setting Route in Routing table Command “route” set/unset/change route in routing table –example #route add #route add default

Routing Table Routing table has mapped data route (Destination Network - Next Hop Router) “default route” is route for unknown destination network Generally, End-node (Host) set “default route” to border router

Configuring Name Resolver TCP/IP Stack must resolve the matching hostname and IP Address For resolving, TCP/IP stack queries DNS Server

Name Resolver Setting Name Resolving DNS Server is describing “/etc/resolv.conf” If use statically hostname and IP Address table, describe “/etc/hosts”

Example of Name Resolver Setting /etc/resolv.conf DOMAIN sfc.wide.ad.jp NAMESEREVR SEARCH sfc.wide.ad.jp. wide.ad.jp. /etc/hosts myhost yourhost

Automatic Host Configuration DHCP - Dynamic Host Configuration Protocol –Automatically configure host setting IP Address Netmask DNS Server Address Default Route

Server side configuration DNS (bind) Entry Routing Daemon