Networking P2 Flashcards
protocol
defined set of standards that computers must follow in order to communicate properly
Computer networking
full scope of how computers communicate with each other. Networking involves ensuring that computers can hear each other, that they speak protocols other computers can understand, that they repeat messages not fully delivered
TCPIP five-layer model intro
protocol used to get data from one end of a networking cable to the other. It’s totally different from the protocol you use to get data from one side of the planet to the other. But both of these protocols are required to work at the same time in order for things like the internet and business networks to work the way they do
The TCP(Transmission Control Protocol)/IP Five-Layer Network Model
00
econd layer in our model is known as the data link layer
layer the network interface or the network access layer. data link layer is responsible for defining a common way of interpreting these signals, so network devices can communicate.Lots of protocols exist at the data link layer, but the most common is known as Ethernet, although wireless technologies are becoming more and more popular
third layer
the network layer is also sometimes called the Internet layer.
third layer
the network layer is also sometimes called the Internet layer. layer that allows different networks to communicate with each other through devices known as routers.
internetwork
A collection of networks connected together through routers
Internet Protocol
the heart of the Internet and most small networks around the world.Network software is usually divided into client and server categories, with the client application initiating a request for data and the server software answering the request across the network
single node
may be running multiple client or server applications.
the transport layer known as TCP or Transmission Control Protocol. ( TCP IP)
While the network layer delivers data between two individual nodes, the transport layer sorts out which client and server programs are supposed to get that data.
transfer protocols also use IP to get around
including a protocol known as UDP or User Datagram Protocol. The big difference between the two is that TCP provides mechanisms to ensure that data is reliably delivered while UDP does not
fifth layer is known as the application layer.
Protocols used to allow you to browse the web or send receive email are some common ones. The presentation layer is sometimes present in other networking models. Under our model, though, it’s included in the application layer.
Visual description of layers
he physical layer is the delivery truck and the roads. The data link layer is how the delivery trucks get from one intersection to the next over and over. The network layer identifies which roads need to be taken to get from address A to address B. The transport layer ensures that delivery driver knows how to knock on your door to tell you your package has arrived. And the application layer is the contents of the package itself.
Wired Network: Cables
most basic component of a wired network: cables. Cables are what connect different devices to each other allowing data to be transmitted over them. Network cables splite into 2 catagories: fiber and copper.The most common forms of copper twisted pair cables used in networking are Cat5, Cat5e, and Cat6 cables. The sending device communicates binary data across these copper wires by changing the voltage between two ranges. The system at the receiving end is able to interpret these voltage changes as binary ones and zeros which can then be translated into different forms of data.
Common forms of cables
Cat5e cables have mostly replaced those older Cat5 cables because their internals reduce crosstalk
Crosstalk
Cat5e cables have mostly replaced those older Cat5 cables because their internals reduce crosstalk.electrical pulse on one wire is accidentally detected on another wire.So, the receiving end isn’t able to understand the data causing a network error.Cat6 cables follow an even more strict specification to avoid crosstalk, making those cables more expensive.
Hubs and Switches
Cables allow you to form point-to-point networking connections.
hub (Rare and almost never used now a days) ( phyical layer)
a physical layer device that allows for connections from many computers at once.All the devices connected to a hub will end up talking to all other devices at the same time. It’s up to each system connected to the hub to determine if the incoming data was meant for them, or to ignore it if it isn’t.
collision domain
is a network segment where only one device can communicate at a time.If multiple systems try sending data at the same time, the electrical pulses sent across the cable can interfere with each other.
switch
very similar to a hub, since you can connect many devices to it so they can communicate. The difference is that while a hub is a layer 1 or physical layer device, a switch is a level 2 or data link device.that a switch can actually inspect the contents of the Ethernet protocol data being sent around the network, determine which system the data is intended for and then only send that data to that one system.
switch
very similar to a hub, since you can connect many devices to it so they can communicate. The difference is that while a hub is a layer 1 or physical layer device, a switch is a level 2 or data link device.that a switch can actually inspect the contents of the Ethernet protocol data being sent around the network, determine which system the data is intended for and then only send that data to that one system.a switch can inspect Ethernet data to determine where to send things
router
is a device that knows how to forward data between independent networks.A router operates at layer three, a network layer
router
is a device that knows how to forward data between independent networks.A router operates at layer three, a network layer.a router can inspect IP data to determine where to send things