• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 296
  • 59
  • 1
  • Tagged with
  • 356
  • 192
  • 159
  • 115
  • 99
  • 34
  • 30
  • 29
  • 28
  • 28
  • 28
  • 27
  • 26
  • 26
  • 24
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
211

Desenvolvimento e análise de desempenho de um 'packet/session filter' / Development and performance analysis of a packet/session filter

Spohn, Marco Aurelio January 1997 (has links)
A segurança em sistemas de computação é uma das áreas mais críticas nas ciências da informação. Freqüentemente se ouve falar em alguma "brecha" descoberta em algum sistema. Não importando quão grave seja o problema, já existe certa paranóia em relação a questões de segurança. Esses furos na segurança podem ser explorados de diversas maneiras: para obter benefícios financeiros indevidos, personificação maliciosa a custos de uma pretensa "brincadeira", perda de informações sigilosas, danos em arquivos do sistema, etc. Esses são alguns dos motivos porque se investe cada vez mais em segurança. Como se não bastasse, ainda existem os problemas relativos a legislação: por um lado, o governo pode vir a exigir que a segurança em sistemas de informação seja encarada como um problema federal e impor controle sobre tudo que seja utilizado nos mecanismos de proteção; por outro lado, outros podem reclamar a necessidade de privacidade e liberdade de escolha em problemas relativos a segurança. Os sistemas são, a medida que agregam mais recursos, muito complexos e extensos, propiciando um meio fértil para acúmulo de erros e conseqüentes problemas de segurança. A conectividade alterou a realidade da computação: as redes de computadores estão aí para provar. Entretanto, os sistemas em rede a medida que facilitam a realização de uma série de tarefas também apresentam vulnerabilidades. As redes públicas são um exemplo crítico, pois todas as informações passam por meios não confiáveis sujeitos a alteração ou utilização por terceiros. A Internet talvez represente um dos ambientes mais críticos a nível de segurança. Devido a sua abrangência e velocidade com que cresce, ela é um dos ambientes mais propícios a disseminação e exploração de "furos" de segurança. Existem, entretanto, um esforço constante em desenvolvimento de mecanismos para protegê-la. "Internet Firewalls", são um conjunto de mecanismos utilizados para formar uma barreira de segurança entre a rede interna e a Internet. isolando-a das principais ameaças. Os componentes básicos de um "firewall" são o "packet filter" e o "proxy server". Basicamente, o que esses componentes fazem é uma filtragem dos pacotes. 0 "packet filter", como o nome sugere, faz uma filtragem dos pacotes até o nível de transporte (UDP e TCP). 0 "proxy server" atua como um procurador entre o cliente e o servidor real realizando uma filtragem a nível de aplicação; portanto, é uma tarefa mais apurada. Cada um desses componentes básicos apresentam os seus benefícios à segurança da rede interna. Um dos problemas desses mecanismos, é que eles acarretam em um "overhead" ao sistema, degradando o desempenho. Um "packet filter" tem de ser suficientemente rápido para que não seja o gargalo do sistema. De fato, como é apresentado nesse trabalho, pode-se conseguir um filtro tão rápido quanto necessário. A filtragem dos pacotes é baseada nas regras de filtragem que são elaboradas segundo a política de segurança, a qual estabelece qual o tipo de tráfego que pode existir entre a rede interna e a Internet. Cada pacote que passa pelo filtro é comparado com as regras de filtragem na ordem em que elas foram especificadas pelo administrador. Dependendo do número de regras, e este é um fator relevante porque são em grande número os serviços utilizados na rede, o tempo médio de filtragem aumenta. Uma solução para melhorar o desempenho na filtragem, é realizar a filtragem dos pacotes por sessão ("session filter"). Nesse caso somente se consegue atender aos serviços baseados no TCP (que é orientado a conexão); entretanto, considerando que os serviços mais utilizados na rede são baseados no TCP esse é um mecanismo viável. Na filtragem por sessão apenas o pacote de solicitação de conexão é comparado com a lista de regras de filtragem. Os pacotes subsequentes são verificados junto a uma "cache" de sessões ativas. Caso o pacote pertença a alguma sessão válida ele é passado adiante; caso contrário, ele é descartado. O acesso a "cache" deve ser suficientemente rápido para justificar esse procedimento. Além do ganho em desempenho, o filtro de sessões apresenta a vantagem de monitoramento: todas as sessões ativas entre a rede interna e a Internet estão registradas na "cache". Esta dissertação apresenta o projeto e a implementação de um "Packet/session filter". O filtro foi implementado como um módulo do "kernel" do sistema operacional "FreeBSD". O filtro "ip_fw" disponível como "freeware" na referida plataforma, serviu como referência básica para o desenvolvimento do filtro proposto. O utilitário "ipfw", disponível para gerenciar o filtro de pacotes "ip_fw", foi adaptado para interagir com o filtro desenvolvido. Os testes de desempenho apresentam resultados esperados. Ou seja, o filtro de sessão melhora consideravelmente o processo de filtragem em relação a um filtro convencional. O recurso de monitoramento das sessões ativas também representa uma facilidade a mais no controle e obtenção de estatísticas para o "firewall". / Security in computer systems is one of the most critical areas in "information sciences". Often it is heard something about a new "hole" discovered in some system. No matter how important is such a problem, there is a "paranoia" regarding questions about security. These security holes could be explored in a diversity of ways: to obtain financial benefits, to impersonate somebody to spoofing, to obtain secret informations, to damage to file systems, etc. Those are some of the reasons because so much time and money are spent in security. There are also some problems concerning legislation: government can demand that security in information systems is a federal problem and it can lead to impose control over everything that is used in protection mechanisms; on the other hand, there is the question of privacy and freedom of choice concerning to security. By adding new resources to the systems, the complexity is increase and new bugs and security problems can arise. Connectivity has changed the computer reality: computer networks show that. However, network systems also present weak points. Public networks are a critical example because all information flow by untrusted medias subject to modification or misuse by outsiders. The Internet may be one of the most critical environments concerning security. Because the internet covers almost all the world and grows so fast, it's able to dissiminate "holes" in security. There is, however, a constant effort to develop new mechanisms to protect the Internet, Internet Firewalls are a set of mechanisms used to build a security barrier between the internal network and the internet, maintaining the internal network far away from the main threats. The basic components of a firewall are the packet filter and the proxy server. These two components basically do a packet screening. The "packet filter", as the name suggests, makes a packet filtering up to the transport layer (UDP and TCP). The Proxy Server acts like a proxy between the client and the real server, the proxy does a packet filtering at the application level; therefore, it's a refined task. Each one of these components present their own benefits to the internal network security. A problem of those mechanisms is that they bring an overhead to the system, slowing the performance. A packet filter must be fast enough, otherwise it'll be the bottleneck in the system. The present work slows that, it's possible to obtain a filter as fast as necessary. The packet filtering is based on the filter rules which are prepared following the security policy that establishes what kind of traffic can flow between the internal network and the Internet. Each packet that passes through the filter is compared with the filtering rules to check if it is in the sequence specified by the administrator. Depending on the number of rules, and this is an important issue because there is a great number of services available in the network, the filtering mean time increases. A solution to improve the filtering process is to make the packet filtering by session (session filter). In this case it's only possible to attend to TCP, based services (connection oriented); however, considering that the most used services in the internet are based on TCP this is a feasible mechanism. In the session filtering only the first packet is compared against the filtering rules. The next packets are verified against a session cache. If the packet refers to a valid session it's sent forward; otherwise, it's dropped. The access time to the cache must be fast enough in order to allow applying this procedure. Beyond the performance improvement the session filter presents the advantage of monitoring: all the active sessions are recorded in the "cache". This work presents the project and development of a "packet/session filter". The filter was developed as a kernel module of the operating system "FreeBSD". The filter "ip_fw" available as freeware served as a basic reference to the implementation of the filter here presented. The "ipfw" utility available to manage the "ipfw" packet filter was adapted to interact to the developed filter. The performance benchmark presents expected results. The session filter enhances the filtering process when compared to the conventional packet filter. The monitoring facility also represents an enhancement the control and statistics gathering.
212

