NPTEL Computer Networks And Internet Protocol Week 8 Assignment Answers 2024

1. When you connect your personal computer (end device / host) to the internet, how does it know/assign its own IP address, and the Gateway IP address to use for sending packets to remote hosts, without any manual configuration?

a) Domain Name System (DNS) b) From its own routing table. c) Address Resolution Protocol (ARP) d) Dynamic Host Configuration Protocol (DHCP)

2. Why do we consider dividing an IP address into network address and host address?

a) To increase the total number of IP addresses possible. b) So that routers route the packets based on the host address. c) To avoid the overhead of storing all possible host IP addresses in each router. d) For resolving IP addresses from domain names.

3. Which of the following statements are correct? I. The Internet is a single network controlled by one organization. II. A transit AS can also be a stub AS. III. All AS must have the same local routing algorithm. IV. Distance vector routing and Link state routing protocols are examples of Intradomain routing.

a) Il and IV b) Only II c) Only IV d) I and II

NPTEL Computer Networks And Internet Protocol Week 8 Assignment Answers 2024

B B D B E B

5. In the BGP protocol, UPDATE and NOTIFICATION messages are used for:

a) Exchanging reachability information and Confirming a BGP connection. b) Ensuring that a BGP neighbour is still alive and Confirming a BGP connection. e) Exchanging reachability information and to notify an error. d) Opening a BGP connection and Closing a BGP connection.

6. Which is TRUE about BGP routing protocol?

a) It is an Intradomain routing protocol. b) It is a type of Link State routing protocol. c) BGP replaces the IGP protocol in an AS. d) BGP relies on IGP for packet forwarding between IBGP peers.

7. BGP communication packet types are:

a) SYNC, OPEN, UPDATE, NOTIFICATION b) OPEN, UPDATE, NOTIFICATION, KEEPALIVE c) SYNC, FINISH, NOTIFICATION, KEEPALIVE d) FINISH, OPEN, UPDATE, NOTIFICATION

8. Open Shortest Path First (OSPF) is:

a) Distance Vector routing protocol b) Link state routing protocol c) Path vector routing protocol d) Hybrid routing protocol

9. Which type of routing protocol uses the Bellman-Ford algorithm to calculate the best path for forwarding IP packets?

a) Link-state routing protocol b) Distance-vector routing protocol c) Hybrid routing protocol d) Path-vector routing protocol

10. Consider a network with three routers, A, B, and C. The routing table for router A has the following entries: Destination: 192.168.1.0/24, Next Hop: B Destination: 192.168.1.128/28, Next Hop : D Destination: 192.168.2.0/24, Next Hop: C If router A receives an IP packet with a destination address of 192.168.1.10, what will be the next hop for this packet?

a) D b) B c) C d) None of the Above

Computer Bits Daily

  • Install Android App
  • _C Programming App
  • Privacy Policy
  • Computer Basic
  • Tutorial & More
  • _C Programming
  • _Computer Network
  • _Operating System
  • _Prog. & DS
  • _Static Webpage
  • _Basic Computer
  • _Python PDA
  • _JOC Python

Computer Networks And Internet Protocol - Week 6 Assignment 6 | NPTEL | JAN 2023

Computer networks and internet protocol - week 6 | assignment 6 : answer with explanation.

Computer Networks And Internet Protocol - Week 6 Assignment 6  NPTEL  JAN 2023

What is the maximum number of hosts under class B addresses?

b. 65534 Class B Networks (/16 Prefixes) : This network is a 16-bit network prefix; its highest bit order is set to 1-0. It is a 14-bit network number with a 16-bit host number. This class B defines 16,384 (2 to the power 14) /16 networks, and supports a maximum of 65,534 (2 to the power 16 -2) hosts per network. Class B /16 block address is (1,073,741,824) = 2 to the power 30; therefore it represent 25% of the total IPV4.

What is the maximum number of networks possible in class C IP addresses?

c. 2^21 This class defines a maximum of 2,097,152 (2 ^21 ) /24 networks. And each network supports up to 254 (2^8 -2) hosts.

Suppose computers P and Q have IP addresses 10.20.5.25 and 10.20.5.9, respectively, and they both use the same netmask N. Which of the values of N given below should not be used if P and Q should belong to the same network?

d. 255.255.255.240 To determine which netmask should not be used, we need to find out the network address of P and Q using each of the netmasks provided and then check whether they belong to the same network or not. The network address of an IP address can be obtained by performing a bitwise AND operation between the IP address and the netmask. Using the given IP addresses of P and Q, and the first netmask, we get: P: 10.20.5.25 = 00001010.00010100.00000101.00011001 Q: 10.20.5.9 = 00001010.00010100.00000101.00001001 Netmask: 255.255.255.128 = 11111111.11111111.11111111.10000000 Performing a bitwise AND operation between each IP address and the netmask, we get: P network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Q network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Since both P and Q have the same network address using the first netmask, they belong to the same network. We repeat this process for the remaining netmasks: Using the second netmask, we get: Netmask: 255.255.255.192 = 11111111.11111111.11111111.11000000 P network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Q network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Again, both P and Q have the same network address using the second netmask, so they belong to the same network. Using the third netmask, we get: Netmask: 255.255.255.224 = 11111111.11111111.11111111.11100000 P network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Q network address: 00001010.00010100.00000101.00000000 = 10.20.5.0 Once again, both P and Q have the same network address using the third netmask, so they belong to the same network. Using the fourth netmask, we get: Netmask: 255.255.255.240 = 11111111.11111111.11111111.11110000 P network address: 00001010.00010100.00000101.00010000 = 10.20.5.16 Q network address: 00001010.00010100.00000101.00001000 = 10.20.5.8 Using the fourth netmask, P and Q have different network addresses, so they do not belong to the same network. Therefore, the netmask that should not be used if P and Q should belong to the same network is 255.255.255.240.

