• Obtains MAC (physical) address of host or node• Creates database tha dịch - • Obtains MAC (physical) address of host or node• Creates database tha Việt làm thế nào để nói

• Obtains MAC (physical) address of

• Obtains MAC (physical) address of host or node
• Creates database that maps MAC to host’s IP address (arp cache)
– Used to minimize the number of ARP broadcasts
• ARP table
– Table of recognized MAC-to-IP address mappings
– Saved on computer’s hard disk
– Increases efficiency
– Contains dynamic and static entries
• ICMP (Internet Control Message Protocol)
• Network layer protocol
– Reports on data delivery success/failure
• Announces transmission failures to sender
• ICMP cannot correct errors
– Provides critical network problem troubleshooting information
• ICMPv6 used with IPv6
– Carry out the functions that ICMP, IGMP, and ARP perform in IPv4
• IPv4 Addressing
• Networks recognize two addresses
– Logical address (Network layer)
– Physical address (MAC, hardware)
• IP protocol handles logical addressing
• Specific parameters
– Unique 32-bit number
• Divided into four octets (sets of eight bits) separated by periods
• Example: 144.92.43.178
– Network class determined from first octet
• IPv4 Addressing (cont’d.)
• Class D, Class E rarely used (never assign)
– Class D: value between 224 and 239
• Multicasting
– Class E: value between 240 and 254
• Experimental use
• Eight bits have 256 combinations
– Networks use 1 through 254
– 0: reserved as placeholder
– 255: reserved for broadcast transmission
• IPv4 Addressing (cont’d.)
• Class A devices
– Share same first octet (bits 0-7)
• Network ID
– Host: second through fourth octets (bits 8-31)
• Class B devices
– Share same first two octet (bits 0-15)
– Host: second through fourth octets (bits 16-31)
• Class C devices
– Share same first three octet (bits 0-23)
– Host: second through fourth octets (bits 24-31)
• IPv4 Addressing (cont’d.)
• Loop back address
– First octet equals 127 (127.0.0.1)
– Any IPv4 address starting with 127 is a loopback address
• Loopback test
– Attempting to connect to own machine
– Powerful troubleshooting tool
• Windows XP, Vista, Windows 7
– ipconfig command
• Unix, Linux
– ifconfig command

• Binary and Dotted Decimal Notation
• Dotted decimal notation
– Common way of expressing IP addresses
– Decimal number between 0 and 255 represents each octet
– 256 possibilities -- 28
– Period (dot) separates each decimal
• Dotted decimal address has binary equivalent
– Convert each octet
– Remove decimal points
• Subnet Mask
• 32-bit number identifying a device’s subnet
• Informs the rest of the network about the network to which the device is attached
• Four octets (32 bits) / (4 bytes)
– Expressed in binary or dotted decimal notation
• Assigned same way as IP addresses
– Manually or automatically (via DHCP)
• Subnet Mask (cont’d.)
• IPv6 Addressing
• Composed of 128 bits
• Eight 16-bit fields separated by a colon
• Typically represented in hexadecimal numbers
– Separated by a colon
– Example: FE22:00FF:002D:0000:0000:0000:3012:CCE3
Abbreviations for multiple fields with zero values:
• Eliminate leading zeros:
– Field 00FF can be abbreviated FF
– Field 0000 can be abbreviated 0
– FE22:FF:2D:0:0:0:3012:CCE3
• Substitution of multiple zeros (only perform once):
– Known as double colon
– FE22:FF:2D::3012:CCE3
• IPv6 Addressing (cont’d.)
• Unicast address
– Assigned to a workstation’s network adapter
• Multicast address
– Used for transmitting data to many different devices simultaneously
• Anycast address
– Transmission of a message sent to any one computer of a set of computers
– Assigned to routers and not designed to be assigned to hosts, such as servers or workstations
• Format Prefix: indicates the type of IPv6 address (FE80)
• Modern devices and operating systems can use both IPv4 and IPv6
– Using both on a network is know as a dual-stack approach
• Assigning IP Addresses
• Government-sponsored organizations dole out IP addresses to ISPs
– IANA, ICANN, RIRs
• Most companies and individuals obtain IP addresses from their ISP and not from the government’s higher authorities
• Every network node must have unique IP address
– Error message otherwise
• Assigning IP Addresses (cont’d.)
• Static IP address
– Manually assigned
– To change: modify client workstation TCP/IP properties
– Human error can cause duplication
• Dynamic IP address
– Assigned automatically
– Most common method
• Dynamic Host Configuration Protocol (DHCP)
• DHCP (Dynamic Host Configuration Protocol)
• Automatically assigns device a unique IP address
• Application layer protocol
• Reasons for implementing
– Reduce time and planning for IP address management
– Reduce potential for error in assigning IP addresses
– Enable users to move workstations and printers
– Make IP addressing transparent for mobile users
• DHCP (cont’d.)
• DHCP leasing process
– Device borrows (leases) an IP address while attached to network
• Lease time
– Determined when client obtains IP address at log on
– User may force lease termination
• DHCP service configuration
– Specify leased address range
– Configure lease duration
• Several steps to negotiate client’s first lease


