Support at its best :)
Comic for February 12, 2012 from Dilbert Daily Strip
Related articles
- Book Review – How’s That Underling Thing Working Out for You? by Scott Adams (duffbert.com)
- Scott Adams on IP theft: “It feels like a compliment” (RexBlog.com)
- I can’t do that, Dilbert (languagelog.ldc.upenn.edu)
- November 12, 2011: My Top 5 Favorite Comic Strips! (josephmallozzi.wordpress.com)
- Comics Crossover – Barney & Clyde (the-unmutual.blogspot.com)
- Strip where Dilbert confronts boss; looses chair (ask.metafilter.com)
- User Interface for Reality (dilbert.com)
- ArcaMax Launches Dilbert and Four Other Famous Comic Strips (prweb.com)
SOA, Cloud and the network–part 1
It is now a quite very long time we talk about new architectures for our environment.
What is leading the way, nowadays, is talking about SOA and Cloud, but what do really means for us implementing those architecture in our networks?
One of the problem I’ve noticed when talking with customers and partners is that they usually try to use the same techniques they used for the old network deployment to the new ones. this is a mistake for several reasons, but for a mere philosophical point of view make a little, if not at all, sense to apply old rules to new ideas.
So what has really changed in those approach (cloud and SOA) that will require us to shift our way to project ad deploy networks?
Let’s say there are some evident changes, first of all the topology of connection has been dramatically modified. when once we could simply think of an identity between user or service, and relative IP address this is not more possible.
The reason behind this are easily found in both client and server side of this equation.
No more physical servers location
virtualization simply change the rules of the game, braking the identity between the physical location of a server and the service provided. this is a huge change in the way we should plan and deliver our service.
The classic structure was something like that:![]()
The service used to be provider by one or more servers with a physical defined location and IP.
The client usually shared the same configuration with a well defined physical location and a fixed IP (or an address taken form a well defined pool).
With this situation was relatively simple to define rules of access and security.
User where defined by the membership to a specific directory group (Active Directory or LDAP or …who really cares?) as well as client computer was identified and identified by it’s IP range.
From a service delivery and security perspective this was translated in two completely separated set of activities:
The owner of the network used to set delivery and security rules based on IP and MAC address, creating table to allow or block access to physical locations defined by it’s IP range. Tis way there was a sort of identity between IP structure and topology that was then copied at upper layer by software services.
The owner of the service was, at the same time, able to ignore the network structure and limit the relative security and delivery to the authentication of the requester, providing a set of different access to the different layer or services provided by the software.
This approach lead information technology for decades, ten something happened: the disruptive introduction of virtualization.
Virtualization has been a successful technology because of the promise of lower the TCO of our networks.
The original idea was to abstract the physical server from OS and application, making the physical server able to run multiple different instances.
The advantage was a standard physical layer interface seen by OS (no more drivers nightmares, bios upgrade pain and stuffs like this) and the possibility to reduce the overall number of physical devices running more instance on one Hardware.
The increasing power of hardware platforms made this approach approach successful, but at the beginning the virtualization technique was just used to hide the physical server and nothing more.![]()
Nothing were really changed here, beside the fact that more services were running on the same physical platform.
But changing technology create new needs and so the virtual infrastructures evolved to something completely new.
Basically the abstraction layer provided by the virtual environment has been expanded in order to offer a complete abstraction from the physical layer topology. Nowadays virtual environment allow to have virtual environment running as an unique environment on different HW and different locations, at the same time the services running inside this environment are able to move from an hardware structure to another one just according the required computational needs, for the same reason instances can be created on the fly by the service layer or the virtual environment layer.
This is a radical change in the design of applications, security and networks. While before a simple IP was a good token to recognize a physical layer, a virtual one and a service one, now everything is more complex.
From a logical point of view it is clear that the problem in design is that we have multiple required connection inside the virtual environment, the entities inside the virtual environment can create complex relationship between them (think of a classic SOA implementation) as well they need to instance the physical layer.
There are obvious problems related to authentication, identity flaw control, network control and monitoring inside the virtual environment as well as the interaction with the physical environment. In a single Datacenter the physical backplane and the communication between the physical servers is usually a problem solved with datacenter specific technologies as Unified computing by cisco.
Actually the situation is a way more complex if we consider a geographical implementation as it is used to build SaaS or cloud architectures.
Different environment can be located in different datacenter able to offer a single virtual environment.
Application living in the virtual severs can be located anywhere and change location upon request or load requirement.![]()
In this situation we add another complexity to the structure, since the virtual layer needs physical geographical connections that emulate the single virtual environment, and at the same times applications need to communicate outside and inside their virtual environment.
The physical network layer need to manage several different kinds of traffic: the communication between the virtual layer units, the communication between different services that can be in need to communicate outside the virtual environment (typical SOA requirement) and the communication with client requiring service (we’ll explode this further in a few).
![]()
This kind of situation is typical in cloud implementation where the physical location of the provided service should not influence the client experience no matter where it is.
In a typical SOA implementation we add a new level of complexity since the service provided can be generated by different unit that can be stored generated and delivered in different fashion.![]()
This kind of complexity is hard to manage with traditional techniques. the first thing that we have to realize is that we need to extend the control inside the virtual environment and its units form a network , authentication and identity point of view.
Since the post is not strictly on SOA architecture I would not go deeper on the modules authentication and security needs and I will talk generally of some network requirements.
Any service that need to communicate with another inside or outside the the virtual environment trough a network protocol (TCP\IP v4 or TCP\IP v6) usually need to be provided with some sort of connection link. this can be provided by a physical switch or a virtual one running in the virtual environment. using a physical switch can be, apparently, a great solution, in terms of performances and security. this is actually a misconception for several reasons:
First of all the communication outside the virtual environment require an overload to both the service and the virtual environment, if we widen the structure in a geographical scale this overload can be barley manageable.
Second aspect to keep in mind is that some network attack in this situation are easier since the real communicator is hided by the virtual shield. impersonating a service and access data is so not a remote threat.
If the physical cannot scale well, the virtual one has, on the other side, another set of problems: resource consumptions (cpu and network latency for instance) the need to interface with the physical environment, a non matching vlan system and so on.
The problem is to overcome those limitation and keep the good from the two solutions
The solution the market is presenting nowadays is the integration between a virtual switch layer with a physical one datacenter scalable.
The idea is to have a single switch with two faces, one in the virtual world and one on the physical world. Cisco Nexus is a good example of this kind of approach.
As well as the switching similar requirement are related to firewalling. Since what happen inside a virtual environment is in a sort of black box from the outside world, keeping a security eye to check if the correct communication are in place an nothing strange happen is mandatory. Again we have a dichotomy between the physical and virtual world, the solution nowadays is to adopt a virtual firewall able to deal with internal virtual environment communications. A good example can be found again in Cisco with VSG and Virtual ASA.
Cisco VSG Security in a Dynamic VM Environment, Including VM Live Migration
Basically this kind of solutions address two needs: manage and secure virtual internal traffic, and give an interface from the physical world to the virtual one and vice versa.
Alas this is only one part of the equation, since if from one side we have the problem to control manage and deploy the services we want to provide, on the pother end we have the problem to deliver those service to someone who can use it.
Here the problem again is evolving due to several factors: the vanishing of the physical borders of our networks, the consumerization of browser capable devices, the shift in use from simple data to rich context aware multimedia contents, just to name a few.
Users try to access resources from anywhere with different devices and we are barely able to know from where they will connect to the resources.
the initial situation was relatively easy to manage, as for the server also the client were easily locable. an IP address was more than enough to build a trust relationship between client and server.![]()
With the Datacenter consolidation the number of servers and devices growth, but again with a limited presence of remote users the location of both side were quite easy understandable. The introduction of vlan technologies, stateful inspection firewall, the use of L3\L4 switches, the pervasive use of access lists were addressing (at least apparently) most of the issues.![]()
The virtualization opened a break into this structure introducing a first layer of indetermination, virtual servers and services where not physically defined by the IP, since the could share the same physical location.![]()
while adding complexity from “server” side, also the client side were expanding with an higher presence of remote users and the introduction of new services on the network (who does not have an IP phone nowadays?) ![]()
more devices means more network requirements, and so datacenter complexity, thanks to the virtual technology, expanded beyond the physical constrain of a single physical location. as we discussed before this lead to a series of problems that were paired with the expansion form the client side of remote and local users using different devices.![]()
And then comes the cloud, and the final vanishing of any physical predetermined location for our client and our services.![]()
Client and server side so evolved in an interconnect way, but network components and design were not always following this thread.
Using old fashion access lists, IP based network policies, Static VLan Assignment to manage this situation create a level of complexity that makes things unmanageable. nowadays firewalls require thousands of rules to accomplish every dingle special need, alas we have all a lot of special needs.
It’s clear to me in this situation that we need to shift from a static design to a dynamic one, able to accomplish the different needs of this evolving environment. A technology like Cisco Trustsec address those kind of requests, using SGT (Secure Group Tagging) basically dynamically assign vlan membership upon user identity, regardless IP or location, driving the packets to destination accordingly to the needs, and encrypting the network communication. To drive correctly the traffic regardless the IP is a mandatory requirement in a dynamic Cloud or SOA environment.
As important as driving correctly the network traffic there is also the need to determine witch kind of access we want to assign, we have plenty of devices like tablets, smartphones, laptop, ip phones, printers, scanners, physical security devices, medical equipment that need to access somehow our services and need to be authorized on the network. Using a Network Access service is mandatory as well to be able to correctly filter the devices, both on wireless and wired networks (think of what happened recently in Seattle to understand this kind of need). Again we can think of a cisco product like ISE to accomplish this.
Cisco Context-aware Security Webcast on August 9, 2011
|
Cisco Context-aware Security Webcast on August 9, 2011
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
|
Antonio Ierano
EUROPEAN CONSULTING SYSTEMS ENGINEER Borderless Network: Security anierano@cisco.com Phone: +39 039 629 5092 Mobile: +39 331 628 9653 Follow me on Twitter @Antonioierano Check my profile on LinkedIn
|
||
Back on Track
Image via WikipediaI haven’t post much lately, sorry but I’ve been quite busy and times at work have been hectic. I’m in a short vacation those days but I’ll start posting something
Thanks for the ones who commented on my blogs.
cheers
Antonio
"La Notte della Rete"
Non sarà una vigilia tranquilla per l’Agcom: sarà, piuttosto, “La Notte della Rete”. Il 5 luglio, a 24 ore dall’approvazione della Delibera definita “ammazza-Internet” dai blogger italiani, artisti, esponenti della rete, leader politici, cittadini e utenti del web si troveranno a Roma per una no-stop contro il provvedimento.
Per maggiori informazioni sul provvedimento dell’Agcom vai alla pagina: www.agoradigitale.org/nocensura
Fra i presenti già confermati:
Olivero Beha, Rita Bernardini, Emma Bonino, Pippo Civati, Nicola D’Angelo, Juan Carlos de Martin, Tana de Zulueta, Antonio Di Pietro, Dario Fo, Giovanbattista Frontera, Alessandro Gilioli, Peter Gomez, Beppe Giulietti, Fabio Granata, Margherita Hack, Carlo Infante, Giulia Innocenzi, Ignazio Marino, Gianfranco Mascia, Gennario Migliore, Roberto Natale, Luca Nicotra, Leoluca Orlando, Flavia Perina, Marco Perduca, Marco Pierani, il Piotta, Donatella Poretti, Enzo Raisi, Franca Rame, Fulvio Sarzana, Marco Scialdone, Guido Scorza, Mauro Vergari, Carlo Verna, Vincenzo Vita, Vittorio Zambardino.
- Fai girare la notizia, condividila con i tuoi contatti [QUI IMMAGINE FACEBOOK + LINK ALLA POSSIBILITÀ DI FARE SHARE]
- Conferma la tua adesione alla mobilitazione tramite la pagina www.agoradigitale.org/lanottedellarete e tramite il corrispondente evento facebook http://www.facebook.com/event.php?eid=186527864733678
- Pubblica la notizia dell’evento de LA NOTTE DELLA RETE sul tuo blog e manda in onda la diretta in streaming dal sito de Il Fatto Quotidiano. Compilando il form che trovi all’indirizzo www.agoradigitale.org/lanottedellarete riceverai nelle prossime ore il codice per l’embed della trasmissione sul tuo sito web.
- Firma la petizione all’Agcom all’indirizzo www.sitononraggiungibile.it e manda un messaggio ai membri dell’Agcom qui: http://www.avaaz.org/it/it_internet_bavaglio ;
- Informati sugli ultimi sviluppi della mobilitazione e sugli altri modi per entrare in azione dal sito http://www.agoradigitale.org/nocensura.
Luca Nicotra
Segretario dell’Associazione Agorà Digitale
an obscure administrative body could get huge powers to censor the internet.
The party-nominated Communications Authority is about to agree on a mechanism that could even lead to the closure of any foreign website – from Wikileaks to Youtube to Avaaz! — if suspected of violating copyright laws. Experts are already denouncing the unconstitutionality of this regulation, but it will take an avalanche of public opposition to stop this new assault on our democratic freedoms.
There’s no time to lose. Next week the Authority will vote the law, and if we build a massive public outcry against internet censorship, we could tip the balance. Let’s flood the members of the Authority with messages urging them to abstain from adopting the regulation and preserve our right to access information on the Internet. Act now and forward this email to everyone!
http://www.avaaz.org/en/it_internet_bavaglio/?vl
Over the years, Berlusconi has sought to control information on the Internet, but so far his attempts have failed. Now, away from the headlines, his government has a real chance to expand its tentacles into the Internet unless citizens speak up.
The new regulation would allow the Communications Authority to remove content suspected of copyright infringement from Italian websites without judicial oversight. Worse still, the publication of a suspected song or text could even lead to the shutting down entire foreign websites, including information sites, free software portals, video platforms like YouTube, or public interest websites like WikiLeaks.
If approved, this new measure would de facto grant legislative and judicial powers to an administrative body, whose functions should be exclusively consultative and supervisory, paving the way for unchecked and arbitrary decision-making. The Authority, hoping to avoid public scrutiny, is trying to rush through the decision, scheduled for next week.
But together we can build a massive public outcry and persuade key undecided members of the Authority to oppose the regulation and instead refer the issue back to the only body that has constitutional powers to legislate on this issue. Send a message now and forward this as widely as possible:
http://www.avaaz.org/en/it_internet_bavaglio/?vl
Governments are increasingly scared of the Internet as a tool for open public debate and citizens’ mobilization, so they’re trying to impose stricter censorship rules. But citizens are fighting back, like in the UK, where public opposition has forced the government to withdraw copyright legislation aimed to put a gag on the Internet. In Italy, last year we also managed to stop the infamous “Legge Bavaglio”. Let’s win again!
With determination,
Giulia, Luis, Ben, Ricken, Pascal, Benjamin and the rest of the Avaaz team
———————–
Cari amici,
L’Autorità per le comunicazioni, un organo di nomina politica, sta per votare un meccanismo che potrebbe perfino portare alla chiusura di qualunque sito internet straniero – da Wikileaks a Youtube ad Avaaz! – in modo arbitrario e senza alcun controllo giudiziario. Gli esperti hanno già denunciato l’incostituzionalità della regolamentazione, ma soltanto una valanga di proteste dell’opinione pubblica può fermare questo nuovo assalto alle nostre libertà democratiche.
Non c’è tempo da perdere. La prossima settimana l’Autorità voterà la delibera, e se insieme costruiremo un appello pubblico enorme contro la censura su internet potremo fare la differenza. Inondiamo i membri dell’Autorità di messaggi per chiedere di respingere la regolamentazione e preservare così il nostro diritto ad accedere all’informazione su internet. Agisci ora e inoltra l’appello a tutti!
http://avaaz.org/it/it_internet_bavaglio/?vl
Negli anni Berlusconi ha cercato più volte di controllare l’informazione su internet, ma finora i suoi tentativi sono sempre falliti. Ora, lontano dai riflettori, il governo ha la possibilità concreta di espandere i suoi tentacoli sulla rete, a meno che i cittadini non alzeranno la voce per fermarlo.
La nuova regolamentazione permetterebbe all’Autorità per le Comunicazioni di rimuovere contenuti sospetti di violazione del copyright da siti internet italiani senza alcun controllo giudiziario. Ancora peggio, la pubblicazione di una canzone o di un testo sospetto potrebbero perfino portare alla chiusura di interi siti internet stranieri, inclusi siti d’informazione, portali di software libero, piattaforme video come YouTube o d’interesse pubblico come WikiLeaks.
Se approvata, la nuova regolamentazione garantirebbe di fatto poteri legislativi e giudiziari a un organo amministrativo le cui funzioni dovrebbero essere esclusivamente consultive e di controllo, aprendo così la strada a un processo decisionale arbitrario e incontrollato. L’Autorità, nella speranza di passare inosservata, sta velocizzando al massimo la decisione, che è prevista per la prossima settimana.
Ma insieme possiamo costruire un enorme grido pubblico e convincere i membri chiave dell’Autorità che sono ancora indecisi a opporsi alla regolamentazione e rimandare così la questione all’unico organo che ha i poteri costituzionali per legiferare sulla materia: il Parlamento. Manda un messaggio ora e inoltra l’appello il più possibile:
http://avaaz.org/it/it_internet_bavaglio/?vl
I governi sono sempre più impauriti da internet, che è diventato uno strumento per aprire il dibattito pubblico e per la mobilitazione dei cittadini, e stanno cercando così di imporre regole più strette di censura. Ma i cittadini stanno rispondendo, come in Gran Bretagna, dove l’opposizione dell’opinione pubblica ha costretto il governo a ritirare la legislazione sul copyright che voleva mettere un bavaglio alla rete. In Italia lo scorso anno siamo riusciti a fermare la “legge bavaglio” liberticida. Vinciamo di nuovo!
Con determinazione,
Giulia, Luis, Ben, Ricken, Pascal, Benjamin e tutto il resto del team di Avaaz
FONTI
Campagna di Agorà Digitale, Altroconsumo e altre associazioni contro la delibera AGCOM sulla rimozione automatica dei contenuti su internet:
http://sitononraggiungibile.e-policy.it/
6 luglio, muore il web italiano:
http://espresso.repubblica.it/dettaglio/6-luglio-muore-il-web-italiano/2154694
Agcom, si sveglia l’opposizione politica: “Modifica diritto d’autore spetta al Parlamento”:
http://www.lastampa.it/_web/CMSTP/tmplrubriche/giornalisti/grubrica.asp?ID_blog=2&ID_articolo=1219&ID_sezione=&sezione=
Internet: Fini su delibera Agcom, no ai paletti, si tuteli la libertà:
http://www.adnkronos.com/IGN/News/Politica/Internet-Fini-su-delibera-Agcom-no-ai-paletti-si-tuteli-la-liberta_312189942267.html
D’Angelo (Agcom): “La libertà non è un procedimento amministrativo”:
http://zambardino.blogautore.repubblica.it/2010/12/15/dangelo-agcom-il-decreto-romani-un-errore-aver-paura-della-liberta/
Delibera n. 668/10/CONS dell’Agcom, Lineamenti di provvedimento concernente l’esercizio delle competenze dell’Autorità nell’attività di tutela del diritto d’autore sulle reti di comunicazione elettronica:
http://www.agcom.it/Default.aspx?DocID=5415
Il governo britannico pronto a rivedere i suoi piani per bloccare i siti che violano il copyright (in inglese):
http://www.computerweekly.com/Articles/2011/02/02/245187/Government-to-review-plans-to-block-copyright-infringing.htm

Support the Avaaz community! We’re entirely funded by donations and receive no money from governments or corporations. Our dedicated team ensures even the smallest contributions go a long way — donate here.
Avaaz.org is a 9-million-person global campaign network that works to ensure that the views and values of the world’s people shape global decision-making. (“Avaaz” means “voice” or “song” in many languages.) Avaaz members live in every nation of the world; our team is spread across 13 countries on 4 continents and operates in 14 languages. Learn about some of Avaaz’s biggest campaigns here, or follow us on Facebook or Twitter.
This message was sent to anierano@cisco.com. To change your email address, language, or other information, contact us via this form. To unsubscribe, send an email to unsubscribe@avaaz.org or click here.
To contact Avaaz, please do not reply to this email. Instead, write to us at www.avaaz.org/en/contact or call us at +1-888-922-8229 (US).


















SocialVibe