Uma Proposta de autenticação de usuários para ensino a distância / A solution for user authentication for distance learning

Fiorese, Mauricio January 2000 (has links)
Este trabalho investiga diferentes estratégias e técnicas de autenticação de usuários visando determinar quais podem ser integradas em um ambiente de educação a distância. Diversas soluções de autenticação existentes no mercado foram analisadas para se determinar as mais adequadas. Buscou-se as soluções consideradas factíveis de utilização, seja pelo custo ou quantidade de equipamentos extras envolvidos, seja pela simplicidade operacional ou pelo grau de certeza das medidas efetuadas. A partir desta análise foi delineado um modelo de autenticação que integra várias técnicas de autenticação a fim de chegar a um nível de segurança maior que senhas, utilizadas na maioria dos sistemas de educação a distância. 0 sistema funciona como um proxy, cuja função é controlar o acesso a páginas Web através da combinação de senhas, perguntas randômicas, dispositivos biométricos e checagem randômica, ao mesmo tempo que gera logs da atividade do aluno no curso. Estes logs conterão informações como dia e hora do acesso, tempo dispendido em cada página, endereço IP da máquina do aluno, entre outras. Estas informações podem ser utilizadas tanto para avaliar o aluno, como para gerar seu perfil estatístico, que servirá para gerar alertas na medida em que os dados do perfil sofrerem mudanças acima dos limites estabelecidos, durante a atividade do aluno. Um protótipo do sistema foi implementado para validar a solução delineada ao longo do trabalho. A integração dos métodos de autenticação, que identificam o aluno e a máquina em que ele está trabalhando, com as rotinas de avaliação do procedimento de educação a distância, foi um dos principais resultados alcançados. / This work investigates different strategies and techniques of user authentication in order to determine which ones may be integrated in a distance learning environment. Several authentication solutions available on the market are analyzed in order to find the most appropriate. The criteria used to determine the best solutions involve cost or amount of equipments involved, operational simplicity, and degree of confidence or results obtained. Based on this analysis, an authentication model that integrates several authentication techniques is delineated in order to obtain greater security than those used in most distance learning systems, based only on passwords. This system works like a proxy whose function is to control access to Web pages through the combination of passwords, random queries, biometric devices and random checks, at the same time that it generates logs of student's activity during a course. These logs contain information about day and hour of access, time spent on each page, IP address of the student's machine and so on. This information can be used both to evaluate the student and to generate his/her statistical profile. This profile is used to give an alarm when the data of the profile undergo changes above the established limits, during the student's activity. A prototype of the system has been implemented to validate the solution designed. The integration of the authentication methods, which identifies both the student and the machine where he/she is working, with the evaluation routines of the distance learning procedure, is one of the main reached results.
213

