Networks (Unit 5) (Finished) Flashcards
(81 cards)
(5.1) What is the largest network in the world?
WWW (world wide web)
(5.1) What is an IP?
Internet protocol- defines a system with a unique number
(5.1) What is a MAC address?
Hard coded hexadecimal number that defines a system permanently
(5.1) What is a URL?
used to specify the means of accessing a resource across a network and its location
(5.1) What is DNS (domain name system?)
dedicated computers with a list of domain names and their corresponding IP addresses
(5.1) What is the structure of DNS servers?
Several global servers that work together to catalogue every website
(5.1) What is a backbone?
A set of dedicated, high transmission rate network connections between 2 geographical locations
(5.1) What is a LAN?
Local area network, two or more computers together within a small geographical area
(5.1) What components are needed for a wireless network?
Wireless Network Interface Card (NIC)
Wireless Access Point (WAP) requires a connection to a router, and the router requires a connection to a modem
(5.2) What is circuit switching?
creates a communication connection between 2 endpoints for a transfer of data
(5.2) What is a data packet?
Data is broken into chunks called packets and reassembled at the end
(5.2) What is time of travel known as
Latency
(5.2) What is packet switching?
when packets switch network routes in order to take the quickest possible route
(5.2) What is routing?
when routers create the optimal path for packets to travel along in order to get to their destination
(5.2) What is a data packet made up of?
trailer- end of packet
payload- data
header- holds ip addresses and packet number
(5.2) How big are packets?
Packets are deliberately small so that they don’t take excessive time moving
(5.2) What is the purpose of the packet header?
The header contains the recipient’s address so that it can be directed appropriately across the network
The address of the sender is also included so that replies can be sent appropriately
The packet number and overall number of packets in the transmission is attached to assist in reassembling the data
(5.2) What is the purpose of the packet trailer?
contains error checking
cycle redundancy is used to check the data by the receiving host
(5.2) What is a protocol?
A set of rules for data communication
(5.2) why are protocols important?
Protocols are important as the help enforce the rules of data communication
these protocols must be standard across all devices
(5.2) What are the protocols used in networks?
TCP/IP-Used to ensure data goes to the correct place on a network
DNS-Used to convert URLs to IP addresses
TLS/SSL-Encryption of data (not on the spec.)
HTTP/HTTPS-Viewing webpages (not on the spec.)
SMTP-Emailing (not on the spec.)
POP-Emailing (not on the spec.)
IMAP-Emailing (not on the spec.)
FTP/SFTP-Transferring files (not on the spec.)
Telnet-Old method of connecting to other terminals (not on the spec.)
(5.2) What is the TCP/IP stack?
The TCP/IP stack is a set of rules used in turn, to format a message so it can be sent over a network
Each layer provides a specific function within the transmission of the message
(5.2) What are the 4 layers of the TCP/IP stack?
Application Transport Internet (network) Link (A til)
(5.2) What happens in the application layer of the TCP/IP stack?
Used to provide services for applications that want to communicate across a network, often the Internet
Uses high-level protocols that set an agreed standard between the communicating end-points
For example, SMTP (for e-mail), FTP (for file transfer) and HTTP (for web browsing)
- tags
- tags