What is supernetting?

b. Combine multiple small networks in a single large network.

Which of the following is/are not a valid IPv6 address?

d. FE80:2030:31:24

Which is true for class E?

b. It is reserved for experimental purposes

What is the possible ip address range for class B?

c. from 128.0.0.0 to 191.255.255.255

You need 500 subnets, each with about 100 usable host addresses per subnet. What network mask will you assign using a class B network address?

b. 255.255.255.128

The header length of the ipv6 datagram is

d. 40 bytes

We write the IP address as 191.180.83.235/12 in CIDR notation. What is the subnet mask?

a. 255.240.0.0 To determine the subnet mask from an IP address in CIDR notation, we need to determine the number of bits in the network portion of the address. The IP address 191.180.83.235/12 indicates that the first 12 bits of the address represent the network portion, and the remaining 20 bits represent the host portion. To find the subnet mask, we need to set all the bits in the network portion to 1 and all the bits in the host portion to 0. Starting with the leftmost bit of the network portion, we have: 11111111 11110000 00000000 00000000 Converting this to dotted decimal notation gives: 255.240.0.0 Therefore, the subnet mask for the IP address 191.180.83.235/12 is (a) 255.240.0.0.

Disclaimer: "This page contains multiple choice questions (MCQs) related to Computer Networks and Internet Protocols. The answers to these questions are provided for educational and informational purposes only.These answers are provided only for the purpose to help students to take references. This website does not claim any surety of 100% correct answers. So, this website urges you to complete your assignment yourself."

Computer Networks And Internet Protocol, Week 6 : Assignment 6,noc23_cs48

PRG

Posted by: PRG

You may like these posts, post a comment, popular posts.

Termux Secret - 11 Cool Commands Tricks You Didn't Know Existed

Termux Secret - 11 Cool Commands Tricks You Didn't Know Existed

Run Python Program on android with termux

Run Python Program on android with termux

Computer Networks And Internet Protocol | NPTEL

Computer Networks And Internet Protocol | NPTEL

  • Android App
  • Basics of computer knowledge
  • c on termux
  • Compute Learning Android App
  • Computer Fundamental
  • Data Structure
  • ‎Excel
  • html css javascript
  • Operating System practical list 4330703

Search This Blog

Install android app, subscribe us.

Amazon Associate Disclosure

  • Android App 2
  • Basics of computer knowledge 26
  • c programming 2
  • Compute Learning Android App 2
  • computer bits daily 5
  • Computer Fundamental 26
  • Data Structure 4
  • Ethical Hacking 2
  • ‎Excel 7
  • Excel formula 4
  • google spreadsheet 3
  • google tricks and tips 3
  • Microsoft Word 1
  • Motivational Quotes 1
  • Operating System practical list 4330703 1
  • Power Point MCQs 1
  • powerpoint 1
  • windows 10 1
  • windows 11 7

Menu Footer Widget

Contact form.

Quizermania Logo

Computer Networks And Internet Protocol NPTEL 2023 Week 3 Solutions

This set of MCQ(multiple choice questions) focuses on the Computer Networks And Internet Protocol NPTEL 2023 Week 3 Solutions .

The domain of Internet has grown in a rapid pace from traditional circuit switched and packet switched small scale networks to modern high-speed mobile and wireless Internet. A large number of methods, architectures and designs came up at every protocol level to cop up with the demands for developing a secure and highly dependable information technology infrastructure. The broad objective of the course is to understand – (i) the architecture and principles of today’s computer networks, (ii) the protocols and their functionalities, (iii) the requirements for the future Internet and its impact on the computer network architecture. In this course, we’ll broadly cover the basic TCP/IP protocol stack and touch on the next generation computer networks. We’ll take a top-down approach to cover different protocols at the TCP/IP protocol stack.

Course layout

Answers COMING SOON! Kindly Wait!

Week 4: Assignment answers Week 5: Assignment answers Week 6: Assignment answers Week 7: Assignment answers Week 8: Assignment answers Week 9: Assignment answers Week 10: Assignment answers Week 11: Assignment answers Week 12: Assignment answers

NOTE:  You can check your answer immediately by clicking show answer button. Computer Networks And Internet Protocol NPTEL 2023 Week 3 Solutions Assignment Solution” contains 10 questions.

Now, start attempting the quiz.

Q1. Flow control is mainly implemented in a. Physical Layer b. Application Layer c. Transport Layer d. Session Layer

