Q1. If the source computer wants to send HELLO message to the destination computer. How it would be possible using the layering structure OSI Model? (Note: Start procedure from Application Layer) Q2. Discuss the function of FCS in HDLC frame structure. ...Read more
SIKSHAPATH Latest Questions
A Machine produced 16 defective articles in a batch of 500. After over hauling it produced 3 defectives in a batch of 100. Has the machine improved?
Question 1 Design a Sequence and collaboration diagram of an Online Exam System Question 2 Design a Sequence and collaboration diagram of School Management System
Q1. Design a use case diagram for airport check-in and security screening. Summary: Business use cases are Individual Check-In, Group Check-In (for groups of tourists), Security Screening, etc. – representing business functions or processes taking place in an airport and serving ...Read more
Question 1 Which of these steps are needed for building a model with the Functional API? (Select three from the list below) Read more
Which of the following are valid port numbers in TCP/IP? a. 10,000 b. 50,000 c. 100,000 d. 500,000 e. 750,000
What are the values of the registers AX and BX after the following assembly code executes? MOV AX, 2 MOV BX, 1 ADD AX, BX i. AX=2, BX=1 ii. AX=1, BX=2 iii. AX=3, BX=1 iv. AX=2, BX=3