Um algoritmo de criptografia de chave pública semanticamente seguro baseado em curvas elípticas / A semantically secure public key algorithm based on elliptic curves

Araujo Neto, Afonso Comba de January 2006 (has links)
Esta dissertação apresenta o desenvolvimento de um novo algoritmo de criptografia de chave pública. Este algoritmo apresenta duas características que o tornam único, e que foram tomadas como guia para a sua concepção. A primeira característica é que ele é semanticamente seguro. Isto significa que nenhum adversário limitado polinomialmente consegue obter qualquer informação parcial sobre o conteúdo que foi cifrado, nem mesmo decidir se duas cifrações distintas correspondem ou não a um mesmo conteúdo. A segunda característica é que ele depende, para qualquer tamanho de texto claro, de uma única premissa de segurança: que o logaritmo no grupo formado pelos pontos de uma curva elíptica de ordem prima seja computacionalmente intratável. Isto é obtido garantindo-se que todas as diferentes partes do algoritmo sejam redutíveis a este problema. É apresentada também uma forma simples de estendê-lo a fim de que ele apresente segurança contra atacantes ativos, em especial, contra ataques de texto cifrado adaptativos. Para tanto, e a fim de manter a premissa de que a segurança do algoritmo seja unicamente dependente do logaritmo elíptico, é apresentada uma nova função de resumo criptográfico (hash) cuja segurança é baseada no mesmo problema. / This dissertation presents the development of a new public key algorithm. This algorithm has two key features, which were taken to be a goal from the start. The first feature is that it is semantically secure. That means that no polynomially bounded adversary can extract any partial information about the plaintext from the ciphertext, not even decide if two different ciphertexts correspond to the same plaintext. The second feature of the algorithm is that it depends on only one security assumption: that it is computationally unfeasible to calculate the logarithm on the group formed by the points of a prime order elliptic curve. That is achieved by ensuring that all parts of the algorithm are reducible to that problem. Also, it is presented a way to extend the algorithm so that it the resists attacks of an active adversary, in special, against an adaptive chosen-ciphertext attack. In order to do that, and attain to the assumption that only the assumption of the logarithm is necessary, it is introduced a new hash function with strength based of the same problem.
214