Q2. In sliding window protocol, if the sender window size is made 10. Then, how many frames would be in the window after transmitting 10 frames?? a. 0 b. 1 c. 2 d. Not defined.

Q3. Which are true for Go Back N ARQ (Window size > N) a. All segments from 0 to N are retransmitted if segment N is lost b. All segments from 1 to (N-1) are retransmitted if Segment N is lost. c. All segments from 1 to (N) are retransmitted if Segment N is lost. d. All segments from 0 to (N-1) are retransmitted if Segment N is lost.

Q4. What is the maximum data rate on any connection per clock tick (inter-packet transmission duration)? a. one segment b. two segment c. three segment d. four segment

Q5. Timestamping a network packet is necessary for (i) Enabling time synchronization across router in network layer (ii) For defining packet lifetime. a. Only (i) b. Only (ii) c. Both (i) and (ii) d. None of above

Q6. If selective repeat has MAX_SEQ=15, what is the window size?

a. 4 b. 6 c. 8 d.12

Q7. Transport layer is implemented in the Firmware of a computer system. a. True b. False

Q8. What is known as outstanding frames? a. Frames that are yet to be transmitted b. Frames that have been transmitted, but not yet acknowledged c. Acknowledged frames d. None of the above

Q9. The delayed duplicate problem is there in TCP 2 way handshake technique a. True b. False

Q10. What is the window size of the Go back N ARQ with 4 bit sequence numbers? a. 3 b. 7 c.15 d. 31

>> Next- Computer Networks And Internet Protocol NPTEL 2023 Week 4 Solutions

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Checkout for more NPTEL Courses: Click Here!

Related Posts

Article : english quiz, article | english quiz, conditional sentences | english grammar, software testing & quality assurance | assignment solutions, aiml basic mcq (multiple choice questions), verbal ability practice set | mcq, 1 thought on “computer networks and internet protocol nptel 2023 week 3 solutions”.

' src=

This really answered my problem, thank you!

Leave a Comment Cancel Reply

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

AnswerGPT Logo

If You Are Facing Any Problem In Payment Then Email On : [email protected]

[week 1-12] nptel computer networks and internet protocol assignment answers 2024.

computer networks and internet protocol nptel assignment answers week 8

About Course

This course will provide you with access to all 12 weeks of assignment answers for NPTEL Computer Networks And Internet Protocol . As of now, we have uploaded the answers of week 11 & Week 12.

Note:- Buy this plan if you have not yet. Our answers will be visible to only those who buy this plan.

Course Content

Week 1 answers, week 1 assignment answers 2024, week 2 answers, week 2 assignment answers 2024, week 3 answers, week 3 assignment answers 2024, week 4 answers, week 4 assignment answers 2024, week 5 answers, week 5 assignment answers 2024, week 6 answers, week 6 assignment answers 2024, week 7 answers, week 7 assignment answers 2024, week 8 answers, week 8 assignment answers 2024, week 9 answers, week 9 assignment answers 2024, week 10 answers, week 10 assignment answers 2024, week 11 answers, week 11 assignment answers 2024, week 12 answers, week 12 assignment answers 2024, student ratings & reviews.

Want to receive push notifications for all major on-site activities?

Insert/edit link

Enter the destination URL

Or link to existing content

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

Important Notice:No CHANGE in NPTEL Exam Schedule for April 2024

Dear Student,

We wanted to take a moment to address an important matter regarding the upcoming election dates and their potential impact on your exam schedule.

  • None of the election dates clash with scheduled exam dates. If we schedule additional dates, we will ensure they again do not clash with elections in your state. 
  • Hence this is to confirm that there will be no changes to the exam dates and they are the same as previously scheduled. We may have exams in some cities on April 19 and April 26 depending on seat availability on scheduled dates. But again this will be done ensuring we don't conduct exams on election dates in your state. 
  • Your academic progress and success remain our top priority, and we are committed to maintaining the integrity of the examination process.
  • We have more than 6 lakh learners registered for April exams and logistics has been a huge challenge. We understand that some of you may need to travel to your native cities to participate in the voting process. Please remember that you selected your exam cities during registration, and it is crucial that you return to these cities to take your exams as scheduled. Since hall ticket and center allocation is under process, exam cities selected by you during exam registration cannot be changed now. 

Hence we kindly request that you make the necessary arrangements to ensure you can both exercise your right to vote and fulfill your academic obligations.

Warm Regards,

NPTEL Team.

NPTEL: Exam Registration date is extended for 12 week courses of Jan 2024!

  • No further extension will be provided.
  • This extension is only applicable for 12-week courses.

Reminder: NPTEL: Exam Registration is date is extended for Jan 2024 courses!

Dear Learner,  The exam registration for the Jan 2024 NPTEL course certification exam is extended till February 23, 2024 - 05.00 P.M . CLICK HERE to register for the exam Choose from the Cities where exam will be conducted: Exam Cities Click here to view Timeline and Guideline : Guideline For further details on registration process please refer the previous announcement in the course page dated January 30, 2024. -NPTEL Team

