The Internet Flashcards
What is packet switching?
Breaking down data into smaller packets and sending them across different routes and then reassembling them at the end of their destination
What is the primary purpose of the internet?
To provide a global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide.
True or False: An extranet is a private network that allows controlled access to external users.
True
Fill in the blank: The internet is often referred to as a ____ network.
public
Which of the following is a key difference between the internet and an extranet? A) Accessibility B) Security C) Both A and B
C) Both A and B
What type of users typically access an extranet?
External partners, vendors, or customers who require controlled access to certain resources.
what does URL mean/do?
Uniform resource locator, indicates the location of a resource (e.g. a website) and the protocol used to access it
what is the difference between POP3 and IMAP?
POP3 is only accessible on one device and downloads the email whereas IMAP can access emails on multiple devices.
what is the purpose of a DNS (domain name server)?
translates human-readable domain names (like www.example.com) into numerical IP addresses (such as 192.0.2.1) that computers use to locate each other on the internet
why might a DNS not be needed?
the IP may be stored locally if it is accessed many times
what is port 80 used for?
accessing websites (HTTP)
what is port 443 used for
accessing secure websites (HTTPS)
what is port 25 used for?
sending emails (SMTP)
what is an API?
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other. for example an app using google maps or PayPal.
what are the stages of packet switching?
1.messages split into packets
2.each packet is given a destination which is added to each packet
3.each packet is dispatched to the internet through a router
4.packets are sent independently
5.packets are given a sequence number
6.packets bounce between routers to get to destination
7.packets are reassembled at destination
Other: packets are sent across different routes and if a packet is lost at the destination it is resent