Re: Need some advice on learning networking
I'm done with protocols and finally something I can use for copiers.
Protocols are simply a set of rules that each computer agree to in order to communicate with one another and every protocol has a specified port. Sometimes more than one.
HTTP (port 443) is used to pull up a webpage. But if you're on Amazon and it asks you for your credit card information, it will switch over to HTTPS because it is secure, or encrypted.
There are many protocols used for different purposes. The ones that relate to copiers are SMTP (port 25), TLS/SSL (port 465). Of course TTL/SSL adds a layer of security.
StartTLS (port 587) is a protocol command used to inform the email server that the email client wants to upgrade from an insecure connection to a secure one using TLS or SSL. StartTLS is used with SMTP and IMAP, while POP3 uses the slightly different command for encryption, STLS.
To date, I had no idea how any of that worked, I just typed the port number in the correct box and it was magic as far as I was concerned.
PS - Those aren't the only protocols used for copiers. You also have FTP (port 21). I'm sure there are others (TCP).
PSS - Protocols reside on the Transport Layer of the OSI model.
If I got any of that wrong, feel free to correct me.
Edit: I did have something wrong. Different protocols reside in different layers of the OSI models. SMTP, TLS/SSL, for example, reside in Layer 7...the application layer. TCP protocol is in the transport layer. Other protocols are in other layers.
I'm done with protocols and finally something I can use for copiers.
Protocols are simply a set of rules that each computer agree to in order to communicate with one another and every protocol has a specified port. Sometimes more than one.
HTTP (port 443) is used to pull up a webpage. But if you're on Amazon and it asks you for your credit card information, it will switch over to HTTPS because it is secure, or encrypted.
There are many protocols used for different purposes. The ones that relate to copiers are SMTP (port 25), TLS/SSL (port 465). Of course TTL/SSL adds a layer of security.
StartTLS (port 587) is a protocol command used to inform the email server that the email client wants to upgrade from an insecure connection to a secure one using TLS or SSL. StartTLS is used with SMTP and IMAP, while POP3 uses the slightly different command for encryption, STLS.
To date, I had no idea how any of that worked, I just typed the port number in the correct box and it was magic as far as I was concerned.
PS - Those aren't the only protocols used for copiers. You also have FTP (port 21). I'm sure there are others (TCP).
PSS - Protocols reside on the Transport Layer of the OSI model.
If I got any of that wrong, feel free to correct me.
Edit: I did have something wrong. Different protocols reside in different layers of the OSI models. SMTP, TLS/SSL, for example, reside in Layer 7...the application layer. TCP protocol is in the transport layer. Other protocols are in other layers.
Comment