Week 3: Overview of Networking Concepts Flashcards
Granting one party exclusive access of a shared transport path
impractical because it can delay all other parties
packet switching
They share by taking turns
To avoid long delays, the amount of data that can be transferred on a turn is limited
The unit of data that can be transferred at one time is called a packet
Two addresses are contained in the header of a packet
The source address (where the message came from)
The destination address (where the message is going)
A communication protocol is
an agreement that specifies a common language two computers use to exchange messages
The term comes from diplomacy
A computer communication protocol defines
The exact format and meaning of each message that a computer can send
The conditions under which a computer should send a given message
How a computer should respondwhen a message arrives
A computer communication protocol defines
The exact format and meaning of each message that a computer can send
The conditions under which a computer should send a given message
How a computer should respondwhen a message arrives
Encapsulation is
the addition of a header, and possibly a footer, to the data received by each layer from the layer above before it is handed off to the layer below
Open Systems Interconnection (OSI)
Each layer both performs specific functions to support the layers above it and uses the services offered by the layers below it
The three lowest layers focus on passing traffic through the network to an end system (hardware/firmware)
The top four layers come into play in the end system to complete the process (software)
Who standardized OSI Model
ISO (International Organization for Standardization)
Layer 1
physical layer
connector and interface specifications
medium (cable) requirements
electrical, mechanical, functional, and procedural specifications for sending a bit stream on a computer network
Physical Layer components
Cabling system components Connector design and pin assignments Hub, repeater, and patch panel specifications Wireless system components Network Interface Card (NIC)
Layer 2
data link layer
Allows a device to access the network to send and receive messages
Offers a physical address so a device’s data can be sent on the network
Works with a device’s networking software when sending and receiving messages
Provides error-detection capability
Layer 2 components
Network interface cards (NICs)
- NICs have a layer 2 or MAC address (Media Access Control)
Ethernet and Token Ring switches
Bridges (similar to switches)
- normally work in software
switches
- switches use Application-Specific Integrated Circuits (ASICs) to perform the task on dedicated hardware
Layer 3
Network layer
modelprovides an end-to-end logical addressing system so that data packets can be routed across several layer 2 networks
Layer addresses can also be referred to as logical addresses
The Internet Protocol (IP)addresses make networks easier to both set up and connect with one another
Some basic security functionality can also be set up by filtering traffic using layer 3 addressingon routers or other similar devices
Layer 3 components
Router
When passing packets between different networks, it may become necessary to adjust their outbound size to one that is compatible with the layer 2 protocol that is being used
Routers at the network layer accomplish this via a process known as fragmentation