[en] PEOPLE COUNTING SYSTEM / [pt] SISTEMA DE CONTAGEM DE PESSOAS

PRISCILA MARQUES DIAS 11 October 2005 (has links)
[pt] Atualmente, a preocupação com segurança vem crescendo dia após dia. Vários trabalhos abordando o desenvolvimento de sistemas de supervisão já foram realizados. Esta dissertação propõe um método automático capaz de determinar o número de pessoas em uma área monitorada por uma câmera de vídeo, assim como detectar mudanças na imagem potencialmente causadas por atitudes ilícitas. Uma aplicação típica seria a segurança de galpões durante a noite, em finais de semana ou em qualquer momento onde o acesso de pessoas é permitido, mas o movimento de cargas não. Mais precisamente, a intenção é detectar se uma pessoa que está passando pelo ambiente carrega consigo um objeto pertencente ao local ou deixa um objeto no local, quando apenas o movimento de pessoas é admitido na área. Além disto, o sistema determina o número de pessoas na cena. O método consiste na aplicação de quatro etapas em seqüências de vídeo: a) separação de fundo / primeiro plano, b) atualização dinâmica da estimativa de fundo, c) localização / contagem de pessoas, e d) detecção de atitudes suspeitas. Os algoritmos de separação de fundo / primeiro plano e de estimativa de fundo toleram variações pequenas de iluminação e efeitos de sombra. Já a contagem / localização de pessoas explora informações de cor e coerência de movimento. Soluções para atender estes aspectos são encontradas na literatura, porém nenhuma delas atende todos eles juntos. O método foi avaliado por experimentos realizados através de um protótipo e apresentou resultados encorajadores. / [en] There is worldwide an increasing concern about security issues. A great deal of efforts have been undertaken in order to provide surveillance systems. This work proposes an automatic method to determine the number of people moving in an area monitored by a video camera, as well as to detect image changes, which are potentially due to illicit attitudes. A typical application is the security of warehouses during the night, on weekends or at any time when people access is allowed but no load movement is admissible. Specifically it focuses on detecting when a person passing by the environment carries any object belonging to the background away or leaves any object in the background, while only people movement is allowed in the area. Besides it estimates the number of people on scene. The method consists of performing four main tasks on video sequences: a) background and foreground separation, b) background estimative dynamic update, c) people location and counting, and d) suspicious attitudes detection. The proposed background and foreground separation and background estimative update algorithms deal with illumination fluctuation and shade effects. People location and counting explores colour information and motion coherence. Solutions meeting these requirements are proposed in the literature, but no one deals with all of them together. The method has been validated by experiments carried out on a prototype and produced encouraging results.
215

[en] INSANE OFENDERS UNDER CONTROL: COMPASSES AND MISMATCHES BETWEEN THE PSYCHIATRIC REFORM AND JUDICIARY ASYLUM / [pt] LOUCOS SOB MEDIDA: COMPASSOS E DESCOMPASSOS ENTRE A REFORMA PSIQUIÁTRICA E OS MANICÔMIOS JUDICIÁRIOS

