Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.

Slides:



Advertisements
Similar presentations
UNIVERSITY OF EDUCATION BY H.M.ISHTIAQ RAFIQUE. Domain Name Structure.
Advertisements

Lab 4 - Networking CSCI 6303 – Principles of I.T. Fall 2012.
1 Dynamic DNS. 2 Module - Dynamic DNS ♦ Overview The domain names and IP addresses of hosts and the devices may change for many reasons. This module focuses.
Introduction to Computer Networks MGS 602, Fall 2012.
SYSTEM ADMINISTRATION Chapter 19
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Nassau Community College
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
IS 247 Introduction to Web Application Development Tim Wu.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
The Internet Useful Definitions and Concepts About the Internet.
DVG-N5402SP.
Activating Pilot Account ( first time users ) Web-based Activation Browse to 1. Click on the link on the lower right that says.
CS 497C – Introduction to UNIX Lecture 35: - TCP/IP Networking Tools Chin-Chih Chang
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
1. A router is a device in computer networking that forwards data packets to their destinations, based on their addresses. The work a router does it called.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Remote Accessing Your Home Computer Using VNC and a Dynamic DNS Name.
Advanced Networking for DVRs
1 Linux Networking and Security Chapter 3. 2 Configuring Client Services Configure DNS name resolution Configure dial-up network access using PPP Understand.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Module 4 - Networking MIS5122: Enterprise Architecture for the IT Auditor.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Guide to MCSE , Second Edition, Enhanced1 Windows XP Network Overview Most versatile Windows operating system Supports local area network (LAN) connections.
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
Module 4: Add Client Computers and Devices to the Network.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
Connecting to Network. ♦ Overview ► A network connection is required to communicate with other computers when they are in a network. Network interface.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 12 Windows on the Internet.
A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e
Objectives Define IP Address To be able to assign an IP address with its Subnet Mask and Default Gateway to a PC that operates using Windows 7 or Fedora.
Chapter 10 Networking and the Internet ITSC 1458.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 19 PCs on the Internet.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols.
1 Version 3.0 Module 11 TCP Application and Transport.
COMP1321 Digital Infrastructure Richard Henson February 2014.
Linux+ Guide to Linux Certification Chapter Fifteen Linux Networking.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Internet Business Foundations © 2004 ProsoftTraining All rights reserved.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 13 FTP and Telnet.
DHP Agenda: How to Access Web Interface of the DHP-1320 on Access Point Mode How to Access Web Interface of the DHP-1320 on Router Mode How to Change.
10.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 10: Exploring TCP/IP and.
Linux Operations and Administration Chapter Eight Network Communications.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Linux Operations and Administration
Transmission Control Protocol (TCP) Internet Protocol (IP)
Guide to Parallel Operating Systems with Windows 7 and Linux Chapter 11 Networking.
“ is not to be used to pass on information or data. It should used only for company business!” – Memo from IBM Executive The Languages, Methods &
ITE PC v4.0 Chapter 8 1 © 2007 Cisco Systems, Inc. All rights reserved.Cisco Public  Networks are systems that are formed by links.  People use different.
SSH. 2 SSH – Secure Shell SSH is a cryptographic protocol – Implemented in software originally for remote login applications – One most popular software.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
COMP1321 Digital Infrastructure Richard Henson March 2016.
Windows Vista Configuration MCTS : Advanced Networking.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
Network Protocols.
Click to edit Master subtitle style
Chapter 7: Using Network Clients
Instructor Materials Chapter 5 Providing Network Services
Network Protocols.
The Open System Interconnection (OSI) Model & Network Protocols.
Chapter 9 Objectives Understand TCP/IP Protocol.
AbbottLink™ - IP Address Overview
Module 12 Network Configuration
Presentation transcript:

Networking in Linux

♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across the network connection. The system network is configured by setting the IP address which is assigned by the system administrator. The IP address provides base services for transmitting data between networks in TCP/IP (Transmission control protocol/Internet protocol). ♦ Topics ► Network Connectivity ► IP address ► Accessing Remote system ► Transferring files ► Internet configuration

Networking in Linux ♦ The Linux system can be connected to the network with the help of network hardware. ♦ Network hardware can be LAN (Local area network) card, cables, hub/switch or router. To configure the network for the system, TCP/IP (Transmission Control Protocol/Internet Protocol) address is required from the system administrator. ♦ The IP address can also be obtained from the DHCP (Dynamic host configuration protocol) server configured by the system administrator. ♦ When the system is connected to the network, the resources can be shared and data can be transferred among the systems. ♦ The LAN services (telnet, SSH - Secure Shell, FTP – File transfer protocol) enables the file transfer and remote login to the system. Networking in Linux

IP Address ♦ An IP address is a 32 bit binary number usually represented as 4 decimal values, each representing 8 bits, in the range 0 to 255 (known as octets) separated by decimal points. ♦ Every system in network is assigned a unique identifying number called IP address. ♦ It is used in order to identify and communicate with different systems present in the network. ♦ The data is sent across the network and contains a source and destination IP address. ► Example: ► ► ►

