Networking Flashcards
What are the fundamental physical components of a LAN?
three major components:
server/computers; devices like nic, switches, gateway or routers; transmission media – wired or
wireless, ethernet, optic fibre, coaxial cable.
Which command-line tool is utilized for managing network connections in Linux-based
operating systems?
nmcli – network manager command line interface
What command is used to retrieve the public IP address?
curl ifconfig.me public ip is the
ip assigned by the internet service provider.
How can the profiles of network interfaces be listed using the nmcli command?
nmcli
connection show
Which command is used to list the network interfaces?
ifconfig, nmcli dev show, ipaddr or ip as
What is the command employed to create a new connection profile?
nmcli connection add
What command is used to modify a connection profile?
nmcli connection modify
What command is used to delete a connection profile?
nmcli connection delete
How would you determine which interface is responsible for sending and receiving traffic
outside the network?
route -n
What does the term "IP address" signify?
internet protocol address, a logical number that is assigned to the NIC of a host so that the host can be uniquely identified over the TCP/IP network.
What is the function of a gateway?
a device that helps you to take the traffic out and bring it in,
a gate between the networks.
What is the purpose of a DNS server?
domain name service maps the hostname to ip address
and ip address to hostname.
What constitutes a DHCP server?
dynamic host configuration protocol – a server which assigns
the ip address automatiocally, port number 67 for dhcp server, dhcp client port number 68.
DORA process: how the ip address is assigned – Discover Offer Request Accept
What does NAT service refer to?
a service in the router – network address translation –
responsible for mapping private ip into public ip and vice versa.
What is dynamic routing protocol?
a protocol inside the router that is responsible for writing the dynamic routing table (where to send and receive packets)