TCP/IP Network Model Flashcards
Name four application layer protocols in the TCP/IP network model.
- HTTPS (secure web)
- SSH (secure shell)
- FTP (file transfer)
- SMTP (email delivery)
What are the two protocols used in the transport layer of the TCP/IP network model?
- TCP
- UDP
What layer of the TCP/IP network model uses IPv4 and IPv6 protocols?
Internet layer, or Network Layer
What two pieces of information form a socket?
IP address and service port.
Which layer of the TCP/IP network model provides the connection to physical media?
The Link or Media Access Layer.
What three layers of the OSI network model correspond to the Application layer of the TCP/IP model?
Application (7), Presentation (6), and Session (5).
What two layers of the OSI network model correspond to the Link layer of the TCP/IP model?
The Data Link and Physical layers.
In RHEL 7 and later, what prefixes are assignes to network interfaces for ethernet, WLAN, and WWAN?
en, wl, and ww.
In RHEL 7 and later, what characters are used to represent network interface types for onboard, PCI hotbus slot, and PCI on bus M in slot N
oN,
sN,
pM
sN
How many bits are assigned as the network prefix for Class A, Class B, and Class C networks?
Class A - 8 bits
Class B - 16 bits
Class C - 24 bits
What is CIDR?
Classless Inter-Domain Routing
The newer network addressing specification, which allows for a variable number of bits in the network prefix of an IPv4 address.
What is a network mask
A binary mask whose length indicates the number of bits assigned to the network prefix that identifies a subnet.
What two forms of expressing a network mask are used?
- CIDR notation (192.168.0.1/24)
- Four 8 bit octets (255.255.255.0)
What address within a subnet is reserved for the network address?
The lowest possible address, where the host number is all binary zeros.
What address within a subnet is reserved for the broadcast address?
The highest possible address, where the host number is all binary ones.