Posts

My internship journey with LGM as a Data Science Intern

Image
Getting Started with Let's Grow More Let's Grow More (LGM) is an organization dedicated to providing opportunities and resources to individuals aspiring to excel in various fields, including data science. With a mission to foster growth and learning, Let's Grow More offers a range of programs and initiatives to help participants gain practical experience, expand their knowledge, and connect with industry professionals. To get started with Let's Grow More: 1.Visit https://letsgrowmore.in/ or https://letsgrowmore.in/vip/ : Explore the Let's Grow More website to learn about their programs and initiatives. 2.Check the LGMVIP Program: Visit letsgrowmore.in/vip to learn about the LGMVIP internship program. 3.Review eligibility: Make sure you meet the eligibility criteria for the program. 4.Prepare your application: Update your resume, write a compelling cover letter, and highlight your skills and experiences in data science. 5.Submit your application: Follow the applicat

Error Detection- Checksum Method

Image
 What is Error..? Why does error occur..?  How to detect Errors..? ⧳ Error in computer networking occurs when receiver's information does'nt match with sender's information.   There can be several reasons which cause errors.  Generally error occurs during transmission of digital signals, while transmitting signals they may suffer from noise which introduces errors in binary bits. Error in binary bits can change polarity of binary bits i.e. 0 converts into 1 or vice versa. To detect errors we add specific codes either in data link layer or Transport layer of OSI Model. When any message transmits, it may get corrupted or scrambled by noise. To avoid this weadd additional data in specific manner. Here we are going to see how Checksum method of error detection works. Checksum : In checksum method, first we get the data which is to be transmitted (D), then we divide that data into equal checksum bits (m) {m=8,16,32,.....} into D1,D2,D3,..... After this process we perform additi