RENATA VERONICA CORTES DE LIRA 23 February 2017 (has links)
[pt] A publicação da Lei número 10.216 em 2001, a desejada Lei da Reforma Psiquiátrica, foi um marco legal de extrema importância na luta antimanicomial. Baseada na garantia dos direitos à dignidade, à autonomia e à inserção social das pessoas com sofrimento psíquico, prevê a desinstitucionalização gradual dos usuários do sistema de saúde mental e veda a internação prolongada em instituições asilares ou com características análogas a estas. As pessoas com transtorno psíquico que cometem delitos, os loucos infratores, também estão incluídos na referida legislação, contudo o que se observa é que no campo jurídico pouco se avançou no que se refere a aplicação das medidas de segurança. Os manicômios judiciários ainda são espaços de violações de direitos. Assim, o trabalho pretende identificar de onde surge a ideia da desinstitucionalização, como ela foi inserida no Brasil e se vem sendo introduzida também nos manicômios judiciários do estado do Rio de Janeiro. Partindo do fato de que o louco infrator é duplamente estigmatizado, por causa do medo que paira sobre a possibilidade deste voltar a delinquir, a intenção principal do trabalho é avaliar a atual condição dos locais para onde estas pessoas estão sendo enviadas. A pesquisa focou os manicômios judiciários, espaços historicamente reconhecidos como produtores e reprodutores de isolamento, negligência, maus tratos e tortura, buscando informações sobre como a Lei da Reforma Psiquiátrica vem influenciando o tratamento dado às pessoas com transtorno psíquico que cumprem medidas de segurança e realizando considerações sobre se os avanços no campo psiquiátrico e os poucos ocorridos no campo jurídico efetivamente alcançaram os loucos infratores do estado do Rio de Janeiro. / [en] The publication of the law No.10.216 in 2001, the expected Psychiatric Reform Law, was a legal reference that has been extremely important in the fight against asylums. Based on securing the rights to dignity, autonomy and social integration of people with psychological distress, foresees the gradual institutionalization of users of the mental health system and seals prolonged hospitalization in mental institutions or analogous to these features. People with mental disorders who commit crimes, the offenders, are also included in this legislation, but what is observed is that on the legal field, until nowadays, there was a very little progress regarding the implementation of security measures. The judiciary psychiatric hospitals are still spaces of rights violations. Thus, this paper aims to identify where the idea of deinstitutionalization arises, as it was inserted in Brazil and has been introduced in judiciary psychiatric hospitals in the state of Rio de Janeiro. Beginning from the fact that the offender with mental disorders is doubly stigmatized, because of fear that hangs over the possibility of a reoffending, the main intention here is to evaluate the current condition of the places where these people are being sent. The research focused on the judiciary psychiatric hospitals, spaces historically recognized as producers and reproducers of isolation, neglect, mistreatment and torture, seeking informations about how the Psychiatric Reform Law has influenced the treatment of people with mental disorders that serve security measures and performing considerations about if the advances in the psychiatric field and the few examples that have occurred in the legal field effectively achieved offenders with mental disorders at Rio de Janeiro.
216

Aperfeiçoamentos em uma framework para análise de folgas em sistemas sócio-técnicos complexos : aplicação em um laboratório químico

Cejas, Agustin Javier Diaz January 2018 (has links)
Medidas para gerenciamento de saúde e segurança em laboratórios são de extrema importância em laboratórios químicos. As pessoas que realizam qualquer atividade em um ambiente de laboratório estão expostas a diversos perigos e, consequentemente, existe o risco de ocorrência de eventos adversos para a saúde e segurança. Este trabalho foi desenvolvido em um laboratório químico de uma universidade federal tem como principal objetivo o aperfeiçoamento de uma framework que permite a realização de uma análise sistemática qualitativa e quantitativa das folgas presentes em um sistema sócio-técnico complexo. Ferramentas da Engenharia de Resiliência foram utilizadas para estudar o laboratório, o qual foi considerado como um sistema sócio-técnico complexo. Uma das características de um sistema resiliente é a capacidade de lidar com a variabilidade, o que pode ser obtido por meio de recursos de folgas (slack) no sistema. O uso da framework permitiu obter dados importantes para a análise do sistema e sugestões de melhorias. Os aperfeiçoamentos propostos na framework mostraram-se eficazes, principalmente na quantificação das folgas e variabilidades, em função da utilização do método AHP (Analytical Hierarchy Process) para a análise de dados. O método AHP tornou possível substituir o uso de questionários para toda a equipe por uma avaliação direcionada a especialistas. Ao utilizar o AHP, os dados podem ser adquiridos com maior rapidez. Outro ganho obtido com o uso do método AHP foi a possibilidade de redução de uma etapa da framework, tornando-a mais concisa. / Measures for health and safety management are of paramount importance in chemical laboratories. People who perform any activity in a laboratory environment are exposed to a variety of hazards and consequently there is a risk of adverse health and safety events. This work was developed in a chemical laboratory of a federal university, and has as main objective the improvement of a framework that allows the accomplishment of a systematic qualitative and quantitative analysis of the slack present in a complex socio-technical system. Tools of Resilience Engineering were used for studying a chemical laboratory, which was considered as a complex socio-technical system. One of the characteristics of a resilient system is the ability to deal with variability, which can be obtained through slack resources in the system. This work was developed in a chemical laboratory of a federal university and consists in the improvement of a framework that allows the accomplishment of a systematic qualitative and quantitative analysis of the slack present in the system. The use of the framework allowed to obtain data important for the analysis of the system and suggestions for improvements. The improvements proposed in the framework proved to be effective, especially in the quantification of slack and variability, as a function of the AHP (Analytical Hierarchy Process) method for data collection. The AHP method made it possible to replace the use of questionnaires for the entire team by an expert team assessment. By using AHP, data can be acquired more quickly. Another gain obtained with the use of the AHP method was the possibility of reducing one stage of the framework, making it more concise.
217

