InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Name three standard streams in Linux. |
|
Answer» STANDARD streams are basically I/O (Input and OUTPUT) COMMUNICATION channels between a program and its environment in Linux. Input and output in the Linux environment are distributed ACROSS three standard streams. Three standard streams in Linux are as follows:
|
|
| 2. |
Write the difference between Soft and Hard links? |
||||||||||||||
|
Answer» Hard Links: It is a special kind of file that points to the same underlying inode as another file. It can be referred to as an ADDITIONAL name for an existing file on Linux OS. Total number of hard links for a file can be displayed using the “ls -l” command. Such links cannot be used across file systems. Hard links can be CREATED using the following command:
|
|||||||||||||||
| 3. |
What is SSH? How we can connect to a remote server via SSH. |
|
Answer» SSH (Secure Shell), as the name SUGGESTS, is BASICALLY a protocol that is being used to securely connect to remote servers or systems and enables two systems to COMMUNICATE. It is considered the most common way to have access to remote Linux servers. It generally transmits data over encrypted CHANNELS therefore security is considered at a high level. To connect to a remote server via SSH, you need to own a domain name and IP ADDRESS. |
|
| 4. |
Name default ports used for DNS, SMTP, FTP, SSH, DHCP and squid. |
||||||||||||||
|
Answer» Default PORTS used for various SERVICES are as follows:
|
|||||||||||||||
| 5. |
What are different network bonding modes used in Linux? |
|
Answer» Different network bonding MODES used in Linux are listed below:
|
|
| 6. |
What do you mean by Network bonding? |
|
Answer» Network Bonding, also known as NIC Teaming, is a TYPE of bonding that is USED to connect multiple network interfaces into a SINGLE interface. It usually improves PERFORMANCE and redundancy simply by increasing network throughput and bandwidth. |
|
| 7. |
What are the advantages of using NIC teaming? |
|
Answer» NIC (Network INTERFACE Card) teaming has several ADVANTAGES as given below:
|
|
| 8. |
Why /etc/resolv.conf and /etc/hosts files are used? |
|
Answer» /etc/resolv.conf: It is used to configure DNS name servers as it contains the DETAILS of the nameserver i.e., details of your DNS server. The DNS server is then used to resolve the hostname of the IP ADDRESS. |
|