NPTEL: Exam Registration is open now for Jan 2024 courses!

Dear Candidate,

Here is a golden opportunity for those who had previously enrolled in this course during the Jan 2023 semester, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in Jan 2024 and we are giving you another chance to write the exam in April 20, 2024 a nd obtain a certificate based on NPTEL norms. Do not let go of this unique opportunity to earn a certificate from the IITs/IISc.

IMPORTANT instructions for learners - Please read this carefully  

1. The exam date for this course: April 20, 2024

2. CLICK HERE to register for the exam.

Please fill the exam form using the same Enrolled email id & make fee payment via the form, as before.

3. Choose from the Cities where exam will be conducted: Exam Cities

4. You DO NOT have to re-enroll in the courses. 

5. You DO NOT have to resubmit Assignments OR participate in the non-proctored programming exams(if applicable) in the previous semester

6. If you do enroll in the Jan 2024 course, we will take the best average assignment scores/non-proctored programming exam(if applicable) score across the two semesters.

Please check once if you have >= 40/100  in average assignment score and also participated and satisfied the criteria in the non-proctored programming exams(if applicable) that were conducted in Jan 2023 to become eligible for the e-certificate, wherever applicable.

If not, please submit assignments again in the Jan 2024 course and also participate in the non-proctored programming exams(if applicable) to become eligible for the e-certificate.

We will not be having new assignments or unproctored exams(if applicable) in the previous semester's (Jan 2023) course. 

RECOMMENDATION: If you want to take new assignments and an unproctored exam(if applicable) or brush up on your lessons for the exam, please enroll in the Jan 2024 course.

Click here to enroll in the current course, links are provided corresponding to the course name.

7. Exam fees: 

If you register for the exam and pay before March 11, 2024 - 5:00 PM, Exam fees will be Rs. 1000/- per exam .

8. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

9. Last date for exam registration: March 15, 2024 - 5:00 PM (Friday). 

10. Between March 11, 2024 - 5:00 PM & March 15, 2024 - 5:00 PM late fee will be applicable.

11. Mode of payment: Online payment - debit card/credit card/net banking/UPI. 

12. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date. We will confirm the same through an announcement once it is published. 

13. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

14. Data changes: 

Last date for data changes: March 15, 2024 - 5:00 PM :  

We will charge an additional fee of Rs. 200 to make any changes related to name, DOB, photo, signature, SC/ST and PWD certificates after the last date of data changes.

The following 6 fields can be changed (until the form closes) ONLY when there are NO courses in the course cart. And you will be able to edit those fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for canceled courses, refund of fees will be initiated only after 2 weeks. 

15. LAST DATE FOR CANCELING EXAMS and getting a refund: March 15, 2024 - 5:00 PM  

16. Click here to view Timeline and Guideline : Guideline

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/domains

Outside India Candidates

Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately.

Thanks & Regards, 

computer networks and internet protocol nptel assignment answers week 8

Thank you for learning with NPTEL!!

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. For any further queries please write to [email protected] . - Team NPTEL

Computer Networks And Internet Protocol : Result Published!!

                                      ***THIS IS APPLICABLE ONLY FOR EXAM REGISTERED CANDIDATES***                             ****Please don't click on below link, if you are not registered/not present for the Exam****                          Dear Candidate, The exam scores and E Certificates have been released for April 2023 Exam(s). Step 1 - Are the results of my courses released? Please check the Results published courses list in the below links.:- Apr 2023 Exam - Click here Step 2 - How to check Results? Please login to internalapp.nptel.ac.in/ . and check your exam results. Use the same login credentials as used to register to the exam. What's next? Please read the pass criteria carefully and check against what you have gotten. If you still have any issues, please report the same here. internalapp.nptel.ac.in/ . We will reply within a week. Last date to report queries: 3 days within publishing of scores. Note : Hard copies of certificates will not be dispatched. The duration shown in the certificate will be based on the timeline of offering of the course in 2023, irrespective of which Assignment score that will be considered. Thanks and Best wishes. NPTEL Team

Computer Networks And Internet Protocol : Final Feedback Form !!!

Dear students, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/1RDiSCG7EWfTCzB4HGzrBdGQyWmn_lLCSYfy5xn-6FiA/viewform We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

April 2023 NPTEL Exams - Hall Tickets Released!

***THIS IS APPLICABLE ONLY FOR EXAM REGISTERED CANDIDATES***     ****Please don't click on below link, if you are not registered for the Exam**** Dear Candidate, Your Hall Ticket / admit card for the NPTEL Exam(s) in April, 2023 has been released. Please login to https://internalapp.nptel.ac.in/ using your exam registered email id and download your hall ticket. Note:  Requests for changes in exam city, exam center, exam date, session, or course will NOT be entertained. Please write to [email protected] for any further queries. All the best for your exams! Warm Regards NPTEL Team

Computer Networks And Internet Protocol - Assignment - 12 Solution Released

Dear Participants, The  Assignment 12  of the  Week 12  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/1COkbFj9EkBWRC4-C8lgSE455Yjv6tirN/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Assignment - 11 Solution Released

