Thursday 15 November 2012

SYSTEM ADMINISTRATION OCTOBER/NOVEMBER-2012 (C-05)


C-09-CM-604
835
BOARD DIPLOMA EXAMINATION, (C-05)
OCTOBER/NOVEMBER-2012
DCME SIXTH SEMESTER EXAMINATION
SYSTEM ADMINISTRATION
Time : 3 Hours]                                                               [Total Marks: 80
PART-A    3*10=30
Instructions: (1) Answer all questions and each question caries three marks. (2) Answers should be brief and straight to t the point and shall not exceed five simple sentences.
1.     Write briefly about Windows NT workstation.
2.     What is NTFS?
3.     What is RAS
4.     Write briefly about backup.
5.     List various disk management tools and tasks.
6.     What is DNS?
7.     Write briefly about Windows 2003 server.
8.     What is the purpose of firewall?
9.     What is the importance of LILO and GRUP?
10.  Explain briefly about Host Security.



PART-B                                              10*5=50
Instructions: (1) Answer any five questions and each question caries ten marks. (2) The Answers should be comprehensive and criteria for valuation is the Content but not the length of the answer.

11.   write the procedure for installing Windows NT.
12.  (a) Explain printing in Windows NT. (b) Explain how to secure the data in Windows NT.
13.  Explain user and group management in Windows 2003 server.
14.  Explain implementation and configuration of VPN.
15.  Explain configuration of distributed file system.
16.  (a) explain the network services in LINUS. (b) How can you sent mail in LINUX?
17.  Explain the user management in LINUX.
18.  (a) Explain NIS. (b) Explain PAM.

Thursday 23 August 2012

Interview questions


Ques 1: - What could DUP mean when using ping?
Ans: - DUP means duplicate packet.ping will report duplicate and damaged packets. Duplicate packets should never occur, and seem to be caused by inappropriate link-level retransmissions. Duplicates may occur in many situations and are rarely (if ever) a good sign, although the presence of low levels of duplicates may not always be cause for alarm.
Damaged packets are obviously serious cause for alarm and often indicate broken hardware somewhere in the ping packet's path (in the network or in the hosts).
Ques 2: - What is IP Masquerade ?
Ans: - IP Masquerade is a networking function in Linux similar to the one-to-many (1:Many) NAT (Network Address Translation) servers found in many commercial firewalls and network routers. For example, if a Linux host is connected to the Internet via PPP, Ethernet, etc., the IP Masquerade feature allows other "internal" computers connected to this Linux box (via PPP, Ethernet, etc.) to also reach the Internet as well. Linux IP Masquerading allows for this functionality even though these internal machines don't have an officially assigned IP address.
MASQ allows a set of machines to invisibly access the Internet via the MASQ gateway. To other machines on the Internet, the outgoing traffic will appear to be from the IP MASQ Linux server itself. In addition to the added functionality, IP Masquerade provides the foundation to create a HEAVILY secured networking environment. With a well built firewall, breaking the security of a well configured masquerading system and internal LAN should be considerably difficult to accomplish.