[en] BETWEEN DEVELOPMENT AND SECURITY: SOUTH-SOUTH COOPERATION BETWEEN BRAZIL AND LIBYA IN LULA AND DILMA GOVERNMENTS / [pt] ENTRE O DESENVOLVIMENTO E A SEGURANÇA: COOPERAÇÃO SUL-SUL ENTRE BRASIL E LÍBIA NOS GOVERNOS LULA E DILMA

ALINE DUARTE DA GRACA RIZZO 04 February 2016 (has links)
[pt] Nas últimas décadas a Cooperação Sul-Sul tem se intensificado substancialmente acompanhando o processo de crescente atuação das potências emergentes no cenário internacional pós Guerra Fria. Tal intensificação tem gerado debates na disciplina das Relações Internacionais acerca do papel desses atores com importante destaque à observância dos desafios pertinentes às agendas de desenvolvimento e segurança cada vez mais convergentes. Nesse sentido, esta dissertação tem por objetivo central analisar a Cooperação Sul-Sul entre o Brasil e a Líbia durante os governos Lula e Dilma estabelecendo assim o recorte temporal que se inicia em 2003 e que se estende até 2014. Este recorte será dividido em dois momentos tendo como marco de inflexão fundamental o ano de 2011 quando ocorreu a Primavera Árabe e a subsequente intervenção da OTAN na Líbia bem como a transição de governos entre Lula e Dilma no Brasil. Esse momento é marcado pelos debates acerca da Responsabilidade de Proteger (R2P), princípio implementado pela primeira vez no caso da Líbia, e a crítica brasileira seguida da proposta de formulação da Responsabilidade ao Proteger (RwP). Portanto, será dado destaque à observação da política externa brasileira e os esforços do Brasil de inserção no cenário internacional enquanto potência regional e poder global emergente compreendendo este movimento sob a perspectiva da interseção entre políticas de desenvolvimento e segurança. Esta pesquisa insere-se no marco teórico do recente debate no campo das Relações Internacionais denominado security-development nexus debate esse motivado pelos desdobramentos do evento de 11 de setembro e da subsequente Guerra ao Terror e que mobiliza discussões acerca da convergência dos campos da segurança e do desenvolvimento no atual cenário internacional. Desse modo, argumenta-se que há uma dinâmica conflitiva e crescente na política externa brasileira que alterna contestação do e inserção no sistema internacional. Essa dinâmica permeia as relações do Brasil com a Líbia bem como o posicionamento brasileiro no que tange às agendas de desenvolvimento e segurança. / [en] In the last decades, the South South Cooperation has intensifying substancially following the process of increase role of the emerging powers on the international scene after Cold War. This intensification has improve the debate in International Relations discipline about the role of this players with focus on the challenges of development and security agenda convergence. In this sense, this dissertation has main goal to analyse the South-South Cooperation between Brazil and Libya in the Lula and Dilma governments setting the time frame that begins in 2003 and extends until 2014. This period will be divided in two moments with fundamental inflection point in 2011when happened the Arab Spring and the subsequente NATO intervention in Libya as well as the transition between Lula and Dilma government. This moment is marked for Responsability to Protect (R2P) debates in International Relations discipline, a principle implemented for the first time in the Libya case, and the Brazilian critics following for the Responsability while Protecting (RwP) proposal. Therefore, emphasis will be placed on Brazilian foreign policy and the Brazil efforts to insertion on international scene as a regional power and emerging global power understending this movement under the development and security policies intersection perspective. This research is based on recently theorical framework of International Relations field called security-develoment nexus. This debate was motiveted for 9/11 events and the Terror War as well as to mobilize the discussion about security and development fields convertion. In this sense, it will be argued that there is a conflitive and increase dynamics in Brazilian foreign policies that alternates contestations of and insertion on international sistem. This dynamics permeates the relations between Brazil na Libya as well as the brazilian position about development and security agendas.
218

