Accounting and Financial Management (3) Analog and Digital Communication (2) Artificial Intelligence (2) BE(Civil) (2) BE(CSE) (83) BE(ECE) (11) BE(Mech) (10) Business Processes (3) C# and .NET Framework (2) Communication Skills (1) Compiler Design (1) COMPONENT BASED TECHNOLOGY (1) COMPUTER ARCHITECTURE (1) COMPUTER GRAPHICS and MULTIMEDIA SYSTEMS (6) COMPUTER INTEGRATED MANUFACTURING (1) Computer Networks (9) Computer Organization (2) Computer Programming (1) Consumer Behaviour (1) Control Systems (1) Cryptography and Network Security (3) Datastructures and Algorithms (10) Datawarehousing and Mining (1) DBMS (5) DESIGN AND ANALYSIS OF ALGORITHMS (9) DESIGN OF MACHINE ELEMENTS (1) DIGITAL PRINCIPLES AND SYSTEMS DESIGN (3) Discrete Mathematics (1) DISTRIBUTED COMPUTING (2) DSP (8) DYNAMICS OF MACHINERY (2) Economic Foundations (1) ELECTRICAL ENGINEERING (1) ELECTRICAL ENGINEERING AND CONTROL SYSTEMS (1) Electromagnetic Fields (3) ELECTRONIC CIRCUITS (1) ELECTRONIC COMMERCE (4) ELECTRONIC DEVICES AND CIRCUITS (1) EMBEDDED SYSTEMS (1) FUNDAMENTALS OF COMPUTING (2) Graphics and Multimedia (3) HEAT AND MASS TRANSFER (1) HUMAN RESOURCE MANAGEMENT (1) Internet Programming (9) INTRODUCTION TO FINITE ELEMENT ANALYSIS (1) Legal Aspects of Business (1) MANAGEMENT INFORMATION SYSTEMS (1) Marketing Management (1) MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE (4) MATHEMATICS - I (1) MBA (9) MCA (83) MCA QUESTION BANK (2) MECHATRONICS (1) MicroProcessor and Controllers (4) MICROPROCESSORS AND APPLICATIONS (5) MIDDLE WARE TECHNOLOGIES (3) MOBILE COMPUTING (5) NETWORK PROGRAMMING (1) NUMERICAL METHODS (1) OBJECT ORIENTED ANALYSIS AND DESIGN (5) Object Oriented Programming (18) Operating System (2) OPERATING SYSTEMS (9) Organizational Behaviour (2) POWER ELECTRONICS (1) Principles of Management (8) PROBABILITY AND QUEUEING THEORY (2) Probability and Statistics (1) PROBLEM SOLVING AND PROGRAMMING (2) PROCESS PLANNING AND COST ESTIMATION (1) PROFESSIONAL ETHICS AND HUMAN VALUES (1) RANDOM PROCESSES (1) RESOURCE MANAGEMENT TECHNIQUES (2) ROBOTICS (1) Security analysis (1) Service Marketing (1) SIGNALS AND SYSTEMS (1) Software Engineering (8) SOFTWARE PROJECT MANAGEMENT (4) SOFTWARE QUALITY MANAGEMENT (2) System Software (2) TCP/IP PROTOCOL SUITE (3) Theory of Computation (4) Total Quality Management (2) UNIX AND NETWORK PROGRAMMING (4) Visual Programming (2) WEB GRAPHICS (2) WEB TECHNOLOGY (2) XML AND WEB SERVICES (4)

Thursday, October 28, 2010

MC 1751 —UNIX AND NETWORK PROGRAMMING JUNE 2009

M.C.A DEGREE EXAMINATION, MA/JUNE 2009.
4th Semester
MC 1751 —UNIX AND NETWORK PROGRAMMING
(Regulation 2005)

PART A—( 1 0x2=20 marks)

1. What are the various file types supported by Unix?
2. What does a return value of 0 from printf mean?
3. What are unreliable signals?
4. Define process group and session.
5. Give an example for co-process.
6. What happens if “cmdstring: executed by popen with a read type ‘r’ writes to its Standard error?
7. What is the use of SO_BROADCAST option?
8. What are the characteristics of streaming service?
9. What is the use of trace route tool?
10. Give the syntax of accept function and explain the operation.

PART B—(5 x 16 = 80 marks)

1 1. (a) (i) Explain how UNIX allows sharing of files between different processes (10)
(ii) Explain the various buffering schemes provided by the standard I/O library. (6)
Or
(b) (i) Draw the file system layout of Unix and explain. (10)
(ii) Explain the operation of creating a directory in the existing file system. (6)

12. (a) (i) Explain the operations of ‘system’ function with an example. (8)
(ii) What is process accounting? Give the structure of accounting record. (8)
Or
(b) (i) With a neat block diagram explain the memory layout of a C program. (10)
(ii) What is environment list? what is the use of the list ? (6)

l3.(a) (i) What are the FIFOs? How they are different from pipes? (6)

(ii) Give an example application where FIFO can be used. (10)
Or
(b) Elaborately discuss the system V IPC mechanisms. (16)

14. (a) Give the syntax and write a note on the following function:
(i) htons()
(ii) 1isten()
(iii) sendto()
(iv) recv() (4 x 4)
Or
(b) (i) What are raw sockets? What is the use of them? (2+2)
(ii) What are the steps involved in getting connected to a TCP server?
Draw a state diagram to show involved. (12)

15. (a) Explain the operation of trace route tool with necessary ICMP messages. (16)
Or
(b) Write a client server application to identify the machines connected to
network. (16)

No comments:

Post a Comment