Computer Networks:
- Types of network (LAN MAN WAN)
- Network Topologies
- Transmission Techniques (simplex, 1/2 duplex, duplex)
- Physical Media(Guided /unguided)
- Hub, Repeater,
- Functions of DLL
- Sub-Layer (LLC & MAC Address)
- Error Detection(Parity check & Checksum)
- Correction Technique(Hamming Code)
- Concept of Switch.
- Switching Technique (CS,MS,PS)
Network Layer
- Function of Network Layer
- Addressing
- IP Addressing(Class A,B,C,D,E)
- IPv4 Packet Format
- Basic of Routing Protocol ARP,RARP.
- Sub-netting
- Concept of IPv6
- IPv4 Vs IPv6
- Router
Transport Layer:
- Function of Transport Layer
- Transport Layer Protocols TCP,UDP
- Multiplexing and Demultiplexing
- Congestion Control
- Flow Control
Session and Presentation Layer:
Application Layer:
- function of Application Layer
- Application Layer Protocol HTTP
- TFTP, SMTP, POP, URL
- FTP
- TELNET.
- concept of Gateway.
- DNS
- MIME
- WWW
- E-mail, IMAP
HTTP
Hypertext transfer protocol ( HTTP):
HTTP transaction:
The client initialize the transaction by sending a request message. the server replies by sending a respond.
Message:
There are two general types of http message request and response, both message types follow almost the same format.
Request message:
A response message consist of our status line, header and sometimes a body.
Response message:
A response message consist of a status line headers and sometimes a body.
Difference between HTTP and HTTPs.
HTTP |
HTTPS |
It stands for hypertext transfer protocol. |
It stands for hypertext transfer protocol secure. |
This protocol operates at the application layer. |
This protocol operates at the transport layer. |
The information which is moved in http is plane text. |
The data which is transferred is https is encrypted.. |
It operates on port number 80. |
This protocol operates on port number 443. |
The URL of HTTP starts with http:// |
URL of HTTPs is start with https:// |
This protocol does not neat any certificate. |
Need SSL Certificate |
Advantages of https:
- It provides high security to user.
- Data and information are protected. So it insurance data protection.
- SSL technology in https protects the data from third party of hackers.
Disadvantages of https:
- The big disadvantages of https is that uses need to purchase the SSL certificate.
- The speed of the website is slow.
- Uses needs to update all there internal links.
Computer Networks:
- Types of network (LAN MAN WAN)
- Network Topologies
- Transmission Techniques (simplex, 1/2 duplex, duplex)
- Physical Media(Guided /unguided)
- Hub, Repeater,
- Functions of DLL
- Sub-Layer (LLC & MAC Address)
- Error Detection(Parity check & Checksum)
- Correction Technique(Hamming Code)
- Concept of Switch.
- Switching Technique (CS,MS,PS)
Network Layer
- Function of Network Layer
- Addressing
- IP Addressing(Class A,B,C,D,E)
- IPv4 Packet Format
- Basic of Routing Protocol ARP,RARP.
- Sub-netting
- Concept of IPv6
- IPv4 Vs IPv6
- Router
Transport Layer:
- Function of Transport Layer
- Transport Layer Protocols TCP,UDP
- Multiplexing and Demultiplexing
- Congestion Control
- Flow Control
Session and Presentation Layer:
Application Layer:
- function of Application Layer
- Application Layer Protocol HTTP
- TFTP, SMTP, POP, URL
- FTP
- TELNET.
- concept of Gateway.
- DNS
- MIME
- WWW
- E-mail, IMAP