[pt] OS PAPÉIS DO REDESENHO DO TRABALHO E DA SEGURANÇA PSICOLÓGICA NA PREVENÇÃO DE SINTOMAS DO BURNOUT / [en] THE ROLES OF JOB CRAFTING AND PSYCHOLOGICAL SAFETY IN PREVENTING BURNOUT SYMPTOMS

ETRI BANDEIRA JUNIOR 17 April 2023 (has links)
[pt] O principal objetivo desta dissertação consistiu em investigar os papéis das ações de redesenho do trabalho e da segurança psicológica na prevenção de sintomas do burnout. Para tanto, foram conduzidos dois estudos. O primeiro estudo consistiu em uma revisão teórica das relações entre redesenho do trabalho, segurança psicológica e burnout, considerando o impacto da interação entre profissionais de diferentes gerações no ambiente de trabalho. Já o segundo estudo, consistiu na proposição de um modelo no qual as ações de redesenho do trabalho exercem um papel de mediação na relação entre segurança psicológica e sintomas do burnout. Uma análise quantitativa foi conduzida, baseada na aplicação de escalas de avaliação de segurança psicológica, ações de redesenho do trabalho e sintomas do burnout e a partir de questionários respondidos por uma amostra de 179 trabalhadores dos setores químico, petroquímico e de óleo e gás. Através dos resultados obtidos, foi proposto um modelo no qual as ações de reformulação cognitiva desempenharam um papel de mediação parcial na relação entre segurança psicológica e os sintomas primários do burnout. Tais resultados reforçam a importância do desenvolvimento de ações direcionadas à capacitação de equipes e lideranças nos temas segurança psicológica e identificação de oportunidades de redesenho do trabalho. / [en] The main objective of this dissertation was to investigate the roles of job crafting actions and psychological safety in preventing burnout symptoms. For this, two studies were conducted. The first study consisted of a theoretical review of the relationships between job crafting, psychological safety and burnout, considering the impact of interaction between professionals from different generations in the work environment. The second study consisted of proposing a model in which job crafting actions play a mediating role in the relationship between psychological safety and burnout symptoms. A quantitative study was carried out, based on the application of assessment scales of psychological safety, job crafting actions and burnout symptoms and from questionnaires answered by a sample of 179 workers in the chemical, petrochemical and oil and gas sectors. Through the obtained results, a model was proposed in which the cognitive crafting actions played a partial mediation role in the relationship between psychological safety and the primary symptoms of burnout. Such results reinforce the importance of developing actions aimed at training teams and leaders in psychological safety issues and identifying opportunities for job crafting.
219

[pt] A POLÍTICA DE SEGREGAÇÃO PÚBLICA: ENTRE MUROS SOCIAIS E MARGINAIS / [en] THE PUBLIC SEGREGATION POLICY: BETWEEN SOCIAL AND MARGINAL WALLS

THABATA SOUTO CASTANHO DE CARVALHO 11 July 2022 (has links)
[pt] A presente dissertação tem por tema a espacialidade da cidade como uma política de segregação pública que engendra a política de segurança pública. Para tanto, pretende-se compreender de que forma a produção do espaço social e da cidade está intimamente relacionada ao modelo econômico adotado e como as tensões entre grupos sociais etnograficamente diferentes se reproduzem no espaço geográfico e na cidade. Assim, a presente dissertação se subdivide em: (a) compreensão da cidade como espaço de disputa; (b) compreensão da cidade como uma reprodução do capitalismo global; (c) as políticas de (re)planejamento urbano, visando o mercado mundial de cidades, que culminam em reproduções de segregações baseadas em classe e raça; (d) a análise do Rio de Janeiro como cidade global e o (re)planejamento urbano ocorrido em vista dos megaeventos, em conjunto com a segregação do Rio de Janeiro; (e) a análise da necroespacialidade que culmina na necropolítica da Segurança Pública. / [en] This dissertation has as its theme the spatiality of the city as a public segregation policy that engenders public security policy. Therefore, we intend to understan how the production of social space and the city is closely related to the economic model adopted and how the tensions between ethnographically diferente social groups are reproduced in the geographical space and in the city. Thus, this dissertation is subdivides into: (a) understanding of the city as a space of dispute; (b) understanding of the city as a reproduction of global capitalismo; (c) urban (re)planning policies, targeting the world city Market, which culminates i the reproduction of segregations based on class and race; (d) the analysis of Rio de Janeiro as a global city and the urban (re)planning that took place in view of the megaeven, together with the segregation of Rio de Janeiro; (e) the analysis of necrospace that culminates in the necropolitics of Public Security.
220

