Tuesday, July 26, 2022

Difference Between TCP and IP Protocol

 TCP:

1. TCP stands for Transmission Control Protocol.

2. Main function of TCP is to deliver the data to the respective destination.

3. TCP is a transport layer protocol.

4. TCP is a connection - oriented protocol

5. TCP arrange the packets in proper order before they reach the application.



IP:

1. IP stands for Internel Protocol.

2. IP is a network layer protocol

3. The main task of IP is to deliver the packets from source to the destination based on the IP addresses.

4. IP protocol provides the connectionless service.

5. The first version of IP (Internet Protocol) was IPv4.

6. The Second version of IP (Internet Protocol) was IPv6.

Monday, July 25, 2022

FTP - Class 11 and 12 CS and IP Notes

 FTP:

1. FTP is a networking protocol.

2. FTP stands for File Transfer protocol.

3. FTP operates at Application Layer.

4. FTP is used to transfer files between client and server or one host to another.

5. FTP is founded by Abhay Bhushan in 1971

6. FTP is TCP/IP protocol.

7. Port number of FTP is 21

8. FTP use two channels

9. Examples of FTP are FileZilla, WinSCP etc.

HTTPS - Class 11 and 12 CS and IP Notes

 HTTPS:

1. Hypertext Transfer Protocol Secure.

2. HTTPS is an extension of the Hypertext Transfer Protocol (HTTP).

3. It is used for secure communication over a computer network.

4. HTTPS also referred to as HTTP over TLS, or HTTP over SSL.

5. In HTTPS, the communication is encrypted using Transport Layer Security (TLS) or Secure Sockets Layer (SSL).

6. HTTPS  is a secure version of the HTTP protocol that uses the SSL/TLS protocol to encrypt data.

7. Port number of HTTPS is 443

8. HTTPS uses an encryption protocol to encrypt communications.

9. HTTPS transfers data in cipher text (encrypt text).

10. HTTPS requires SSL certificate.

11. HTTPS is slower than HTTP

12. HTTPS helps to improve search ranking.

13. HTTPs URLs begin with https://

HTTP - Class 11 and 12 CS and IP Notes

 HTTP:


1. HTTP stands for Hypertext Transfer Protocol.

2. HTTP is an application-layer protocol.

3. HTTP was designed for communication between web browsers and web servers.

4. HTTP used to load web pages using hyperlinks.

5. HTTP is the set of rules for transferring files -- such as text, images, sound, video and other multimedia files over the internet.

6. HTTP is connectionless.

7. HTTP is media independent

8. HTTP is stateless

9.  Port number of HTTP is 80

10. HTTP URLs begin with http://

11. HTTP is faster than HTTPS

12. HTTP does not improve search rankings.








Wednesday, July 20, 2022

12 CS Unit Test - 20 July 2022

 1. Which statement will read 5 characters from a file?

a. f.read()

b. f.read(5)

c. f.reads(5)

d. f.readline(5)

2. EOF stands for --

a. End of File

b. End Off File

c. End on Line

d. End or Line

3. File in python is treated as sequence of __________

a. bits

b. Bytes

c. Words

d. Nibble

4. Which function is used to write data in binary file?

a. write()

b. writelines()

c. pickle()

d. dump()

5. What is the full form of CSV?

a. Character Separated Values 

b. Comma Separated Values

c. Common Separated Values

d. Common Separated Variables

6. Write the full form of the following:       (3)

a. VoIP

b. MAN

c. ARPANET

d. NSFNET

e. NFC

f. VoLTE

7. Write the minimum four difference between switch and router.      (2)

8. Write the minimum four difference between Bus and Ring Topologies  (2)

9. Write the minimum four difference between LAN and WAN            (2)

10. Write the short notes on the following -                                            (4)

a. Internet

b. Extranet

c. Intranet

d. Interspace

11. If we want to connect 8 devices using mesh topology how many wired are required?    (1)

12. Set of Piconet is called ----

a. Scatternet

b. Internet

c. ARPANET

d. NSFNET

















Monday, July 18, 2022

Modem - Network Device Class 11 and 12

 Modem:

1. Modem stands for modulation - demodulation.

2. Modem is a input as well as output device.

3. Modem is used to convert digital signal into analog signal and also used to convert analog signal into digital signal.

4. Modulation is the process to convert digital signal into analog signal.

5. Demodulation is the process to convert analog signal into digital signal.

Types of Modulation:

1. AM

2. PM

3. FM

Gateway - Network Device Class 11 and 12

Gateway:



1. Gateway is a networking device. 
2. Gateway is operate on Network Layer.
3. Gateway is used to connect the networks which are operates on different protocols.
4. Gateway does not support dynamic routing.
5. The main function of a gateway is to translate one protocol to the other.
6. Gateway is hosted on dedicated applications, physical servers or virtual applications.
7. The additional features provided by a gateway are network access control, protocol conversion etc.
8. Gateway can also be defined as a node which acts as an entrance for the other nodes in the network.
9. A gateway is a hardware device that works as a “gate” between two networks.