Dear Participants, The  Assignment 11  of the  Week 11  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/1DJQd8PMgXRlO89-jeko1Z_bz1__v1iMR/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 12 Feedback Form

Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc. We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc. Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel. Here is the link to the form:  https://docs.google.com/forms/d/11RgoAE4g2HB-NX9y20Gd8u5w5PAGWEsGl1HzbqOR1uA/viewform NPTEL Team

Exam Format - April, 2023 !!

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released.  We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. Thank you! -NPTEL Team

Computer Networks And Internet Protocol - Week 11 Feedback Form

Computer networks and internet protocol - week 12 content is live now.

Dear Students The lecture videos for  Week 12  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=116&lesson=117 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 12  for  Week 12  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=116&assessment=153 The assignment has to be submitted on or before  Wednesday, [19/04/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignment - 10 Solution Released

Dear Participants, The  Assignment 10  of the  Week 10  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/1SNJWpTRnXGo_CruX1-8tFzJCPh4lGP_y/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 11 content is live now!!

Dear Students The lecture videos for  Week 11  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=108&lesson=109 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 11  for  Week 11  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=108&assessment=152 The assignment has to be submitted on or before  Wednesday, [12/04/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignment - 9 Solution Released

Dear Participants, The  Assignment 9  of the  Week 9  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/1hMNj6OWrRepfiWqWkH9IvBZnHhtUn9W-/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 10 Feedback Form

Computer networks and internet protocol - week 9 feedback form, computer networks and internet protocol - assignment - 8 solution released.

Dear Participants, The  Assignment 8  of the  Week 8  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/19uOILzuITZXDEB2CjIF2zOIQRBfS-bnL/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 10 content is live now!!

Dear Students The lecture videos for  Week 10  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=99&lesson=100 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 10  for  Week 10  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=99&assessment=151 The assignment has to be submitted on or before  Wednesday, [05/04/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Potential additional date (April 28th) for the April 2023 NPTEL exams

***THIS IS APPLICABLE ONLY FOR EXAM REGISTERED CANDIDATES*** Dear Student, Greetings from NPTEL! The Jan 2023 session is coming to an end soon and it’s time to put all your best efforts for the certification exam. The NPTEL team has always been there to make your learning process a joyful one and we hope that with your support we will be able to overcome the challenges of conducting a nation-wide exam of this magnitude. With the closure of exam registration form for the NPTEL April 2023 exams, the final registration count stands at 5.1 Lakh compared to 3.7 Lakh reported during the Jul-Dec 2022 semester. Based on the previous semester data, seats at the certification exam centres are booked by NPTEL at the beginning of the exam registration process. As the semester progresses, sometimes these numbers exceed our estimate, especially on certain dates and certain exam cities. Our goal is to allocate the chosen exam cities to all our learners. And by and large, we are able to allocate the chosen cities and dates with active support from our exam partner and our partner colleges. All efforts are being made to allocate the city of choice or the next nearest exam city for the April 29th/30th 2023 exams, as scheduled. However, in view of the unexpectedly large volume of exam registrations & limitation of seats at certain cities on a particular date, we may be compelled to shift the exam date of certain candidates to 28th April 2023 (Friday) as a last resort, only after exhausting all possibilities. We hope that you will appreciate our logistical constraints of such rescheduling and extend all necessary support as before and participate in the exam. With best wishes for the forthcoming exam(s), Warm regards, NPTEL Team

Computer Networks And Internet Protocol - Week 9 content is live now!!

Dear Students The lecture videos for  Week 9  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=90&lesson=91 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 9  for  Week 9  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=90&assessment=150 The assignment has to be submitted on or before  Wednesday, [29/03/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignment - 7 Solution Released

Dear Participants, The  Assignment 7  of the  Week 7  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/138Yz5qtU_6Wxxw9lnUCWAYkvrZk0mLIH/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 8 Feedback Form

Computer networks and internet protocol - week 8 content is live now.

Dear Students The lecture videos for  Week 8  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=81&lesson=82 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 8  for  Week 8  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=81&assessment=149 The assignment has to be submitted on or before  Wednesday, [22/03/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignments - 5 & 6 Solutions Released

Dear Participants, The  Assignments-5 & 6  of the  Weeks-5 & 6  solutions for the course " Computer Networks And Internet Protocol " have been released in the portal. Please go through these solutions and in case of any doubt post your queries in the forum. Assignment-5: Solution Link:-   https://drive.google.com/file/d/1gVRtJ4wyBSOquuYiC2DGgqNlq6piyTxd/view?usp=share_link Assignment-6: Solution Link:-  https://drive.google.com/file/d/1KjC0hD2Gm6bPMmWXh_fwpyFpI8hCMQVd/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 7 Feedback Form

Computer networks and internet protocol - week 7 content is live now.

Dear Students The lecture videos for  Week 7  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=72&lesson=73 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 7  for  Week 7  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=72&assessment=147 The assignment has to be submitted on or before  Wednesday, [15/03/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Week 6 content is live now!!

Dear Students The lecture videos for  Week 6  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=63&lesson=64 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 6  for  Week 6  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=63&assessment=145 The assignment has to be submitted on or before  Wednesday, [08/03/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignment - 4 Solution Released

Dear Participants, The  Assignment 4  of the  Week 4  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-  https://drive.google.com/file/d/1dRM3wjD1uSR0arkq797FTOLV9EExxfMh/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 6 Feedback Form

Computer networks and internet protocol - week 5 feedback form, computer networks and internet protocol - translation feedback.

Dear Learner, The translated content of this course is available in regional languages. For details please visit https://nptel.ac.in/translation The video course content can be accessed in the form of regional language text transcripts, books, subtitles in the video and Video Text Track below the video. Your feedback is highly appreciated. Kindly fill this form https://forms.gle/JQ69biza33j4QtM38 MP3 audio files are made available on NPTEL Site for each lecture in the regional language.  Steps to access the MP3 files : 1. Open the course page on NPTEL Site( nptel.ac.in  -> Programs -> NPTEL Courses -> Search the course name -> Click on the Course Name). 2. Click on Downloads tab. 3. Click Transcripts. 4. Select language for the lecture. 5. Click MP3 to the right (Download or Play) -NPTEL Team

Computer Networks And Internet Protocol - Assignment - 3 Solution Released

Dear Participants, The  Assignment 3  of the  Week 3  solution for the course " Computer Networks And Internet Protocol " has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:-   https://drive.google.com/file/d/1nzhpsqCcN8bbVmV9QCuGE6PVAUH3kHpq/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 5 content is live now!!

Dear Students The lecture videos for  Week 5  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=54&lesson=55 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 5  for  Week 5  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=54&assessment=144 The assignment has to be submitted on or before  Wednesday, [01/03/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Week 4 Feedback Form

Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc. Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel. Here is the link to the form:  https://docs.google.com/forms/d/11RgoAE4g2HB-NX9y20Gd8u5w5PAGWEsGl1HzbqOR1uA/viewform NPTEL Team

Computer Networks And Internet Protocol - Week 4 content is live now!!

Dear Students The lecture videos for  Week 4  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=45&lesson=46 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 4  for  Week 4  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=45&assessment=143 The assignment has to be submitted on or before  Wednesday, [22/02/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignments - 1 & 2 Solutions Released

Dear Participants, The Assignments-1 & 2 of the Weeks-1 & 2 solutions for the course " Computer Networks And Internet Protocol " have been released in the portal. Please go through these solutions and in case of any doubt post your queries in the forum. Assignmnet-1: Solution Link:-   https://drive.google.com/file/d/12K8g3REGkAxID8XY8etr3ixNHh-W4mNS/view?usp=share_link Assignmnet-2: Solution Link:-   https://drive.google.com/file/d/1GQ0xZPNxHwD4hd2FGlmvCp3vyPH5_sf4/view?usp=share_link Happy Learning! Thanks & Regards, NPTEL Team

Computer Networks And Internet Protocol - Week 3 Feedback Form

Computer networks and internet protocol - week 3 content is live now.

Dear Students The lecture videos for  Week 3  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=36&lesson=37 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 3  for  Week 3  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=36&assessment=142 The assignment has to be submitted on or before  Wednesday, [15/02/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Week 2 Feedback Form

Computer networks and internet protocol - week 2 content is live now.

Dear Students The lecture videos for  Week 2  have been uploaded for the course  Computer Networks And Internet Protocol.  The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=27&lesson=28 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 2  for  Week 2  is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=27&assessment=141 The assignment has to be submitted on or before  Wednesday, [08/02/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note :  Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Week 1 Feedback Form

Computer networks and internet protocol - download video links are available now.

Dear Learners, The download video link for the course Computer Networks And Internet Protocol   is available now in the course outline. Please check the download video link:  https://nptel.ac.in/courses/106105183 NPTEL Team

Computer Networks And Internet Protocol - Week 1 content is live now!!

Dear Students The lecture videos for Week 1 have been uploaded for the course Computer Networks And Internet Protocol. The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=18&lesson=19 The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already). Assignment 1 for Week 1 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc23_cs48/unit?unit=18&assessment=140 The assignment has to be submitted on or before Wednesday, [08/02/2023], 23:59 IST. As we have done so far, please use the discussion forums if you have any questions on this module. Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately. Thanks and Regards, --NPTEL Team

Computer Networks And Internet Protocol - Assignment-0-RELEASED

Dear Learners,

We welcome you all to this course. The assignment 0 for the course Computer Networks And Internet Protocol has been released. This assignment is based on a prerequisite of the course. Kindly note that marks obtained in this assignment will not be considered for the final assessment. You can find the assignment under Week 0 unit on the left-hand side of your screen. You can submit the assignment multiple times. All the best !!    

--NPTEL Team

NPTEL: Exam Registration is open now for Jan 2023 courses!

Dear Learner, 

Here is the much-awaited announcement on registering for the Jan 2023 NPTEL course certification exam. 

1. The registration for the certification exam is open only to those learners who have enrolled in the course. 

2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification. 

3 . Date of exam: Apr 29, 2023

CLICK HERE to register for the exam. 

Choose from the Cities where exam will be conducted: Exam Cities

4. Exam fees: 

If you register for the exam and pay before Mar 17, 2023, 5:00 PM, Exam fees will be Rs. 1000/- per exam .

5. 50% fee waiver for the following categories: 

6. Last date for exam registration: Mar 17, 2023, 5:00 PM (Friday). 

7. Mode of payment: Online payment - debit card/credit card/net banking/UPI. 

8. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published. 

9. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

10. Data changes: 

Last date for data changes: Mar 17, 2023, 5:00 PM :  

All the fields in the Exam form except for the following ones can be changed until the form closes. 

The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: - 

6. What is your role ? 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

11. LAST DATE FOR CANCELLING EXAMS and getting a refund: Mar 17, 2023, 5:00 PM  

12. Click here to view Timeline and Guideline : Guideline

Computer Networks And Internet Protocol: Welcome to NPTEL Online Course - Jan 2023!!

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor Code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets, etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact. Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: April 29, 2023  Morning session 9am to 12 noon; Afternoon Session 2 pm to 5 pm.
  • Registration URL: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning.

A project of

computer networks and internet protocol nptel assignment answers week 8

In association with

computer networks and internet protocol nptel assignment answers week 8

[Week 1] NPTEL Computer Networks And Internet Protocol Assignment Answers 2024

Nptel computer networks and internet protocol week 1 assignment answers 2024.

a1q1

Share your love

Related posts, [week 1] nptel cloud computing assignment answers 2024.

NPTEL Artificial Intelligence : Search Methods For Problem Solving Assignment Answer 2023

[Week 1, 2] NPTEL Artificial Intelligence : Search Methods For Problem Solving Assignment Answer 2023

NPTEL Google Cloud Computing Foundations Assignment Answers 2023

[Week 1, 2] NPTEL Google Cloud Computing Foundations Assignment Answers 2023

NPTEL Entrepreneurship Assignment Answers

[Week 1-12] NPTEL Entrepreneurship Assignment Answers 2023

[week 1] nptel principles of management assignment answers 2024.

NPTEL Biomedical Nanotechnology Assignment Answers 2023

[Week 1, 2] NPTEL Biomedical Nanotechnology Assignment Answers 2023

Leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

IMAGES

  1. Computer Networks And Internet Protocol

    computer networks and internet protocol nptel assignment answers week 8

  2. Computer Networks and Internet Protocol

    computer networks and internet protocol nptel assignment answers week 8

  3. Computer Networks and Internet Protocol

    computer networks and internet protocol nptel assignment answers week 8

  4. NPTEL Computer Network and Internet Protocol Week 8 Assignment

    computer networks and internet protocol nptel assignment answers week 8

  5. Computer Networks and Internet Protocol

    computer networks and internet protocol nptel assignment answers week 8

  6. NPTEL Computer Networks And Internet Protocol

    computer networks and internet protocol nptel assignment answers week 8

VIDEO

  1. NPTEL Computer Networks And Internet Protocol Week8 Quiz Assignment Solution

  2. Software Engineering

  3. NPTEL The Joy of Computing using Python Week8 All Programming Assignment Solutions 2023

  4. Computer Networks And Internet Protocol || Week 9 Assignment Answers || NPTEL 2023

  5. Social Network Analysis week 8 || assignment 8 nptel || nptel solution 2022

  6. NPTEL Programming in Modern C++ WEEK 8 ASSIGNMENT 8 ANSWERS Solutions Quiz

COMMENTS

  1. NPTEL Computer Network and Internet Protocol Week 8 Assignment

    NPTEL Computer Network and Internet Protocol 8 Assignment Solutions 2023 || Jan- Apr 2023Duration : 12 weeksStart Date : 23 Jan 2023End Date : 14 Apr 2023Exa...

  2. Computer Networks and Internet Protocol

    The domain of Internet has grown in a rapid pace from traditional circuit switched and packet switched small scale networks to modern high-speed mobile and w...

  3. NPTEL Computer Networks and Internet Protocol WEEK 8 Quiz Assignment

    🔊NPTEL Computer Networks and Internet Protocol WEEK 8 Quiz Assignment | Swayam 2022 | IIT KharagpurThe domain of Internet has grown in a rapid pace from tra...

  4. Computer Networks and Internet Protocol

    Course layout. Week 1 : Introduction to Computer Networks - History, Circuit Switching and Packet Switching. Week 2: TCP/IP Protocol Stack - Basic Overview. Week 3: Application Layer Services (HTTP, FTP, Email, DNS) Week 4: Transport Layer Primitives - Connection Establishment and Closure.

  5. Computer Networks And Internet Protocol

    A Computer Bits Daily - computer learners portal for beginners, Professionals and computer learner for free.It features well-written, well-thought-out, and well-explained articles on computer science and programming, quizzes, and practice/competitive programming/company interview questions, Computer tricks and tips, Computer Tutorial.

  6. NPTEL Computer Networks And Internet Protocol Week 8 Assignment Answers

    NPTEL Computer Networks And Internet Protocol Week 8 Assignment Answers 2024. 1. When you connect your personal computer (end device / host) to the internet, how does it know/assign its own IP address, and the Gateway IP address to use for sending packets to remote hosts, without any manual configuration? b) From its own routing table.

  7. Computer Networks And Internet Protocol

    Computer Networks And Internet Protocol- Assignment-8 Solution Released Dear Participants, The Assignment-8 of Week- 8 Solution for the course "Computer Networks And Internet Protocol" has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum.

  8. NPTEL :: Computer Science and Engineering

    NPTEL :: Computer Science and Engineering - NOC:Computer Networks and Internet Protocol. Courses. Computer Science and Engineering. NOC:Computer Networks and Internet Protocol (Video) Syllabus. Co-ordinated by : IIT Kharagpur. Available from : 2018-04-26. Lec : 1. Watch on YouTube.

  9. Computer Network and Internet Protocol

    #nptel #week8 #solution #network #protocol #internet #computer #skilloftechnologyBecome patrons to Support us and get benifited - https://www.patreon.com/ski...

  10. PDF noc20 cs23 assigment 7

    NPTEL » Networks and Internet Protocol Announcements About the Course Ask a Question Progress Mentor Due on 2020-03-11, 23:59 IST. Unit 8 - Week 6 Course outline How does an NPTEL online course work? Week O Assignment O Week 1 week 2 week 3 Week 4 Week 5 ... Accepted Answers: 2) Which of the following protocol is used by the routers to send ...

  11. PDF noc20 cs23 assigment 1

    NPTEL » Networks and Internet Protocol Unit 2 - Week O Assignment O Announcements About the Course Ask a Question Progress Mentor Due on 2020-01-27, 23:59 IST. Course outline How does an NPTEL online course work? Week O Assignment O Quiz : Assignment O Week 1 Week 2 week 3 Week 4 Week 5 Week 6 week 7 Week 8 Week g Week 10 week 11 Week 12

  12. Computer Networks and Internet Protocol

    The Assignment-8 of Week-8 Solution for the course Computer Networks and Internet Protocol has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum.

  13. noc18 cs38 Assignment2.pdf

    Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Download Videos Assignment ... iv,N; v,P No, the answer is incorrect. Computer Networks and ... Answers: Application layer-> V; Transport layer-> I; Network Layer-> II, IV; Data link layer-> VI, III Previous Page End Computer Networks and Internet Protocol ...

  14. Computer Networks and Internet Protocol

    Computer Networks and Internet Protocol - Solution for Week 12 Assignment Dear Learners, Detailed Solution for Assignment 12 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.-NPTEL Team

  15. Computer Networks And Internet Protocol

    Disclaimer: "This page contains multiple choice questions (MCQs) related to Computer Networks and Internet Protocols. The answers to these questions are provided for educational and informational purposes only.These answers are provided only for the purpose to help students to take references.

  16. Computer Networks And Internet Protocol NPTEL 2023 Week 3 Solutions

    This set of MCQ (multiple choice questions) focuses on the Computer Networks And Internet Protocol NPTEL 2023 Week 3 Solutions. The domain of Internet has grown in a rapid pace from traditional circuit switched and packet switched small scale networks to modern high-speed mobile and wireless Internet. A large number of methods, architectures ...

  17. PDF noc20 cs23 assigment 5

    NPTEL » Networks and Internet Protocol Announcements About the Course Ask a Question Progress Mentor Due on 2020-02-26, 23:59 IST. Unit 6 - Week 4 Course outline How does an NPTEL online course work? Week O Assignment O Week 1 week 2 week 3 Week 4 Lecture 16 : Transport Layer Performance Lecture 17 : Buffer Management and Congestion Control

  18. Computer Networks And Internet Protocol

    This video is for providing Computer Networks And Internet ProtocolThis video is for Education PurposeThis Course is provided by NPTEL - Online courses T...

  19. [Week 1-12] NPTEL Computer Networks And Internet Protocol Assignment

    This course will provide you with access to all 12 weeks of assignment answers for NPTEL Computer Networks And Internet Protocol. As of now, we have uploaded the answers of week 11 & Week 12. Note:- Buy this plan if you have not yet. Our answers will be visible to only those who buy this plan.

  20. Computer Networks And Internet Protocol

    The Assignment 12 of the Week 12 solution for the course "Computer Networks And Internet Protocol" has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. ... The questions will be on the computer and the answers will have to be entered on the computer; type of questions may ...

  21. Computer Networks and Internet Protocol

    © 2023 Google LLC

  22. [Week 1] NPTEL Computer Networks And Internet Protocol Assignment

    NPTEL Computer Networks And Internet Protocol Week 1 Assignment Answers 2024. 1. Answer :- 2. Answer :- 3. Answer :- 4. Answer :- 5. Answer :- 6. Answer :- 7. Answer :- 8. ... [Week 1-12] NPTEL Data Mining Assignment Answers 2024 [Week 1] NPTEL Entrepreneurship Essentials Assignment Answers 2024 [Week 1] NPTEL Problem Solving Through ...

  23. Computer Networks and Internet Protocol

    The domain of Internet has grown in a rapid pace from traditional circuit switched and packet switched small scale networks to modern high-speed mobile and w...