Networks (Unit 5) (Finished) Flashcards
(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)
(5.2) What happens in the transport layer of the TCP/IP stack?
Uses the Transmission Control Protocol (TCP) to establish an end‐to‐end connection with the recipient computer
Splits data into packets and numbers them sequentially
Adds port number to be used based on HTTP protocol
At the receiving end this layer confirms that packets have been received and requests any missing packets be resent
(5.2) What happens in the internet layer of the TCP/IP stack?
Uses the Internet Protocol (IP) to address packets with the source and destination IP addresses
A router forwards each packet towards an endpoint called a socket, defined by the combination of IP address and port number: 42.205.110.140:80
Each router uses a routing table to instruct the next hop
(5.2) What happens in the link layer of the TCP/IP stack?
The link layer operates across a physical connection
Adds the MAC address of the physical NIC that packets should be sent to based on the destination IP address
MAC addresses change with each hop
(5.2) How is the data received in the TCP/IP stack?
At the destination, the message is passed back up through the layers
The Link Layer removes the MAC address from each packet and passes it to the internet Layer
The Internet Layer removes the IP address from each packet and passes it to the Transport Layer
The Transport Layer removes the port number from each packet, reassembles the packets in the correct order and passes them to the Application Layer
The Application Layer presents the image data for the user in a browser
(5.2) What is a MAC address?
A MAC address uniquely identifies a physical device with a Network Interface Card (NIC)
(5.2) What is a gateway, and what is it used for?
A computer that sits between different networks or applications
A gateway is required where data is travelling from one network to another that use different protocols
(5.2) What is a bridge?
can be used to connect Local area networks together.
(5.2) What is a hub?
is used to connect devices in a LAN