CITE 30133 Midterm Answers Flashcards
IPv6 supports 128-bit addresses. 64 bits out of the 128 bits are allocated for the host portion of the IPv6 addresses. How many subnets would IPv6 support in Theory?
2^64
Which of the following is the subnet mask(netmask) for subnet 137.138.25.0/12
255.240.0.0
Which of the following contains the IP Addresses of DNS servers for a LINUX computer?
/etc/resolv.conf
Which of the following files sets the hostname of the fedora Linux used in our class?
/etc/hostname
Which of the following files contains the information about a port number for its corresponding network service?
/etc/services
The configuration profiles created by the nmcli command are located in which of the following folders?
/etc/NetworkManager/system-connections
Which of the following file holds the methods to be used, and the order in which these methods will be applied for hostname resolution
/etc/nsswitch.conf
Which of the following file contains the mapping of hostnames to their corresponding IP addresses on a Linux Computer
/etc/hosts
Which of the following folder contains the private SSH key of a regular user on a Linux computer by default?
~/.ssh/
Which of the following file contains the SSH host public keys of linux machines that are trusted by a local user
~/.ssh/known_hosts
Which folder contains the SSH host private key of a linux computer?
/etc/ssh/
Which of the following devices forwards data packets from an internal subnet to an external router
Gateway
Which command tracks the data pack between two end points on the internet?
traceroute
Which command displays active TCP connection and ports on which a Linux computer is listening
netstat
which command tests the connectivity and measures the network delay between two hosts?
ping