Explain tcp/ip applications, services and protocols?
Answer / Vaibhav Tyagi
TCP/IP is a suite of communication protocols used for transmitting data over the internet. Applications are software programs that run on top of these protocols to provide specific functions like email (SMTP), web browsing (HTTP), file transfer (FTP), and more. Services are the higher-level functionality provided by these applications, such as DNS (Domain Name System). Protocols are the rules governing how these applications communicate with each other, including TCP (Transmission Control Protocol) and IP (Internet Protocol).
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is clustering required in data analysis?
What is white noise model in r?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
What are the features of r programming?
Explain disadvantages of density-based clustering in R?
What is readline() in r?
Why is R useful for data science?
What is the use of subset() function and sample() function in R ?
What is the function in r?
What makes a valid variable name in R?
What is transpose?
Give an example of 'dreaded for loop'?