Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

LAB DIGITAL ASSIGNMENT-1

NAME-LADI ROHIT
SUBJECT- NETWORK AND COMMUNICATION
FACULTY-DR. NAVAMANI T M
COURSE CODE-CSE1004
SLOTS-L7+L8
1. Network configuration commands using Linux
ifconfig (interface configurator):

Ifconfig enp0s3:
ping vit.ac.in:

Ping -c 5 vit.ac.in:
traceroute vit.ac.in:

netsat -at:
netstat -au:

netstat -l:
netstat it:

netstat -lu:
netstat -lx:
netstat -s:
netstat -su:
netstat l:
netstat -statistics –raw:
dig yahoo.com:

dig yahoo.com +short:


dig yahoo.com MX:
dig yahoo.com SOA:

dig yahoo.com ANY+noal+answer:


nslookup yahoo.com:
route:
host ww.google.com:
2. A) Create a simple LAN, check ping command within the network and
simulate the packet transmission within the network

PING command:( Simple LAN with HUB in middle)


Simple LAN with HUB in middle: :(In Progress)

Successful Transmission of packet from Source to Destination:(uses HUB


in middle):
PING command:( Simple LAN with SWITCH in middle)

Simple LAN with SWITCH in middle: :(In Progress)


Successful Transmission of packet from Source to Destination:(uses
SWITCH in middle):
B) Create two LANs and connect via a Router. Check ping command
among two networks.
PING command:( TWO LAN’S connected through router in middle)
TWO LAN’S connected through router in middle:(In Progress)

Successful Transmission of packet from Source to Destination:(uses TWO


LAN’S connected through router in middle):

You might also like