basics of internetworking Flashcards
Computer Network
Groups of computers or other devices that use a set of common communication protocols
Nodes
devices
AKA hosts or clients
Common examples of nodes include computers, IP phones, and printers.
Links
The connections that transfer data between nodes.
wired connections or wireless connections.
example = wired connection would be the Ethernet cable plugged into the back of a computer coming from a router or modem.
OSI model
allows computer network technicians to visualize how one node talks to another node on a computer network and is helpful when it comes to troubleshooting
problems in network communication when they occur
physical layer (layer 1)
- Media (term for cables)
- physical layer = cables (hands on)
The network hub will receive input, amplify it, and output it out of all the ports on the network hub regardless of destination.
Servers
provide services to host or client nodes.
Common examples of servers include file servers, mail servers, print servers, and game servers
Protocols
set of rules that determine how data is transmitted and interpreted for a computer network.
protocols include HTTP, FTP, DHCP, DNS.
network hub
largely obsolete nowadays, having been replaced by network switches
network switch
hardware used to interconnect nodes on a computer network.
perform vital function in Layer 2 Switching to receive and transmit data to a destination node on a computer network.
router
perform traffic direction functions from one computer network to a destination computer network
bits
- Rapid pulses of activity in the signals
- Protocol Data Unit (PDU) layer 1 physical
The rapid transmission of bits in series is known as a
bitstream
each bit has an assigned value of either 1 or 0
data link (layer 2)
taking a layer 3 PDU and encapsulating it inside of a layer 2 PDU known as a Frame
common protocol = Ethernet, is used for formatting a standardized logical ordering of bits to create what is known as an
Ethernet frame.
1522 bytes.
Frame Header - a source and destination address.
Frame Footer - trailing series of bits that make up what is known as the Frame Check Sequence (FCS) field which provides a form of error detection.
(MAC) address will populate the source and destination address field in the frame header.
48-bits in length and are unique to each individual Network Interface Card (NIC) for each node on a computer network.
MAC addresses are also expressed in a Hexadecimal Format.
the switch in getting a frame from one node inside a computer network to another node inside the computer network is known as Layer 2 Switching.
network (layer 3)
- Packet Forwarding- getting packet from one node to another node
- getting packets from one part of the network to another part of the network
Packets contain a leading series of bits
Packet Header (source address and destination address)
IP provides logical address via IPv4 + IPv6
transport (layer 4)
providing delivery mechanisms to support host-to-host communication for programs
protocols -
-Transmission Control Protocol (TCP)
-User Datagram Protocol (UDP).
If TCP is in use during communication, the layer 4 PDU is referred to as a Segment.
If UDP is in use during communication, the layer 4 PDU is referred to as a Datagram.
address type used at the transport layer is a combination of the layer 3 logical address and a TCP or UDP Port Number
UDP (user datagram protocol)
This decreases latency in communication at the cost of decreasing reliability of data transmission
is known as a connectionless-oriented protocol
session (layer 5)
establish the starting point and ending point of sessions in host to-host communication via protocols.
open an individual session known as a Session Beam
presentation (layer 6)
displaying data to user of an application.
a failure= Protocol Mismatch
application (layer 7)
interfacing with the user and is the briefest in scope.
It is the closest to the end user
and allows user inputs.
bus topology
all nodes are connected via a common and shared link
all nodes receive equal priority in generating their own traffic this can causes a problem that is known as collisions
advantages
- simple design + linear architecture
- works well for small computer networks
- easy to extend w a connector or repeater (network hub)
disadvantages
∙ Bandwidth is shared among nodes and performance suffers with more nodes.
∙ All nodes receive the same traffic which causes a security concern.
∙ The entire computer network shuts down when there is a break in the main cable.
ring topology
all nodes are connected to two other nodes in a continual path where traffic passes through each node towards its destination
the traffic can be unidirectional (one way) or bidirectional (two way
token generated
Advantages of a Ring Topology
∙ Performs better than a Bus Topology under heavy load.
∙ Easy to isolate faults.
Disadvantages of a Ring Topology
∙ Latency increases with more nodes.
∙ Adding or replacing nodes can cause issues with traffic on the computer network.
star topology
every node on the computer network connects to a central piece of network equipment (network switch or router)
Advantages of a Star Topology
∙ If one node fails it does not affect the entire computer network.
∙ Nodes can be added or removed without affecting the entire computer network.
∙ Great for large computer networks.
Disadvantages of a Star Topology
∙ Can be expensive due to number of cables required for each node.
∙ The central piece of network equipment is a single point of failure.
mesh topology
all nodes connect to each other.
Advantages of a Mesh Topology
- Full redundancy means there is no single point of failure.
- Direct pathways for traffic decrease latency.
Disadvantages of a Mesh Topology
- More expensive than a Star Topology
- Requires more administrative oversight.
IPv4 addresses
IPv4 addresses are 32-bits
Dotted Decimal Notation (DDN). Each octet in an IPv4 address has a value between 0 and 255.
stateful protocol
requires an additional service to be running, like a server.
When a node is configured to obtain an IPv4 address from a server on the computer network, this is considered stateful
stateless protocol
requires no previous communication with another service to function
node is not configured to do so,it uses Stateless Autoconfiguration to generate -
Automatic Private IP Address
(APIPA)
what does the APIPA being present mean?
Automatic Private IP Address
(APIPA)
sign that there is a problem on a computer network
IPv4 address class
value of first octet = class of the address
The class of the address will determine how many octets belong to
- Network Field + the Host Field
A- 0-126
B- 128-191
C-192-223
D- 224-239
E- 240-255
127 = reserved for loopback
each octet of an IPv4 address is 8-bits even though it is written
in dotted decimal notation.
network field
cannot be altered
Internet Assigned Numbers Authority (IANA
values in the octet(s) which make up the network field are assigned by a global standards organization