Checkpoint introduced Application control policies in their R75 version recently, while traditional firewalls like ASA and SRX perform control based on protocols, ports and IP, the new next generation firewalls in addition provides granular control by application and users using these applications.
The only other vendor doing this in the security space is a new company called Paloalto networks which appears to have initiated this concept for good.
The checkpoint App wiki is a great resource to see what application controls are possible.
One would think this question is very straightforward and easy for someone in networking profession to answer but if you did’nt know why use a switch port as 802.1q trunk port then remember this
1. dot1q trunk port will carry traffic from all vlans across that port.
2. dot1q trunk will tag that traffic as received frame from vlan x when it sends it to the trunk port of the switch on the other side where will it get untagged and sent to the destination.
Thanks to Keith for posting this very easy to understand video.
For any network engineer working on Cisco products its a challenge initially to understand how to read Cisco firmware version. We have so many version information out there that it can get confusing even for an experienced engineer.
Below is a quick summary for reference:
Cisco IOS Firmware images would almost always match the following format:
Major.Version(MaintenanceVersion)<minorUpdate><T/E/S/XA/XB><ED/GD/LD/DF/Interim>
example:
IOS – 12.4(15)T4
ASA – 8.1(0)GD
IPS - 7.0(4)E4
where:
Major Version => usually involves drastic change in code compared to previous versions.
MaintenanceVersion => as the name suggests it’s a maintenance release which are usually bug fixes.