Network Flashcards
(15 cards)
What is computer network?
it’s a way to describe how devices communicate to each other
1 Layer: What is the Physical later?
it’s the layer the represents the physical devices that interconnect computers(cables,signals)
2 Layer: what is the Data link layer responsible for
Responsible for defining a common way of interprete these signals(sent by the physical layer) so network devices can communicate, like the protocols.
3 Layer: What does the Network Layer?
Allows different networks to communicate with each other through devices known as routers. Ele identifica o caminho necessário para um node poder se comunicar com outro.
IP is present in the network layer
the network layer allows a device to communicate to other device in other network, that happnes thourght protocols, one of the famous one is the IP protocol, is the heart of the internet and most smaller networks around the world.
how is the network software devided ?
Client Applications and Server Application. The client initiate a request for data and the server software answering the request across the internet
4 Layer - Transport layer, what does it do?
Você pode acabar utilizando um serviço de client e um serviço de server na mesma network, mas o serviço de client sempre vai fazer os requests e o server sempre irá receber, a network não se confunde pois o Transport layer seleciona quem deve ou não receber os dados.
Qual o protocolo mais comum presente na camada de transporte?
TCP - Transmission control protocol. Responsável por garantir que os dados sejam entregues de uma aplicação para outra.
IP Protocol
IP is responsible for getting data from one node to another.
5 Layer - Application Layer: what is it?
É a própria aplicação, um site no browser do navegador por exemplo.
Cables
Connect different devices to each other, allowing data to be transmitted over them
Copper cables
Most common networking cable. A comunicação entre computadores é feita através de 0 e 1, a comunicação feita de um dispositivo pro outro através do cabo é feita alterando a Voltagem between 2 ranges, então a depender da voltagem o dispositivo que está recebendo irá receber 0 ou 1, e no final todos esses 0 e 1’s passados podem representar varias informações sendo transmitidas.
Most common copper twisted-pair cables used in networking and difference between them.
Cat5(the older one), Cat5e(mais novo que o Cat5) and Cat6 cables. Cat = Categorie. A importância de diferentes cabos é que a depender do cabo utilizado isso pode alterar drasticamente quão rápido um dado é entregue e o quanto ele é resistente a interferência externa.
Cat5e é mais resistente a crosstalk.
Cat6 é ainda mais resistente a crosstalk e são cabos mais caros, eles transmitem dados mais rápido que o Cat5e mas pelo jeito que seu arrangment interno é feito o alcance máximo dele diminui quando usando em alta velocidade.
What is Crosstalk
when an electrical pulse on one wire is accidentally detected on another wire, então ele acaba não entendendo the data, causing a network error
Fiber cables(cabos de fibra óptica)
Contain individual optical fibers, which are tiny tubes made out of glass about the width of a human hair. Utiliza pulsos de luz para representar 0 e 1 em vez de utilizar pulsos eletricos. Transmitem dados ainda mais rápido que o Cat6 e transmitir dados a longa distância sem perder informação, mas são ainda mais caros.