• DHCP (cont’d.)
• Terminating a DHCP Lease
– Expire based on period established in server configuration
– Manually terminated at any time
• Client’s TCP/IP configuration
• Server’s DHCP configuration
• Circumstances requiring lease termination
– DHCP server fails and replaced
• DHCP services run on several server types
– Installation and configurations vary
– Server 2008 R2, Apple Server, Linux Server, etc.
• Private and Link-Local Addresses
• Private addresses
– Allow hosts in organization to communicate across internal network
– Cannot be routed on public network
– See pg. 163
• Specific IPv4 address ranges reserved for private addresses
• IP Version 4 Link-local (IPv4LL) addresses
– Provisional address
– Capable of data transfer only on local network segment
• Private and Link-Local Addresses (cont’d.)
• Zero configuration (Zeroconf)
– Collection of protocols that assign link-local addresses
• 169.254.1.0 – 169.254.254.255
– Part of computer’s operating software
• Automatic private IP addressing (APIPA)
– Service that provides link-local addressing on Windows clients when it cannot contact a DHCP server
• Sockets and Ports
• Processes (services) are assigned unique port numbers
• Process’s socket
– Port number plus host machine’s IP address
• Port numbers
– Simplify TCP/IP communications
– Ensures data is transmitted to the correct application
• Example
– Telnet port number: 23
– IPv4 host address: 10.43.3.87
– Socket address: 10.43.3.87:23
– HTTP://[IPv6_address]:23
• Square brackets are used to enclose the literal IPv6 address
• Sockets and Ports (cont’d.)
• Port number range: 0 to 65535
• Three types
– Well Known Ports
• Range: 0 to 1023
• Operating system or administrator use
– Registered Ports
• Range: 1024 to 49151
• Network users, processes with no special privileges
• Assignments are registered with IANA
– Dynamic and/or Private Ports
• Range: 49152 through 65535
• No use restrictions
• Host Names and DNS (Domain Name System)
• TCP/IP addressing
– Long, complicated numbers
– Not always easy for humans to remember
• People remember words better
• Every device on the Internet is known as a host
• Every host can have a host name
– Name describing device
• A companies mail server might be named
• mail.somecompany.com
• Domain Names
• Domain: group of computers belonging to same organization
• Domain name
– Identifies domain (loc.gov)
– Associated with company, university, government organization
• Fully qualified host name (blogs.loc.gov)
– Local hostname plus domain name
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
• Có được địa chỉ MAC (vật lý) của máy chủ lưu trữ hoặc nút• Tạo ra cơ sở dữ liệu mà ánh xạ MAC tới địa chỉ IP của máy chủ (arp cache)-Được sử dụng để giảm thiểu số lượng các chương trình phát sóng ARP• ARP bàn-Bảng ánh xạ địa chỉ MAC IP được công nhận-Lưu trên đĩa cứng của máy tính-Tăng hiệu quả-Chứa mục năng động và tĩnh• ICMP (giao thức thông điệp điều khiển Internet)• Mạng lớp giao thức-Báo cáo về dữ liệu phân phối thành công/thất bại• Thông báo thất bại truyền cho người gửi• ICMP không thể sửa chữa lỗi-Cung cấp quan trọng các vấn đề mạng thông tin gỡ rối• ICMPv6 sử dụng với IPv6-Thực hiện các chức năng ICMP, IGMP và ARP thực hiện trong IPv4• Địa chỉ IPv4• Mạng nhận ra hai địa chỉ-Hợp lý địa chỉ (Network layer)-Địa chỉ vật lý (MAC, phần cứng)• IP giao thức xử lý địa chỉ hợp lý• Thông số cụ thể-Số 32-bit duy nhất• Chia thành bốn octet (bộ 8 bit) ngăn cách bởi những giai đoạn• Ví dụ: 144.92.43.178-Mạng lớp xác định từ đầu tiên octet• Địa chỉ IPv4 (cont 'd)• Lớp D, hạng E hiếm khi được sử dụng (không bao giờ chỉ định)-Class D: giá trị giữa 224 và 239• Multicasting-Class E: giá trị giữa 240 và 254• Sử dụng thử nghiệm• 8 bit có 256 kết hợp-Mạng sử dụng 1 đến 254-0: dành riêng như là giữ chỗ-255: dành riêng cho phát sóng truyền• Địa chỉ IPv4 (cont 'd)• Loại A thiết bị– Share same first octet (bits 0-7)• Network ID– Host: second through fourth octets (bits 8-31)• Class B devices– Share same first two octet (bits 0-15)– Host: second through fourth octets (bits 16-31)• Class C devices– Share same first three octet (bits 0-23)– Host: second through fourth octets (bits 24-31)• IPv4 Addressing (cont’d.)• Loop back address– First octet equals 127 (127.0.0.1)– Any IPv4 address starting with 127 is a loopback address• Loopback test– Attempting to connect to own machine– Powerful troubleshooting tool• Windows XP, Vista, Windows 7– ipconfig command• Unix, Linux– ifconfig command• Binary and Dotted Decimal Notation• Dotted decimal notation– Common way of expressing IP addresses– Decimal number between 0 and 255 represents each octet– 256 possibilities -- 28 – Period (dot) separates each decimal• Dotted decimal address has binary equivalent– Convert each octet– Remove decimal points• Subnet Mask• 32-bit number identifying a device’s subnet• Informs the rest of the network about the network to which the device is attached• Four octets (32 bits) / (4 bytes)– Expressed in binary or dotted decimal notation• Assigned same way as IP addresses– Manually or automatically (via DHCP)• Subnet Mask (cont’d.)• IPv6 Addressing• Composed of 128 bits• Eight 16-bit fields separated by a colon• Typically represented in hexadecimal numbers– Separated by a colon– Example: FE22:00FF:002D:0000:0000:0000:3012:CCE3Abbreviations for multiple fields with zero values:• Eliminate leading zeros:– Field 00FF can be abbreviated FF– Field 0000 can be abbreviated 0– FE22:FF:2D:0:0:0:3012:CCE3• Substitution of multiple zeros (only perform once):– Known as double colon– FE22:FF:2D::3012:CCE3• IPv6 Addressing (cont’d.)• Unicast address– Assigned to a workstation’s network adapter• Multicast address– Used for transmitting data to many different devices simultaneously• Anycast address– Transmission of a message sent to any one computer of a set of computers – Assigned to routers and not designed to be assigned to hosts, such as servers or workstations• Format Prefix: indicates the type of IPv6 address (FE80)• Modern devices and operating systems can use both IPv4 and IPv6– Using both on a network is know as a dual-stack approach• Assigning IP Addresses• Government-sponsored organizations dole out IP addresses to ISPs– IANA, ICANN, RIRs• Most companies and individuals obtain IP addresses from their ISP and not from the government’s higher authorities• Every network node must have unique IP address– Error message otherwise• Assigning IP Addresses (cont’d.)• Static IP address– Manually assigned– To change: modify client workstation TCP/IP properties– Human error can cause duplication• Dynamic IP address– Assigned automatically– Most common method• Dynamic Host Configuration Protocol (DHCP)• DHCP (Dynamic Host Configuration Protocol)• Automatically assigns device a unique IP address• Application layer protocol• Reasons for implementing – Reduce time and planning for IP address management– Reduce potential for error in assigning IP addresses– Enable users to move workstations and printers– Make IP addressing transparent for mobile users• DHCP (cont’d.)• DHCP leasing process– Device borrows (leases) an IP address while attached to network• Lease time– Determined when client obtains IP address at log on– User may force lease termination• DHCP service configuration– Specify leased address range– Configure lease duration• Several steps to negotiate client’s first lease• DHCP (cont’d.)• Terminating a DHCP Lease– Expire based on period established in server configuration– Manually terminated at any time• Client’s TCP/IP configuration• Server’s DHCP configuration• Circumstances requiring lease termination– DHCP server fails and replaced• DHCP services run on several server types– Installation and configurations vary– Server 2008 R2, Apple Server, Linux Server, etc.• Private and Link-Local Addresses• Private addresses– Allow hosts in organization to communicate across internal network– Cannot be routed on public network– See pg. 163• Specific IPv4 address ranges reserved for private addresses• IP Version 4 Link-local (IPv4LL) addresses– Provisional address– Capable of data transfer only on local network segment• Private and Link-Local Addresses (cont’d.)• Zero configuration (Zeroconf)– Collection of protocols that assign link-local addresses• 169.254.1.0 – 169.254.254.255– Part of computer’s operating software• Automatic private IP addressing (APIPA)– Service that provides link-local addressing on Windows clients when it cannot contact a DHCP server• Sockets and Ports• Processes (services) are assigned unique port numbers• Process’s socket– Port number plus host machine’s IP address• Port numbers– Simplify TCP/IP communications – Ensures data is transmitted to the correct application• Example– Telnet port number: 23– IPv4 host address: 10.43.3.87– Socket address: 10.43.3.87:23– HTTP://[IPv6_address]:23 • Square brackets are used to enclose the literal IPv6 address• Sockets and Ports (cont’d.)• Port number range: 0 to 65535• Three types– Well Known Ports• Range: 0 to 1023• Operating system or administrator use– Registered Ports• Range: 1024 to 49151• Network users, processes with no special privileges• Assignments are registered with IANA– Dynamic and/or Private Ports• Range: 49152 through 65535• No use restrictions
• Host Names and DNS (Domain Name System)
• TCP/IP addressing
– Long, complicated numbers
– Not always easy for humans to remember
• People remember words better
• Every device on the Internet is known as a host
• Every host can have a host name
– Name describing device
• A companies mail server might be named
• mail.somecompany.com
• Domain Names
• Domain: group of computers belonging to same organization
• Domain name
– Identifies domain (loc.gov)
– Associated with company, university, government organization
• Fully qualified host name (blogs.loc.gov)
– Local hostname plus domain name
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
• lấy MAC (vật lý) địa chỉ của máy chủ hoặc nút
• Tạo cơ sở dữ liệu mà các bản đồ MAC để lưu trữ của địa chỉ IP (arp cache)
- Được sử dụng để giảm thiểu số lượng ARP chương trình phát sóng
• bảng ARP
- Bảng nhận MAC-to-IP address
- đã lưu trên đĩa cứng của máy tính
- Tăng hiệu quả
- Có mục năng động và tĩnh
• ICMP (Internet Control Message Protocol)
• Mạng lớp giao thức
- Các báo cáo về thành công dữ liệu giao hàng / thất bại
• bố thất bại truyền để người gửi
• ICMP không thể sửa lỗi
- Cung cấp mạng quan trọng vấn đề xử lý sự cố thông tin
• ICMPv6 sử dụng với IPv6
- Thực hiện các chức năng mà ICMP, IGMP, và ARP thực hiện trong IPv4
• IPv4 biểu
• Networks nhận ra hai địa chỉ
- địa chỉ logic (lớp mạng)
- địa chỉ vật lý (MAC, phần cứng)
• giao thức IP xử lý hợp lý giải quyết
• Các thông số cụ thể
- Unique số 32-bit
• Chia thành bốn octet (bộ tám bit) bằng dấu chấm
• Ví dụ: 144.92.43.178
- lớp mạng được xác định từ octet đầu tiên
(. tt) • IPv4 biểu
• Lớp D, Class E ít được sử dụng (không bao giờ gán)
- Class D: giá trị giữa 224 và 239
• Multicasting
- Class E: giá trị từ 240 đến 254
• sử dụng thực nghiệm
• Tám bit có 256 tổ hợp
- Mạng sử dụng từ 1 đến 254
- 0: dành riêng như giữ chỗ
- 255 : dành cho truyền dẫn phát sóng
• IPv4 biểu (tt.)
• thiết bị Class A
- Chia sẻ cùng octet đầu tiên (bit 0-7)
• Network ID
- Host: thứ hai thông qua octet thứ tư (8-31 bit)
• thiết bị Class B
- Chia sẻ tương tự đầu tiên hai octet (0-15 bit)
- Host: thứ hai thông qua octet thứ tư (bit 16-31)
• thiết bị Class C
- Chia sẻ cùng ba octet đầu tiên (0-23 bit)
- Host: thứ hai thông qua octet thứ tư (24 bit -31)
• IPv4 biểu (tt).
• Thắt chặt lại địa chỉ
- octet đầu tiên bằng 127 (127.0.0.1)
- Bất kỳ địa chỉ IPv4 bắt đầu với 127 là một địa chỉ loopback
• Loopback thử nghiệm
- Cố gắng để kết nối với máy tính của riêng
- xử lý sự cố mạnh mẽ công cụ
• Windows XP, Vista, Windows 7
- lệnh ipconfig
• Unix, Linux
- lệnh ifconfig • Binary và chấm Decimal Notation • chấm ký hiệu thập phân - cách thường gặp của hiện địa chỉ IP - số thập phân giữa 0 và 255 đại diện cho mỗi octet - 256 khả năng - - 28 - Thời gian (dot) tách riêng mỗi chữ số thập phân • Địa ​​chỉ thập phân chấm có tương đương nhị phân - Chuyển đổi mỗi octet - Hủy bỏ các dấu thập phân • Subnet Mask • số 32-bit xác định subnet của thiết bị • Thông báo cho các phần còn lại của mạng về hệ thống mạng mà thiết bị được gắn • Bốn octet (32 bit) / (4 byte) - Bày tỏ trong hệ nhị phân hoặc chấm ký hiệu thập phân • gán cùng một cách như địa chỉ IP - thủ công hay tự động (thông qua DHCP) • Subnet Mask (tt.) • IPv6 biểu • Bao gồm 128 bit • Tám trường 16-bit phân tách bằng dấu • Thông thường đại diện trong số thập lục phân - Ly bằng dấu hai chấm - Ví dụ: FE22: 00FF: 002D: 0000: 0000: 0000: 3012: CCE3 viết tắt cho nhiều lĩnh vực với số không giá trị: • Loại bỏ các số không hàng đầu: - Dòng 00FF có thể viết tắt FF - Dòng 0000 có thể được viết tắt là 0 - FE22: FF: 2D: 0: 0: 0: 3012: CCE3 • Thay người của nhiều số không (chỉ thực hiện một lần): - Được biết đến như đôi đại tràng - FE22: FF: 2D :: 3012: CCE3 (. tt) • IPv6 biểu • Địa ​​chỉ Unicast - Được gán cho một máy trạm của adapter mạng • Địa ​​chỉ Multicast - Được sử dụng để truyền dữ liệu với nhiều thiết bị khác nhau cùng một lúc • Địa ​​chỉ Anycast - truyền tải một thông điệp gửi đến bất kỳ một máy tính của một tập hợp các máy tính - Được gán cho router và không được thiết kế để được gán cho máy chủ, chẳng hạn như máy chủ hoặc máy trạm • Format Prefix: chỉ ra các loại địa chỉ IPv6 (FE80) • thiết bị hiện đại và điều hành hệ thống có thể sử dụng cả IPv4 và IPv6 - Sử dụng cả trên mạng được biết như là một phương pháp tiếp cận dual-stack • Gán địa chỉ IP • Tổ chức Chính phủ tài trợ chia ra các địa chỉ IP cho các ISP - IANA, ICANN, RIR • Hầu hết các công ty, cá nhân có được địa chỉ IP từ ISP của họ và không phải từ chính quyền cao hơn của chính phủ • Mỗi nút mạng phải có địa chỉ IP duy nhất - Thông báo lỗi khác • Gán địa chỉ IP (tt.) • Địa ​​chỉ IP tĩnh - Manually giao - Để thay đổi: thay đổi client workstation TCP / IP tính - Lỗi của con người có thể gây trùng lặp • Địa ​​chỉ IP động - Phân công tự động - phương pháp phổ biến nhất • Dynamic Host Configuration Protocol (DHCP) • DHCP (Dynamic Host Configuration Protocol) • Tự động gán thiết bị một địa chỉ IP duy nhất • Ứng dụng giao thức lớp • Lý do cho việc thực hiện - Giảm thời gian và lập kế hoạch quản lý địa chỉ IP - Giảm khả năng lỗi trong gán địa chỉ IP - Cho phép người dùng di chuyển các máy trạm và máy in - Hãy địa chỉ IP trong suốt cho người sử dụng điện thoại di động • DHCP (tt.) • quá trình cho thuê DHCP - vay mượn thiết bị ( cho thuê) một địa chỉ IP trong khi gắn vào mạng • Thời gian thuê - Xác định khi khách hàng có được địa chỉ IP khi đăng nhập vào - Người dùng có thể buộc chấm dứt hợp đồng thuê cấu hình dịch vụ • DHCP - Xác định phạm vi địa chỉ cho thuê - Cấu hình thời gian thuê • Một số bước để đàm phán của khách hàng đầu tiên thuê • DHCP (tt.) • Chấm dứt một thuê DHCP - Hết Hạn dựa trên khoảng thời gian thiết lập trong cấu hình máy chủ - Tự chấm dứt bất cứ lúc TCP / IP • Khách hàng của cấu hình cấu hình • Server DHCP • Các tình huống đòi hỏi phải chấm dứt hợp đồng thuê - DHCP server bị lỗi và thay thế • DHCP dịch vụ chạy trên nhiều loại máy chủ - Cài đặt và cấu hình khác nhau - Server 2008 R2, Apple Server, Linux Server, vv • Địa ​​chỉ nhân và Link-Local • địa chỉ Private - Cho phép máy chủ trong tổ chức để giao tiếp trên mạng nội bộ - Không thể được định tuyến trên nào mạng - Xem pg. 163 • dãy địa chỉ IPv4 cụ thể dành cho các địa chỉ tin • IP Version 4 (IPv4LL) địa chỉ Link-local - địa chỉ tạm ​​thời - Có khả năng truyền dữ liệu chỉ trên đoạn mạng địa phương • Các địa chỉ cá nhân và Link-Local (tt.) • Zero, cấu hình (Zeroconf) - Bộ sưu tập các giao thức được gán địa chỉ link-local • 169.254.1.0 - 169.254.254.255 - Phần mềm điều hành máy tính của • IP tin tự động giải quyết (APIPA) - Dịch vụ cung cấp link-local địa chỉ trên máy khách Windows khi nó không thể liên hệ một máy chủ DHCP • Ổ cắm và cổng • Processes (dịch vụ) được gán số cổng duy nhất • ổ cắm Process của - Cảng số cộng với địa chỉ IP máy chủ của máy • Số Cảng - truyền thông Đơn giản hóa TCP / IP - Đảm bảo dữ liệu được truyền đến đúng ứng dụng • Ví dụ - Telnet Số cổng: 23 - IPv4 địa chỉ host: 10.43.3.87 - địa chỉ Socket: 10.43.3.87:23 - HTTP: // [IPv6_address]: 23 • Dấu ngoặc vuông được sử dụng để gửi kèm theo các địa chỉ IPv6 đen • Ổ cắm và Ports (tt .) • Dòng số Port: 0-65.535 • Ba loại - Ports Vâng biết • Range: 0-1023 • Hệ điều hành hoặc sử dụng quản trị - Cảng đăng ký • Range: 1.024-49.151 • người sử dụng mạng, xử lý không có đặc quyền đặc biệt • Phép gán là đăng ký với IANA - Năng động và / hoặc Port Tin • Phạm vi: 49152 thông qua 65535 • Không hạn chế sử dụng • Tên Host và DNS (Domain Name System) • TCP / IP address - Long, số phức tạp - Không phải luôn luôn dễ dàng để con người nhớ • dân nhớ những lời tốt hơn • Mỗi thiết bị trên mạng Internet được biết đến như là một máy chủ • Mỗi máy chủ có thể có một tên máy chủ - Tên thiết bị mô tả công ty • Một mail server có thể được đặt tên • mail.somecompany.com • Tên miền • Domain: nhóm các máy tính thuộc để tổ chức cùng tên • Domain - Xác định miền (loc.gov) - Liên kết với công ty, trường đại học, tổ chức chính phủ • tên máy chủ Fully qualified (blogs.loc.gov) - hostname cộng với tên miền địa phương




















































































































































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: