+ All Categories
Home > Engineering > Loopback address

Loopback address

Date post: 29-Nov-2014
Category:
Upload: cec-landran
View: 197 times
Download: 9 times
Share this document with a friend
Description:
The proclaim of this topic is to remind the Loopback addresses in networking. This presentation update the knowledge of network users including to testing the standalone machine (i.e. End user machine) and Network Layer devices (Such as Router , Switches).
16
LOOPBACK ADDRESS PARMINDER SINGH ASSISTANT PROFESSOR| CHANDIGARH ENGINEERING COLLEGE,LANDRAN [email protected]
Transcript
Page 1: Loopback address

LOOPBACK ADDRESSPARMINDER SINGH

ASSISTANT PROFESSOR| CHANDIGARH ENGINEERING COLLEGE,LANDRAN

[email protected]

Page 2: Loopback address

CONTENTS

Page 3: Loopback address

PURPOSE

The proclaim of this topic is to remind the Loopback addresses in networking.

This presentation update the knowledge of network users including to testing

the standalone machine (i.e. End user machine) and Network Layer devices

(Such as Router , Switches). The Topic had discussed by many authors but my

aim is to scrutinize the topic with practical layout using CISCO Packet Tracer.

Page 4: Loopback address

LOOPBACK ADDRESS

Loopback address is an logical IP addressing that is nominating to only one

endpoint.

The addressing is to ensuring that the network has been properly working.

The loopback address does not support any extra hardware.

The messages doesn't flow outside the network; It has been generating by only

one machine and rerouted by the NIC (Network Interface Card);

Page 5: Loopback address

LOOPBACK ADDRESS (CONT..)

The range of the Loopback addresses is 127.0.0.1 through 127.255.255.255.

The Loopback address test the Internet Protocol (IP)Stack Functionality.

The IP Stack is an implementation over computer networking protocol suite

(read TCP/IP Stack).

Page 6: Loopback address

COMMAND

The command is any type of instruction to a computer or device.

The “ping” command is used to verifying the Loopback address.

Ping uses ICMP (Internet Control Message protocol) to send messages to target

machine for connectivity purpose.

If the target machine respond to the sender machine that means both

machines connected to each other.

Page 7: Loopback address

DEVICES

The number of devices have been use for checking Loopback address on

the machines.

These devices can be categorized as:

Personnel Computer (PC)

Switch (SW)

Router (R)

Page 8: Loopback address

PERSONNEL COMPUTER

The Personnel computer (PC) is an End User device where the user performing

number of tasks.

To verify the device (PC), whether the NIC card performing accurately; we are

using Loopback address 127.0.0.1

c:/> ping 127.0.0.1

This address ping the NIC Card and this card check the functionality of IP Stack.

This Loopback address restricted to PC only.

The Practical layout of this Loopback address shown in next slide.

Loopback address

Page 9: Loopback address

PERSONNEL COMPUTER (CONT..)

First of all I am checking the IP and

MAC address of my PC by using

“ipconfig/all” command.

Now, I am using ping command with

loopback address 127.0.0.1.

Ping uses ICMP (Internet Control

Message protocol) protocol to reply on

the same system.

It seams that the functionality of the

PC was ‘ok’.

Page 10: Loopback address

PERSONNEL COMPUTER (cont..)

The loopback address always ping to the NIC card for verifying the IP stack

functionality.

You can use Loopback address 127.9.0.2; This address does not ping to NIC

card else it verify only IP stack functionality.

c:/> ping 127.9.0.2

This address exclusively used for the reason of:

When NIC card not attached or missing on your PC.

If the NIC card not properly worked.

Page 11: Loopback address

SWITCH

The Switch is Layer 2 Device that connects number of Pc’s according to the

availability of the Ethernet ports.

The switch performed on MAC address; it does not verified logical addresses.

It performs filtering and switching only on MAC (Medium Access Control)

addresses.

The Switch has unicasting feature; the sender send unicast message to the

destination machine and destination machine unicastly reply.

The Switch employ MAC Table to forwards the data from one device to another.

Page 12: Loopback address

SWITCH(CONT..) The following steps need to configure the loopback

address :

Activate the loopback address on the interface by

using command “interface loopback number”

The range of number is 0 to 2147483647.

Assign IP address.

To active the link therefore You have to active the

interface by using command “no shutdown”.

Enter the ping command with assigned IP address.

Test the connectivity ; if the success rate is 100

percent then your Switch will be functioning

properly.

Page 13: Loopback address

ROUTER

Router is a Network Layer device that forwards packet in to the Network.

This Network Supposed to be either LAN, MAN or WAN.

The Router is also acting as a Gateway for associates two different network.

The Router employing ICMP (Internet Control Message Protocol) Protocol for communes

different devices and nodes.

This Protocol helps the router to create routing table and configure best route path in between

two communicating nodes.

Router provides quality of service (QOS) feature performance.

Router Extends the network as a platform for cloud computing.

Page 14: Loopback address

ROUTER(CONT..)The following steps need to configure the loopback

address :

Activate the loopback address on the interface by

using command “interface loopback number”

The range of number is 0 to 2147483647.

Assign IP address.

To active the link therefore You have to active the

interface by using command “no shutdown”.

Enter the ping command with assigned IP address.

Test the connectivity ; if the success rate is 100

percent then your router will be functioning properly.

Page 15: Loopback address

REFERENCES

[1] https://www.netacad.com

[2] www.packettracernetwork.com

Page 16: Loopback address

Questions?

[email protected]


Recommended