Skip to main content

Red Hat Linux Networking and System Administration


Popular Questions (Find your question and click to view)

1.Give a brief introduction to UNIX.
2.Introduction to Linux.
3.What is GNU project?
4.What are Linux Distributions?
5.Who is System administrator?
6.What are servers?
7.Explain the process of installing and configuring application software.
8.Explain the process of creating and maintaining user accounts in Linux.
9.Explain the backing up and restoring files in Linux.
10.How monitoring and tuning performance of system is done by system administrator.
11.How to configure secure system in Linux.
12.Explain the tools used to monitor system security.
13.Explain the boot process in Linux.
14.Explain the Boot loader GRUB used in Linux.
15.How to use GRUB during the Boot process?
16.Explain the ‘/sbin/init’ or ‘init’ program.
17.Explain the runlevels in Linux.
18.Explain the rc script and how they can be managed by manually.
19.Explain the GRUB configuration file.
20.Explain file system structure in Linux.
21.Explain the file systems supported by Linux.
22.Explain memory and virtual file system in Linux.
23.Explain dispartitioning on X86 machine.
24.How to mount other operating system partitions/slices in Linux.
25.What are metadevices?
26.What are logical volumes?
27.What is RAID? Explain types of RAID in detail.
28.How to manage rc scripts using chkconfig?
29.How loader works? State the difference between GRUB and LILO.
30.Discuss System wide shell configuration Scripts in Linux.
31.Write a note on ‘etc/motd’.
32.Write a note on issue file.
33.Write a note on issue.net file.
34.Write a note on fstab file.
35.Write a note on cron files.
36.Write a note on syslog.conf file.
37.Write a note on ‘ld.so.conf’ file.
38.Write a note on ‘logrotate.conf’ file.
39.How to manage rc script using chkconfig?
40.Explain different configuration files in the /etc/sysconfig directory.
41.Explain network configuration files in /etc/sysconfig/network-scripts.
42.Explain TCP/IP networking.
43.Explain network classes.
44.Explain process of setting up a NIC (Network interface card).
45.Explain how to set an alias for the NIC.
46.Explain the IPv4 address with the help of
a) Different formats of representation i.e. dotted decimals and binary.
b) Classes in both the formats.
c) Interpretation of the IP addresses.
47.Explain submit mask and subnetting and advantages.
48.Explain the concept of subnetting the network.
49.How to configure Routers and Gateways?
50.Explain how to configure DHCP client?
51.How to configure network using Network Configuration Tool?
52.How to add an Ethernet device using Network configuration tool ?
53.How to change the NIC configuration?
54.How to manage host in Linux?
55.Explain Network file system (NFS).
56.Explain Network File System V 4 (NFSv4).
57.What are the advantages of Network file system (NFS)?
58.What are the disadvantages of Network file system (NFS)?
59.How to plan NFS installation?
60.List the NFS Configuration files, status files, daemon, commands and scripts.

Comments

Popular posts from this blog

Java,ES,QT practical files

All practical files: Click below to start download Uploaded on special request||||

Explain process of setting up a NIC (Network interface card).

44.Explain process of setting up a NIC (Network interface card). Ans. 1. Network interface card (NIC) can be set-up by configuring the network card and internal network. 2. Before configuring network card we must check loopback (IP address 127.0.0.1) is working. 3. Even if the compute is not connected to outside network internet network configuration is required for some applications. This address is known as loopback device, and its IP address is 127.0.0.1 4. To check loopback device is configured or not, we use ‘ifconfig’ command it shows a device called ‘lo’ with the address 127.0.0.1, if this device and address is not shown there then loopback is not configured. 5. To configure it we can use command ifconfig lo 127.0.0.1 after that we need to use the ‘route’ command to give system a little more information about this interface for this ‘route add –net 127.0.0.0’ command is used, after this loopback is setup. 6. To configure a network card we will use ifconfig co...

Vidyalankar Question paper solutions

Download from their website: http://www.vidyalankar.org/index.aspx or just click here to download