Task 3
Task 3
Task 3
Virtual machine:
Virtual machines (VMs) allow a business to run an operating system that behaves like a
completely separate computer in an app window on a desktop.
A virtual machine is a computer file, typically called an image, that behaves like an actual
computer. It can run in a window as a separate computing environment, often to run a
different operating system—or even to function as the user's entire computer experience—as
is common on many people's work computers.
A virtual machine (VM) is a virtual environment that functions as a virtual computer system
with its own CPU, memory, network interface, and storage, created on a physical hardware
system (located off- or on-premises).
Linux ifconfig stands for interface configurator. It is one of the most basic commands used in
network inspection.
ifconfig is used to initialize an interface, configure it with an IP address, and enable or disable
it. It is also used to display the route and the network interface.
1. IP address
2. MAC address
3. MTU(Maximum Transmission Unit)
Syntax:
1. ip a
2. ip addr
This command can also be used to get the details of a specific interface.
Linux traceroute is one of the most useful commands in networking. It is used to troubleshoot
the network. It detects the delay and determines the pathway to your target. It basically helps
in the following ways:
Linux tracepath is similar to traceroute command. It is used to detect network delays. However, it
doesn't require root privileges.
Linux ping is one of the most used network troubleshooting commands. It basically checks
for the network connectivity between two nodes.
The ping command sends the ICMP echo request to check the network connectivity.
It provides statistical figures about different interfaces which include open sockets, routing
tables, and connection information.
Linux ss command is the replacement for netstat command. It is regarded as a much faster
and more informative command than netstat.
The faster response of ss is possible as it fetches all the information from within the kernel
user space.
This command gives information about all TCP, UDP, and UNIX socket connections.
You can use -t, -u, -x in the command respectively to show TCP/UDP or UNIX sockets. You
can combine each of these with "a" to show the connected and listening sockets.
This list of Linux Networking commands and scripts will receive ongoing
updates:
net-tools – utilities include: arp, hostname, ifconfig, netstat, rarp, route, plipconfig, slattach,
mii-tool, iptunnel and ipmaddr.
nmcli – a command-line tool for controlling NetworkManager and reporting network status.
socat – establishes two bidirectional byte streams and transfers data between them.
ssh – secure system administration and file transfers over insecure networks.
websocat – Connection forwarder from/to web sockets to/from usual sockets, in style of
socat.
Wireless Tools for Linux – includes iwconfig, iwlist, iwspy, iwpriv and ifrename.
Suggestions welcomed.
Then hold down the SHIFT key while clicking Restart. ...
VU21CSEN0100014 CSE