Tuesday, August 2, 2022

Domain Name

Domain Name

  1. A domain name is a string of text that maps to a numeric IP address
  2. Domain name is used to access a website from client software or browser.
  3. It's the unique name that appears after the @ sign in email addresses, and after www. in web addresses. 

        for example:

        spsharmag@gmail.com

        www.gbsss.in

        here gmail.com and gbsss.in are domain name

        4. Domain name is the name of a website

        5. Domain names are a key part of the Internet infrastructure. They provide a human-readable                     address for any web server available on the Internet.




6. (TLD) Top-Level Domain

7. TLDs tell users the general purpose of the service behind the domain name. The most generic TLDs (.com, .org, .net)



Monday, August 1, 2022

POP3 - 12 CS

 POP3

1. POP stands for Post Office Protocol.

2. The first version of post office protocol was introduced in 1984.

3. Post Office Protocol version 2 launched in 1985.

4. Post Office Protocol version 3 launched in 1988.

5. POP3 is used for retrieving the emails from the server.

6. POP3, is the most commonly used protocol for receiving email over the internet.

7. In POP3 the mail can only be accessed from a single device at a time.

8. To read the mail it has to be downloaded on the local system.

9. The user can not create, delete or rename email on the mail server.









12 CS Weekly Plan - 01 Aug 2022 to 06 Aug 2022

 01 Aug 2022

  1. POP3, IMAP,  PPP,  TELNET, VoIP

 02 Aug 2022

  1. WWW, Domain Name, URL, Web Browser

 03 Aug 2022

    Browser Add - Ons and Plug-ins

 04 Aug 2022

    Introdution to HTML, History of HTML

05 Aug 2022

\    Types of HTML Tags


08 Aug 2022

    Heading, Center, hr, br, img tags



10 Aug 2022

    Formatting Tags








12 IP - Weekly Plan - 01 Aug 2022 to 06 Aug 2022

 01 Aug 2022

  1. VoIP
  2. Introduction to Web Browser
  3. Commonly Used Web Browsers

 02 Aug 2022

  1. Browser Setting

03 Aug 2022

  1. Browser Add-Ons and Plug -ins

04 Aug 2022

    Cookies, Introduction to Website


05 Aug 2022

   Difference between Website and Webpage, History of HTML


08 Aug 2022

    Heading, Center, br, img tags



10 Aug 2022

  Difference between Static and Dynamic Website, Web Server, Hosting


Saturday, July 30, 2022

Class 12 IP - 20 July 2022 Test 1 Result

 12 IP Test Result


ROLL NOMarks out of 20
113.5
29.5
314
415
512.5
611
714.5
87
1014
1311
1513.5
199
2012.5
2111.5
2218
239
2410.5
2714.5
328.5
3614.5
3710
389.5
4116
4213
4612.5
4716
5113
5411.5
5515
5610
6015
61A
68A
70A
7110.5
72A
73A







Friday, July 29, 2022

INODE

 Inode:

1. An inode is an index node.

2. An Inode number is a uniquely existing number for all the files in Linux and unix like systems.

3. When a file is created on a system, a file name and Inode number is assigned to it.

4. Inode doesn't contain the file name. Reason for this is to maintain hard-links for the files.

Inode Contents

An Inode is a data structure containing metadata about the files.

Following contents are stored in the Inode from a file:

  • User ID of file
  • Group ID of file
  • Device ID
  • File size
  • Date of creation
  • Permission
  • Owner of the file
  • File protection flag
  • Link counter to determine number of hard links
Note: The Inode doesn't contain file content, instead it has a pointer to that data.