
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 1515 Articles for Computer Network

5K+ Views
What is the Real-Time Communications (RTC)? Real-Time Communications (RTC) refers to the ability to communicate and exchange information in real time over the internet. RTC includes technologies and protocols that enable synchronous communication of audio, video, and other types of data between devices. RTC technologies are used in a wide range of applications, including voice and video calls, video conferencing, instant messaging, and live streaming. RTC relies on a combination of protocols and technologies, including Real-time Transport Protocol (RTP) and Session Initiation Protocol (SIP), to establish and maintain real-time communication sessions between devices. RTC has become increasingly important in recent ... Read More

10K+ Views
What is the Real-time Transport Protocol (RTP)? Real-time Transport Protocol (RTP) is a network protocol for the delivery of audio and video over the internet. It is designed to provide end-to-end network transport functions suitable for applications transmitting real-time data, such as audio and video. RTP is used in conjunction with the Real-time Transport Control Protocol (RTCP), which is used to monitor the quality of the data transmission. RTP provides the actual delivery of the media, while RTCP is used to provide feedback on the quality of the transmission and to provide other control information. RTP is a packet-based protocol, ... Read More

8K+ Views
What is Real Time Streaming Protocol (RTSP)? Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communication systems to control streaming media servers. The protocol is used to establish and control media sessions between endpoints, and it can support the transmission of video, audio, and other types of data. RTSP is similar to HTTP, but it is specifically designed for the control of streaming media. It allows a client to issue commands to a server, such as "play, " "pause, " and "record, " and it can also be used to negotiate the ... Read More

8K+ Views
What is MPEG? MPEG (Motion Pictures Experts Group) is a family of standards for audio and video compression and transmission. It is developed and maintained by the Motion Pictures Experts Group, a working group of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). There are several different types of MPEG standards, including − MPEG-1 −This standard is primarily used for audio and video compression for CD-ROMs and low-quality video on the internet. MPEG-2 −This standard is used for digital television and DVD video, as well as high-definition television (HDTV). MPEG-4 −This standard is used for ... Read More

1K+ Views
What is JPEG? JPEG (Joint Photographic Experts Group) is a standardized image compression technique that is commonly used for digital photographs. It is designed to reduce the file size of digital images while maintaining reasonable image quality. JPEG is named after the Joint Photographic Experts Group, which developed the standard in the early 1990s. JPEG uses a lossy form of compression, which means that some data is lost when the image is compressed. The degree of compression can be adjusted, with higher levels of compression resulting in smaller file sizes but lower image quality, and lower levels of compression resulting ... Read More

3K+ Views
What is Mobile Web? Mobile web refers to the use of the World Wide Web on mobile devices, such as smartphones and tablets. It involves accessing the internet and using web-based applications and services through a mobile browser or app, rather than a desktop or laptop computer. The mobile web is an important part of the internet and has grown significantly in recent years, as more and more users rely on their mobile devices to access the internet and stay connected. Mobile devices are convenient and portable, and they allow users to access the web from anywhere, at any time. ... Read More

3K+ Views
What are the Static Web Pages? Static web pages are HTML pages that do not change their content or appearance when they are accessed by different users or at different times. They are designed to display the same information to all users and do not include any interactive elements or dynamic content. Static web pages are typically used for basic information websites, such as brochure-style websites or personal websites, where the content does not need to change frequently. They are also used for content that does not require any user input or interaction, such as text, images, and other media. ... Read More

4K+ Views
A URL (Uniform Resource Locator) is a string of characters that specifies the location of a resource on the internet. URL schemes are the protocol that is used to access the resource. Here are the most common URL schemes − Http HTTP (Hypertext Transfer Protocol) is a protocol used to transmit data over the internet. It is the standard protocol for accessing web pages on the internet, and is used by browsers to communicate with web servers and retrieve web pages. When you enter a URL in your web browser that begins with "http, " your browser sends a request ... Read More

29K+ Views
What is Web Architecture? Web architecture refers to the overall structure of a website or web application, including the way it is designed, implemented, and deployed. It involves the use of technologies and protocols such as HTML, CSS, JavaScript, and HTTP to build and deliver web pages and applications to users. Web architecture consists of several components, including the client, the server, the network, and the database. The client is the web browser or application that the user interacts with, and the server is the computer or group of computers that host the website or web application. The network is ... Read More

1K+ Views
What is Web? The World Wide Web (also known as the "web") is a global network of interconnected documents and other resources, linked by hyperlinks and URLs. It is a platform that allows people to access and share information, communicate with one another, and conduct business online. The web is built on top of the Internet, which is a global network of computers that are connected to each other and can communicate with one another. The Internet allows computers to send and receive data, such as emails, files, and web pages, to and from one another. The web was invented ... Read More