2.12 IP ADDRESS Flashcards
What is an IP (Internet Protocol) address?
a 32-bit sequence of 1s and 0s, a way to identify machines on a network, a unique identifier, a numerical label.
How is IP (Internet Protocol) used?
Used to connect to another computer, allows transfers of files and e-mail.
What is an IP (Internet Protocol) Address?
Every device on a network has an IP address, some devices have more than one IP address, IP version 4 (IPv4) addresses are 32-bit addresses, IPv4 addresses are displayed in 4 octets separated by periods. E.g., 192.168.1.15 (11000000. 10101000.00000001.00001111). Part of this IP address is used to identify the network (like identifying the name of a street), part of this IP address is used to identify the host/device (like a specific house number).
What is an Internet Protocol (IP)?
Protocol used for communicating data across a packet-switched, packet switching: a method of grouping data that is transmitted over a digital network into packets. Packets travel over different routes to their destination.
What does a subnet mask determine in networking?
A subnet mask determines which part of the IP address is used for the network and which part is used for the host/device. A common subnet is 255.255.255.0 (11111111.11111111.11111111.00000000).
How do the bits in a subnet mask provide information about networks and IP addresses?
The amount of 1’s gives an indication of the amount of networks we have, the amount of 0’s gives an indication of the amount of IP addresses we have.
How are subnet masks represented in networking?
Subnet masks are 32 bits long, represented in four octets separated by periods.
How is IP structure defined by subnet masks in networking?
5 classes of IP addresses (A, B, C, D, and E), Class A reserved for governments, Class B reserved for medium companies, Class C reserved for small companies, Class D reserved for multicasting, Class E reserved for future use.
What are the IP address classes, and their ranges, in networking?
Class A, 0-127 – for example, 10.50.13.40; Class B, 128-191 – for example, 130.5.4.77; Class C, 192-223 – for example, 192.168.5.10; Class D, 224-239 – for example, 224.0.0.5; Class E, 240-255 – for example, 241.0.0.1.
What is Classless Inter-Domain Routing (CIDR) in networking?
CIDR is an IP addressing scheme that allows us to customize the allocation of IP addresses. It was designed to extend the life of IPv4 by allowing a method to conserve IP addresses.
How can you find your IP address on a computer using the command prompt?
To check the IP address on your computer, open the command prompt by typing CMD from the search box. Then type ipconfig and press enter.
How can you find your IP address on a computer using network settings?
Right-click the network icon in the system tray and click open network and internet settings.
In the middle pane, click properties.
Or click network and sharing center.
Click on the connected network.
Click details.
How can you find your IP address on a computer using different methods?
Search CMD and press enter.
Or click on the Command Prompt icon.
Type ipconfig and press enter (this will give you the basic IP information).
Or type ipconfig /all and press enter (this will give you more detailed IP information).
What is the purpose of a Default Gateway in the context of an IP (Internet Protocol) Address?
The Default Gateway is the IP address used to send information out of your local network to the next available connected network. Typically, this is a router interface, which at home could be your wireless router or modem. The Default Gateway facilitates your connection to the Internet, and without it, you won’t be able to access networks beyond your local one.
What are the services provided by IP (Internet Protocol)?
Addressing, Fragmentation.