[pt] PARENTALIDADE EM CONTEXTOS DISTINTOS: CRENÇAS PARENTAIS E REGULAÇÃO EMOCIONAL INFANTIL / [en] PARENTING IN DIFFERENT CONTEXTS: PARENTAL BELIEFS AND CHILD EMOTIONAL REGULATION

LETICIA OLIVEIRA DA SILVA 18 April 2022 (has links)
[pt] Orientadas por modelos culturais, as crenças parentais funcionam como importantes organizadores para o repertório de práticas utilizado por pais na interação com seus filhos. No que diz respeito às emoções, estudos apontam o quanto tais crenças e práticas podem impactar o desenvolvimento socioemocional infantil. Além disso, pesquisas sugerem que um ambiente físico e social favorável desempenha papel fundamental em relação a esse desenvolvimento. Nesse sentido, contextos vulnerabilizados pela violência podem influenciar modelos culturais, o que pode repercurtir nas crenças parentais e nas competências emocionais infantis. Considerando o contexto da cidade do Rio de Janeiro, registros do Instituto de Segurança Pública apontam o quanto os índices de violência vêm apresentando números alarmantes. Visto isso, o presente estudo tem por objetivo investigar as relações entre crenças parentais sobre a emoção e a regulação emocional infantil em diferentes territórios da cidade, considerando a avaliação de segurança e satisfação no bairro. Para tal, participaram do estudo 40 mães da cidade do Rio de Janeiro, com filho(a) com idade entre 8 e 11 anos. Entre elas, 24 eram habitantes de territórios de favela e 16 habitantes de não-favelas. Foi utilizado um questionário sociodemográfico, a Escala de Crenças sobre Emoções, a Escala de Crenças Parentais sobre Competência Emocional em Crianças, a Escala de Avaliação de Satisfação e Segurança e o Emotional Regulation Checklist. Os resultados indicaram não haver diferenças significativas entre os grupos de favela e não-favela em relação às crenças parentais e à regulação emocional infantil. No entanto, as mães residentes em favela apresentaram menores médias de satisfação e segurança no bairro quando comparadas às mães não residentes em favela. Além disso, foram encontradas correlações entre as crenças das mães sobre as próprias emoções e crenças sobre as emoções da criança e entre a avaliação de satisfação e segurança no bairro e a regulação emocional infantil. Tais resultados fornecem evidências sobre a importância do contexto no desenvolvimento da regulação emocional e elucida aspectos importantes para a promoção da saúde emocional infantil. / [en] Guided by cultural models, parental beliefs function as important organizers for the repertoire of practices used by parents in their interaction with their children. With regard to emotions, studies show how such beliefs and practices can affect children s social-emotional development. In addition, research suggests that a favorable physical and social environment plays a key role in this development. In this sense, contexts made vulnerable by violence can influence cultural models, which can have repercussions on parental beliefs and children s emotional competences. Considering the context of the city of Rio de Janeiro, records from the Public Security Institute show how much the violence rates have been showing alarming numbers. Given this, this study aims to investigate the relationships between parental beliefs about emotion and children s emotional regulation in different territories of the city, considering the evaluation of safety and satisfaction in the neighborhood. To this end, 40 mothers from the city of Rio de Janeiro, with children aged between 8 and 11 years, participated in the study. Among them, 24 were inhabitants of favela territories and 16 inhabitants of non favelas. A sociodemographic questionnaire, the Scale of Beliefs about Emotions, the Scale of Parental Beliefs about Emotional Competence in Children, the Satisfaction and Safety Rating Scale and the Emotional Regulation Checklist were used. The results indicated that there were no significant differences between favela and non-favela groups regarding parental beliefs and children s emotional regulation. However, mothers residing in favelas had lower means of satisfaction and safety in the neighborhood when compared to mothers not residing in favelas. Furthermore, correlations were found between the mothers beliefs about their own emotions and beliefs about the child s emotions and between the assessment of satisfaction and safety in the neighborhood and child emotion regulation. These results provide evidence on the importance of context in the development of emotional regulation and elucidate important aspects for the promotion of child emotional health.

Page generated in 0.0521 seconds