NET-02-P1 Network Fundamentals Flashcards
represents the endpoint device (not necessarily a PC) that requested an operation
Client
Represents the endpoint device that receives a quest and perms the requested operation
Server
is a distributed application structure that manages tasks and workloads by sharing them among providers of resources and services (servers), and delivers responses to service requesters (clients)
Client-Server relationship
is an unsecure protocol used to transfer information over the web.
HTTP
is the encrypted version of version of HTTP
HTTPS
Translates domain names to IP addresses according to predefined databases
DNS
is used to transfer files over the network
FTP
service is responsible for assigning an IP address to each device on a network configured to use DHCP, such as PCs, Routers, Firewalls, Servers, etc.
DHCP
is standard protocol for mail transfer over the internet
SMTP
is a secure command line protocol that allows the user to run remote commands on a remote machine
Secure Shell - SSH
used by network devices to generate error messages when IP packets are not able to reach their destinations
ICMP
the concept behind creating a networking model was to set a standard for the development and usage of network components
The Network Model Concept
is a network model which each functionality of the network is represented by a layer
OSI
The first TCP/IP specification was submitted several years after the OSI model
TCP/IP
defines a network framework to implement protocols in layers
OSI - Open System Interconnection
Users interact directly with applications that operate at this level
Layer 7 - Application
prepares or translates data from application format to network format, and vice versa
Layer 6 - Presentation
is responsible for creating a session two devices.
Layer 5 - Session
handles coordination of data transfer between end systems and hosts, including how much data to send, , at what rate, destination, etc. Data in this layer is organized into segments
layer 4 - Transport
organizes data into packets called IP datagrams that contain logical source and destination addresses
Layer 3 - Network
provides node-to-node data transfer (between two directly connected nodes)
Layer 2 - Data Link
defines the details of how data of how data is physically sent through the network
Layer 1 - Physical
When a message is sent from source to destination, it must have a specific format or structure. Message formats depend on the type of message and the channel used to deliver it
Data Encapsulation
layer creates an HTTP header requesting the web page from the server
Application - Layer 7