The Internet - TCP/IP Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Internet Protocol Suite

A
  • Internet protocol suite is the computer networking model and communications protocols used by the Internet and similar computer networks
  • it is commonly known as TCP/IP, because its most important protocols, the Transmission Control Protocol (TCP) and the Internet Protocol (IP), were the first networking protocols defined in this standard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IP Address

A
  • every computer on the internet has an “IP address” that identifies it (like a phone number)
  • the IP address is 4 bytes, written between dots, like “171.64.2.3”
  • must be between 0-255
  • the left part of the address encodes in part where that IP address is in the whole internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Domain Names

A
  • alternate names for IP addresses
    • google.com
  • easier for people to remember and type
  • DNS looks up an IP address from a domain name
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router

A
  • most common way for a computer to be “on the internet” is to establish a connection with a “router” which is already on the internet
  • handles traffic for a few local computers
  • the routers at the ends have a trivial upstream/downstream configuration, so the next hop for a packet is pretty simple
  • more central “core” routers tend to have several possible outgoing connections, so they have a more complicated choice about which link to use for the next hop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Packet Routing

A
  • The routing of a packet from your computer is like a capillary/artery system
    • your computer is down at the capillary level, your packet gets forwarded up to larger and larger arteries, makes its way over to the right area, and then down to smaller and smaller capillaries again, finally arriving at its destination
  • forwards each packet one hop closer to its final destination
  • The ultimate destination puts all the packets back together in the right order to recover the original file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Special “Local” IP Addresss

A
  • 10.x.x.x and 192.168.x.x addresses are special “local” IP addresses
  • not valid out on the internet
  • gets translated to a real IP address as a packet makes it way
  • frequently given out by Wi-Fi routers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DHCP

A
  • Dynamic Host Configuration Protocol
  • typically DHCP is used when you connect to a Wi-Fi access point
  • facilitates connecting to a router; establishing a temporary connection, and the router gives your computer an IP address to use temporarily
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ping do?

A

sends a “are you there” packet to a computer, getting back a “yes” packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Device Connection Order

A
  1. PC or wireless device
  2. Router
  3. Modem
  4. ISP
  5. Internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly