Module 12 Network Configuration

Slides:



Advertisements
Similar presentations
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Advertisements

Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Networking CSCI N321 – System and Network Administration Copyright © 2000, 2012 by Scott Orr and the Trustees of Indiana University.
Chapter Twelve Using TCP/IP on the Network. Objectives Here, we’ll examine how to configure TCP/IP. The concepts of subnetting will be examined in detail.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
Connecting to Network. ♦ Overview ► A network connection is required to communicate with other computers when they are in a network. Network interface.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
Linux+ Guide to Linux Certification Chapter Fifteen Linux Networking.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
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.
Exploring Office 2003 – Grauer and Barber HTML And Basic Web page.
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
How to connect to the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
Configuring Network Connectivity Lesson 7. Skills Matrix Technology SkillObjective DomainObjective # Using the Network and Sharing Center Use the Network.
Linux Operations and Administration Chapter Eight Network Communications.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Windows Vista Configuration MCTS : Advanced Networking.
Networks Connecting Two Computers With UTP. Every machine on a network has a unique identifier. Just as you would address a letter to send in the mail,
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
XenClient Enterprise 4.5 Engine Network Addressing Modes.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Discovery Internetworking Module 9 JEOPARDY K. Martin.
Domain Resolution Configuration Files: File: /etc/resolv.conf - host name resolver configuration file search name-of-domain.com - Name of your domain or.
Networking and firewall
Created by : Asst. Prof. Ashish Shah, J. M
Instructor Materials Chapter 8: DHCP
Chapter 12: Configuring Networks
Linux network troubleshooting
Module 1: Understanding Local Area Networks
Click to edit Master subtitle style
Internet Protocol Address
Connecting Desktops and Laptops to Networks
TCP/IP Utilities Richard Goldman May 29, 2003.
Networking for Home and Small Businesses – Chapter 5
Module 8: Networking Services
Network Tools and Utilities
LINUX ADMINISTRATION
Windows Networking Configuration
Chapter 6 – Routing.
aaa Grade 10 - Term 1 – Revision Notes
Introduction to Computers
Introduction to Networking
Lecture 6: TCP/IP Networking By: Adal Alashban
Hiding Network Computers Gateways
aaa Grade 10 - Term 1 – Revision Notes
Chapter 3: Windows7 Part 4.
Chapter 9 Objectives Understand TCP/IP Protocol.
Networking for Home and Small Businesses – Chapter 5
Communications & Computer Networks Resource Notes - Network Software
Routing and Switching Essentials v6.0
Implementing IP Addressing Services
Design Unit 26 Design a small or home office network
I. Basic Network Concepts
TCP/IP Networking An Example
Network Models, Hardware, Protocols and number systems
Examining IP Addressing
Network Hardware and Protocols
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Lesson 8: Configuring IP Settings MOAC : Configuring Windows Devices.
Implementing IP Addressing Services
AbbottLink™ - IP Address Overview
Chapter 10: Advanced Cisco Adaptive Security Appliance
Network Addressing.
Computer Networks Protocols
Presentation transcript:

Module 12 Network Configuration

Exam Objective 4.4 Your Computer on the Network Objective Summary Working with the Internet, network, and routers Domain Name Service Network configuration

Basic Networking

Basic Network terminology Host - a host is any device that communicates with another device on a network. Network - A network is a collection of two or more hosts (computers) that are able to communicate with each other. Internet - A publically accessible network that connects millions of hosts throughout the world. Wi-Fi - The term Wi-Fi refers to wireless networks.

Basic Network terminology (cont) Server/Service - When a host provides a feature to another host, that feature is called a service. Example: a web server provides the service of web pages. Client - A client is a host that is accessing a server. Router - Also called a gateway, a router is a machine that connects hosts from one network to another network.

Basic Network terminology (cont)

Networking Features Terminology Network packet - Used to send network communication between hosts. IP address - An Internet Protocol (IP) address is a unique number assigned to a hosts on a network. Network mask - Also called a netmask or mask, a network mask is a number system that can be used to define which IP addresses are considered to be within a single network.

Networking Features Terminology (cont) Hostname - Each host is provided a human-understandable name, called a hostname. Hostnames are translated into IP addresses before the network packet is sent on the network. DHCP - Hosts can be assigned hostnames, IP addresses and other network-related information by a DHCP (Dynamic Host Configuration Protocol) server. DNS - A server that provides the service of translating IP addresses to hostnames.

Networking Features Terminology (cont) Ethernet - In a wired network environment, Ethernet is the most common way to physically connect the hosts into a network. TCP/IP - The Transmission Control Protocol/Internet Protocol (TCP/IP) is a fancy name for a collection of protocols (remember, protocol = set of rules) that are used to define how network communication should take place between hosts.

IP Addressing

IP addresses Hosts "address" network packets by using the IP address of the destination machine. Two different types of IP addresses: IPv4 and IPv6. In an IPv4 address, a total of four “8-bit” (8-bit = numbers from 0 to 25) numbers are used to define the address (example: 192.168.10.120). In an IPv6 network the addresses are much larger, 128-bit addresses (example: 2001:0db8:85a3:0042:1000:8a2e:0370:7334)

Configuring the Network

Configuring Network Devices Two questions to ask: Wired or wireless? DHCP or static address? Desktop machines will normally use wired network while a laptop will use wireless. Normally a wired machine uses static IP address, wireless machines typically use DHCP.

Configuring the Network Using a GUI Click on System in the menu bar, then Preferences and then Network Connections.

Configuring the Network Using a GUI (cont) To modify this network device, click on the device name and then click the Edit button.

Configuring the Network Using a GUI (cont) If you click on the IPv4 Settings tab, you can change key IPv4 values.

Configuring the Network Using a GUI (cont) Click method to change from Manual to DHCP

Configuring the Network Using Configuration Files Primary interface configuration file: /etc/sysconfig/network-scripts/ifcfg-eth0 IPv4 settings for static host: IPADDR (hosts IP address) GATEWAY (router’s IP address) DNS1 (DNS server’s IP address) IPv4 settings for DHCP client host: BOOTPROTO set to “dhcp”

Configuring the Network Using Configuration Files (cont) Additional configuration files: /etc/sysconfig/network – NETWORK and HOSTNAME settings /etc/resolv.conf – DNS server settings /etc/hosts – Local hostname to IP address translation /etc/nsswitch.conf – Used to modify which hostname to IP address translation service to use

Restarting the network After changing a network configuration file, you either need to reboot the machine or run the following command as the administrator to make the changes take affect: service network restart

Network Utilities

Network Tools ifconfig - Displays interface configuration information. route - Displays the routing table. ping - Used to determine if a remote machine can be contacted via the network. netstat - Display network statistics. dig - Displays query results from DNS servers. ssh - Allows a user to login to a remote machine.