Networking in Linux ♦ Configuring IP address The system can be a part of network by configuring the IP address. The IP address can be set by two options in CUI mode and GUI mode. ► Static IP ► Dynamic IP (DHCP) IP Address

Networking in Linux IP Address ♦ Static IP: A static IP address is configured manually by physically entering the IP address in configuration dialog box and it does not change until altered manually. The static IP is assigned by the system administrator. ♦ Dynamic IP: In a large computer network, the process of assigning IP address is simplified using a DHCP server. A DHCP server is used to automatically assign the IP address to the computers that are configured as a DHCP client. ♦ The following commands are used to configure and verify the IP address from the command line prompt. ► netconfig ► service network restart ► ifconfig ► ping

Networking in Linux ♦ Static IP address in CUI mode ♦ Configuration of the static IP address ► Syntax Type the command # netconfig (Press Enter key) at the command prompt in the terminal window. IP Address

Networking in Linux ♦ network service ► Syntax # service network restart IP Address

Networking in Linux IP Address ♦ # ifconfig

Networking in Linux IP Address ♦ # ping

Networking in Linux IP Address ♦ Dynamic IP address in CUI mode ♦ Configuration of the dynamic IP address ► Syntax # netconfig (Press Enter key)

Networking in Linux ♦ Static IP address in GUI mode ♦ Network configuration in static IP IP Address

Networking in Linux ♦ Dynamic IP address in GUI mode ♦ DHCP settings IP Address

Networking in Linux IP Address ♦ Host Name A hostname is the unique name assigned to each host on the network. The hostname is used to identify a particular IP address. Hostnames are used by various naming systems like telnet, ssh, FTP, GFTP, NIS and DNS. ► There are three ways to resolve host names to IP addresses on a Linux system: /etc/hosts DNS (Domain name service) NIS (Network information service) Contd…

Networking in Linux ♦ etc/hosts is a configuration file maintained locally on each host to resolve hostnames to IP addresses. On a small network, it is easy to maintain the name resolution of hostnames to addresses. When adding or removing hosts, or reassigning IP addresses, the user have to update the /etc/hosts file. ♦ DNS (Domain name service) will resolve the host names into IP addresses in a large network. ♦ NIS (Network information service) provides a central point of administration for common configuration files like /etc/passwd, /etc/hosts. It preserves the consistency of the configuration files across all the systems on the network. It simplifies configuration file updates considerably. IP Address

Networking in Linux ♦ Systems in the network can be accessed remotely with help of network connectivity and using IP addresses in two ways: ► Telnet ► SSH ► Telnet Telnet is a terminal program for TCP/IP networks such as the Internet. The telnet program runs on your computer and connects your system to the other system present in the network. To start a telnet session, you must log in to other system by entering a valid username and password of the other system. Contd… Accessing Remote System

Networking in Linux Contd… Accessing Remote System ♦ telnet session ► Syntax # telnet

Networking in Linux ♦ SSH SSH is a program for logging into a remote machine and for executing commands on a remote machine ► The root user can login through SSH and execute the system administrative command. ssh command ► Syntax ssh Accessing Remote System

Networking in Linux Transferring files ♦ Files can be transferred among various systems in the network by using FTP, GFTP and SCP (secure copy). ► FTP FTP (File transfer protocol) is a program that allows you to transfer the files between computers present in the network. It can also transfer the files among different operating systems. Example: Linux to Linux, Linux to Windows, Windows to Linux. Syntax # lftp

Networking in Linux ♦ GFTP GFTP (Graphical file transfer protocol) is the tool used for uploading and downloading the files in a graphical mode. ♦ GFTP (Graphical file transfer protocol) session Contd… Transferring files

Networking in Linux Transferring files ♦ SCP (secure copy) ► The scp command is used to copy the files from other system present in network. ► Syntax # scp : ► Example: scp file :/root

Networking in Linux Internet configuration ♦ In Linux, internet can be browsed both in GUI mode as well as CUI mode. The internet can be configured after the network connectivity. ► Configuring internet in GUI mode ► Step 1: Web browser (Mozilla)

Networking in Linux ♦ Step 2: Proxy configuration Internet configuration Contd…

Networking in Linux ♦ Step 3: Setting the proxy IP and the port number Contd… Internet configuration

Networking in Linux Contd… ♦ Step 4: Verifying the Internet connectivity Internet configuration

Networking in Linux ♦ Modem ► Modem (stands for modulator-demodulator) is a device that enables a system to transmit data over telephone lines for internet connectivity. ► It converts digital computer signals into analog format for transmission of data. Internet configuration

Networking in Linux Internet configuration ♦ Connection to internet through modem

Networking in Linux Lab Exercise ♦ How to configure the IP address in CUI mode? Assume that your system administrator or lab in-charge has given you the IP Address as ? ♦ Check your system to be a part of network and communicate with other systems present in the work ♦ Configure your system with Dynamic IP Address using DHCP ♦ Name the command to copy the files among the system in the network with out using ftp?