TCP/IP Model Flashcards
List some high speed internet connections (Home or SOHO)…
Optical fibre, DSL, CATV.
List some home connectivity devices (Home or SOHO)…
Router, switches, ethernet cable, access point.
List some end devices (Home or SOHO)…
PC, smartphone.
List some high speed internet connections (Enterprise)…
Satellite link, fibre optical link
What is a Hybrid Network Structure?
- Made up of 4 WAN’s and 2 LAN’s
- Has multiple topologies
List some network nodes…
Layer 2/3 switches, router, bridge.
What is the purpose of a switched LAN?
- The switches break up collision domains
- Creates single broadcast domain
List some common LAN traffic congestions…
Multicasting, low bandwidth, broadcast storms.
List examples of protocols in Layer 5 Application…
HTTP, POP3, SMTP, IMAP, DNS, DHCP, SIP, Telnet, NTP, SSH, TLS, SNMP, FTP.
List examples of protocols in Layer 4 Application…
TCP, UDP, SCTP.
List examples of protocols in Layer 3 Application…
IPv4, IPv6, ICMP, ICMPv6, ARP.
List examples of protocols in Layer 1 and Layer 2 Application…
Ethernet, 802.11, PPP, HDLC.
List the advantages of layering…
- Simplifies networking model
- Programmers to specialize in particular levels
- Provides design modularity
- Standardized interfaces
Typical functions of the transport layer…
- Provides: sender and receiver data, Error control, Flow control, Congestion control
- Data sent by a connectionless transport is called a datagram or segment
Typical functions of the network layer…
- Functions: Software/logical addressing for data packets (IP, IPZ, AppleTalk), Data routing and connectivity, Best path selection
- Responsible for end to end transportation packets
Typical functions of the data link layer…
- Provides for the physical layer transmission of data and handles error notification, network topology and flow control
- 2 layers: Logical link control layer (LLC), Media access control layer (MAC)
Typical functions of the physical layer…
- Defines the physical characteristics of the network hardware
- Binary digits as voltages (encoding)
- Transmits signals to the wire
Typical functions of the application layer…
- Responsibilities: Network service requests (email and web browsers)
- Concerned with user interaction with the computer and network: Telnet, FTP, HTTP, DNS, SMTP and SNMP
List some features of routers…
- Will not forward broadcast or multicast packets by default
- Use logical address in a Network layer header to determine the next hop router to forward the packet to
- Routers can use access lists to control security on the types of packets it allows
- Layer 2 bridging functions
- Layer 3 devices provide connections between virtual LANs
What is the size of a MAC address in bits and hexadecimal?
- 48 bit physical address written as 12 hexadecimal digit
Do logical addresses change from hop to hop? True/False
False. Only physical addresses will change.